| Commit message (Expand) | Author | Age | Files | Lines |
* | xsk: Fix umem cleanup bug at socket destruct | Magnus Karlsson | 2020-11-20 | 1 | -1/+1 |
* | xsk: Move xsk_tx_list and its lock to buffer pool | Magnus Karlsson | 2020-08-31 | 1 | -2/+0 |
* | xsk: Move queue_id, dev and need_wakeup to buffer pool | Magnus Karlsson | 2020-08-31 | 1 | -4/+0 |
* | xsk: Create and free buffer pool independently from umem | Magnus Karlsson | 2020-08-31 | 1 | -2/+2 |
* | xsk: Move driver interface to xdp_sock_drv.h | Magnus Karlsson | 2020-05-22 | 1 | -1/+1 |
* | xdp: fix hang while unregistering device bound to xdp socket | Ilya Maximets | 2019-07-03 | 1 | -0/+1 |
* | xsk: fix bug when trying to use both copy and zero-copy on one queue id | Magnus Karlsson | 2018-10-05 | 1 | -1/+1 |
* | xsk: expose xdp_umem_get_{data,dma} to drivers | Björn Töpel | 2018-08-29 | 1 | -10/+0 |
* | xsk: wire upp Tx zero-copy functions | Magnus Karlsson | 2018-06-05 | 1 | -1/+7 |
* | xsk: add zero-copy support for Rx | Björn Töpel | 2018-06-05 | 1 | -0/+3 |
* | xsk: introduce xdp_umem_page | Björn Töpel | 2018-06-05 | 1 | -2/+1 |
* | xsk: moved struct xdp_umem definition | Björn Töpel | 2018-06-05 | 1 | -21/+1 |
* | xsk: new descriptor addressing scheme | Björn Töpel | 2018-06-04 | 1 | -21/+6 |
* | xsk: convert atomic_t to refcount_t | Björn Töpel | 2018-05-22 | 1 | -1/+1 |
* | xsk: simplified umem setup | Björn Töpel | 2018-05-22 | 1 | -2/+1 |
* | xsk: clean up SPDX headers | Björn Töpel | 2018-05-18 | 1 | -11/+2 |
* | xsk: add umem completion queue support and mmap | Magnus Karlsson | 2018-05-04 | 1 | -0/+1 |
* | xsk: add Rx receive functions and poll support | Björn Töpel | 2018-05-04 | 1 | -0/+18 |
* | xsk: add support for bind for Rx | Magnus Karlsson | 2018-05-04 | 1 | -0/+1 |
* | xsk: add umem fill queue support and mmap | Magnus Karlsson | 2018-05-04 | 1 | -0/+2 |
* | xsk: add user memory registration support sockopt | Björn Töpel | 2018-05-04 | 1 | -0/+45 |