summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2024-02-16inet: read sk->sk_family once in inet_recv_error()Eric Dumazet1-2/+4
2024-02-16tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart1-1/+1
2024-02-05net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu1-6/+6
2024-02-05tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel4-5/+7
2024-02-01net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau1-1/+1
2024-02-01bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer4-8/+12
2024-02-01tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2024-02-01tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2-0/+7
2024-01-26netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov1-3/+6
2024-01-26netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov1-1/+1
2024-01-26bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau1-11/+10
2024-01-26bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau1-1/+0
2024-01-26udp: annotate data-races around up->pendingEric Dumazet1-6/+6
2024-01-26sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet1-0/+1
2024-01-26ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando1-7/+6
2024-01-10tcp: derive delack_max from rto_minEric Dumazet2-2/+17
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-13tcp: fix mid stream window clamp.Paolo Abeni1-3/+19
2023-12-08ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao1-2/+4
2023-12-03ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan1-1/+1
2023-11-28net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev1-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-20udplite: fix various data-racesEric Dumazet1-10/+11
2023-11-20udplite: remove UDPLITE_BITEric Dumazet1-1/+0
2023-11-20udp: annotate data-races around udp->encap_typeEric Dumazet2-6/+7
2023-11-20udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2-8/+4
2023-11-20udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-1/+1
2023-11-20udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-11-20udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2-5/+5
2023-11-20udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-2/+2
2023-11-20udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2023-11-20udp: introduce udp->udp_flagsEric Dumazet1-6/+6
2023-10-25net: ipv4: fix typo in commentsDeming Wang1-1/+1
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen1-4/+5
2023-10-21net: do not leave an empty skb in write queueEric Dumazet1-3/+5
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni1-0/+1
2023-10-19ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet1-5/+9
2023-10-19tcp_bpf: properly release resources on error pathsPaolo Abeni1-4/+12
2023-10-19tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet1-2/+14
2023-10-18Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+3
2023-10-18tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2-5/+6
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni4-11/+20