index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
Age
Commit message (
Expand
)
Author
12 days
netmem, devmem, tcp: access pp fields through @desc in net_iov
Byungchul Park
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2025-10-27
tcp: remove one ktime_get() from recvmsg() fast path
Eric Dumazet
2025-10-23
tcp: Remove unnecessary null check in tcp_inbound_md5_hash()
Eric Biggers
2025-10-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-10-17
tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash
Eric Biggers
2025-10-16
net: Allow opt-out from global protocol memory accounting.
Kuniyuki Iwashima
2025-10-15
tcp: better handle TCP_TX_DELAY on established flows
Eric Dumazet
2025-10-06
tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
Eric Dumazet
2025-09-22
tcp: move tcp_clean_acked to tcp_sock_read_tx group
Eric Dumazet
2025-09-22
tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx group
Eric Dumazet
2025-09-22
tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses
Eric Dumazet
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-18
tcp: add datapath logic for PSP with inline key exchange
Jakub Kicinski
2025-09-18
tcp: accecn: AccECN option failure handling
Chia-Yu Chang
2025-09-18
tcp: accecn: AccECN option send control
Chia-Yu Chang
2025-09-18
tcp: accecn: AccECN option
Ilpo Järvinen
2025-09-18
tcp: accecn: add AccECN rx byte counters
Ilpo Järvinen
2025-09-18
tcp: accecn: AccECN negotiation
Ilpo Järvinen
2025-09-18
tcp: AccECN core
Ilpo Järvinen
2025-09-17
tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().
Kuniyuki Iwashima
2025-09-15
tcp: reorganize tcp_sock_write_txrx group for variables later
Chia-Yu Chang
2025-09-11
tcp: Free TCP-AO/TCP-MD5 info/keys without RCU
Dmitry Safonov
2025-09-11
tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()
Dmitry Safonov
2025-09-11
net: devmem: expose tcp_recvmsg_locked errors
Stanislav Fomichev
2025-09-04
tcp: use tcp_eat_recv_skb in __tcp_close()
Eric Dumazet
2025-09-04
tcp: fix __tcp_close() to only send RST when required
Eric Dumazet
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
2025-08-25
tcp: annotate data-races around icsk->icsk_probes_out
Eric Dumazet
2025-08-25
tcp: annotate data-races around icsk->icsk_retransmits
Eric Dumazet
2025-08-22
tcp: lockless TCP_MAXSEG option
Eric Dumazet
2025-08-22
tcp: annotate data-races around tp->rx_opt.user_mss
Eric Dumazet
2025-07-21
tcp: add tcp_sock_set_maxseg
Geliang Tang
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
2025-07-08
tcp: Correct signedness in skb remaining space calculation
Jiayuan Chen
2025-07-02
tcp: move tcp_memory_allocated into net_aligned_data
Eric Dumazet
2025-06-17
net: tcp: tsq: Convert from tasklet to BH workqueue
Tejun Heo
2025-06-17
tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint
Neal Cardwell
2025-05-27
net: devmem: preserve sockc_err
Mina Almasry
2025-05-15
tcp: increase tcp_rmem[2] to 32 MB
Eric Dumazet
2025-05-13
net: devmem: Implement TX path
Mina Almasry
2025-04-24
tcp: fastopen: pass TFO child indication through getsockopt
Jeremy Harris
2025-04-24
tcp: fastopen: note that a child socket was created
Jeremy Harris
2025-04-10
trace: tcp: Add tracepoint for tcp_sendmsg_locked()
Breno Leitao
2025-03-31
Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"
Eric Dumazet
2025-03-25
tcp: avoid atomic operations on sk->sk_rmem_alloc
Eric Dumazet
2025-03-25
tcp: support TCP_DELACK_MAX_US for set/getsockopt use
Jason Xing
2025-03-25
tcp: support TCP_RTO_MIN_US for set/getsockopt use
Jason Xing
2025-03-24
tcp: move icsk_clean_acked to a better location
Eric Dumazet
[next]