index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-07-08
net: page_pool: optimize page pool page allocation in NUMA scenario
Jie Wang
1
-1
/
+2
2022-07-04
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-10
page_pool: remove spinlock in page_pool_refill_alloc_cache()
Yunsheng Lin
1
-4
/
+0
2022-01-06
page_pool: Store the XDP mem id
Toke Høiland-Jørgensen
1
-1
/
+3
2022-01-06
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-10
page_pool: add frag page recycling support in page pool
Yunsheng Lin
1
-0
/
+87
2021-08-10
page_pool: add interface to manipulate frag count in page pool
Yunsheng Lin
1
-0
/
+4
2021-08-10
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-08
page_pool: Allow drivers to hint on SKB recycling
Ilias Apalodimas
1
-0
/
+22
2021-06-08
mm: add a signature in struct page
Matteo Croce
1
-0
/
+6
2021-05-15
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-05
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-30
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-14
page_pool: refill page when alloc.count of pool is zero
Li RongQing
1
-14
/
+8
2020-01-03
page_pool: help compiler remove code in case CONFIG_NUMA=n
Jesper Dangaard Brouer
1
-0
/
+9
2020-01-03
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
2019-11-20
page_pool: Add API to update numa node
Saeed Mahameed
1
-0
/
+8
2019-11-19
page_pool: add destroy attempts counter and rename tracepoint
Jesper Dangaard Brouer
1
-2
/
+11
2019-11-16
page_pool: do not release pool until inflight == 0.
Jonathan Lemon
1
-46
/
+76
2019-08-15
page_pool: fix logic in __page_pool_get_cached
Jonathan Lemon
1
-23
/
+16
2019-08-15
page_pool: remove unnecessary variable init
Yunsheng Lin
1
-1
/
+1
2019-07-09
net: core: page_pool: add user refcnt and reintroduce page_pool_destroy
Ivan Khoronzhuk
1
-0
/
+8
2019-06-19
page_pool: make sure struct device is stable
Jesper Dangaard Brouer
1
-0
/
+8
2019-06-19
page_pool: add tracepoints for page_pool with details need by XDP
Jesper Dangaard Brouer
1
-1
/
+8
2019-06-19
xdp: force mem allocator removal and periodic warning
Jesper Dangaard Brouer
1
-1
/
+17
2019-06-19
xdp: tracking page_pool resources and safe removal
Jesper Dangaard Brouer
1
-16
/
+46
2019-06-19
page_pool: introduce page_pool_free and use in mlx5
Jesper Dangaard Brouer
1
-4
/
+11
2019-06-19
net: page_pool: add helper function to unmap dma addresses
Ilias Apalodimas
1
-0
/
+7
2019-02-14
page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappings
Jesper Dangaard Brouer
1
-5
/
+6
2019-02-14
net: page_pool: don't use page->private to store dma_addr_t
Ilias Apalodimas
1
-4
/
+9
2018-07-20
net/page_pool: Fix inconsistent lock state warning
Tariq Toukan
1
-1
/
+1
[next]