summaryrefslogtreecommitdiffstats
path: root/include/net/page_pool
Commit message (Expand)AuthorAgeFilesLines
* page_pool: add DMA-sync-for-CPU inline helperAlexander Lobakin2024-04-241-0/+24
* page_pool: constify some read-only function argumentsAlexander Lobakin2024-04-242-7/+7
* net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi2024-02-191-2/+3
* page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin2024-02-191-5/+0
* net: add generic percpu page_pool allocatorLorenzo Bianconi2024-02-131-0/+3
* skbuff: Optimization of SKB coalescing for page poolLiang Chen2023-12-171-0/+5
* page_pool: fix typos and punctuationRandy Dunlap2023-12-141-6/+6
* page_pool: transition to reference count management after page drainingLiang Chen2023-12-132-29/+37
* net: page_pool: expose page pool stats via netlinkJakub Kicinski2023-11-281-6/+2
* net: page_pool: report when page pool was destroyedJakub Kicinski2023-11-281-0/+1
* net: page_pool: stash the NAPI ID for easier accessJakub Kicinski2023-11-281-0/+1
* net: page_pool: record pools per netdevJakub Kicinski2023-11-281-0/+4
* net: page_pool: id the page poolsJakub Kicinski2023-11-281-0/+4
* net: page_pool: avoid touching slow on the fastpathJakub Kicinski2023-11-211-0/+2
* net: page_pool: split the page_pool_params into fast and slowJakub Kicinski2023-11-211-12/+19
* page_pool: update document about fragment APIYunsheng Lin2023-10-231-13/+80
* page_pool: introduce page_pool_alloc() APIYunsheng Lin2023-10-231-0/+66
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-4/+2
* page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin2023-10-231-13/+34
* page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin2023-10-161-6/+14
* page_pool: fix documentation typosRandy Dunlap2023-10-041-3/+3
* docs: net: page_pool: de-duplicate the intro commentJakub Kicinski2023-08-081-12/+12
* page_pool: place frag_* fields in one cachelineAlexander Lobakin2023-08-071-5/+5
* net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin2023-08-071-2/+0
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-072-0/+476