index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2022-12-31
net/tunnel: wait until all sk_user_data reader finish before releasing the sock
Hangbin Liu
2022-12-31
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
2022-12-31
bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
Pengcheng Yang
2022-12-31
bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
Pengcheng Yang
2022-12-31
bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
Pengcheng Yang
2022-12-31
net: Return errno in sk->sk_prot->get_port().
Kuniyuki Iwashima
2022-12-31
udp: Clean up some functions.
Kuniyuki Iwashima
2022-12-14
ipv4: Fix incorrect route flushing when table ID 0 is used
Ido Schimmel
2022-12-14
ipv4: Fix incorrect route flushing when source address is deleted
Ido Schimmel
2022-12-14
ip_gre: do not report erspan version on GRE interface
Hangbin Liu
2022-12-14
inet: ping: use hlist_nulls rcu iterator during lookup
Florian Westphal
2022-12-08
ipv4: Fix route deletion when nexthop info is not specified
Ido Schimmel
2022-12-08
ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...
David Ahern
2022-12-02
tcp: configurable source port perturb table size
Gleb Mazovetskiy
2022-12-02
ipv4: Fix error return code in fib_table_insert()
Ziyang Xuan
2022-12-02
dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
Kuniyuki Iwashima
2022-12-02
netfilter: conntrack: Fix data-races around ct mark
Daniel Xu
2022-12-02
xfrm: replay: Fix ESN wrap around for GSO
Christian Langrock
2022-12-02
xfrm: fix "disable_policy" on ipv4 early demux
Eyal Birger
2022-11-26
tcp: cdg: allow tcp_cdg_release() to be called multiple times
Eric Dumazet
2022-11-16
tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
Lu Wei
2022-11-16
bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues
Wang Yufen
2022-11-10
net: also flag accepted sockets supporting msghdr originated zerocopy
Stefan Metzmacher
2022-11-10
net: remove SOCK_SUPPORT_ZC from sockmap
Pavel Begunkov
2022-11-10
net/ulp: remove SOCK_SUPPORT_ZC from tls sockets
Pavel Begunkov
2022-11-04
nh: fix scope used to find saddr when adding non gw nh
Nicolas Dichtel
2022-11-04
tcp: fix indefinite deferral of RTO with SACK reneging
Neal Cardwell
2022-11-04
tcp: fix a signed-integer-overflow bug in tcp_add_backlog()
Lu Wei
2022-10-29
netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.
Guillaume Nault
2022-10-29
netfilter: rpfilter/fib: Populate flowic_l3mdev field
Phil Sutter
2022-10-29
udp: Update reuse->has_conns under reuseport_lock.
Kuniyuki Iwashima
2022-10-26
net: flag sockets supporting msghdr originated zerocopy
Pavel Begunkov
2022-10-21
net-next: Fix IP_UNICAST_IF option behavior for connected sockets
Richard Gobert
2022-10-21
tcp: annotate data-race around tcp_md5sig_pool_populated
Eric Dumazet
2022-10-21
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
2022-10-21
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
2022-10-21
netfilter: nft_fib: Fix for rpath check with VRF devices
Phil Sutter
2022-10-21
esp: choose the correct inner protocol for GSO on inter address family tunnels
Sabrina Dubroca
2022-09-22
udp: Use WARN_ON_ONCE() in udp_read_skb()
Peilin Ye
2022-09-20
ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical section
Ido Schimmel
2022-09-20
tcp: read multiple skbs in tcp_read_skb()
Cong Wang
2022-09-16
tcp: Use WARN_ON_ONCE() in tcp_read_skb()
Peilin Ye
2022-09-06
tcp: fix early ETIMEDOUT after spurious non-SACK RTO
Neal Cardwell
2022-09-02
Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
2022-09-02
tcp: TX zerocopy should not sense pfmemalloc status
Eric Dumazet
2022-09-01
rxrpc: Fix ICMP/ICMP6 error handling
David Howells
2022-08-31
tcp: make global challenge ack rate limitation per net-ns and default disabled
Eric Dumazet
2022-08-31
tcp: annotate data-race around challenge_timestamp
Eric Dumazet
2022-08-31
ip: fix triggering of 'icmp redirect'
Nicolas Dichtel
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
[next]