summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-28net: ipv4: fix incorrect MTU in broadcast routesOscar Maes
2025-08-28udp: 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-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: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet
2025-06-27tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet
2025-06-19net: fix udp gso skb_segment after pull from frag_listShiming Cheng
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-06-04ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-onlyGeert Uytterhoeven
2025-06-04ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima
2025-06-04ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima
2025-06-04tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()Eric Dumazet
2025-06-04tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen
2025-05-09net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2025-04-10net: fix geneve_opt length integer overflowLin Ma
2025-04-10tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault
2025-04-10udp: Fix memory accounting leak.Kuniyuki Iwashima
2025-03-22tcp: fix forever orphan socket caused by tcp_abortXueming Feng
2025-03-22tcp: fix races in tcp_abort()Eric Dumazet
2025-03-13net-timestamp: support TCP GSO case for a few missing flagsJason Xing
2025-03-13net: gso: fix ownership in __udp_gso_segmentAntoine Tenart
2025-03-07tcp: Defer ts_recent changes until req is ownedWang Hai
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2025-03-07ipv4: Convert icmp_route_lookup() to dscp_t.Guillaume Nault
2025-03-07ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel
2025-03-07ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel
2025-03-07net/ipv4: add tracepoint for icmp_sendPeilin He
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-27arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
2025-02-27tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski
2025-02-21arp: use RCU protection in arp_xmit()Eric Dumazet
2025-02-21ipv4: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-21ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet
2025-02-21net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin
2025-02-21ipv4: use RCU protection in inet_select_addr()Eric Dumazet
2025-02-21ipv4: use RCU protection in rt_is_expired()Eric Dumazet
2025-02-21ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-08tcp: correct handling of extreme memory squeezeJon Maloy
2025-02-08ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet