index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
page_pool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
page_pool: introduce page_pool_alloc() API
Yunsheng Lin
1
-2
/
+2
2023-10-23
page_pool: remove PP_FLAG_PAGE_FRAG
Yunsheng Lin
1
-2
/
+1
2023-10-23
page_pool: unify frag_count handling in page_pool_is_last_frag()
Yunsheng Lin
1
-1
/
+9
2023-10-16
page_pool: fragment API support for 32-bit arch with 64-bit DMA
Yunsheng Lin
1
-5
/
+9
2023-08-07
page_pool: add a lockdep check for recycling in hardirq
Jakub Kicinski
1
-0
/
+2
2023-08-07
net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
Alexander Lobakin
1
-39
/
+0
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
1
-1
/
+1
2023-08-03
docs: net: page_pool: use kdoc to avoid duplicating the information
Jakub Kicinski
1
-1
/
+30
2023-07-21
net: page_pool: merge page_pool_release_page() with page_pool_return_page()
Jakub Kicinski
1
-10
/
+2
2023-07-21
net: page_pool: hide page_pool_release_page()
Jakub Kicinski
1
-2
/
+1
2023-05-23
page_pool: fix inconsistency for page_pool_ring_[un]lock()
Yunsheng Lin
1
-2
/
+26
2023-04-20
page_pool: unlink from napi during destroy
Jakub Kicinski
1
-1
/
+17
2023-04-19
page_pool: add DMA_ATTR_WEAK_ORDERING on all mappings
Jakub Kicinski
1
-2
/
+3
2023-04-14
page_pool: allow caching from safely localized NAPI
Jakub Kicinski
1
-2
/
+13
2023-02-06
net: page_pool: use in_softirq() instead
Qingfang DENG
1
-3
/
+3
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-07-07
net: page_pool: optimize page pool page allocation in NUMA scenario
Jie Wang
1
-1
/
+2
2022-07-03
mm/swap: convert __put_page() to __folio_put()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-13
net: page_pool: add page allocation stats for two fast page allocate path
Jie Wang
1
-1
/
+4
2022-04-15
net: page_pool: introduce ethtool stats
Lorenzo Bianconi
1
-1
/
+62
2022-04-12
page_pool: Add recycle stats to page_pool_put_page_bulk
Lorenzo Bianconi
1
-2
/
+13
2022-03-03
page_pool: Add function to batch and return stats
Joe Damato
1
-0
/
+25
2022-03-03
page_pool: Add recycle stats
Joe Damato
1
-2
/
+28
2022-03-03
page_pool: Add allocation stats
Joe Damato
1
-4
/
+20
2022-02-03
page_pool: Refactor page_pool to enable fragmenting after allocation
Alexander Duyck
1
-13
/
+10
2022-01-09
page_pool: remove spinlock in page_pool_refill_alloc_cache()
Yunsheng Lin
1
-4
/
+0
2022-01-05
page_pool: Store the XDP mem id
Toke Høiland-Jørgensen
1
-1
/
+3
2022-01-05
page_pool: Add callback to init pages when they are allocated
Toke Høiland-Jørgensen
1
-0
/
+2
2021-11-18
page_pool: Revert "page_pool: disable dma mapping support..."
Yunsheng Lin
1
-6
/
+4
2021-10-15
page_pool: disable dma mapping support for 32-bit arch with 64-bit DMA
Yunsheng Lin
1
-4
/
+6
2021-08-24
page_pool: use relaxed atomic for release side accounting
Yunsheng Lin
1
-1
/
+1
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+9
2021-08-09
page_pool: add frag page recycling support in page pool
Yunsheng Lin
1
-0
/
+87
2021-08-09
page_pool: add interface to manipulate frag count in page pool
Yunsheng Lin
1
-0
/
+4
2021-08-09
page_pool: keep pp info as long as page pool owns the page
Yunsheng Lin
1
-4
/
+17
2021-08-09
page_pool: mask the page->signature before the checking
Yunsheng Lin
1
-1
/
+9
2021-06-07
page_pool: Allow drivers to hint on SKB recycling
Ilias Apalodimas
1
-0
/
+22
2021-06-07
mm: add a signature in struct page
Matteo Croce
1
-0
/
+6
2021-05-14
mm: fix struct page layout on 32-bit systems
Matthew Wilcox (Oracle)
1
-5
/
+7
2021-04-30
net: page_pool: use alloc_pages_bulk in refill code path
Jesper Dangaard Brouer
1
-26
/
+56
2021-04-30
net: page_pool: refactor dma_map into own function page_pool_dma_map
Jesper Dangaard Brouer
1
-19
/
+26
2021-02-04
net: page_pool: simplify page recycling condition tests
Alexander Lobakin
1
-10
/
+4
2020-11-14
net: page_pool: Add bulk support for ptr_ring
Lorenzo Bianconi
1
-10
/
+60
2020-03-29
net: page pool: allow to pass zero flags to page_pool_init()
Denis Kirjanov
1
-3
/
+5
2020-02-20
net: page_pool: API cleanup and comments
Ilias Apalodimas
1
-33
/
+37
2020-02-13
page_pool: refill page when alloc.count of pool is zero
Li RongQing
1
-14
/
+8
2020-01-02
page_pool: help compiler remove code in case CONFIG_NUMA=n
Jesper Dangaard Brouer
1
-0
/
+9
2020-01-02
page_pool: handle page recycle for NUMA_NO_NODE condition
Jesper Dangaard Brouer
1
-19
/
+61
2019-11-20
net: page_pool: add the possibility to sync DMA memory for device
Lorenzo Bianconi
1
-2
/
+34
2019-11-20
page_pool: Don't recycle non-reusable pages
Saeed Mahameed
1
-1
/
+13
[next]