summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2026-01-17arp: do not assume dev_hard_header() does not change skb->headEric Dumazet
2026-01-17inet: ping: Fix icmp out countingyuan.gao
2026-01-08ipv4: Fix reference count leak when using error routes with nexthop objectsIdo Schimmel
2025-12-18tcp_metrics: use dst_dev_net_rcu()Eric Dumazet
2025-12-18net: dst: introduce dst->dev_rcuEric Dumazet
2025-12-18inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()Xuanqiang Luo
2025-12-18inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo
2025-12-12xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-12-01xfrm: Determine inner GSO type from packet inner protocolJianbo Liu
2025-11-24ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang
2025-11-13udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari
2025-11-13net: devmem: expose tcp_recvmsg_locked errorsStanislav Fomichev
2025-11-13netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal
2025-11-13tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check()Eric Dumazet
2025-11-13inet_diag: annotate data-races in inet_diag_bc_sk()Eric Dumazet
2025-11-13net: ipv4: allow directed broadcast routes to use dst hintOscar Maes
2025-11-13net: When removing nexthops, don't call synchronize_net if it is not necessaryChristoph Paasch
2025-10-23net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala
2025-10-23ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet
2025-10-23tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet
2025-10-23tcp: convert to dev_net_rcu()Eric Dumazet
2025-10-23tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet
2025-10-23net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-10-19tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()Eric Dumazet
2025-10-19tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima
2025-10-15tcp: fix __tcp_close() to only send RST when requiredEric Dumazet
2025-10-15inet: ping: check sock_net() in ping_get_port() and ping_lookup()Eric Dumazet
2025-10-02nexthop: Forbid FDB status change while nexthop is in a groupIdo Schimmel
2025-09-25tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima
2025-09-25net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIRAnderson Nascimento
2025-09-19tunnels: reset the GSO metadata before reusing the skbAntoine Tenart
2025-09-19tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima
2025-09-09ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter
2025-09-09icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse
2025-09-04net: ipv4: fix regression in local-broadcast routesOscar Maes
2025-08-28netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal
2025-08-20net: ipv4: fix incorrect MTU in broadcast routesOscar Maes
2025-08-20udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca
2025-08-15tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet
2025-08-15net: dst: annotate data-races around dst->outputEric Dumazet
2025-08-15net: dst: annotate data-races around dst->inputEric Dumazet
2025-08-15tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo
2025-08-01xfrm: Set transport header to fix UDP GRO handlingTobias Brunner
2025-07-24net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau
2025-07-17tcp: Correct signedness in skb remaining space calculationJiayuan Chen
2025-06-27tcp: fix passive TFO socket having invalid NAPI IDDavid Wei
2025-06-27tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell
2025-06-27ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior
2025-06-27tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-06-27tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet