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.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-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
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: Fix data-races around sysctl_tcp_syn(ack)?_retries.
Kuniyuki Iwashima
3
-5
/
+11
2023-07-27
net: Introduce net.ipv4.tcp_migrate_req.
Kuniyuki Iwashima
1
-0
/
+9
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->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 in __tcp_oow_rate_limited()
Eric Dumazet
1
-3
/
+9
2023-07-27
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
2
-0
/
+15
2023-06-28
xfrm: Linearize the skb after offloading if needed.
Sebastian Andrzej Siewior
1
-0
/
+3
2023-06-28
xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets
Maciej Żenczykowski
1
-0
/
+1
2023-06-14
tcp: fix tcp_min_tso_segs sysctl
Eric Dumazet
1
-2
/
+0
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
tcp: fix possible sk_priority leak in tcp_v4_send_reset()
Eric Dumazet
1
-2
/
+3
2023-05-30
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
2
-1
/
+3
2023-05-30
ipv4/tcp: do not use per netns ctl sockets
Eric Dumazet
1
-34
/
+27
2023-05-30
tcp: add annotations around sk->sk_shutdown accesses
Eric Dumazet
3
-9
/
+11
2023-05-30
tcp: factor out __tcp_close() helper
Paolo Abeni
1
-2
/
+7
2023-05-30
net: deal with most data-races in sk_wait_event()
Eric Dumazet
1
-1
/
+1
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
tcp: restrict net.ipv4.tcp_app_win
YueHaibing
1
-0
/
+3
2023-04-20
tcp: convert elligible sysctls to u8
Eric Dumazet
1
-68
/
+68
2023-04-20
ipv4: shrink netns_ipv4 with sysctl conversions
Eric Dumazet
1
-32
/
+32
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.10.163
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
netfilter: ebtables: fix table blob use-after-free
Florian Westphal
1
-2
/
+1
2023-03-11
inet: fix fast path in __inet_hash_connect()
Pietro Borrello
1
-11
/
+1
2023-02-15
bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
Jakub Sitnicki
1
-2
/
+2
2023-02-01
ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
Eric Dumazet
1
-0
/
+2
2023-02-01
ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
Eric Dumazet
1
-0
/
+2
2023-02-01
tcp: fix rate_app_limited to default to 1
David Morley
1
-0
/
+2
2023-02-01
tcp: avoid the lookup process failing to get sk in ehash table
Jason Xing
2
-6
/
+19
2023-01-24
net/ulp: use consistent error code when blocking ULP
Paolo Abeni
1
-1
/
+1
2023-01-14
net/ulp: prevent ULP without clone op from entering the LISTEN status
Paolo Abeni
2
-1
/
+19
[prev]
[next]