index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2024-07-18
udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
Kuniyuki Iwashima
2024-07-18
tcp: avoid too many retransmit packets
Eric Dumazet
2024-07-18
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Neal Cardwell
2024-07-11
inet_diag: Initialize pad field in struct inet_diag_req_v2
Shigeru Yoshida
2024-07-11
tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.
Kuniyuki Iwashima
2024-07-11
tcp_metrics: validate source addr length
Jakub Kicinski
2024-07-11
UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
Neal Cardwell
2024-07-05
tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
Neal Cardwell
2024-07-05
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
2024-06-27
tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
Eric Dumazet
2024-06-27
net/tcp_ao: Don't leak ao_info on error-path
Dmitry Safonov
2024-06-27
cipso: fix total option length computation
Ondrej Mosnacek
2024-06-21
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
Eric Dumazet
2024-06-21
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
2024-06-21
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
2024-06-21
net: tls: fix marking packets as decrypted
Jakub Kicinski
2024-06-16
net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED
Dmitry Safonov
2024-06-12
ipv4: correctly iterate over the target netns in inet_dump_ifaddr()
Alexander Mikhalitsyn
2024-06-12
net: fix __dst_negative_advice() race
Eric Dumazet
2024-06-12
inet: introduce dst_rtable() helper
Eric Dumazet
2024-06-12
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-06-12
netfilter: tproxy: bail out if IP has been disabled on the device
Florian Westphal
2024-06-12
ipv4: Fix address dump when IPv4 is disabled on an interface
Ido Schimmel
2024-06-12
net: relax socket state check at accept time.
Paolo Abeni
2024-06-12
tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
Kuniyuki Iwashima
2024-05-30
inet: fix inet_fill_ifaddr() flags truncation
Eric Dumazet
2024-05-30
tcp: avoid premature drops in tcp_add_backlog()
Eric Dumazet
2024-05-30
udp: Avoid call to compute_score on multiple sites
Gabriel Krisman Bertazi
2024-05-03
Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2024-05-02
tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
Kuniyuki Iwashima
2024-05-02
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
2024-05-02
net: gro: add flush check in udp_gro_receive_segment
Richard Gobert
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
2024-05-02
ipv4: Fix uninit-value access in __ip_make_skb()
Shigeru Yoshida
2024-04-26
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
2024-04-23
tcp: Fix Use-After-Free in tcp_ao_connect_init
Hyunwoo Kim
2024-04-23
ipv4: check for NULL idev in ip_route_use_hint()
Eric Dumazet
2024-04-22
icmp: prevent possible NULL dereferences from icmp_build_probe()
Eric Dumazet
2024-04-19
udp: preserve the connected status if only UDP cmsg
Yick Xie
2024-04-15
inet: bring NLM_DONE out to a separate recv() again
Jakub Kicinski
2024-04-10
netfilter: complete validation of user input
Eric Dumazet
2024-04-09
ipv4/route: avoid unused-but-set-variable warning
Arnd Bergmann
2024-04-04
netfilter: validate user input for expected length
Eric Dumazet
2024-03-29
tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...
Kuniyuki Iwashima
2024-03-29
tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...
Kuniyuki Iwashima
2024-03-29
erspan: make sure erspan_base_hdr is present in skb->head
Eric Dumazet
2024-03-29
udp: prevent local UDP tunnel packets from being GROed
Antoine Tenart
2024-03-29
udp: do not transition UDP GRO fraglist partial checksums to unnecessary
Antoine Tenart
2024-03-29
gro: fix ownership transfer
Antoine Tenart
2024-03-29
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
[next]