Sign in
android-kvm
/
linux
/
1e3d28fe03cdac1f58402e4da1e1e59fb70d145f
/
net
/
ipv4
5dfe9d27
tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
by Neal Cardwell
· 8 months ago
ff46e3b
Fix race for duplicate reqsk on identical SYN
by luoxuanqiang
· 8 months ago
f9ae848
net/tcp_ao: Don't leak ao_info on error-path
by Dmitry Safonov
· 8 months ago
9e046bb
tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
by Eric Dumazet
· 8 months ago
89aa361
cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options
by Ondrej Mosnacek
· 8 months ago
9f36169
cipso: fix total option length computation
by Ondrej Mosnacek
· 8 months ago
36534d3
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
by Eric Dumazet
· 8 months ago
5b4b62a
rtnetlink: make the "split" NLM_DONE handling generic
by Jakub Kicinski
· 9 months ago
a46d0ea
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
by Jason Xing
· 9 months ago
a535d59
net: tls: fix marking packets as decrypted
by Jakub Kicinski
· 9 months ago
33700a0
net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED
by Dmitry Safonov
· 9 months ago
e889eb1
Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
by Paolo Abeni
· 9 months ago
b8c8abe
ipv4: correctly iterate over the target netns in inet_dump_ifaddr()
by Alexander Mikhalitsyn
· 9 months ago
92f1655
net: fix __dst_negative_advice() race
by Eric Dumazet
· 9 months ago
21a673b
netfilter: tproxy: bail out if IP has been disabled on the device
by Florian Westphal
· 9 months ago
f4dca95
tcp: reduce accepted window in NEW_SYN_RECV state
by Eric Dumazet
· 9 months ago
be00872
net: gro: initialize network_offset in network layer
by Willem de Bruijn
· 9 months ago
7b05ab8
ipv4: Fix address dump when IPv4 is disabled on an interface
by Ido Schimmel
· 9 months ago
66ad482
Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 9 months ago
26afda7
net: relax socket state check at accept time.
by Paolo Abeni
· 9 months ago
378979e
tcp: remove 64 KByte limit for initial tp->rcv_wnd value
by Jason Xing
· 9 months ago
3ebc46c
tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
by Kuniyuki Iwashima
· 9 months ago
89721e3
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
by Linus Torvalds
· 9 months ago
654de42
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 9 months ago
11f46ea
tcp: rstreason: fully support in tcp_check_req()
by Jason Xing
· 9 months ago
22a3255
tcp: rstreason: handle timewait cases in the receive path
by Jason Xing
· 9 months ago
7951e36
net: pass back whether socket was empty post accept
by Jens Axboe
· 9 months ago
92ef0fd
net: change proto and proto_ops accept type
by Jens Axboe
· 9 months ago
6e62702
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by Jakub Kicinski
· 9 months ago
8ec9897
netlabel: fix RCU annotation for IPv4 options on socket creation
by Davide Caratti
· 9 months ago
c084ebd
tcp: socket option to check for MPTCP fallback to TCP
by Matthieu Baerts (NGI0)
· 9 months ago
4b0ebbc
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
by Richard Gobert
· 9 months ago
186b1ea
net: gro: use cb instead of skb->network_header
by Richard Gobert
· 9 months ago
1af7f88
inet: fix inet_fill_ifaddr() flags truncation
by Eric Dumazet
· 9 months ago
c85e41b
Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
by Jakub Kicinski
· 9 months ago
383eed2
tcp: get rid of twsk_unique()
by Eric Dumazet
· 10 months ago
e707383
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 9 months ago
db3efdc
net/ipv4: add tracepoint for icmp_send
by Peilin He
· 10 months ago
1eb2cde
net: annotate writes on dev->mtu from ndo_change_mtu()
by Eric Dumazet
· 10 months ago
9cf621b
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
by Eric Dumazet
· 10 months ago
179a6f5
Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by Jakub Kicinski
· 10 months ago
8edc27fc
netfilter: use NF_DROP instead of -NF_DROP
by Jason Xing
· 11 months ago
c9d1d23
net: add heuristic for enabling TCP fraglist GRO
by Felix Fietkau
· 10 months ago
7516b27
net: create tcp_gro_header_pull helper function
by Felix Fietkau
· 10 months ago
80e85fb
net: create tcp_gro_lookup helper function
by Felix Fietkau
· 10 months ago
8d95dc4
net: add code for TCP fraglist GRO
by Felix Fietkau
· 10 months ago
bee88cd
net: add support for segmenting TCP fraglist GSO packets
by Felix Fietkau
· 10 months ago
8928756d5
net: move skb_gro_receive_list from udp to core
by Felix Fietkau
· 10 months ago
d0de616
Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by Jakub Kicinski
· 10 months ago
1c106eb
net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array
by Joel Granados
· 10 months ago
f2db723
tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
by Kuniyuki Iwashima
· 10 months ago
9406279
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
by Eric Dumazet
· 10 months ago
0325cbd
bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_ca
by Miao Xu
· 10 months ago
57bfc76
tcp: Add new args for cong_control in tcp_congestion_ops
by Miao Xu
· 10 months ago
e958da0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 10 months ago
5babae7
net: gro: add flush check in udp_gro_receive_segment
by Richard Gobert
· 10 months ago
5ef31ea
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cb
by Richard Gobert
· 10 months ago
fc1092f
ipv4: Fix uninit-value access in __ip_make_skb()
by Shigeru Yoshida
· 10 months ago
bf4ea58
arp: Convert ioctl(SIOCGARP) to RCU.
by Kuniyuki Iwashima
· 10 months ago
a428bfc
arp: Get dev after calling arp_req_(delete|set|get)().
by Kuniyuki Iwashima
· 10 months ago
51e9ba4
arp: Remove a nest in arp_req_get().
by Kuniyuki Iwashima
· 10 months ago
f869613
arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().
by Kuniyuki Iwashima
· 10 months ago
0592367
arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().
by Kuniyuki Iwashima
· 10 months ago
42033d0
arp: Move ATF_COM setting in arp_req_set().
by Kuniyuki Iwashima
· 10 months ago
f3d9381
net: add <net/proto_memory.h>
by Eric Dumazet
· 10 months ago
dda4d96
tcp: move tcp_out_of_memory() to net/ipv4/tcp.c
by Eric Dumazet
· 10 months ago
a86a066
net: move sysctl_max_skb_frags to net_hotdata
by Eric Dumazet
· 10 months ago
05d6d49
inet: introduce dst_rtable() helper
by Eric Dumazet
· 10 months ago
89de2db
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by Jakub Kicinski
· 10 months ago
e8dfd42
ipv6: introduce dst_rt6_info() helper
by Eric Dumazet
· 10 months ago
61f5338
inet: use call_rcu_hurry() in inet_free_ifa()
by Eric Dumazet
· 10 months ago
1bede0a
tcp: fix tcp_grow_skb() vs tstamps
by Eric Dumazet
· 10 months ago
b533fb9
rstreason: make it work in trace world
by Jason Xing
· 10 months ago
120391e
tcp: support rstreason for passive reset
by Jason Xing
· 10 months ago
5691276
rstreason: prepare for active reset
by Jason Xing
· 10 months ago
6be49dea
rstreason: prepare for passive reset
by Jason Xing
· 10 months ago
58fbfec
xfrm: Preserve vlan tags for transport mode software GRO
by Paul Davey
· 10 months ago
c4e86b4
net: add two more call_rcu_hurry()
by Eric Dumazet
· 10 months ago
48e2cd3
bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
by Philo Lu
· 10 months ago
2bd8795
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 10 months ago
ec00ed4
tcp: avoid premature drops in tcp_add_backlog()
by Eric Dumazet
· 10 months ago
2bf90a5
tcp: update sacked after tracepoint in __tcp_retransmit_skb
by Philo Lu
· 10 months ago
80e679b
tcp: Fix Use-After-Free in tcp_ao_connect_init
by Hyunwoo Kim
· 10 months ago
58a4c9b
ipv4: check for NULL idev in ip_route_use_hint()
by Eric Dumazet
· 10 months ago
8ee602c
tcp: try to send bigger TSO packets
by Eric Dumazet
· 10 months ago
d5b38a7
tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()
by Eric Dumazet
· 10 months ago
2255503
tcp: remove dubious FIN exception from tcp_cwnd_test()
by Eric Dumazet
· 10 months ago
c51db4a
tcp: do not export tcp_twsk_purge()
by Eric Dumazet
· 10 months ago
c58e88d
icmp: prevent possible NULL dereferences from icmp_build_probe()
by Eric Dumazet
· 10 months ago
bfa858f
sysctl: treewide: constify ctl_table_header::ctl_table_arg
by Thomas Weißschuh
· 10 months ago
680d11f
udp: preserve the connected status if only UDP cmsg
by Yick Xie
· 10 months ago
41e3ddb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 10 months ago
aeb48a4
udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE Support
by Antony Antony
· 10 months ago
ba3de6d
tcp_metrics: use parallel_ops for tcp_metrics_nl_family
by Eric Dumazet
· 10 months ago
ade1c9c
tcp_metrics: fix tcp_metrics_nl_dump() return value
by Eric Dumazet
· 10 months ago
2bd99ae
tcp: accept bare FIN packets under memory pressure
by Eric Dumazet
· 10 months ago
50aee97
udp: Avoid call to compute_score on multiple sites
by Gabriel Krisman Bertazi
· 10 months ago
460b0d3
inet: bring NLM_DONE out to a separate recv() again
by Jakub Kicinski
· 10 months ago
d13b059
tcp: small optimization when TCP_TW_SYN is processed
by Eric Dumazet
· 10 months ago
5618603
ipv4: Remove RTO_ONLINK.
by Guillaume Nault
· 10 months ago
Next »