summaryrefslogtreecommitdiffstats
path: root/net/xdp/xsk_buff_pool.c
AgeCommit message (Expand)Author
2020-12-18xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson
2020-12-17xsk: Fix memory leak for failed bindMagnus Karlsson
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-04xsk: Return error code if force_zc is setZhang Changzhong
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Check need wakeup flag in sendmsg()Björn Töpel
2020-11-23xsk: Fix incorrect netdev reference countMarek Majtyka
2020-11-20xsk: Fix umem cleanup bug at socket destructMagnus Karlsson
2020-10-29xsk: Fix possible memory leak at socket closeMagnus Karlsson
2020-10-05xsk: Remove internal DMA headersBjörn Töpel
2020-09-14xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson
2020-09-02xsk: Fix null check on error return pathGustavo A. R. Silva
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-13xsk: Add new statisticsCiara Loftus
2020-06-30xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig
2020-06-30xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig
2020-05-21xsk: Explicitly inline functions and move definitionsBjörn Töpel
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel