index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-07
tcp: Defer ts_recent changes until req is owned
Wang Hai
1
-6
/
+4
2025-03-07
tcp: devmem: don't write truncated dmabuf CMSGs to userspace
Stanislav Fomichev
1
-16
/
+10
2025-02-27
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
3
-7
/
+7
2025-02-27
arp: switch to dev_getbyhwaddr() in arp_req_set_public()
Breno Leitao
1
-1
/
+1
2025-02-27
tcp: adjust rcvq_space after updating scaling ratio
Jakub Kicinski
1
-3
/
+9
2025-02-21
arp: use RCU protection in arp_xmit()
Eric Dumazet
1
-1
/
+3
2025-02-21
ipv4: icmp: convert to dev_net_rcu()
Eric Dumazet
1
-14
/
+17
2025-02-21
ipv4: use RCU protection in __ip_rt_update_pmtu()
Eric Dumazet
1
-5
/
+6
2025-02-21
ipv4: use RCU protection in inet_select_addr()
Eric Dumazet
1
-1
/
+2
2025-02-21
ipv4: use RCU protection in rt_is_expired()
Eric Dumazet
1
-1
/
+7
2025-02-21
ipv4: use RCU protection in ipv4_default_advmss()
Eric Dumazet
1
-3
/
+8
2025-02-17
udp: gso: do not drop small packets when PMTU reduces
Yan Zhai
1
-2
/
+2
2025-02-08
tcp: correct handling of extreme memory squeeze
Jon Maloy
1
-3
/
+6
2025-02-08
ipmr: do not call mr_mfc_uses_dev() for unres entries
Eric Dumazet
1
-3
/
+0
2025-02-08
tcp_cubic: fix incorrect HyStart round start detection
Mahdi Arghavani
1
-3
/
+5
2025-02-08
inet: ipmr: fix data-races
Eric Dumazet
2
-17
/
+17
2025-02-08
udp: Deal with race between UDP socket address change and rehash
Stefano Brivio
1
-0
/
+56
2025-02-08
inetpeer: do not get a refcount in inet_getpeer()
Eric Dumazet
4
-23
/
+24
2025-02-08
inetpeer: update inetpeer timestamp in inet_getpeer()
Eric Dumazet
1
-8
/
+4
2025-02-08
inetpeer: remove create argument of inet_getpeer()
Eric Dumazet
1
-9
/
+2
2025-02-08
inetpeer: remove create argument of inet_getpeer_v[46]()
Eric Dumazet
3
-4
/
+4
2025-01-14
udp: Make rehash4 independent in udp_lib_rehash()
Philo Lu
1
-19
/
+27
2025-01-10
ipv4: route: fix drop reason being overridden in ip_route_input_slow
Antoine Tenart
1
-0
/
+1
2025-01-08
tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
Daniel Borkmann
1
-1
/
+1
2025-01-04
Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-3
/
+4
2024-12-23
net: Fix netns for ip_tunnel_init_flow()
Xiao Liang
1
-3
/
+3
2024-12-23
net: fix memory leak in tcp_conn_request()
Wang Liang
1
-0
/
+1
2024-12-21
tcp_bpf: Fix copied value in tcp_bpf_sendmsg
Levi Zim
1
-4
/
+4
2024-12-20
tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection
Zijian Zhang
1
-1
/
+3
2024-12-20
tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
Cong Wang
1
-1
/
+1
2024-12-12
Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-6
/
+11
2024-12-11
tcp: check space before adding MPTCP SYN options
MoYuanhao
1
-2
/
+4
2024-12-10
udp: fix l4 hash after reconnect
Paolo Abeni
1
-3
/
+5
2024-12-08
ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().
Kuniyuki Iwashima
1
-1
/
+2
2024-12-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-7
/
+4
2024-12-05
ipmr: tune the ipmr_can_free_table() checks.
Paolo Abeni
1
-1
/
+1
2024-12-04
Revert "udp: avoid calling sock_def_readable() if possible"
Fernando Fernandez Mancera
1
-11
/
+3
2024-12-01
net: Fix icmp host relookup triggering ip_rt_bug
Dong Chenchen
1
-0
/
+3
2024-12-01
tcp: populate XPS related fields of timewait sockets
Eric Dumazet
1
-0
/
+4
2024-11-28
ipmr: fix build with clang and DEBUG_NET disabled.
Paolo Abeni
1
-1
/
+1
2024-11-28
ipmr: fix tables suspicious RCU usage
Paolo Abeni
1
-13
/
+29
2024-11-28
ipmr: add debug check for mr table cleanup
Paolo Abeni
1
-0
/
+14
2024-11-28
tcp: Fix use-after-free of nreq in reqsk_timer_handler().
Kuniyuki Iwashima
1
-1
/
+1
2024-11-26
tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
Zijian Zhang
1
-7
/
+4
2024-11-19
net: ip: fix unexpected return in fib_validate_source()
Menglong Dong
1
-1
/
+1
2024-11-18
ipv6/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-1
/
+1
2024-11-18
ipv4/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-3
/
+194
2024-11-18
net/udp: Add 4-tuple hash list basis
Philo Lu
1
-2
/
+4
2024-11-18
net/udp: Add a new struct for hash2 slot
Philo Lu
1
-21
/
+23
2024-11-18
Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2
-4
/
+5
[next]