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.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-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: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().
Kuniyuki Iwashima
1
-7
/
+8
2024-08-03
xfrm: Log input direction mismatch error in one place
Antony Antony
1
-0
/
+7
2024-08-03
tcp: fix races in tcp_v[46]_err()
Eric Dumazet
1
-8
/
+3
2024-08-03
tcp: fix races in tcp_abort()
Eric Dumazet
1
-5
/
+1
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
net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
Hagar Hemdan
1
-2
/
+1
2024-07-11
udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
Kuniyuki Iwashima
1
-1
/
+3
2024-07-11
tcp: avoid too many retransmit packets
Eric Dumazet
1
-2
/
+13
2024-07-06
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Neal Cardwell
2
-3
/
+10
2024-07-04
inet_diag: Initialize pad field in struct inet_diag_req_v2
Shigeru Yoshida
1
-0
/
+2
2024-07-04
tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.
Kuniyuki Iwashima
1
-0
/
+7
2024-07-01
tcp_metrics: validate source addr length
Jakub Kicinski
1
-0
/
+1
2024-06-28
UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
Neal Cardwell
1
-1
/
+1
2024-06-26
tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
Neal Cardwell
1
-11
/
+27
2024-06-25
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
2
-5
/
+19
2024-06-20
net/tcp_ao: Don't leak ao_info on error-path
Dmitry Safonov
1
-2
/
+4
2024-06-18
tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
Eric Dumazet
1
-0
/
+1
2024-06-14
cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options
Ondrej Mosnacek
1
-25
/
+54
2024-06-14
cipso: fix total option length computation
Ondrej Mosnacek
1
-4
/
+8
2024-06-11
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
Eric Dumazet
1
-1
/
+5
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
2
-7
/
+2
2024-06-05
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
1
-1
/
+5
2024-06-04
net: tls: fix marking packets as decrypted
Jakub Kicinski
1
-0
/
+3
2024-06-02
net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED
Dmitry Safonov
1
-4
/
+9
2024-05-30
Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
1
-0
/
+2
2024-05-30
ipv4: correctly iterate over the target netns in inet_dump_ifaddr()
Alexander Mikhalitsyn
1
-1
/
+1
2024-05-30
net: fix __dst_negative_advice() race
Eric Dumazet
1
-14
/
+8
2024-05-29
netfilter: tproxy: bail out if IP has been disabled on the device
Florian Westphal
1
-0
/
+2
2024-05-28
tcp: reduce accepted window in NEW_SYN_RECV state
Eric Dumazet
2
-8
/
+6
2024-05-28
net: gro: initialize network_offset in network layer
Willem de Bruijn
1
-1
/
+1
2024-05-28
ipv4: Fix address dump when IPv4 is disabled on an interface
Ido Schimmel
1
-2
/
+3
2024-05-23
Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-3
/
+16
2024-05-23
net: relax socket state check at accept time.
Paolo Abeni
1
-1
/
+3
2024-05-23
tcp: remove 64 KByte limit for initial tp->rcv_wnd value
Jason Xing
1
-1
/
+1
2024-05-21
tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
Kuniyuki Iwashima
1
-1
/
+12
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2
-8
/
+9
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+14
2024-05-14
tcp: rstreason: fully support in tcp_check_req()
Jason Xing
1
-1
/
+1
2024-05-14
tcp: rstreason: handle timewait cases in the receive path
Jason Xing
1
-1
/
+1
2024-05-14
net: pass back whether socket was empty post accept
Jens Axboe
1
-0
/
+1
2024-05-14
net: change proto and proto_ops accept type
Jens Axboe
2
-8
/
+8
2024-05-14
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-3
/
+7
2024-05-14
netlabel: fix RCU annotation for IPv4 options on socket creation
Davide Caratti
1
-3
/
+4
2024-05-14
tcp: socket option to check for MPTCP fallback to TCP
Matthieu Baerts (NGI0)
1
-0
/
+3
2024-05-14
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
3
-62
/
+5
2024-05-14
net: gro: use cb instead of skb->network_header
Richard Gobert
2
-5
/
+2
[next]