aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2024-05-28Merge tag 'v5.15.159' into v5.15/standard/baseBruce Ashfield
2024-05-17tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-05-17bpf, sockmap: Handle fin correctlyJohn Fastabend
2024-05-17bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend
2024-05-17net: gro: add flush check in udp_gro_receive_segmentRichard Gobert
2024-05-07Merge tag 'v5.15.158' into v5.15/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-02icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet
2024-04-25Merge tag 'v5.15.156' into v5.15/standard/baseBruce Ashfield
2024-04-25ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2024-04-25tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima
2024-04-17netfilter: complete validation of user inputEric Dumazet
2024-04-17ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-04-15Merge tag 'v5.15.154' into v5.15/standard/baseBruce Ashfield
2024-04-10udp: prevent local UDP tunnel packets from being GROedAntoine Tenart
2024-04-10udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart
2024-04-10udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-04-10netfilter: validate user input for expected lengthEric Dumazet
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet
2024-03-28Merge tag 'v5.15.153' into v5.15/standard/baseBruce Ashfield
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-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-12Merge tag 'v5.15.151' into v5.15/standard/baseBruce Ashfield
2024-03-06netfilter: let reset rules clean out conntrack entriesFlorian Westphal
2024-03-06net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal
2024-03-03Merge tag 'v5.15.150' into v5.15/standard/baseBruce Ashfield
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.15.149' into v5.15/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-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2024-02-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-18Merge tag 'v5.15.147' into v5.15/standard/baseBruce Ashfield
2024-01-15net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2023-12-27Merge tag 'v5.15.144' into v5.15/standard/baseBruce Ashfield
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
2023-12-18Merge tag 'v5.15.143' into v5.15/standard/baseBruce Ashfield