summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-0/+5
2025-07-17net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau-0/+2
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet-1/+3
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen-1/+1
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca-0/+2
2025-07-02net: ipv4: fix stat increase when udp early demux drops the packetAntoine Tenart-3/+4
2025-07-02xfrm: Set transport header to fix UDP GRO handlingTobias Brunner-0/+3
2025-06-18tcp: fix passive TFO socket having invalid NAPI IDDavid Wei-0/+3
2025-06-18tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell-12/+25
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-10/+10
2025-06-02net: fix udp gso skb_segment after pull from frag_listShiming Cheng-0/+5
2025-05-27net: devmem: preserve sockc_errMina Almasry-14/+10
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-6/+13
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior-4/+4
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal-2/+9
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-65/+18
2025-05-22Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-54/+17
2025-05-20ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE.Kuniyuki Iwashima-6/+4
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima-4/+3
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni-11/+1
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet-2/+6
2025-05-15tcp: increase tcp_rmem[2] to 32 MBEric Dumazet-1/+1
2025-05-15tcp: always use tcp_limit_output_bytes limitationEric Dumazet-3/+2
2025-05-15tcp: increase tcp_limit_output_bytes default value to 4MBEric Dumazet-2/+2
2025-05-15tcp: skip big rtt sample if receive queue is not emptyEric Dumazet-0/+3
2025-05-15tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet-14/+8
2025-05-15tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet-3/+3
2025-05-15tcp: remove zero TCP TS samples for autotuningEric Dumazet-5/+5
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet-2/+4
2025-05-15tcp: adjust rcvbuf in presence of reordersEric Dumazet-0/+4
2025-05-15tcp: fix sk_rcvbuf overshootEric Dumazet-34/+25
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet-0/+2
2025-05-15ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior-0/+4
2025-05-13net: devmem: Implement TX pathMina Almasry-9/+42
2025-05-05ipv4: ip_tunnel: Replace strcpy use with strscpyRuben Wauters-2/+2
2025-05-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-56/+117
2025-05-03ipv4: Honor "ignore_routes_with_linkdown" sysctl in nexthop selectionIdo Schimmel-2/+9
2025-05-02bpf: udp: Avoid socket skips and repeats during iterationJordan Rife-17/+44
2025-05-02bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch itemsJordan Rife-8/+12
2025-05-02bpf: udp: Get rid of st_bucket_doneJordan Rife-8/+8
2025-05-02bpf: udp: Make sure iter->batch always contains a full bucket snapshotJordan Rife-26/+55
2025-05-02bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batchJordan Rife-5/+6
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+61
2025-05-01net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang-1/+1
2025-04-29Merge tag 'nf-next-25-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-1/+1
2025-04-29net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau-1/+60
2025-04-29ipv4: fib: Fix fib_info_hash_alloc() allocation typeKees Cook-1/+1
2025-04-29ip: load balance tcp connections to single dst addr and portWillem de Bruijn-3/+10
2025-04-29ipv4: prefer multipath nexthop that matches source addressWillem de Bruijn-15/+26
2025-04-24tcp: fastopen: pass TFO child indication through getsockoptJeremy Harris-0/+2