summaryrefslogtreecommitdiffstats
path: root/net/xdp/xsk.c
Commit message (Expand)AuthorAgeFilesLines
* xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-291-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+16
|\
| * xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson2020-09-161-1/+16
* | xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson2020-09-281-0/+1
* | xsk: Fix use-after-free in failed shared_umem bindMagnus Karlsson2020-09-021-0/+1
* | xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson2020-09-021-6/+0
* | xsk: Add shared umem support between devicesMagnus Karlsson2020-08-311-7/+4
* | xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-311-14/+30
* | xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-311-9/+6
* | xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-311-21/+13
* | xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-311-21/+27
* | xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-311-10/+64
* | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-311-18/+27
|/
* xdp: Prevent kernel-infoleak in xsk_getsockopt()Peilin Ye2020-07-281-1/+1
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-4/+4
* xsk: Add new statisticsCiara Loftus2020-07-131-5/+31
* xdp: Fix xsk_generic_xmit errnoLi RongQing2020-06-111-3/+1
* xsk: Explicitly inline functions and move definitionsBjörn Töpel2020-05-211-0/+15
* xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel2020-05-211-47/+1
* xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-211-93/+54
* xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2020-05-211-1/+1
* xsk: Change two variable names for increased clarityMagnus Karlsson2020-05-041-4/+4
* xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit commentsTobias Klauser2020-04-261-2/+2
* xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing2020-04-061-2/+3
* xsk: Publish global consumer pointers when NAPI is finishedMagnus Karlsson2020-02-111-0/+2
* xsk, net: Make sock_def_readable() have external linkageBjörn Töpel2020-01-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-34/+45
|\
| * xsk: Add function naming comments and reorder functionsMagnus Karlsson2019-12-201-0/+10
| * xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson2019-12-201-2/+2
| * xsk: Change names of validation functionsMagnus Karlsson2019-12-201-2/+2
| * xsk: Simplify the consumer ring access functionsMagnus Karlsson2019-12-201-12/+12
| * xsk: Standardize naming of producer ring access functionsMagnus Karlsson2019-12-201-10/+10
| * xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-191-8/+9
* | xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy2019-12-191-8/+14
|/
* xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck2019-11-241-4/+4
* xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel2019-11-021-2/+31
* xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson2019-10-031-15/+27
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-1/+1
* xsk: use state member for socket synchronizationBjörn Töpel2019-09-051-15/+39
* xsk: avoid store-tearing when assigning umemBjörn Töpel2019-09-051-2/+2
* xsk: avoid store-tearing when assigning queuesBjörn Töpel2019-09-051-1/+1
* xsk: add support to allow unaligned chunk placementKevin Laatz2019-08-311-18/+76
* xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-171-0/+50
* xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2019-08-171-19/+127
* xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-171-1/+2
* xdp: fix potential deadlock on socket mutexIlya Maximets2019-07-121-0/+2
* xdp: fix possible cq entry leakIlya Maximets2019-07-121-7/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-11/+76
|\
| * xdp: fix hang while unregistering device bound to xdp socketIlya Maximets2019-07-031-11/+76
* | xdp: fix race on generic receive pathIlya Maximets2019-07-091-9/+22