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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2023-10-10
tcp: fix delayed ACKs for MSS boundary condition
Neal Cardwell
1
-0
/
+13
2023-10-10
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
1
-4
/
+3
2023-10-10
ipv4: fix null-deref in ipv4_link_failure
Kyle Zeng
1
-1
/
+3
2023-09-23
net: ipv4: fix one memleak in __inet_del_ifa()
Liu Jian
1
-5
/
+5
2023-09-23
ipv4: annotate data-races around fi->fib_dead
Eric Dumazet
2
-2
/
+6
2023-09-23
igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
Eric Dumazet
1
-1
/
+2
2023-09-23
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
1
-1
/
+1
2023-09-23
tcp: tcp_enter_quickack_mode() should be static
Eric Dumazet
1
-2
/
+1
2023-08-30
net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled
Jason Xing
1
-1
/
+3
2023-08-30
ip_vti: fix potential slab-use-after-free in decode_session6
Zhengchao Shao
1
-2
/
+2
2023-08-11
tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
Eric Dumazet
1
-4
/
+5
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_net
Eric Dumazet
1
-4
/
+7
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_vals[]
Eric Dumazet
1
-9
/
+14
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_lock
Eric Dumazet
1
-2
/
+4
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_stamp
Eric Dumazet
1
-6
/
+13
2023-08-11
tcp_metrics: fix addr_same() helper
Eric Dumazet
1
-1
/
+1
2023-07-27
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
2
-3
/
+5
2023-07-27
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
1
-2
/
+2
2023-07-27
tcp: annotate data-races around rskq_defer_accept
Eric Dumazet
1
-5
/
+6
2023-07-27
tcp: annotate data-races around tp->linger2
Eric Dumazet
1
-4
/
+4
2023-07-27
net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX
Cambda Zhu
1
-2
/
+2
2023-07-27
tcp: annotate data-races around tp->tcp_tx_delay
Eric Dumazet
1
-2
/
+2
2023-07-27
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
2
-19
/
+6
2023-07-27
tcp: annotate data races in __tcp_oow_rate_limited()
Eric Dumazet
1
-3
/
+9
2023-06-28
xfrm: Linearize the skb after offloading if needed.
Sebastian Andrzej Siewior
1
-0
/
+3
2023-06-09
treewide: Remove uninitialized_var() usage
Kees Cook
1
-3
/
+3
2023-06-09
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
Cambda Zhu
1
-1
/
+2
2023-06-09
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
3
-0
/
+9
2023-06-05
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Nicolas Dichtel
2
-2
/
+15
2023-05-30
udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
Kuniyuki Iwashima
1
-0
/
+2
2023-05-30
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
1
-9
/
+9
2023-05-30
ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
Peilin Ye
1
-3
/
+3
2023-05-17
ipv4: Fix potential uninit variable access bug in __ip_make_skb()
Ziyang Xuan
1
-3
/
+13
2023-04-26
tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().
Kuniyuki Iwashima
2
-3
/
+14
2023-04-20
icmp: guard against too small mtu
Eric Dumazet
1
-0
/
+5
2023-04-05
erspan: do not use skb_mac_header() in ndo_start_xmit()
Eric Dumazet
1
-2
/
+2
2023-03-22
ipv4: Fix incorrect table ID in IOCTL path
Ido Schimmel
1
-0
/
+3
2023-03-22
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
1
-6
/
+6
2023-03-22
tcp: tcp_make_synack() can be called from process context
Breno Leitao
1
-1
/
+1
2023-03-17
netfilter: tproxy: fix deadlock due to missing BH disable
Florian Westphal
1
-1
/
+1
2023-03-11
tcp: Fix listen() regression in 5.4.229.
Kuniyuki Iwashima
1
-0
/
+1
2023-03-11
tcp: tcp_check_req() can be called from process context
Eric Dumazet
1
-2
/
+5
2023-03-11
inet: fix fast path in __inet_hash_connect()
Pietro Borrello
1
-11
/
+1
2023-02-22
ipv4: Fix incorrect route flushing when source address is deleted
Ido Schimmel
1
-0
/
+1
2023-02-22
Revert "ipv4: Fix incorrect route flushing when source address is deleted"
Shaoying Xu
1
-1
/
+0
2023-02-06
ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
Eric Dumazet
1
-0
/
+2
2023-02-06
ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
Eric Dumazet
1
-0
/
+2
2023-02-06
tcp: fix rate_app_limited to default to 1
David Morley
1
-0
/
+2
2023-02-06
tcp: avoid the lookup process failing to get sk in ehash table
Jason Xing
2
-6
/
+19
2023-01-18
net/ulp: prevent ULP without clone op from entering the LISTEN status
Paolo Abeni
1
-1
/
+15
[next]