summaryrefslogtreecommitdiffstats
path: root/include/net/page_pool (follow)
Commit message (Expand)AuthorAgeFilesLines
* skbuff: Optimization of SKB coalescing for page poolLiang Chen2023-12-171-0/+5
* page_pool: fix typos and punctuationRandy Dunlap2023-12-151-6/+6
* page_pool: transition to reference count management after page drainingLiang Chen2023-12-142-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-221-0/+2
* net: page_pool: split the page_pool_params into fast and slowJakub Kicinski2023-11-221-12/+19
* page_pool: update document about fragment APIYunsheng Lin2023-10-241-13/+80
* page_pool: introduce page_pool_alloc() APIYunsheng Lin2023-10-241-0/+66
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-241-4/+2
* page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin2023-10-241-13/+34
* page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin2023-10-171-6/+14
* page_pool: fix documentation typosRandy Dunlap2023-10-041-3/+3
* docs: net: page_pool: de-duplicate the intro commentJakub Kicinski2023-08-091-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