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_ipv4.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
net: psp: update the TCP MSS to reflect PSP packet overhead
Jakub Kicinski
1
-2
/
+2
2025-09-18
tcp: add datapath logic for PSP with inline key exchange
Jakub Kicinski
1
-1
/
+13
2025-09-18
tcp: accecn: AccECN option send control
Chia-Yu Chang
1
-0
/
+1
2025-09-18
tcp: accecn: AccECN option
Ilpo Järvinen
1
-0
/
+1
2025-09-18
tcp: accecn: AccECN negotiation
Ilpo Järvinen
1
-2
/
+4
2025-09-11
tcp: Free TCP-AO/TCP-MD5 info/keys without RCU
Dmitry Safonov
1
-2
/
+2
2025-09-11
tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()
Dmitry Safonov
1
-25
/
+8
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
1
-1
/
+0
2025-08-28
net: add sk_drops_skbadd() helper
Eric Dumazet
1
-2
/
+2
2025-08-25
tcp: Don't pass hashinfo to socket lookup helpers.
Kuniyuki Iwashima
1
-11
/
+5
2025-08-25
tcp: Remove timewait_sock_ops.twsk_destructor().
Kuniyuki Iwashima
1
-1
/
+0
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
/
+1
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
1
-11
/
+15
2025-07-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-69
/
+200
2025-07-14
bpf: tcp: Avoid socket skips and repeats during iteration
Jordan Rife
1
-32
/
+115
2025-07-14
bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
Jordan Rife
1
-10
/
+14
2025-07-14
bpf: tcp: Get rid of st_bucket_done
Jordan Rife
1
-8
/
+6
2025-07-14
bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
Jordan Rife
1
-32
/
+77
2025-07-14
bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
Jordan Rife
1
-4
/
+5
2025-07-02
ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]
Eric Dumazet
1
-1
/
+1
2025-07-02
tcp: move tcp_memory_allocated into net_aligned_data
Eric Dumazet
1
-1
/
+2
2025-06-27
tcp: remove rtx_syn_ack field
Eric Dumazet
1
-1
/
+0
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
1
-4
/
+4
2025-05-15
tcp: increase tcp_limit_output_bytes default value to 4MB
Eric Dumazet
1
-2
/
+2
2025-04-10
tcp: add TCP_RFC7323_TW_PAWS drop reason
Jiayuan Chen
1
-1
/
+2
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
1
-2
/
+2
2025-03-24
tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().
Kuniyuki Iwashima
1
-2
/
+0
2025-03-17
tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS
Ilpo Järvinen
1
-6
/
+23
2025-03-17
tcp: AccECN support to tcp_add_backlog
Ilpo Järvinen
1
-1
/
+2
2025-03-17
tcp: extend TCP flags to allow AE bit/ACE field
Ilpo Järvinen
1
-1
/
+1
2025-03-03
tcp: remove READ_ONCE(req->ts_recent)
Eric Dumazet
1
-1
/
+1
2025-03-03
tcp: convert to dev_net_rcu()
Eric Dumazet
1
-6
/
+6
2025-03-03
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
1
-1
/
+2
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-02-20
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
1
-1
/
+1
2025-02-14
inet: consolidate inet_csk_clone_lock()
Eric Dumazet
1
-4
/
+0
2025-02-14
tcp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
1
-24
/
+23
2025-02-11
tcp: add tcp_rto_max_ms sysctl
Eric Dumazet
1
-0
/
+1
2025-02-11
tcp: add the ability to control max RTO
Eric Dumazet
1
-1
/
+1
2025-02-11
tcp: use tcp_reset_xmit_timer()
Eric Dumazet
1
-2
/
+1
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-01-08
tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
Daniel Borkmann
1
-1
/
+1
2024-12-11
tcp: Add sysctl to configure TIME-WAIT reuse delay
Jakub Sitnicki
1
-1
/
+3
2024-12-11
tcp: Measure TIME-WAIT reuse delay with millisecond precision
Jakub Sitnicki
1
-2
/
+3
2024-11-03
net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals
Dmitry Safonov
1
-1
/
+2
2024-10-14
ipv4: tcp: give socket pointer to control skbs
Eric Dumazet
1
-2
/
+2
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
1
-4
/
+6
2024-09-11
tcp: RX path for devmem TCP
Mina Almasry
1
-0
/
+16
2024-08-28
tcp: annotate data-races around tcptw->tw_rcv_nxt
Eric Dumazet
1
-1
/
+1
[next]