index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_ipv4.c
Age
Commit message (
Expand
)
Author
6 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
14 days
net: Replace %pK output with 0
Sebastian Andrzej Siewior
2026-08-22
tcp: clamp route advmss to TCP_MIN_MSS
Yong Wang
2026-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7
Daniel Borkmann
2026-08-03
bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
Jose Fernandez (Anthropic)
2026-07-27
tcp: Use kvmalloc_array() for BPF iterator batches
Weimin Xiong
2026-07-23
bpf: tcp: fix double sock release on batch realloc
Xiang Mei (Microsoft)
2026-07-21
tcp: initialize standalone TCP-AO response padding
Yizhou Zhao
2026-07-17
tcp: fix TIME_WAIT socket reference leak on PSP policy failure
Eric Dumazet
2026-06-29
tcp: defer md5sig_info kfree past RCU grace period in tcp_connect
Michael Bommarito
2026-06-12
net: remove some unused EXPORT_SYMBOL()s
Sabrina Dubroca
2026-05-20
tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction
Eric Dumazet
2026-05-06
tcp: tcp_child_process() related UAF
Eric Dumazet
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-04-12
Merge branch 'net-reduce-sk_filter-and-friends-bloat'
Jakub Kicinski
2026-04-12
tcp: change tcp_filter() to return the reason by value
Eric Dumazet
2026-04-12
tcp: add indirect call wrapper in tcp_conn_request()
Eric Dumazet
2026-04-12
tcp: return a drop_reason from tcp_add_backlog()
Eric Dumazet
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
2026-03-09
tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv()
Eric Dumazet
2026-03-09
tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.c
Eric Dumazet
2026-03-06
net: change sock.sk_ino and sock_i_ino() to u64
Jeff Layton
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-03-04
tcp: secure_seq: add back ports to TS offset
Eric Dumazet
2026-03-03
net/tcp-md5: Fix MAC comparison to be constant-time
Eric Biggers
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2026-02-24
tcp: make tcp_v{4,6}_send_check() static
Eric Dumazet
2026-02-24
tcp: inline __tcp_v4_send_check()
Eric Dumazet
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-19
tcp: fix potential race in tcp_v6_syn_recv_sock()
Eric Dumazet
2026-02-06
tcp: inline tcp_filter()
Eric Dumazet
2026-02-02
ipv4: use dst4_mtu() instead of dst_mtu()
Eric Dumazet
2026-01-30
tcp: reduce tcp sockets size by one cache line
Eric Dumazet
2026-01-23
tcp: move tcp_stream_memory_free() to tcp.c
Eric Dumazet
2025-11-25
tcp: introduce icsk->icsk_keepalive_timer
Eric Dumazet
2025-11-25
tcp: rename icsk_timeout() to tcp_timeout_expires()
Eric Dumazet
2025-11-20
tcp: add net.ipv4.tcp_rcvbuf_low_rtt
Eric Dumazet
2025-11-17
tcp: reduce tcp_comp_sack_slack_ns default value to 10 usec
Eric Dumazet
2025-11-07
tcp: add net.ipv4.tcp_comp_sack_rtt_percent
Eric Dumazet
2025-11-07
tcp: Call tcp_syn_ack_timeout() directly.
Kuniyuki Iwashima
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2025-10-17
tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash
Eric Biggers
2025-09-18
net: psp: update the TCP MSS to reflect PSP packet overhead
Jakub Kicinski
2025-09-18
tcp: add datapath logic for PSP with inline key exchange
Jakub Kicinski
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: AccECN negotiation
Ilpo Järvinen
[next]