aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2024-05-13Merge tag 'v5.10.216' into v5.10/standard/basev5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.215' into v5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.214' into v5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.212' into v5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.211' into v5.10/standard/baseBruce Ashfield
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie
2024-05-02tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet
2024-05-02tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima
2024-05-02ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-05-02netfilter: complete validation of user inputEric Dumazet
2024-05-02ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-04-13udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-04-13udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart
2024-04-13erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-04-13netfilter: validate user input for expected lengthEric Dumazet
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet
2024-03-26udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia
2024-03-26ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia
2024-03-26bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-26net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva
2024-03-26net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva
2024-03-26net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva
2024-03-26tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia
2024-03-26net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet
2024-03-26inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet
2024-03-06net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal
2024-03-01arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-03-01ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet
2024-02-26Merge tag 'v5.10.210' into v5.10/standard/baseBruce Ashfield
2024-02-23inet: read sk->sk_family once in inet_recv_error()Eric Dumazet
2024-02-23tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart
2024-02-23net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2024-02-23tcp: add sanity checks to rx zerocopyEric Dumazet
2024-02-23net-zerocopy: Refactor frag-is-remappable test.Arjun Roy
2024-02-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2024-02-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2023-12-27Merge tag 'v5.10.205' into v5.10/standard/baseBruce Ashfield
2023-12-27Merge tag 'v5.10.204' into v5.10/standard/baseBruce Ashfield
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
2023-12-18Merge tag 'v5.10.203' into v5.10/standard/baseBruce Ashfield
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-12-13ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida
2023-12-08ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao
2023-12-08ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan
2023-12-03Merge tag 'v5.10.202' into v5.10/standard/baseBruce Ashfield
2023-12-03Merge tag 'v5.10.201' into v5.10/standard/baseBruce Ashfield
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-11-20tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet
2023-11-20tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet