summaryrefslogtreecommitdiff
path: root/include/net/xsk_buff_pool.h
AgeCommit message (Expand)Author
2023-12-13xsk: add functions to fill control bufferMaciej Fijalkowski
2023-11-29xsk: Add option to calculate TX checksum in SWStanislav Fomichev
2023-11-29xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev
2023-11-29xsk: Support tx_metadata_lenStanislav Fomichev
2023-07-19xsk: support mbuf on ZC RXMaciej Fijalkowski
2023-07-19xsk: allow core/drivers to test EOP bitMaciej Fijalkowski
2023-04-27xsk: Use pool->dma_pages to check for DMAKal Conley
2023-04-06xsk: Fix unaligned descriptor validationKal Conley
2023-01-23xsk: Add cb area to struct xdp_buff_xskToke Høiland-Jørgensen
2022-09-22xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson
2021-06-18xsk: Fix missing validation for skb and unaligned modeMagnus Karlsson
2020-12-18xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson
2020-10-29xsk: Fix possible memory leak at socket closeMagnus Karlsson
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson
2020-08-31xsk: Rearrange internal structs for better performanceMagnus Karlsson
2020-08-31xsk: Enable sharing of dma mappingsMagnus 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-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: Introduce AF_XDP buffer allocation APIBjörn Töpel