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
2024-07-18
tcp: avoid too many retransmit packets
Eric Dumazet
1
-5
/
+17
2024-07-18
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
Eric Dumazet
1
-1
/
+6
2024-07-18
udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
Kuniyuki Iwashima
1
-1
/
+3
2024-07-18
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Neal Cardwell
2
-3
/
+10
2024-07-11
inet_diag: Initialize pad field in struct inet_diag_req_v2
Shigeru Yoshida
1
-0
/
+2
2024-07-11
tcp_metrics: validate source addr length
Jakub Kicinski
1
-0
/
+1
2024-07-11
UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
Neal Cardwell
1
-1
/
+1
2024-07-05
tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
Neal Cardwell
1
-11
/
+27
2024-07-05
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
2
-5
/
+19
2024-06-27
tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
Eric Dumazet
1
-0
/
+1
2024-06-27
cipso: fix total option length computation
Ondrej Mosnacek
1
-4
/
+8
2024-06-21
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
1
-1
/
+5
2024-06-16
net: fix __dst_negative_advice() race
Eric Dumazet
1
-14
/
+8
2024-06-12
netfilter: tproxy: bail out if IP has been disabled on the device
Florian Westphal
1
-0
/
+2
2024-06-12
net: relax socket state check at accept time.
Paolo Abeni
1
-1
/
+3
2024-06-12
inet: factor out locked section of inet_accept() in a new helper
Paolo Abeni
1
-15
/
+17
2024-06-12
tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
Kuniyuki Iwashima
1
-1
/
+12
2024-06-12
tcp: avoid premature drops in tcp_add_backlog()
Eric Dumazet
1
-2
/
+11
2024-06-12
udp: Avoid call to compute_score on multiple sites
Gabriel Krisman Bertazi
1
-5
/
+16
2024-06-12
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
2
-28
/
+26
2024-06-12
net: export inet_lookup_reuseport and inet6_lookup_reuseport
Lorenz Bauer
1
-7
/
+8
2024-05-17
tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
Kuniyuki Iwashima
1
-1
/
+7
2024-05-17
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
3
-3
/
+7
2024-05-17
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
1
-1
/
+5
2024-05-17
net: gro: add flush check in udp_gro_receive_segment
Richard Gobert
1
-1
/
+11
2024-05-02
udp: preserve the connected status if only UDP cmsg
Yick Xie
1
-2
/
+3
2024-05-02
ipv4: check for NULL idev in ip_route_use_hint()
Eric Dumazet
1
-0
/
+3
2024-05-02
icmp: prevent possible NULL dereferences from icmp_build_probe()
Eric Dumazet
1
-2
/
+10
2024-04-17
netfilter: complete validation of user input
Eric Dumazet
2
-0
/
+8
2024-04-17
ipv4/route: avoid unused-but-set-variable warning
Arnd Bergmann
1
-3
/
+1
2024-04-10
tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...
Kuniyuki Iwashima
1
-8
/
+11
2024-04-10
udp: prevent local UDP tunnel packets from being GROed
Antoine Tenart
1
-0
/
+6
2024-04-10
udp: do not transition UDP GRO fraglist partial checksums to unnecessary
Antoine Tenart
1
-7
/
+1
2024-04-10
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
2
-2
/
+11
2024-04-10
erspan: make sure erspan_base_hdr is present in skb->head
Eric Dumazet
1
-0
/
+5
2024-04-10
gro: fix ownership transfer
Antoine Tenart
1
-1
/
+2
2024-04-10
netfilter: validate user input for expected length
Eric Dumazet
2
-0
/
+8
2024-04-10
inet: inet_defrag: prevent sk release while still in use
Florian Westphal
2
-14
/
+58
2024-04-10
tcp: properly terminate timers for kernel sockets
Eric Dumazet
2
-0
/
+16
2024-03-26
ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels
Tobias Brunner
1
-0
/
+1
2024-03-26
tcp: Fix refcnt handling in __inet_hash_connect().
Kuniyuki Iwashima
1
-1
/
+1
2024-03-26
rds: tcp: Fix use-after-free of net in reqsk_timer_handler().
Kuniyuki Iwashima
1
-4
/
+0
2024-03-26
tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
Eric Dumazet
1
-22
/
+19
2024-03-26
udp: fix incorrect parameter validation in the udp_lib_getsockopt() function
Gavrilov Ilia
1
-2
/
+2
2024-03-26
ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() function
Gavrilov Ilia
1
-1
/
+3
2024-03-26
tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function
Gavrilov Ilia
1
-2
/
+2
2024-03-26
net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()
Eric Dumazet
1
-1
/
+14
2024-03-26
inet_diag: annotate data-races around inet_diag_table[]
Eric Dumazet
1
-3
/
+3
2024-03-06
netfilter: let reset rules clean out conntrack entries
Florian Westphal
1
-0
/
+1
2024-03-06
net: ip_tunnel: prevent perpetual headroom growth
Florian Westphal
1
-7
/
+21
[next]