summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2024-05-17tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima1-1/+7
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet3-3/+7
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-1/+5
2024-05-17net: gro: add flush check in udp_gro_receive_segmentRichard Gobert1-1/+11
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie1-2/+3
2024-05-02tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet1-22/+19
2024-05-02tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima1-1/+14
2024-05-02ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet1-0/+3
2024-05-02netfilter: complete validation of user inputEric Dumazet2-0/+8
2024-05-02ipv4/route: avoid unused-but-set-variable warningArnd Bergmann1-3/+1
2024-04-13udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2-0/+12
2024-04-13udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart1-7/+1
2024-04-13erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet1-0/+5
2024-04-13netfilter: validate user input for expected lengthEric Dumazet2-0/+8
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet2-0/+16
2024-03-27udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia1-1/+3
2024-03-27bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau3-48/+63
2024-03-27net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva1-9/+10
2024-03-27net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva2-9/+7
2024-03-27net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2-13/+14
2024-03-27tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet1-1/+14
2024-03-27inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet1-3/+3
2024-03-06net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal1-7/+21
2024-03-01arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima1-1/+2
2024-03-01ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet1-4/+17
2024-02-23inet: read sk->sk_family once in inet_recv_error()Eric Dumazet1-2/+4
2024-02-23tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart1-1/+1
2024-02-23net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu1-6/+6
2024-02-23tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-02-23net-zerocopy: Refactor frag-is-remappable test.Arjun Roy1-8/+26
2024-02-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2024-02-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2-0/+7
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-12-13ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida1-4/+7
2023-12-08ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao1-2/+4
2023-12-08ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan1-1/+1
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-1/+1
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet1-13/+7
2023-11-20tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet1-1/+1
2023-11-20tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet1-5/+4
2023-11-20tcp_metrics: add missing barriers on deleteEric Dumazet1-2/+2
2023-11-20tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V1-4/+5
2023-11-20udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-11-08tcp: fix wrong RTO timeout when received SACK renegingFred Chen1-4/+5
2023-10-25ipv4/fib: send notify when delete source address routesHangbin Liu2-0/+5
2023-10-25ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet1-5/+9
2023-10-25tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet1-2/+14