summaryrefslogtreecommitdiffstats
path: root/include/net/xsk_buff_pool.h
Commit message (Expand)AuthorAgeFilesLines
* xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2020-12-181-0/+5
* xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-291-1/+1
* xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-311-0/+2
* xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson2020-08-311-3/+0
* xsk: Rearrange internal structs for better performanceMagnus Karlsson2020-08-311-12/+15
* xsk: Enable sharing of dma mappingsMagnus Karlsson2020-08-311-0/+13
* xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-311-0/+5
* xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-311-0/+4
* xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-311-1/+1
* xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-311-3/+10
* xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-1/+3
* xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2020-06-301-3/+3
* xsk: Explicitly inline functions and move definitionsBjörn Töpel2020-05-211-7/+91
* xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-211-0/+56