summaryrefslogtreecommitdiff
path: root/include/net/page_pool/helpers.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-24page_pool: add DMA-sync-for-CPU inline helperAlexander Lobakin1-0/+24
2024-04-24page_pool: constify some read-only function argumentsAlexander Lobakin1-5/+5
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen1-0/+5
2023-12-15page_pool: fix typos and punctuationRandy Dunlap1-6/+6
2023-12-14page_pool: transition to reference count management after page drainingLiang Chen1-26/+34
2023-11-28net: page_pool: expose page pool stats via netlinkJakub Kicinski1-6/+2
2023-10-24page_pool: update document about fragment APIYunsheng Lin1-13/+80
2023-10-24page_pool: introduce page_pool_alloc() APIYunsheng Lin1-0/+66
2023-10-24page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin1-13/+34
2023-10-17page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin1-6/+14
2023-10-05page_pool: fix documentation typosRandy Dunlap1-3/+3
2023-08-09docs: net: page_pool: de-duplicate the intro commentJakub Kicinski1-12/+12
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-0/+238