summaryrefslogtreecommitdiffstats
path: root/net/xdp/xsk_buff_pool.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+1
|\
| * xsk: Add new statisticsCiara Loftus2020-07-131-0/+1
* | 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