index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk.c
Age
Commit message (
Expand
)
Author
2019-12-19
xsk: Add rcu_read_lock around the XSK wakeup
Maxim Mikityanskiy
2019-11-24
xsk: Fix xsk_poll()'s return type
Luc Van Oostenryck
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
2019-10-03
xsk: Fix crash in poll when device does not support ndo_xsk_wakeup
Magnus Karlsson
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-05
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-08-31
xsk: add support to allow unaligned chunk placement
Kevin Laatz
2019-08-17
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-07-12
xdp: fix potential deadlock on socket mutex
Ilya Maximets
2019-07-12
xdp: fix possible cq entry leak
Ilya Maximets
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-09
xdp: fix race on generic receive path
Ilya Maximets
2019-07-03
xdp: fix hang while unregistering device bound to xdp socket
Ilya Maximets
2019-06-27
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-03-08
xsk: fix to reject invalid flags in xsk_bind
Björn Töpel
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-21
Revert "xsk: simplify AF_XDP socket teardown"
Björn Töpel
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-10
xsk: add missing smp_rmb() in xsk_mmap
Magnus Karlsson
2019-01-25
xsk: add sock_diag interface for AF_XDP
Björn Töpel
2019-01-25
net: xsk: track AF_XDP sockets on a per-netns list
Björn Töpel
2018-12-19
xsk: simplify AF_XDP socket teardown
Björn Töpel
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-11
xsk: do not call synchronize_net() under RCU read lock
Björn Töpel
2018-10-08
xsk: proper AF_XDP socket teardown ordering
Björn Töpel
2018-10-05
xsk: fix bug when trying to use both copy and zero-copy on one queue id
Magnus Karlsson
2018-09-01
xsk: i40e: get rid of useless struct xdp_umem_props
Magnus Karlsson
2018-08-30
xsk: include XDP meta data in AF_XDP frames
Björn Töpel
2018-07-31
net: xsk: don't return frames via the allocator on error
Jakub Kicinski
2018-07-13
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-02
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-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-12
xsk: re-add queue id check for XDP_SKB path
Björn Töpel
2018-06-08
xsk: Fix umem fill/completion queue mmap on 32-bit
Geert Uytterhoeven
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-05
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-04
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
[next]