index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xdp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-25
xdp: Fix xsk_generic_xmit errno
Li RongQing
1
-3
/
+1
2020-06-03
xsk: Add overflow check for u64 division, stored into u32
Björn Töpel
1
-2
/
+6
2020-04-23
xsk: Add missing check on user supplied headroom size
Magnus Karlsson
1
-3
/
+2
2020-01-27
xsk: Fix registration of Rx-only sockets
Magnus Karlsson
1
-0
/
+6
2020-01-27
xsk: avoid store-tearing when assigning umem
Björn Töpel
1
-2
/
+2
2020-01-27
xsk: avoid store-tearing when assigning queues
Björn Töpel
1
-1
/
+1
2020-01-27
xdp: fix possible cq entry leak
Ilya Maximets
1
-7
/
+4
2020-01-27
xsk: add missing smp_rmb() in xsk_mmap
Magnus Karlsson
1
-0
/
+4
2019-11-24
xsk: proper AF_XDP socket teardown ordering
Björn Töpel
2
-13
/
+11
2019-09-21
xdp: unpin xdp umem pages in error path
Ivan Khoronzhuk
1
-1
/
+3
2019-07-26
xsk: Properly terminate assignment in xskq_produce_flush_desc
Nathan Chancellor
1
-1
/
+1
2019-05-04
xsk: fix umem memory leak on cleanup
Björn Töpel
1
-18
/
+1
2018-10-11
xsk: do not call synchronize_net() under RCU read lock
Björn Töpel
1
-0
/
+2
2018-08-21
xsk: fix return value of xdp_umem_assign_dev()
Prashant Bhole
1
-2
/
+2
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+1
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-07-31
xsk: don't allow umem replace at stack level
Jakub Kicinski
1
-9
/
+28
2018-07-31
xsk: refactor xdp_umem_assign_dev()
Jakub Kicinski
1
-28
/
+21
2018-07-31
net: xsk: don't return frames via the allocator on error
Jakub Kicinski
1
-3
/
+1
2018-07-26
xsk: fix poll/POLLIN premature returns
Björn Töpel
1
-1
/
+1
2018-07-13
xsk: do not return EMSGSIZE in copy mode for packets larger than MTU
Magnus Karlsson
1
-6
/
+1
2018-07-13
xsk: always return ENOBUFS from sendmsg if there is no TX queue
Magnus Karlsson
1
-3
/
+2
2018-07-13
xsk: do not return EAGAIN from sendmsg when completion queue is full
Magnus Karlsson
1
-3
/
+1
2018-07-13
xsk: do not return ENXIO from TX copy mode
Magnus Karlsson
1
-3
/
+1
2018-07-02
xsk: fix potential race in SKB TX completion code
Magnus Karlsson
1
-0
/
+4
2018-07-02
xsk: frame could be completed more than once in SKB path
Magnus Karlsson
1
-3
/
+3
2018-07-02
xsk: fix potential lost completion message in SKB path
Magnus Karlsson
1
-7
/
+2
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-3
/
+4
2018-06-12
xsk: re-add queue id check for XDP_SKB path
Björn Töpel
1
-0
/
+3
2018-06-11
xsk: silence warning on memory allocation failure
Björn Töpel
1
-1
/
+2
2018-06-07
bpf, xdp: fix crash in xdp_umem_unaccount_pages
Daniel Borkmann
1
-2
/
+4
2018-06-08
xsk: Fix umem fill/completion queue mmap on 32-bit
Geert Uytterhoeven
1
-1
/
+1
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
8
-0
/
+1529
2018-06-05
xsk: wire upp Tx zero-copy functions
Magnus Karlsson
4
-11
/
+128
2018-06-05
xsk: add zero-copy support for Rx
Björn Töpel
3
-20
/
+156
2018-06-05
xsk: introduce xdp_umem_page
Björn Töpel
2
-3
/
+15
2018-06-05
xsk: moved struct xdp_umem definition
Björn Töpel
3
-23
/
+3
2018-06-04
xsk: new descriptor addressing scheme
Björn Töpel
6
-79
/
+60
2018-06-04
xsk: proper Rx drop statistics update
Björn Töpel
1
-5
/
+5
2018-06-04
xsk: proper fill queue descriptor validation
Björn Töpel
2
-29
/
+14
2018-05-22
xsk: convert atomic_t to refcount_t
Björn Töpel
2
-4
/
+4
2018-05-22
xsk: simplified umem setup
Björn Töpel
3
-55
/
+51
2018-05-22
xsk: add missing write- and data-dependency barrier
Björn Töpel
1
-5
/
+9
2018-05-22
xsk: remove explicit ring structure from uapi
Björn Töpel
2
-0
/
+46
2018-05-22
xsk: proper queue id check at bind
Magnus Karlsson
1
-1
/
+7
2018-05-22
xsk: remove rebind support
Björn Töpel
1
-21
/
+9
2018-05-18
xsk: proper '=' alignment
Björn Töpel
1
-18
/
+18
2018-05-18
xsk: fixed some cases of unnecessary parentheses
Björn Töpel
3
-6
/
+5
2018-05-18
xsk: remove newline at end of file
Björn Töpel
1
-1
/
+0
2018-05-18
xsk: clean up SPDX headers
Björn Töpel
6
-60
/
+6
[next]