summaryrefslogtreecommitdiffstats
path: root/net/core/page_pool.c
Commit message (Expand)AuthorAgeFilesLines
* page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen2023-12-171-1/+1
* net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski2023-12-131-9/+16
* page_pool: transition to reference count management after page drainingLiang Chen2023-12-131-6/+6
* net: page_pool: mute the periodic warning for visible page poolsJakub Kicinski2023-11-281-4/+7
* net: page_pool: expose page pool stats via netlinkJakub Kicinski2023-11-281-1/+1
* net: page_pool: report when page pool was destroyedJakub Kicinski2023-11-281-0/+1
* net: page_pool: report amount of memory held by page poolsJakub Kicinski2023-11-281-4/+9
* net: page_pool: id the page poolsJakub Kicinski2023-11-281-5/+16
* net: page_pool: factor out uninitJakub Kicinski2023-11-281-8/+13
* net: page_pool: avoid touching slow on the fastpathJakub Kicinski2023-11-211-1/+3
* net: page_pool: split the page_pool_params into fast and slowJakub Kicinski2023-11-211-3/+4
* net: page_pool: add missing free_percpu when page_pool_init failJian Shen2023-11-021-1/+5
* page_pool: introduce page_pool_alloc() APIYunsheng Lin2023-10-231-2/+2
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-2/+1
* page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin2023-10-231-1/+9
* page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin2023-10-161-5/+9
* page_pool: add a lockdep check for recycling in hardirqJakub Kicinski2023-08-071-0/+2
* net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin2023-08-071-39/+0
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-071-1/+1
* docs: net: page_pool: use kdoc to avoid duplicating the informationJakub Kicinski2023-08-031-1/+30
* net: page_pool: merge page_pool_release_page() with page_pool_return_page()Jakub Kicinski2023-07-211-10/+2
* net: page_pool: hide page_pool_release_page()Jakub Kicinski2023-07-211-2/+1
* page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2023-05-231-2/+26
* page_pool: unlink from napi during destroyJakub Kicinski2023-04-201-1/+17
* page_pool: add DMA_ATTR_WEAK_ORDERING on all mappingsJakub Kicinski2023-04-191-2/+3
* page_pool: allow caching from safely localized NAPIJakub Kicinski2023-04-141-2/+13
* net: page_pool: use in_softirq() insteadQingfang DENG2023-02-061-3/+3
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)2022-07-031-1/+1
* | net: page_pool: optimize page pool page allocation in NUMA scenarioJie Wang2022-07-071-1/+2
|/
* net: page_pool: add page allocation stats for two fast page allocate pathJie Wang2022-05-131-1/+4
* net: page_pool: introduce ethtool statsLorenzo Bianconi2022-04-151-1/+62
* page_pool: Add recycle stats to page_pool_put_page_bulkLorenzo Bianconi2022-04-121-2/+13
* page_pool: Add function to batch and return statsJoe Damato2022-03-031-0/+25
* page_pool: Add recycle statsJoe Damato2022-03-031-2/+28
* page_pool: Add allocation statsJoe Damato2022-03-031-4/+20
* page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck2022-02-031-13/+10
* page_pool: remove spinlock in page_pool_refill_alloc_cache()Yunsheng Lin2022-01-091-4/+0
* page_pool: Store the XDP mem idToke Høiland-Jørgensen2022-01-051-1/+3
* page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen2022-01-051-0/+2
* page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin2021-11-181-6/+4
* page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin2021-10-151-4/+6
* page_pool: use relaxed atomic for release side accountingYunsheng Lin2021-08-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-1/+9
|\
| * page_pool: mask the page->signature before the checkingYunsheng Lin2021-08-091-1/+9
* | page_pool: add frag page recycling support in page poolYunsheng Lin2021-08-091-0/+87
* | page_pool: add interface to manipulate frag count in page poolYunsheng Lin2021-08-091-0/+4
* | page_pool: keep pp info as long as page pool owns the pageYunsheng Lin2021-08-091-4/+17
|/
* page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2021-06-071-0/+22
* mm: add a signature in struct pageMatteo Croce2021-06-071-0/+6