summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-10-29tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
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-02minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
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-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-28net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
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: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo
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-27net: 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-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-22ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida
2025-05-09net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau
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-28tcp: fix forever orphan socket caused by tcp_abortXueming Feng
2025-03-28tcp: 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-03-07bpf: Fix wrong copied_seq calculationJiayuan Chen
2025-03-07tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-03-07arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
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