index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_ipv4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
2025-07-18
1
-11
/
+15
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-07-18
1
-69
/
+200
|
\
|
*
bpf: tcp: Avoid socket skips and repeats during iteration
Jordan Rife
2025-07-14
1
-32
/
+115
|
*
bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
Jordan Rife
2025-07-14
1
-10
/
+14
|
*
bpf: tcp: Get rid of st_bucket_done
Jordan Rife
2025-07-14
1
-8
/
+6
|
*
bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
Jordan Rife
2025-07-14
1
-32
/
+77
|
*
bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
Jordan Rife
2025-07-14
1
-4
/
+5
*
|
ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]
Eric Dumazet
2025-07-02
1
-1
/
+1
*
|
tcp: move tcp_memory_allocated into net_aligned_data
Eric Dumazet
2025-07-02
1
-1
/
+2
*
|
tcp: remove rtx_syn_ack field
Eric Dumazet
2025-06-27
1
-1
/
+0
|
/
*
net: remove sock_i_uid()
Eric Dumazet
2025-06-24
1
-4
/
+4
*
tcp: increase tcp_limit_output_bytes default value to 4MB
Eric Dumazet
2025-05-15
1
-2
/
+2
*
tcp: add TCP_RFC7323_TW_PAWS drop reason
Jiayuan Chen
2025-04-11
1
-1
/
+2
*
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
2025-03-25
1
-2
/
+2
*
tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().
Kuniyuki Iwashima
2025-03-24
1
-2
/
+0
*
tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS
Ilpo Järvinen
2025-03-17
1
-6
/
+23
*
tcp: AccECN support to tcp_add_backlog
Ilpo Järvinen
2025-03-17
1
-1
/
+2
*
tcp: extend TCP flags to allow AE bit/ACE field
Ilpo Järvinen
2025-03-17
1
-1
/
+1
*
tcp: remove READ_ONCE(req->ts_recent)
Eric Dumazet
2025-03-03
1
-1
/
+1
*
tcp: convert to dev_net_rcu()
Eric Dumazet
2025-03-03
1
-6
/
+6
*
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
2025-03-03
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-20
1
-1
/
+1
|
\
|
*
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
2025-02-20
1
-1
/
+1
*
|
inet: consolidate inet_csk_clone_lock()
Eric Dumazet
2025-02-14
1
-4
/
+0
*
|
tcp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
2025-02-14
1
-24
/
+23
*
|
tcp: add tcp_rto_max_ms sysctl
Eric Dumazet
2025-02-11
1
-0
/
+1
*
|
tcp: add the ability to control max RTO
Eric Dumazet
2025-02-11
1
-1
/
+1
*
|
tcp: use tcp_reset_xmit_timer()
Eric Dumazet
2025-02-11
1
-2
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-10
1
-1
/
+1
|
\
|
*
tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
Daniel Borkmann
2025-01-08
1
-1
/
+1
*
|
tcp: Add sysctl to configure TIME-WAIT reuse delay
Jakub Sitnicki
2024-12-12
1
-1
/
+3
*
|
tcp: Measure TIME-WAIT reuse delay with millisecond precision
Jakub Sitnicki
2024-12-12
1
-2
/
+3
|
/
*
net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals
Dmitry Safonov
2024-11-03
1
-1
/
+2
*
ipv4: tcp: give socket pointer to control skbs
Eric Dumazet
2024-10-15
1
-2
/
+2
*
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
2024-10-04
1
-4
/
+6
*
tcp: RX path for devmem TCP
Mina Almasry
2024-09-12
1
-0
/
+16
*
tcp: annotate data-races around tcptw->tw_rcv_nxt
Eric Dumazet
2024-08-29
1
-1
/
+1
*
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
2024-08-29
1
-2
/
+2
*
tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
Jason Xing
2024-08-26
1
-0
/
+3
*
tcp: prevent concurrent execution of tcp_sk_exit_batch
Florian Westphal
2024-08-19
1
-0
/
+14
*
net/ipv4: Use nested-BH locking for ipv4_tcp_sk.
Sebastian Andrzej Siewior
2024-06-24
1
-4
/
+11
*
tcp: use sk_skb_reason_drop to free rx packets
Yan Zhai
2024-06-19
1
-3
/
+3
*
net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs
Dmitry Safonov
2024-06-12
1
-6
/
+2
*
net: tcp/dccp: prepare for tw_timer un-pinning
Valentin Schneider
2024-06-10
1
-1
/
+1
*
tcp: add sysctl_tcp_rto_min_us
Kevin Yang
2024-06-05
1
-0
/
+1
*
tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp
Eric Dumazet
2024-06-05
1
-5
/
+7
*
tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()
Jakub Kicinski
2024-06-04
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-31
1
-6
/
+1
|
\
|
*
tcp: reduce accepted window in NEW_SYN_RECV state
Eric Dumazet
2024-05-27
1
-6
/
+1
*
|
tcp: fix races in tcp_v[46]_err()
Eric Dumazet
2024-05-30
1
-8
/
+3
[next]