summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-02-09bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki1-2/+2
2023-02-01ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet1-0/+2
2023-02-01ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet1-0/+2
2023-02-01tcp: fix rate_app_limited to default to 1David Morley1-0/+2
2023-02-01tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2-6/+19
2023-01-24net/ulp: use consistent error code when blocking ULPPaolo Abeni1-1/+1
2023-01-14net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2-1/+19
2023-01-12mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts1-4/+3
2022-12-31net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu1-0/+1
2022-12-31bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang1-1/+4
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang1-5/+6
2022-12-31bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang1-1/+2
2022-12-31inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet1-4/+8
2022-12-14ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel1-0/+3
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-0/+1
2022-12-14ip_gre: do not report erspan version on GRE interfaceHangbin Liu1-19/+29
2022-12-08ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel1-3/+5
2022-12-08ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern1-4/+4
2022-12-02tcp: configurable source port perturb table sizeGleb Mazovetskiy2-5/+15
2022-12-02ipv4: Fix error return code in fib_table_insert()Ziyang Xuan1-1/+3
2022-12-02dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima1-0/+2
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu1-2/+2
2022-12-02xfrm: replay: Fix ESN wrap around for GSOChristian Langrock1-0/+3
2022-12-02xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger1-0/+5
2022-11-26tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet1-0/+2
2022-11-16tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei1-1/+1
2022-11-16bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen1-0/+1
2022-11-16bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen1-3/+5
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima3-84/+26
2022-11-03nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel1-1/+1
2022-11-03tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell1-1/+2
2022-11-03tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei1-1/+3
2022-11-03tcp: minor optimization in tcp_add_backlog()Eric Dumazet1-3/+2
2022-10-29udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2-2/+2
2022-10-26tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet1-4/+10
2022-10-26once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-2/+2
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2-7/+14
2022-10-26netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter1-0/+3
2022-09-23net: Find dst with sk's xfrm policy not ctl_sksewookseo2-1/+3
2022-09-15tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell1-7/+18
2022-09-15tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet1-1/+1
2022-09-15rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2-0/+3
2022-09-08ip: fix triggering of 'icmp redirect'Nicolas Dichtel1-2/+2
2022-09-08tcp: annotate data-race around challenge_timestampEric Dumazet1-2/+2
2022-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-6/+10
2022-08-31net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima1-2/+2
2022-08-31tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni1-4/+4
2022-08-31net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima1-3/+3
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2-2/+2
2022-08-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4