index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xsk: do not return EMSGSIZE in copy mode for packets larger than MTU
Magnus Karlsson
2018-07-13
1
-6
/
+1
*
xsk: always return ENOBUFS from sendmsg if there is no TX queue
Magnus Karlsson
2018-07-13
1
-3
/
+2
*
xsk: do not return EAGAIN from sendmsg when completion queue is full
Magnus Karlsson
2018-07-13
1
-3
/
+1
*
xsk: do not return ENXIO from TX copy mode
Magnus Karlsson
2018-07-13
1
-3
/
+1
*
xsk: fix potential race in SKB TX completion code
Magnus Karlsson
2018-07-02
1
-0
/
+4
*
xsk: frame could be completed more than once in SKB path
Magnus Karlsson
2018-07-02
1
-3
/
+3
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-3
/
+4
*
xsk: re-add queue id check for XDP_SKB path
Björn Töpel
2018-06-12
1
-0
/
+3
*
xsk: Fix umem fill/completion queue mmap on 32-bit
Geert Uytterhoeven
2018-06-08
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
1
-4
/
+3
*
xsk: wire upp Tx zero-copy functions
Magnus Karlsson
2018-06-05
1
-7
/
+63
*
xsk: add zero-copy support for Rx
Björn Töpel
2018-06-05
1
-20
/
+76
*
xsk: new descriptor addressing scheme
Björn Töpel
2018-06-04
1
-13
/
+17
*
xsk: proper Rx drop statistics update
Björn Töpel
2018-06-04
1
-5
/
+5
*
xsk: proper fill queue descriptor validation
Björn Töpel
2018-06-04
1
-6
/
+5
*
xsk: simplified umem setup
Björn Töpel
2018-05-22
1
-12
/
+12
*
xsk: add missing write- and data-dependency barrier
Björn Töpel
2018-05-22
1
-5
/
+9
*
xsk: remove explicit ring structure from uapi
Björn Töpel
2018-05-22
1
-0
/
+29
*
xsk: proper queue id check at bind
Magnus Karlsson
2018-05-22
1
-1
/
+7
*
xsk: remove rebind support
Björn Töpel
2018-05-22
1
-21
/
+9
*
xsk: proper '=' alignment
Björn Töpel
2018-05-18
1
-18
/
+18
*
xsk: clean up SPDX headers
Björn Töpel
2018-05-18
1
-9
/
+0
*
xsk: statistics support
Magnus Karlsson
2018-05-03
1
-1
/
+44
*
xsk: support for Tx
Magnus Karlsson
2018-05-03
1
-3
/
+108
*
xsk: add Tx queue setup and mmap support
Magnus Karlsson
2018-05-03
1
-2
/
+6
*
xsk: add umem completion queue support and mmap
Magnus Karlsson
2018-05-03
1
-1
/
+6
*
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
2018-05-03
1
-0
/
+5
*
xsk: add Rx receive functions and poll support
Björn Töpel
2018-05-03
1
-1
/
+72
*
xsk: add support for bind for Rx
Magnus Karlsson
2018-05-03
1
-1
/
+123
*
xsk: add Rx queue setup and mmap support
Björn Töpel
2018-05-03
1
-9
/
+32
*
xsk: add umem fill queue support and mmap
Magnus Karlsson
2018-05-03
1
-1
/
+64
*
xsk: add user memory registration support sockopt
Björn Töpel
2018-05-03
1
-0
/
+215