aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
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/bpf-nextJakub 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
2025-08-19net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima1-0/+4
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima1-13/+11
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima1-3/+3
2025-08-19net: Clean up __sk_mem_raise_allocated().Kuniyuki Iwashima1-4/+5
2025-08-19net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima1-2/+1
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau1-0/+57
2025-08-18net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski1-0/+12
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki1-0/+16
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki1-0/+41
2025-08-12net: prevent deadlocks when enabling NAPIs with mixed kthread configJakub Kicinski2-2/+11