summaryrefslogtreecommitdiffstats
path: root/include/net/page_pool
Commit message (Expand)AuthorAgeFilesLines
* memory-provider: dmabuf devmem memory providerMina Almasry2024-09-111-2/+15
* page_pool: devmem supportMina Almasry2024-09-111-32/+7
* netdev: support binding dma-buf to netdeviceMina Almasry2024-09-111-0/+6
* page_pool: use __cacheline_group_{begin, end}_aligned()Alexander Lobakin2024-07-101-10/+12
* page_pool: convert to use netmemMina Almasry2024-07-022-24/+81
* page_pool: export page_pool_disable_direct_recycling()David Wei2024-07-021-0/+1
* page_pool: fix &page_pool_params kdoc issuesAlexander Lobakin2024-05-271-2/+3
* Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-201-4/+21
|\
| * page_pool: don't use driver-set flags field directlyAlexander Lobakin2024-05-071-3/+10
| * page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin2024-05-071-1/+11
* | 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