aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-19net-sysfs: use check_net()Christian Brauner1-3/+3
2025-09-19ns: add ns_common_free()Christian Brauner1-2/+2
2025-09-19nscommon: simplify initializationChristian Brauner1-1/+1
2025-09-19net: centralize ns_common initializationChristian Brauner1-20/+3
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner1-5/+0
2025-09-19net: support ns lookupChristian Brauner1-2/+6
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner4-5/+76
2025-09-19net: use ns_common_init()Christian Brauner1-13/+33
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni3-0/+38
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka1-2/+12
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka1-0/+22
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski1-0/+2
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski1-0/+4
2025-09-18udp: add udp_drops_inc() helperEric Dumazet1-1/+0
2025-09-17bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon1-6/+10
2025-09-15page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski1-0/+6
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet2-2/+3
2025-09-11net: Use NAPI_* in test_bit when stopping napi kthreadSamiullah Khawaja1-1/+1
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+18
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov6-27/+78
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski1-11/+10
2025-09-09net: dev_ioctl: take ops lock in hwtstamp lower pathsCarolina Jubran1-4/+18
2025-09-04net: call cond_resched() less often in __release_sock()Eric Dumazet1-4/+8
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-22/+2
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski1-0/+9
2025-09-03net: lockless sock_i_ino()Eric Dumazet1-22/+0
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-08-29net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet1-6/+10
2025-08-29net: dst: introduce dst->dev_rcuEric Dumazet1-1/+1
2025-08-29net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet1-0/+2
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+18
2025-08-28net: devmem: allow binding on rx queues with same DMA devicesDragos Tatulea1-1/+30
2025-08-28net: devmem: pre-read requested rx queues during bindDragos Tatulea1-27/+58
2025-08-28net: devmem: pull out dma_dev out of net_devmem_bind_dmabufDragos Tatulea3-12/+16
2025-08-28net: devmem: get netdev DMA device via new APIDragos Tatulea1-1/+9
2025-08-28queue_api: add support for fetching per queue DMA devDragos Tatulea2-0/+28
2025-08-28net: add sk->sk_drop_countersEric Dumazet1-0/+2
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet2-8/+8
2025-08-27net: Cache hash and flow_id to avoid recalculationKrishna Kumar1-8/+7
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar2-8/+60
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault2-4/+4
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima1-3/+2
2025-08-22page_pool: fix incorrect mp_ops error handlingMina Almasry1-2/+4
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+14
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+57
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+12
2025-08-21net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb()Thorsten Blum1-4/+3
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-4/+4
2025-08-20net: avoid one loop iteration in __skb_splice_bitsPengtao He1-1/+3