summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-12-31net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu
2022-12-31net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner
2022-12-31bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-12-31bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang
2022-12-31net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima
2022-12-31udp: Clean up some functions.Kuniyuki Iwashima
2022-12-14ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2022-12-14ip_gre: do not report erspan version on GRE interfaceHangbin Liu
2022-12-14inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal
2022-12-08ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel
2022-12-08ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern
2022-12-02tcp: configurable source port perturb table sizeGleb Mazovetskiy
2022-12-02ipv4: Fix error return code in fib_table_insert()Ziyang Xuan
2022-12-02dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-12-02xfrm: replay: Fix ESN wrap around for GSOChristian Langrock
2022-12-02xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger
2022-11-26tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet
2022-11-16tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei
2022-11-16bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen
2022-11-10net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher
2022-11-10net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov
2022-11-10net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov
2022-11-04nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel
2022-11-04tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-11-04tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei
2022-10-29netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault
2022-10-29netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter
2022-10-29udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima
2022-10-26net: flag sockets supporting msghdr originated zerocopyPavel Begunkov
2022-10-21net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert
2022-10-21tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet
2022-10-21once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-21tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-10-21netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter
2022-10-21esp: choose the correct inner protocol for GSO on inter address family tunnelsSabrina Dubroca
2022-09-22udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye
2022-09-20ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel
2022-09-20tcp: read multiple skbs in tcp_read_skb()Cong Wang
2022-09-16tcp: Use WARN_ON_ONCE() in tcp_read_skb()Peilin Ye
2022-09-06tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell
2022-09-02Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2022-09-02tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet
2022-08-31tcp: annotate data-race around challenge_timestampEric Dumazet
2022-08-31ip: fix triggering of 'icmp redirect'Nicolas Dichtel
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller