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-07-27
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
2
-3
/
+5
2023-07-27
tcp: annotate data-races around icsk->icsk_user_timeout
Eric Dumazet
1
-3
/
+3
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
tcp: annotate data-races around icsk->icsk_syn_retries
Eric Dumazet
2
-4
/
+4
2023-07-27
tcp: annotate data-races around tp->keepalive_probes
Eric Dumazet
1
-2
/
+3
2023-07-27
tcp: annotate data-races around tp->keepalive_intvl
Eric Dumazet
1
-2
/
+2
2023-07-27
tcp: annotate data-races around tp->keepalive_time
Eric Dumazet
1
-1
/
+2
2023-07-27
tcp: annotate data-races around tp->tsoffset
Eric Dumazet
2
-4
/
+5
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
net: ipv4: Use kfree_sensitive instead of kfree
Wang Ming
1
-1
/
+1
2023-07-27
tcp: annotate data-races around tcp_rsk(req)->ts_recent
Eric Dumazet
3
-5
/
+8
2023-07-27
tcp: annotate data-races around tcp_rsk(req)->txhash
Eric Dumazet
3
-4
/
+5
2023-07-27
net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
Antoine Tenart
2
-6
/
+12
2023-07-27
gso: fix dodgy bit handling for GSO_UDP_L4
Yan Zhai
1
-5
/
+11
2023-07-27
bpf: tcp: Avoid taking fast sock lock in iterator
Aditi Ghag
1
-3
/
+2
2023-07-19
tcp: annotate data races in __tcp_oow_rate_limited()
Eric Dumazet
1
-3
/
+9
2023-06-20
Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
2
-0
/
+4
2023-06-16
xfrm: Linearize the skb after offloading if needed.
Sebastian Andrzej Siewior
1
-0
/
+3
2023-06-15
udplite: Print deprecation notice.
Kuniyuki Iwashima
1
-0
/
+2
2023-06-09
xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets
Maciej Żenczykowski
1
-0
/
+1
2023-06-06
tcp: gso: really support BIG TCP
Eric Dumazet
1
-10
/
+9
2023-06-02
net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294
Akihiro Suda
1
-4
/
+4
2023-06-01
tcp: fix mishandling when the sack compression is deferred.
fuyuanli
2
-4
/
+14
2023-05-29
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
Cambda Zhu
1
-1
/
+2
2023-05-29
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
3
-0
/
+9
2023-05-25
udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
Kuniyuki Iwashima
1
-0
/
+2
2023-05-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-16
/
+81
2023-05-23
bpf, sockmap: Incorrectly handling copied_seq
John Fastabend
2
-10
/
+28
2023-05-23
bpf, sockmap: TCP data stall on recv before accept
John Fastabend
1
-0
/
+20
2023-05-23
bpf, sockmap: Handle fin correctly
John Fastabend
1
-0
/
+31
2023-05-23
bpf, sockmap: Pass skb ownership through read_skb
John Fastabend
2
-6
/
+2
2023-05-23
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Nicolas Dichtel
2
-2
/
+15
2023-05-12
tcp: fix possible sk_priority leak in tcp_v4_send_reset()
Eric Dumazet
1
-2
/
+3
2023-05-10
tcp: add annotations around sk->sk_shutdown accesses
Eric Dumazet
3
-9
/
+11
2023-05-10
net: deal with most data-races in sk_wait_event()
Eric Dumazet
1
-1
/
+1
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-3
/
+13
2023-04-22
ipv4: Fix potential uninit variable access bug in __ip_make_skb()
Ziyang Xuan
1
-3
/
+13
2023-04-21
net: dst: fix missing initialization of rt_uncached
Maxime Bizon
2
-7
/
+1
2023-04-14
net: Ensure ->msg_control_user is used for user buffers
Kevin Brodsky
1
-2
/
+2
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
7
-17
/
+221
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+5
2023-04-12
bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncs
Christian Ehrig
3
-1
/
+125
2023-04-12
ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices
Christian Ehrig
2
-2
/
+21
2023-04-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+2
2023-04-07
tcp: restrict net.ipv4.tcp_app_win
YueHaibing
1
-0
/
+3
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-27
/
+32
2023-04-04
ping: Fix potentail NULL deref for /proc/net/icmp.
Kuniyuki Iwashima
1
-4
/
+4
[next]