summaryrefslogtreecommitdiffstats
path: root/include/net/page_pool/types.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* page_pool: transition to reference count management after page drainingLiang Chen2023-12-131-3/+3
* 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: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-4/+2
* 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-071-0/+238