summaryrefslogtreecommitdiff
path: root/net/xdp/xsk_buff_pool.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-30xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig1-47/+3
2020-06-30xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig1-1/+0
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig1-3/+2
2020-05-22xsk: Explicitly inline functions and move definitionsBjörn Töpel1-143/+5
2020-05-22xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel1-0/+7
2020-05-22xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel1-0/+467