summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-11-10net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-29net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant
2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici
2025-10-21net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet
2025-10-16rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-16net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet
2025-10-14net: core: fix lockdep splat on device unregisterFlorian Westphal
2025-10-13net: gro_cells: Use nested-BH locking for gro_cellSebastian Andrzej Siewior
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-06bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann
2025-10-06page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet
2025-09-30net: use llist for sd->defer_listEric Dumazet
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet
2025-09-30netdevsim: a basic test PSP implementationJakub Kicinski
2025-09-30page_pool: Clamp pool size to max 16K pagesDragos Tatulea
2025-09-29net: rtnetlink: fix typo in rtnl_unregister_all() commentAlok Tiwari
2025-09-29scm: use masked_user_access_begin() in put_cmsg()Eric Dumazet
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-25bpf: Emit struct bpf_xdp_sock type in vmlinux BTFAmery Hung
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