summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2025-08-28netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal1-4/+2
2025-08-28netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso1-2/+4
2025-08-28net: ipv4: fix incorrect MTU in broadcast routesOscar Maes1-1/+0
2025-08-28udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca1-1/+1
2025-08-28tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo1-1/+2
2025-06-27net/ipv4: fix type mismatch in inet_ehash_locks_alloc() causing build failureEliav Farber1-1/+1
2025-06-27tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell1-12/+25
2025-06-27ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior1-0/+4
2025-06-27tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet1-3/+3
2025-06-27tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet1-14/+8
2025-06-27tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet1-1/+1
2025-06-27net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2-6/+3
2025-06-27bpf: Clean up sockmap related KconfigsCong Wang2-3/+3
2025-06-27tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2-22/+7
2025-06-04ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima1-2/+2
2025-06-04ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima2-24/+16
2025-06-04tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()Eric Dumazet1-11/+26
2025-06-04tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen1-24/+32
2025-06-04net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau1-1/+60
2025-05-02tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima1-4/+15
2025-04-10net: fix geneve_opt length integer overflowLin Ma1-1/+1
2025-04-10tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault1-1/+1
2025-03-13net-timestamp: support TCP GSO case for a few missing flagsJason Xing1-4/+7
2025-03-13net: gso: fix ownership in __udp_gso_segmentAntoine Tenart1-2/+6
2025-03-13net: use indirect call helpers for dst_outputBrian Vazquez1-0/+1
2025-03-13net: use indirect call helpers for dst_inputBrian Vazquez1-0/+1
2025-03-13tcp: Defer ts_recent changes until req is ownedWang Hai1-6/+4
2025-03-13arp: use RCU protection in arp_xmit()Eric Dumazet1-1/+3
2025-03-13ipv4: use RCU protection in inet_select_addr()Eric Dumazet1-1/+2
2025-03-13ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2025-03-13udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-03-13ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet1-3/+0
2025-02-01ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel1-1/+1
2025-02-01fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn1-1/+1
2025-01-09tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-1/+1
2024-12-19tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-12-14net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin1-12/+10
2024-12-14tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang1-7/+4
2024-12-14ipmr: fix tables suspicious RCU usagePaolo Abeni1-13/+29
2024-12-14ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet1-4/+4
2024-12-14ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao1-1/+2
2024-11-08xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+2
2024-11-08xfrm: extract dst lookup parameters into a structEyal Birger1-22/+16
2024-11-08ipv4: give an IPv4 dev to blackhole_netdevXin Long1-10/+25
2024-10-22tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni1-1/+1
2024-10-17net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2-6/+7
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal1-3/+1
2024-10-17netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault2-0/+2
2024-10-17netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter2-2/+2
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern5-15/+9