summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-04-20tcp: restrict net.ipv4.tcp_app_winYueHaibing
2023-04-20tcp: convert elligible sysctls to u8Eric Dumazet
2023-04-20ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet
2023-04-20icmp: guard against too small mtuEric Dumazet
2023-04-05erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2023-03-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal
2023-03-11tcp: Fix listen() regression in 5.10.163Kuniyuki Iwashima
2023-03-11tcp: tcp_check_req() can be called from process contextEric Dumazet
2023-03-11netfilter: ebtables: fix table blob use-after-freeFlorian Westphal
2023-03-11inet: fix fast path in __inet_hash_connect()Pietro Borrello
2023-02-15bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki
2023-02-01ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet
2023-02-01ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet
2023-02-01tcp: fix rate_app_limited to default to 1David Morley
2023-02-01tcp: avoid the lookup process failing to get sk in ehash tableJason Xing
2023-01-24net/ulp: use consistent error code when blocking ULPPaolo Abeni
2023-01-14net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-14mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMat Martineau
2023-01-14net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu
2023-01-14bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang
2023-01-14bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang
2023-01-14inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet
2023-01-04net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe
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-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-25tcp: 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-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-11-03nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel
2022-11-03tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-11-03tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei
2022-11-03tcp: minor optimization in tcp_add_backlog()Eric Dumazet
2022-10-30udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-10-26tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet
2022-10-26once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell