summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-09-19net: netpoll: use synchronize_net() instead of synchronize_rcu()Breno Leitao
2025-09-19net: netpoll: remove unused netpoll pointer from netpoll_infoBreno Leitao
2025-09-19rtnetlink: add needed_{head,tail}room attributesAlasdair McWilliam
2025-09-19net: use check_net()Christian Brauner
2025-09-19net-sysfs: use check_net()Christian Brauner
2025-09-19ns: add ns_common_free()Christian Brauner
2025-09-19nscommon: simplify initializationChristian Brauner
2025-09-19net: centralize ns_common initializationChristian Brauner
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner
2025-09-19net: support ns lookupChristian Brauner
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner
2025-09-19net: use ns_common_init()Christian Brauner
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski
2025-09-18udp: add udp_drops_inc() helperEric Dumazet
2025-09-17bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon
2025-09-15page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet
2025-09-11net: Use NAPI_* in test_bit when stopping napi kthreadSamiullah Khawaja
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski
2025-09-09net: dev_ioctl: take ops lock in hwtstamp lower pathsCarolina Jubran
2025-09-04net: call cond_resched() less often in __release_sock()Eric Dumazet
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski
2025-09-03net: lockless sock_i_ino()Eric Dumazet
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-08-29net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet
2025-08-29net: dst: introduce dst->dev_rcuEric Dumazet
2025-08-29net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-28net: devmem: allow binding on rx queues with same DMA devicesDragos Tatulea
2025-08-28net: devmem: pre-read requested rx queues during bindDragos Tatulea
2025-08-28net: devmem: pull out dma_dev out of net_devmem_bind_dmabufDragos Tatulea
2025-08-28net: devmem: get netdev DMA device via new APIDragos Tatulea
2025-08-28queue_api: add support for fetching per queue DMA devDragos Tatulea
2025-08-28net: add sk->sk_drop_countersEric Dumazet
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet
2025-08-27net: Cache hash and flow_id to avoid recalculationKrishna Kumar
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima
2025-08-22page_pool: fix incorrect mp_ops error handlingMina Almasry
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski