summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner-5/+76
2025-09-19net: use ns_common_init()Christian Brauner-13/+33
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni-0/+38
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka-2/+12
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka-0/+22
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski-0/+2
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski-0/+4
2025-09-18udp: add udp_drops_inc() helperEric Dumazet-1/+0
2025-09-17bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon-6/+10
2025-09-15page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski-0/+6
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet-2/+3
2025-09-11net: Use NAPI_* in test_bit when stopping napi kthreadSamiullah Khawaja-1/+1
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+18
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-27/+78
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski-11/+10
2025-09-09net: dev_ioctl: take ops lock in hwtstamp lower pathsCarolina Jubran-4/+18
2025-09-04net: call cond_resched() less often in __release_sock()Eric Dumazet-4/+8
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-22/+2
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski-0/+9
2025-09-03net: lockless sock_i_ino()Eric Dumazet-22/+0
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster-1/+1
2025-08-29net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet-6/+10
2025-08-29net: dst: introduce dst->dev_rcuEric Dumazet-1/+1
2025-08-29net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet-0/+2
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+18
2025-08-28net: devmem: allow binding on rx queues with same DMA devicesDragos Tatulea-1/+30
2025-08-28net: devmem: pre-read requested rx queues during bindDragos Tatulea-27/+58
2025-08-28net: devmem: pull out dma_dev out of net_devmem_bind_dmabufDragos Tatulea-12/+16
2025-08-28net: devmem: get netdev DMA device via new APIDragos Tatulea-1/+9
2025-08-28queue_api: add support for fetching per queue DMA devDragos Tatulea-0/+28
2025-08-28net: add sk->sk_drop_countersEric Dumazet-0/+2
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet-8/+8
2025-08-27net: Cache hash and flow_id to avoid recalculationKrishna Kumar-8/+7
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar-8/+60
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault-4/+4
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima-3/+2
2025-08-22page_pool: fix incorrect mp_ops error handlingMina Almasry-2/+4
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon-0/+14
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+57
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+12
2025-08-21net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb()Thorsten Blum-4/+3
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet-4/+4
2025-08-20net: avoid one loop iteration in __skb_splice_bitsPengtao He-1/+3
2025-08-19net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima-0/+4
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima-13/+11
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima-3/+3
2025-08-19net: Clean up __sk_mem_raise_allocated().Kuniyuki Iwashima-4/+5
2025-08-19net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima-2/+1
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau-0/+57