summaryrefslogtreecommitdiff
path: root/include/net/page_pool
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-4/+21
2024-05-07page_pool: don't use driver-set flags field directlyAlexander Lobakin1-3/+10
2024-05-07page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin1-1/+11
2024-04-24page_pool: add DMA-sync-for-CPU inline helperAlexander Lobakin1-0/+24
2024-04-24page_pool: constify some read-only function argumentsAlexander Lobakin2-7/+7
2024-02-19net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi1-2/+3
2024-02-19page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin1-5/+0
2024-02-14net: add generic percpu page_pool allocatorLorenzo Bianconi1-0/+3
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 Chen2-29/+37
2023-11-28net: page_pool: expose page pool stats via netlinkJakub Kicinski1-6/+2
2023-11-28net: page_pool: report when page pool was destroyedJakub Kicinski1-0/+1
2023-11-28net: page_pool: stash the NAPI ID for easier accessJakub Kicinski1-0/+1
2023-11-28net: page_pool: record pools per netdevJakub Kicinski1-0/+4
2023-11-28net: page_pool: id the page poolsJakub Kicinski1-0/+4
2023-11-22net: page_pool: avoid touching slow on the fastpathJakub Kicinski1-0/+2
2023-11-22net: page_pool: split the page_pool_params into fast and slowJakub Kicinski1-12/+19
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: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-4/+2
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: place frag_* fields in one cachelineAlexander Lobakin1-5/+5
2023-08-07net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin1-2/+0
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin2-0/+476