aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/page_pool/types.h
AgeCommit message (Expand)AuthorFilesLines
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski1-0/+2
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen1-0/+6
2025-02-06net: page_pool: create hooks for custom memory providersPavel Begunkov1-0/+4
2025-01-27net: page_pool: don't try to stash the napi idJakub Kicinski1-1/+0
2024-12-12page_pool: disable sync for cpu for dmabuf memory providerMina Almasry1-1/+2
2024-12-12net: page_pool: rename page_pool_alloc_netmem to *_netmemsMina Almasry1-1/+1
2024-12-12page_pool: allow mixing PPs within one bulkAlexander Lobakin1-4/+2
2024-12-05page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin1-4/+4
2024-09-11memory-provider: dmabuf devmem memory providerMina Almasry1-2/+15
2024-09-11netdev: support binding dma-buf to netdeviceMina Almasry1-0/+6
2024-07-10page_pool: use __cacheline_group_{begin, end}_aligned()Alexander Lobakin1-10/+12
2024-07-02page_pool: convert to use netmemMina Almasry1-3/+11
2024-07-02page_pool: export page_pool_disable_direct_recycling()David Wei1-0/+1
2024-05-27page_pool: fix &page_pool_params kdoc issuesAlexander Lobakin1-2/+3
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/dma-mappingLinus 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: constify some read-only function argumentsAlexander Lobakin1-2/+2
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-13net: add generic percpu page_pool allocatorLorenzo Bianconi1-0/+3
2023-12-13page_pool: transition to reference count management after page drainingLiang Chen1-3/+3
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-21net: page_pool: avoid touching slow on the fastpathJakub Kicinski1-0/+2
2023-11-21net: page_pool: split the page_pool_params into fast and slowJakub Kicinski1-12/+19
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-4/+2
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 Lin1-0/+238