summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal2024-03-061-7/+21
* arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima2024-03-011-1/+2
* ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet2024-03-011-4/+17
* dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().Kuniyuki Iwashima2024-03-011-1/+24
* inet: read sk->sk_family once in inet_recv_error()Eric Dumazet2024-02-161-2/+4
* tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart2024-02-161-1/+1
* net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu2024-02-051-6/+6
* tcp: add sanity checks to rx zerocopyEric Dumazet2024-02-051-1/+11
* ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel2024-02-054-5/+7
* net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau2024-01-311-1/+1
* bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2024-01-314-8/+12
* tcp: Add memory barrier to tcp_push()Salvatore Dipietro2024-01-311-0/+1
* tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-312-0/+7
* netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-251-3/+6
* netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-251-1/+1
* bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau2024-01-251-11/+10
* bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau2024-01-251-1/+0
* udp: annotate data-races around up->pendingEric Dumazet2024-01-251-6/+6
* sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2024-01-251-0/+1
* ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando2024-01-251-7/+6
* tcp: derive delack_max from rto_minEric Dumazet2024-01-102-2/+17
* net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-201-0/+6
* tcp: do not accept ACK of bytes we never sentEric Dumazet2023-12-131-1/+5
* ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida2023-12-131-4/+7
* tcp: fix mid stream window clamp.Paolo Abeni2023-12-131-3/+19
* ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-12-081-2/+4
* ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-12-031-1/+1
* net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev2023-11-281-1/+1
* net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-11-281-1/+1
* tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-11-201-13/+7
* tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet2023-11-201-1/+1
* tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet2023-11-201-5/+4
* tcp_metrics: add missing barriers on deleteEric Dumazet2023-11-201-2/+2
* tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V2023-11-201-4/+5
* udplite: fix various data-racesEric Dumazet2023-11-201-10/+11
* udplite: remove UDPLITE_BITEric Dumazet2023-11-201-1/+0
* udp: annotate data-races around udp->encap_typeEric Dumazet2023-11-202-6/+7
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-11-202-8/+4
* udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet2023-11-201-1/+1
* udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet2023-11-201-2/+4
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-11-202-5/+5
* udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-11-201-2/+2
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-11-201-2/+2
* udp: introduce udp->udp_flagsEric Dumazet2023-11-201-6/+6
* net: ipv4: fix typo in commentsDeming Wang2023-10-251-1/+1
* tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-10-221-4/+5
* net: do not leave an empty skb in write queueEric Dumazet2023-10-201-3/+5
* tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni2023-10-191-0/+1
* ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet2023-10-181-5/+9
* tcp_bpf: properly release resources on error pathsPaolo Abeni2023-10-181-4/+12