summaryrefslogtreecommitdiff
path: root/include/net/page_pool/helpers.h
AgeCommit message (Expand)Author
2024-04-24page_pool: add DMA-sync-for-CPU inline helperAlexander Lobakin
2024-04-24page_pool: constify some read-only function argumentsAlexander Lobakin
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen
2023-12-14page_pool: fix typos and punctuationRandy Dunlap
2023-12-13page_pool: transition to reference count management after page drainingLiang Chen
2023-11-28net: page_pool: expose page pool stats via netlinkJakub Kicinski
2023-10-23page_pool: update document about fragment APIYunsheng Lin
2023-10-23page_pool: introduce page_pool_alloc() APIYunsheng Lin
2023-10-23page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin
2023-10-04page_pool: fix documentation typosRandy Dunlap
2023-08-08docs: net: page_pool: de-duplicate the intro commentJakub Kicinski
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin