summaryrefslogtreecommitdiffstats
path: root/net/xdp/xsk_buff_pool.c
Commit message (Expand)AuthorAgeFilesLines
* xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2021-01-171-0/+1
* xsk: Fix memory leak for failed bindMagnus Karlsson2021-01-121-2/+0
* xsk: Return error code if force_zc is setZhang Changzhong2020-12-041-0/+1
* xsk: Fix incorrect netdev reference countMarek Majtyka2020-11-231-1/+3
* xsk: Fix umem cleanup bug at socket destructMagnus Karlsson2020-11-201-1/+1
* xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-291-2/+5
* xsk: Remove internal DMA headersBjörn Töpel2020-10-051-3/+0
* xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson2020-09-141-2/+2
* xsk: Fix null check on error return pathGustavo A. R. Silva2020-09-021-1/+1
* xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-311-2/+24
* xsk: Enable sharing of dma mappingsMagnus Karlsson2020-08-311-42/+141
* xsk: Move addrs from buffer pool to umemMagnus Karlsson2020-08-311-19/+2
* xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-311-0/+26
* xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-311-17/+22
* xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-311-5/+15
* xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-311-14/+136
* xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-2/+3
* 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