summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-10tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-04-10gro: fix ownership transferAntoine Tenart
2024-04-10netfilter: validate user input for expected lengthEric Dumazet
2024-04-10inet: inet_defrag: prevent sk release while still in useFlorian Westphal
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-03net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo
2024-04-03net: esp: fix bad handling of pages from page_poolDragos Tatulea
2024-03-26ipv4: raw: Fix sending packets from raw sockets via IPsec tunnelsTobias Brunner
2024-03-26tcp: Fix refcnt handling in __inet_hash_connect().Kuniyuki Iwashima
2024-03-26rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima
2024-03-26tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric 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-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-03-01dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().Kuniyuki Iwashima
2024-02-16inet: read sk->sk_family once in inet_recv_error()Eric Dumazet
2024-02-16tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart
2024-02-05net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2024-02-05tcp: add sanity checks to rx zerocopyEric Dumazet
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel
2024-01-31net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau
2024-01-31bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2024-01-31tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2024-01-31tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-25netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2024-01-25netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-25bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau
2024-01-25bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau
2024-01-25udp: annotate data-races around up->pendingEric Dumazet
2024-01-25sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet
2024-01-25ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando
2024-01-10tcp: derive delack_max from rto_minEric Dumazet
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
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-13tcp: fix mid stream window clamp.Paolo Abeni
2023-12-08ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao
2023-12-03ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan
2023-11-28net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet