summaryrefslogtreecommitdiffstats
path: root/net/xdp/xsk_buff_pool.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2020-07-13xsk: Add new statisticsCiara Loftus1-0/+1
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-21xsk: Explicitly inline functions and move definitionsBjörn Töpel1-143/+5
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel1-0/+7
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel1-0/+467