aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xsk_buff_pool.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18xsk: Fix missing validation for skb and unaligned modeMagnus Karlsson1-2/+7
2020-12-18xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson1-0/+5
2020-10-29xsk: Fix possible memory leak at socket closeMagnus Karlsson1-1/+1
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson1-0/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better performanceMagnus Karlsson1-3/+0
2020-08-31xsk: Rearrange internal structs for better performanceMagnus Karlsson1-12/+15
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson1-0/+13
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson1-0/+5
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson1-0/+4
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson1-1/+1
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson1-3/+10
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-1/+3
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig1-3/+3
2020-05-21xsk: Explicitly inline functions and move definitionsBjörn Töpel1-7/+91
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel1-0/+56