summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-28netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso
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-28tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo
2025-06-27net/ipv4: fix type mismatch in inet_ehash_locks_alloc() causing build failureEliav Farber
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-27tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet
2025-06-27net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2025-06-27bpf: Clean up sockmap related KconfigsCong Wang
2025-06-27tcp: factorize logic into tcp_epollin_ready()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-06-04net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau
2025-05-02tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima
2025-04-10net: fix geneve_opt length integer overflowLin Ma
2025-04-10tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault
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-13net: use indirect call helpers for dst_outputBrian Vazquez
2025-03-13net: use indirect call helpers for dst_inputBrian Vazquez
2025-03-13tcp: Defer ts_recent changes until req is ownedWang Hai
2025-03-13arp: use RCU protection in arp_xmit()Eric Dumazet
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-02-01ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel
2025-02-01fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn
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-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-14ipmr: fix tables suspicious RCU usagePaolo Abeni
2024-12-14ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet
2024-12-14ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao
2024-11-08xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-08xfrm: extract dst lookup parameters into a structEyal Birger
2024-11-08ipv4: 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