index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-06
tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
Eric Dumazet
1
-1
/
+4
2025-09-22
tcp: move tcp_clean_acked to tcp_sock_read_tx group
Eric Dumazet
1
-3
/
+3
2025-09-22
tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx group
Eric Dumazet
1
-1
/
+1
2025-09-22
tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses
Eric Dumazet
1
-12
/
+0
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2025-09-18
tcp: add datapath logic for PSP with inline key exchange
Jakub Kicinski
1
-0
/
+2
2025-09-18
tcp: accecn: AccECN option failure handling
Chia-Yu Chang
1
-0
/
+3
2025-09-18
tcp: accecn: AccECN option send control
Chia-Yu Chang
1
-1
/
+4
2025-09-18
tcp: accecn: AccECN option
Ilpo Järvinen
1
-1
/
+14
2025-09-18
tcp: accecn: add AccECN rx byte counters
Ilpo Järvinen
1
-1
/
+2
2025-09-18
tcp: accecn: AccECN negotiation
Ilpo Järvinen
1
-0
/
+1
2025-09-18
tcp: AccECN core
Ilpo Järvinen
1
-1
/
+4
2025-09-17
tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().
Kuniyuki Iwashima
1
-0
/
+5
2025-09-15
tcp: reorganize tcp_sock_write_txrx group for variables later
Chia-Yu Chang
1
-2
/
+2
2025-09-11
tcp: Free TCP-AO/TCP-MD5 info/keys without RCU
Dmitry Safonov
1
-14
/
+3
2025-09-11
tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()
Dmitry Safonov
1
-0
/
+27
2025-09-11
net: devmem: expose tcp_recvmsg_locked errors
Stanislav Fomichev
1
-2
/
+2
2025-09-04
tcp: use tcp_eat_recv_skb in __tcp_close()
Eric Dumazet
1
-2
/
+2
2025-09-04
tcp: fix __tcp_close() to only send RST when required
Eric Dumazet
1
-4
/
+5
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
1
-1
/
+1
2025-08-25
tcp: annotate data-races around icsk->icsk_probes_out
Eric Dumazet
1
-1
/
+1
2025-08-25
tcp: annotate data-races around icsk->icsk_retransmits
Eric Dumazet
1
-1
/
+2
2025-08-22
tcp: lockless TCP_MAXSEG option
Eric Dumazet
1
-4
/
+2
2025-08-22
tcp: annotate data-races around tp->rx_opt.user_mss
Eric Dumazet
1
-3
/
+5
2025-07-21
tcp: add tcp_sock_set_maxseg
Geliang Tang
1
-9
/
+14
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
1
-2
/
+1
2025-07-08
tcp: Correct signedness in skb remaining space calculation
Jiayuan Chen
1
-1
/
+1
2025-07-02
tcp: move tcp_memory_allocated into net_aligned_data
Eric Dumazet
1
-2
/
+0
2025-06-17
net: tcp: tsq: Convert from tasklet to BH workqueue
Tejun Heo
1
-1
/
+1
2025-06-17
tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint
Neal Cardwell
1
-2
/
+1
2025-05-27
net: devmem: preserve sockc_err
Mina Almasry
1
-14
/
+10
2025-05-15
tcp: increase tcp_rmem[2] to 32 MB
Eric Dumazet
1
-1
/
+1
2025-05-13
net: devmem: Implement TX path
Mina Almasry
1
-8
/
+40
2025-04-24
tcp: fastopen: pass TFO child indication through getsockopt
Jeremy Harris
1
-0
/
+2
2025-04-24
tcp: fastopen: note that a child socket was created
Jeremy Harris
1
-0
/
+1
2025-04-10
trace: tcp: Add tracepoint for tcp_sendmsg_locked()
Breno Leitao
1
-0
/
+2
2025-03-31
Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"
Eric Dumazet
1
-16
/
+2
2025-03-25
tcp: avoid atomic operations on sk->sk_rmem_alloc
Eric Dumazet
1
-2
/
+16
2025-03-25
tcp: support TCP_DELACK_MAX_US for set/getsockopt use
Jason Xing
1
-1
/
+12
2025-03-25
tcp: support TCP_RTO_MIN_US for set/getsockopt use
Jason Xing
1
-1
/
+12
2025-03-24
tcp: move icsk_clean_acked to a better location
Eric Dumazet
1
-0
/
+5
2025-03-17
tcp: helpers for ECN mode handling
Ilpo Järvinen
1
-1
/
+1
2025-03-06
tcp: clamp window like before the cleanup
Matthieu Baerts (NGI0)
1
-6
/
+6
2025-03-03
tcp: tcp_set_window_clamp() cleanup
Eric Dumazet
1
-18
/
+18
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-21
/
+34
2025-02-27
Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-16
/
+10
2025-02-25
tcp: devmem: don't write truncated dmabuf CMSGs to userspace
Stanislav Fomichev
1
-16
/
+10
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+5
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callback
Jason Xing
1
-0
/
+4
[next]