summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-1/+1
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann1-0/+3
2025-08-07udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca1-1/+1
2025-08-02net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala1-5/+10
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso1-12/+12
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+5
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2-0/+5
2025-07-23tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni1-1/+5
2025-07-23tcp: do not set a zero size receive bufferPaolo Abeni1-0/+4
2025-07-23tcp: trace retransmit failures in tcp_retransmit_skbFan Yu1-17/+29
2025-07-22tcp: add tcp_sock_set_maxsegGeliang Tang1-9/+14
2025-07-19net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev3-3/+3
2025-07-19net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev1-1/+1
2025-07-19net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer2-15/+17
2025-07-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-69/+200
2025-07-18neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima1-3/+1
2025-07-18neighbour: Split pneigh_lookup().Kuniyuki Iwashima1-2/+2
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2025-07-17net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau2-0/+2
2025-07-17tcp: fix UaF in tcp_prune_ofo_queue()Paolo Abeni1-1/+1
2025-07-15tcp: stronger sk_rcvbuf checksEric Dumazet1-6/+16
2025-07-15tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet1-1/+1
2025-07-15tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet1-0/+1
2025-07-15tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet2-0/+2
2025-07-15tcp: do not accept packets beyond windowEric Dumazet1-5/+17
2025-07-15net: ipv4: fix incorrect MTU in broadcast routesOscar Maes1-1/+0
2025-07-14bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife1-32/+115
2025-07-14bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife1-10/+14
2025-07-14bpf: tcp: Get rid of st_bucket_doneJordan Rife1-8/+6
2025-07-14bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife1-32/+77
2025-07-14bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife1-4/+5
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2025-07-10net: ipconfig: convert timeouts to secs_to_jiffies()Easwar Hariharan1-3/+3
2025-07-10tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet1-1/+3
2025-07-09udp: remove udp_tunnel_gro_init()Eric Dumazet1-9/+1
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo2-2/+2
2025-07-08net: splice: Drop unused @gfpMichal Luczaj2-4/+2
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen1-1/+1
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca1-0/+2
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+4
2025-07-03net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn1-0/+6
2025-07-03net: ipv4: fix stat increase when udp early demux drops the packetAntoine Tenart1-3/+4
2025-07-03ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet11-31/+35
2025-07-03net: dst: annotate data-races around dst->outputEric Dumazet1-1/+1
2025-07-03net: dst: annotate data-races around dst->inputEric Dumazet1-1/+1
2025-07-03net: dst: annotate data-races around dst->expiresEric Dumazet1-3/+4
2025-07-03net: dst: annotate data-races around dst->obsoleteEric Dumazet2-8/+9
2025-07-03udp: move udp_memory_allocated into net_aligned_dataEric Dumazet3-4/+3
2025-07-03tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet2-3/+2
2025-07-02xfrm: Set transport header to fix UDP GRO handlingTobias Brunner1-0/+3