summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert
2025-09-25ns: move ns type into struct ns_commonChristian Brauner
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-09-23tcp: Remove stale locking comment for TFO.Kuniyuki Iwashima
2025-09-23net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau
2025-09-23bpf: Support pulling non-linear xdp dataAmery Hung
2025-09-23bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tailAmery Hung
2025-09-23bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet
2025-09-22net: move sk_uid and sk_protocol to sock_read_txEric Dumazet
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-22net: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner
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