index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-03-07
ipv4: Convert ip_route_input() to dscp_t.
Guillaume Nault
2
-2
/
+3
2025-03-07
ipv4: Convert icmp_route_lookup() to dscp_t.
Guillaume Nault
1
-10
/
+9
2025-02-27
bpf: Fix wrong copied_seq calculation
Jiayuan Chen
2
-5
/
+60
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
net: ipv4: Cache pmtu for all packet paths if multipath enabled
Vladimir Vdovin
1
-0
/
+13
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
xfrm: Add an inbound percpu state cache.
Steffen Klassert
1
-3
/
+3
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-17
tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
Daniel Borkmann
1
-1
/
+1
2025-01-09
net: Fix netns for ip_tunnel_init_flow()
Xiao Liang
1
-3
/
+3
2025-01-09
net: fix memory leak in tcp_conn_request()
Wang Liang
1
-0
/
+1
2025-01-02
tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection
Zijian Zhang
1
-1
/
+3
2025-01-02
tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
Cong Wang
1
-1
/
+1
2024-12-19
tcp: check space before adding MPTCP SYN options
MoYuanhao
1
-2
/
+4
2024-12-14
net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals
Dmitry Safonov
2
-20
/
+25
2024-12-14
net: inet: do not leave a dangling sk pointer in inet_create()
Ignat Korchagin
1
-12
/
+10
2024-12-14
tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
Zijian Zhang
1
-7
/
+4
2024-12-14
Revert "udp: avoid calling sock_def_readable() if possible"
Fernando Fernandez Mancera
1
-11
/
+3
2024-12-14
net: Fix icmp host relookup triggering ip_rt_bug
Dong Chenchen
1
-0
/
+3
2024-12-05
ipmr: fix tables suspicious RCU usage
Paolo Abeni
1
-13
/
+29
2024-12-05
tcp: Fix use-after-free of nreq in reqsk_timer_handler().
Kuniyuki Iwashima
1
-1
/
+1
2024-11-13
ipmr: Fix access to mfc_cache_list without lock held
Breno Leitao
1
-1
/
+2
2024-10-31
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-3
/
+4
2024-10-29
ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()
Ido Schimmel
1
-1
/
+1
2024-10-29
bpf: fix filed access without lock
Jiayuan Chen
1
-3
/
+4
2024-10-24
Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
1
-22
/
+18
2024-10-15
udp: Compute L4 checksum as usual when not segmenting the skb
Jakub Sitnicki
1
-1
/
+3
2024-10-15
tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().
Kuniyuki Iwashima
1
-5
/
+16
2024-10-11
ipv4: give an IPv4 dev to blackhole_netdev
Xin Long
1
-10
/
+25
2024-10-10
Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
1
-3
/
+1
2024-10-09
tcp: fix mptcp DSS corruption due to large pmtu xmit
Paolo Abeni
1
-4
/
+1
2024-10-09
netfilter: fib: check correct rtable in vrf setups
Florian Westphal
1
-3
/
+1
[next]