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
2024-08-29
udp: fix receiving fraglist GSO packets
Felix Fietkau
1
-1
/
+2
2024-08-29
net: drop bad gso csum_start and offset in virtio_net_hdr
Willem de Bruijn
2
-0
/
+7
2024-08-29
gso: fix dodgy bit handling for GSO_UDP_L4
Yan Zhai
1
-5
/
+11
2024-08-29
udp: allow header check for dodgy GSO_UDP_L4 packets.
Andrew Melnychenko
1
-1
/
+2
2024-08-29
tcp: do not export tcp_twsk_purge()
Eric Dumazet
1
-1
/
+0
2024-08-29
tcp: prevent concurrent execution of tcp_sk_exit_batch
Florian Westphal
1
-0
/
+14
2024-08-29
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
3
-10
/
+7
2024-08-29
tcp/dccp: bypass empty buckets in inet_twsk_purge()
Eric Dumazet
1
-2
/
+7
2024-08-29
fou: remove warn in gue_gro_receive on unsupported protocol
Willem de Bruijn
1
-1
/
+1
2024-08-11
netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().
Kuniyuki Iwashima
1
-8
/
+10
2024-08-03
net: nexthop: Initialize all fields in dumped nexthops
Petr Machata
1
-3
/
+4
2024-08-03
ipv4: Fix incorrect source address in Record Route option
Ido Schimmel
1
-1
/
+1
2024-08-03
ipv4: fix source address selection with route leak
Nicolas Dichtel
1
-2
/
+11
2024-08-03
ipv4: Fix incorrect TOS in fibmatch route get reply
Ido Schimmel
1
-1
/
+1
2024-08-03
ipv4: Fix incorrect TOS in route get reply
Ido Schimmel
2
-7
/
+8
2024-08-03
tcp: fix races in tcp_v[46]_err()
Eric Dumazet
1
-8
/
+3
2024-08-03
tcp: fix race in tcp_write_err()
Eric Dumazet
1
-5
/
+1
2024-08-03
tcp: add tcp_done_with_error() helper
Eric Dumazet
2
-12
/
+22
2024-08-03
tcp: annotate lockless access to sk->sk_err
Eric Dumazet
5
-12
/
+13
2024-08-03
tcp: annotate lockless accesses to sk->sk_err_soft
Eric Dumazet
3
-7
/
+7
2024-08-03
net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
Hagar Hemdan
1
-2
/
+1
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
[next]