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