summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+2
2025-10-07bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-06page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen1-23/+53
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds27-160/+391
2025-10-01Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-23/+187
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet3-18/+30
2025-09-30net: use llist for sd->defer_listEric Dumazet2-20/+13
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet2-5/+3
2025-09-30netdevsim: a basic test PSP implementationJakub Kicinski1-0/+1
2025-09-30page_pool: Clamp pool size to max 16K pagesDragos Tatulea1-5/+1
2025-09-30net: rtnetlink: fix typo in rtnl_unregister_all() commentAlok Tiwari1-1/+1
2025-09-30scm: use masked_user_access_begin() in put_cmsg()Eric Dumazet1-1/+3
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-35/+29
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-26bpf: Emit struct bpf_xdp_sock type in vmlinux BTFAmery Hung1-0/+2
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert1-2/+8
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-1/+0
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-17/+118
2025-09-24tcp: Remove stale locking comment for TFO.Kuniyuki Iwashima1-3/+1
2025-09-24net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron1-1/+1
2025-09-24Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau1-17/+118
2025-09-24Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau1-17/+118
2025-09-23bpf: Support pulling non-linear xdp dataAmery Hung1-0/+93
2025-09-23bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tailAmery Hung1-17/+24
2025-09-23bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung1-0/+1
2025-09-23net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet1-1/+2
2025-09-23net: move sk_uid and sk_protocol to sock_read_txEric Dumazet1-0/+2
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-23net: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-23net: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-2/+2
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-8/+1
2025-09-20net: netpoll: use synchronize_net() instead of synchronize_rcu()Breno Leitao1-1/+1
2025-09-20net: netpoll: remove unused netpoll pointer from netpoll_infoBreno Leitao1-1/+0
2025-09-20rtnetlink: add needed_{head,tail}room attributesAlasdair McWilliam1-1/+9
2025-09-19net: use check_net()Christian Brauner1-1/+1
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