aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/xsk_buff_pool.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-13xsk: add functions to fill control bufferMaciej Fijalkowski1-0/+2
2023-11-29xsk: Add option to calculate TX checksum in SWStanislav Fomichev1-0/+1
2023-11-29xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev1-0/+6
2023-11-29xsk: Support tx_metadata_lenStanislav Fomichev1-0/+1
2023-07-19xsk: support mbuf on ZC RXMaciej Fijalkowski1-0/+2
2023-07-19xsk: allow core/drivers to test EOP bitMaciej Fijalkowski1-0/+5
2023-04-27xsk: Use pool->dma_pages to check for DMAKal Conley1-1/+1
2023-04-06xsk: Fix unaligned descriptor validationKal Conley1-7/+2
2023-01-23xsk: Add cb area to struct xdp_buff_xskToke Høiland-Jørgensen1-0/+5
2022-09-22xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa1-1/+1
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski1-0/+1
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson1-0/+1
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson1-1/+45
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson1-0/+1
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson1-1/+0
2021-06-18xsk: Fix missing validation for skb and unaligned modeMagnus Karlsson1-2/+7
2020-12-18xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson1-0/+5
2020-10-29xsk: Fix possible memory leak at socket closeMagnus Karlsson1-1/+1
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson1-0/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better performanceMagnus Karlsson1-3/+0
2020-08-31xsk: Rearrange internal structs for better performanceMagnus Karlsson1-12/+15
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson1-0/+13
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson1-0/+5
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson1-0/+4
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson1-1/+1
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson1-3/+10
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-1/+3
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig1-3/+3
2020-05-21xsk: Explicitly inline functions and move definitionsBjörn Töpel1-7/+91
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel1-0/+56