index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xdp
Age
Commit message (
Expand
)
Author
Lines
2026-02-28
xsk: Fix zero-copy AF_XDP fragment drop
Nikhil P. Rao
-9
/
+15
2026-02-28
xsk: Fix fragment node deletion to prevent buffer leak
Nikhil P. Rao
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-10
/
+13
2026-01-20
Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"
Jakub Kicinski
-62
/
+17
2026-01-20
xsk: Proxy pool management for leased queues
Daniel Borkmann
-13
/
+35
2026-01-20
xsk: Extend xsk_rcv_check validation
Daniel Borkmann
-3
/
+26
2026-01-20
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
-1
/
+1
2026-01-15
xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending path
Jason Xing
-5
/
+10
2026-01-15
xsk: advance cq/fq check when shared umem is used
Jason Xing
-4
/
+7
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-55
/
+88
2025-11-25
xsk: avoid data corruption on cq descriptor number
Fernando Fernandez Mancera
-55
/
+88
2025-11-11
xsk: add indirect call for xsk_destruct_skb
Jason Xing
-1
/
+2
2025-11-06
xsk: Move NETDEV_XDP_ACT_ZC into generic header
Daniel Borkmann
-5
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-11-04
xsk: use a smaller new lock for shared pool case
Jason Xing
-10
/
+8
2025-11-04
xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lock
Jason Xing
-8
/
+4
2025-10-10
xsk: Harden userspace-supplied xdp_desc validation
Alexander Lobakin
-10
/
+35
2025-09-26
xsk: wrap generic metadata handling onto separate function
Maciej Fijalkowski
-39
/
+53
2025-09-26
xsk: remove @first_frag from xsk_build_skb()
Maciej Fijalkowski
-5
/
+3
2025-09-26
xsk: avoid overwriting skb fields for multi-buffer traffic
Maciej Fijalkowski
-8
/
+9
2025-09-09
xsk: Fix immature cq descriptor production
Maciej Fijalkowski
-14
/
+111
2025-07-10
net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockopt
Jason Xing
-2
/
+19
2025-07-08
net: xsk: update tx queue consumer immediately after transmission
Jason Xing
-7
/
+10
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
-1
/
+1
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2025-05-21
xsk: Bring back busy polling support in XDP_COPY
Samiullah Khawaja
-1
/
+1
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+4
2025-04-24
xsk: Fix race condition in AF_XDP generic RX path
e.kubanski
-3
/
+4
2025-04-09
net: designate XSK pool pointers in queues as "ops protected"
Jakub Kicinski
-1
/
+5
2025-04-02
xsk: Fix __xsk_generic_xmit() error code when cq is full
Wang Liang
-1
/
+4
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-1
/
+1
2025-03-19
xsk: fix an integer overflow in xp_create_and_assign_umem()
Gavrilov Ilia
-1
/
+1
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
-0
/
+2
2025-03-06
net: hold netdev instance lock during ndo_bpf
Stanislav Fomichev
-0
/
+5
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-0
/
+3
2025-02-20
xsk: Add launch time hardware offload support to XDP Tx metadata
Song Yoong Siang
-0
/
+3
2025-02-17
net: use napi_id_valid helper
Stefano Jordhani
-1
/
+1
2025-02-10
xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
Alexander Lobakin
-4
/
+42
2025-01-10
xsk: Bring back busy polling support
Stanislav Fomichev
-5
/
+9
2024-11-25
xsk: always clear DMA mapping information when unmapping the pool
Larysa Zaremba
-3
/
+2
2024-11-25
xsk: fix OOB map writes when deleting elements
Maciej Fijalkowski
-1
/
+1
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-5
/
+6
2024-11-15
xsk: Free skb when TX metadata options are invalid
Felix Maurer
-5
/
+6
2024-10-14
xsk: Use xsk_buff_pool directly for cq functions
Maciej Fijalkowski
-16
/
+16
2024-10-14
xsk: Wrap duplicated code to function
Maciej Fijalkowski
-16
/
+18
2024-10-14
xsk: Carry a copy of xdp_zc_max_segs within xsk_buff_pool
Maciej Fijalkowski
-1
/
+2
[next]