aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/xdp/xsk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson1-4/+4
2020-04-26xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit commentsTobias Klauser1-2/+2
2020-04-06xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing1-2/+3
2020-02-11xsk: Publish global consumer pointers when NAPI is finishedMagnus Karlsson1-0/+2
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel1-1/+1
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-34/+45
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson1-0/+10
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-12-20xsk: Change names of validation functionsMagnus Karlsson1-2/+2
2019-12-20xsk: Simplify the consumer ring access functionsMagnus Karlsson1-12/+12
2019-12-20xsk: Standardize naming of producer ring access functionsMagnus Karlsson1-10/+10
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel1-8/+9
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy1-8/+14
2019-11-24xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck1-4/+4
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel1-2/+31
2019-10-03xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson1-15/+27
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-09-05xsk: use state member for socket synchronizationBjörn Töpel1-15/+39
2019-09-05xsk: avoid store-tearing when assigning umemBjörn Töpel1-2/+2
2019-09-05xsk: avoid store-tearing when assigning queuesBjörn Töpel1-1/+1
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz1-18/+76
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel1-0/+50
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson1-19/+127
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-1/+2
2019-07-12xdp: fix potential deadlock on socket mutexIlya Maximets1-0/+2
2019-07-12xdp: fix possible cq entry leakIlya Maximets1-7/+4
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+76
2019-07-09xdp: fix race on generic receive pathIlya Maximets1-9/+22
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets1-11/+76
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy1-7/+3
2019-06-27xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy1-0/+20
2019-06-27xsk: Add API to check for available entries in FQMaxim Mikityanskiy1-0/+6
2019-03-08xsk: fix to reject invalid flags in xsk_bindBjörn Töpel1-1/+4
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+15
2019-02-21Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel1-1/+15
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-02-10xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson1-0/+4
2019-01-25xsk: add sock_diag interface for AF_XDPBjörn Töpel1-5/+1
2019-01-25net: xsk: track AF_XDP sockets on a per-netns listBjörn Töpel1-0/+30
2018-12-19xsk: simplify AF_XDP socket teardownBjörn Töpel1-15/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-10-11xsk: do not call synchronize_net() under RCU read lockBjörn Töpel1-0/+2
2018-10-08xsk: proper AF_XDP socket teardown orderingBjörn Töpel1-5/+8
2018-10-05xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson1-7/+0
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson1-4/+6
2018-08-30xsk: include XDP meta data in AF_XDP framesBjörn Töpel1-6/+18
2018-07-31net: xsk: don't return frames via the allocator on errorJakub Kicinski1-3/+1
2018-07-13xsk: do not return EMSGSIZE in copy mode for packets larger than MTUMagnus Karlsson1-6/+1
2018-07-13xsk: always return ENOBUFS from sendmsg if there is no TX queueMagnus Karlsson1-3/+2
2018-07-13xsk: do not return EAGAIN from sendmsg when completion queue is fullMagnus Karlsson1-3/+1