summaryrefslogtreecommitdiff
path: root/net/xdp/xsk.c
AgeCommit message (Expand)Author
2020-02-11xsk: Publish global consumer pointers when NAPI is finishedMagnus Karlsson
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson
2019-12-20xsk: Change names of validation functionsMagnus Karlsson
2019-12-20xsk: Simplify the consumer ring access functionsMagnus Karlsson
2019-12-20xsk: Standardize naming of producer ring access functionsMagnus Karlsson
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy
2019-11-24xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel
2019-10-03xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-05xsk: use state member for socket synchronizationBjörn Töpel
2019-09-05xsk: avoid store-tearing when assigning umemBjörn Töpel
2019-09-05xsk: avoid store-tearing when assigning queuesBjörn Töpel
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-07-12xdp: fix potential deadlock on socket mutexIlya Maximets
2019-07-12xdp: fix possible cq entry leakIlya Maximets
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-09xdp: fix race on generic receive pathIlya Maximets
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy
2019-06-27xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy
2019-06-27xsk: Add API to check for available entries in FQMaxim Mikityanskiy
2019-03-08xsk: fix to reject invalid flags in xsk_bindBjörn Töpel
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-21Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-10xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson
2019-01-25xsk: add sock_diag interface for AF_XDPBjörn Töpel
2019-01-25net: xsk: track AF_XDP sockets on a per-netns listBjörn Töpel
2018-12-19xsk: simplify AF_XDP socket teardownBjörn Töpel
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-11xsk: do not call synchronize_net() under RCU read lockBjörn Töpel
2018-10-08xsk: proper AF_XDP socket teardown orderingBjörn Töpel
2018-10-05xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson
2018-08-30xsk: include XDP meta data in AF_XDP framesBjörn Töpel
2018-07-31net: xsk: don't return frames via the allocator on errorJakub Kicinski
2018-07-13xsk: do not return EMSGSIZE in copy mode for packets larger than MTUMagnus Karlsson
2018-07-13xsk: always return ENOBUFS from sendmsg if there is no TX queueMagnus Karlsson
2018-07-13xsk: do not return EAGAIN from sendmsg when completion queue is fullMagnus Karlsson
2018-07-13xsk: do not return ENXIO from TX copy modeMagnus Karlsson
2018-07-02xsk: fix potential race in SKB TX completion codeMagnus Karlsson
2018-07-02xsk: frame could be completed more than once in SKB pathMagnus Karlsson