summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-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-04-10net: fix geneve_opt length integer overflowLin Ma
2025-04-10tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault
2025-04-10tcp: 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-13tcp: Defer ts_recent changes until req is ownedWang Hai
2025-03-13arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
2025-03-13arp: use RCU protection in arp_xmit()Eric Dumazet
2025-03-13ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet
2025-03-13net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin
2025-03-13Namespaceify mtu_expires sysctlxu xin
2025-03-13Namespaceify min_pmtu sysctlxu xin
2025-03-13ipv4: use RCU protection in inet_select_addr()Eric Dumazet
2025-03-13ipv4: use RCU protection in rt_is_expired()Eric Dumazet
2025-03-13udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-03-13ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet
2025-03-13tcp_cubic: fix incorrect HyStart round start detectionMahdi Arghavani
2025-02-01ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel
2025-01-09net: fix memory leak in tcp_conn_request()Wang Liang
2025-01-09tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2025-01-09tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang
2024-12-19tcp: check space before adding MPTCP SYN optionsMoYuanhao
2024-12-14fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn
2024-12-14net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin
2024-12-14tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang
2024-12-14tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima
2024-12-14ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger
2024-11-01tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima
2024-11-01ipv4: give an IPv4 dev to blackhole_netdevXin Long
2024-10-22tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni
2024-10-17net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-10-17netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault
2024-10-17netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2024-10-17tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell
2024-10-17tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell
2024-10-17tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing
2024-10-17ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel