index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk.c
Commit message (
Expand
)
Author
Age
*
xsk: Fix crash in poll when device does not support ndo_xsk_wakeup
Magnus Karlsson
2019-10-03
*
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-24
*
xsk: use state member for socket synchronization
Björn Töpel
2019-09-05
*
xsk: avoid store-tearing when assigning umem
Björn Töpel
2019-09-05
*
xsk: avoid store-tearing when assigning queues
Björn Töpel
2019-09-05
*
xsk: add support to allow unaligned chunk placement
Kevin Laatz
2019-08-30
*
xsk: remove AF_XDP socket from map when the socket is released
Björn Töpel
2019-08-17
*
xsk: add support for need_wakeup flag in AF_XDP rings
Magnus Karlsson
2019-08-17
*
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
2019-08-17
*
xdp: fix potential deadlock on socket mutex
Ilya Maximets
2019-07-12
*
xdp: fix possible cq entry leak
Ilya Maximets
2019-07-12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
|
\
|
*
xdp: fix hang while unregistering device bound to xdp socket
Ilya Maximets
2019-07-03
*
|
xdp: fix race on generic receive path
Ilya Maximets
2019-07-08
*
|
xsk: Return the whole xdp_desc from xsk_umem_consume_tx
Maxim Mikityanskiy
2019-06-27
*
|
xsk: Add getsockopt XDP_OPTIONS
Maxim Mikityanskiy
2019-06-27
*
|
xsk: Add API to check for available entries in FQ
Maxim Mikityanskiy
2019-06-27
|
/
*
xsk: fix to reject invalid flags in xsk_bind
Björn Töpel
2019-03-08
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-24
|
\
|
*
Revert "xsk: simplify AF_XDP socket teardown"
Björn Töpel
2019-02-21
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-20
|
\
|
|
*
xsk: add missing smp_rmb() in xsk_mmap
Magnus Karlsson
2019-02-10
*
|
xsk: add sock_diag interface for AF_XDP
Björn Töpel
2019-01-24
*
|
net: xsk: track AF_XDP sockets on a per-netns list
Björn Töpel
2019-01-24
|
/
*
xsk: simplify AF_XDP socket teardown
Björn Töpel
2018-12-19
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-19
|
\
|
*
xsk: do not call synchronize_net() under RCU read lock
Björn Töpel
2018-10-11
*
|
xsk: proper AF_XDP socket teardown ordering
Björn Töpel
2018-10-08
*
|
xsk: fix bug when trying to use both copy and zero-copy on one queue id
Magnus Karlsson
2018-10-05
*
|
xsk: i40e: get rid of useless struct xdp_umem_props
Magnus Karlsson
2018-08-31
*
|
xsk: include XDP meta data in AF_XDP frames
Björn Töpel
2018-08-30
|
/
*
net: xsk: don't return frames via the allocator on error
Jakub Kicinski
2018-07-30
*
xsk: do not return EMSGSIZE in copy mode for packets larger than MTU
Magnus Karlsson
2018-07-13
*
xsk: always return ENOBUFS from sendmsg if there is no TX queue
Magnus Karlsson
2018-07-13
*
xsk: do not return EAGAIN from sendmsg when completion queue is full
Magnus Karlsson
2018-07-13
*
xsk: do not return ENXIO from TX copy mode
Magnus Karlsson
2018-07-13
*
xsk: fix potential race in SKB TX completion code
Magnus Karlsson
2018-07-02
*
xsk: frame could be completed more than once in SKB path
Magnus Karlsson
2018-07-02
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
*
xsk: re-add queue id check for XDP_SKB path
Björn Töpel
2018-06-12
*
xsk: Fix umem fill/completion queue mmap on 32-bit
Geert Uytterhoeven
2018-06-07
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
*
xsk: wire upp Tx zero-copy functions
Magnus Karlsson
2018-06-05
*
xsk: add zero-copy support for Rx
Björn Töpel
2018-06-05
*
xsk: new descriptor addressing scheme
Björn Töpel
2018-06-04
*
xsk: proper Rx drop statistics update
Björn Töpel
2018-06-04
*
xsk: proper fill queue descriptor validation
Björn Töpel
2018-06-04
*
xsk: simplified umem setup
Björn Töpel
2018-05-22
*
xsk: add missing write- and data-dependency barrier
Björn Töpel
2018-05-22
*
xsk: remove explicit ring structure from uapi
Björn Töpel
2018-05-22
[next]