index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
page_pool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
page_pool: fix incorrect mp_ops error handling
Mina Almasry
2025-08-22
1
-2
/
+4
*
net: page_pool: allow enabling recycling late, fix false positive warning
Jakub Kicinski
2025-08-08
1
-0
/
+29
*
page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems...
Byungchul Park
2025-07-08
1
-3
/
+3
*
page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netme...
Byungchul Park
2025-07-08
1
-4
/
+4
*
page_pool: rename page_pool_return_page() to page_pool_return_netmem()
Byungchul Park
2025-07-08
1
-11
/
+11
*
page_pool: Fix use-after-free in page_pool_recycle_in_ring
Dong Chenchen
2025-05-29
1
-13
/
+14
*
page_pool: fix ugly page_pool formatting
Mina Almasry
2025-05-28
1
-2
/
+2
*
net: page_pool: Don't recycle into cache on PREEMPT_RT
Sebastian Andrzej Siewior
2025-05-15
1
-0
/
+4
*
page_pool: Track DMA-mapped pages and unmap them when destroying the pool
Toke Høiland-Jørgensen
2025-04-14
1
-13
/
+68
*
net: protect rxq->mp_params with the instance lock
Jakub Kicinski
2025-03-25
1
-5
/
+2
*
page_pool: avoid infinite loop to schedule delayed worker
Jason Xing
2025-02-18
1
-1
/
+7
*
net: page_pool: avoid false positive warning if NAPI was never added
Jakub Kicinski
2025-02-08
1
-5
/
+2
*
net: page_pool: add memory provider helpers
Pavel Begunkov
2025-02-07
1
-0
/
+28
*
net: page_pool: create hooks for custom memory providers
Pavel Begunkov
2025-02-07
1
-8
/
+15
*
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-01-30
1
-0
/
+2
|
\
|
*
net: page_pool: don't try to stash the napi id
Jakub Kicinski
2025-01-27
1
-0
/
+2
*
|
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-27
1
-4
/
+3
|
\
\
|
|
/
|
/
|
|
*
mm: alloc_pages_bulk: rename API
Luiz Capitulino
2025-01-26
1
-4
/
+3
*
|
selftests: drv-net-hw: inject pp_alloc_fail errors in the right place
John Daley
2025-01-17
1
-1
/
+1
*
|
net: page_pool: rename page_pool_is_last_ref()
Jakub Kicinski
2024-12-18
1
-1
/
+1
*
|
page_pool: disable sync for cpu for dmabuf memory provider
Mina Almasry
2024-12-13
1
-0
/
+1
*
|
page_pool: Set `dma_sync` to false for devmem memory provider
Samiullah Khawaja
2024-12-13
1
-0
/
+3
*
|
net: page_pool: rename page_pool_alloc_netmem to *_netmems
Mina Almasry
2024-12-13
1
-4
/
+4
*
|
page_pool: allow mixing PPs within one bulk
Alexander Lobakin
2024-12-13
1
-36
/
+71
*
|
page_pool: make page_pool_put_page_bulk() handle array of netmems
Alexander Lobakin
2024-12-06
1
-15
/
+15
|
/
*
net: page_pool: do not count normal frag allocation in stats
Jakub Kicinski
2024-11-13
1
-1
/
+1
*
memory-provider: dmabuf devmem memory provider
Mina Almasry
2024-09-12
1
-26
/
+76
*
page_pool: devmem support
Mina Almasry
2024-09-12
1
-12
/
+13
*
page_pool: use __cacheline_group_{begin, end}_aligned()
Alexander Lobakin
2024-07-10
1
-1
/
+2
*
net: page_pool: fix warning code
Johannes Berg
2024-07-09
1
-1
/
+1
*
page_pool: convert to use netmem
Mina Almasry
2024-07-03
1
-139
/
+165
*
page_pool: export page_pool_disable_direct_recycling()
David Wei
2024-07-02
1
-1
/
+2
*
page_pool: remove WARN_ON() with OR
David Wei
2024-06-09
1
-2
/
+2
*
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
2024-05-20
1
-30
/
+48
|
\
|
*
page_pool: check for DMA sync shortcut earlier
Alexander Lobakin
2024-05-08
1
-14
/
+19
|
*
page_pool: don't use driver-set flags field directly
Alexander Lobakin
2024-05-07
1
-19
/
+22
|
*
page_pool: make sure frag API fields don't span between cachelines
Alexander Lobakin
2024-05-07
1
-0
/
+10
*
|
net: page_pool: support error injection
Jakub Kicinski
2024-04-30
1
-0
/
+2
*
|
page_pool: constify some read-only function arguments
Alexander Lobakin
2024-04-24
1
-5
/
+5
*
|
page_pool: try direct bulk recycling
Alexander Lobakin
2024-04-03
1
-2
/
+5
*
|
page_pool: check for PP direct cache locality later
Alexander Lobakin
2024-04-03
1
-3
/
+28
|
/
*
net: page_pool: factor out page_pool recycle check
Mina Almasry
2024-03-11
1
-2
/
+7
*
net: page_pool: fix recycle stats for system page_pool allocator
Lorenzo Bianconi
2024-02-19
1
-5
/
+17
*
page_pool: disable direct recycling based on pool->cpuid on destroy
Alexander Lobakin
2024-02-19
1
-3
/
+7
*
net: add generic percpu page_pool allocator
Lorenzo Bianconi
2024-02-14
1
-4
/
+19
*
page_pool: halve BIAS_MAX for multiple user references of a fragment
Liang Chen
2023-12-17
1
-1
/
+1
*
net: page_pool: factor out releasing DMA from releasing the page
Jakub Kicinski
2023-12-14
1
-9
/
+16
*
page_pool: transition to reference count management after page draining
Liang Chen
2023-12-14
1
-6
/
+6
*
net: page_pool: mute the periodic warning for visible page pools
Jakub Kicinski
2023-11-28
1
-4
/
+7
*
net: page_pool: expose page pool stats via netlink
Jakub Kicinski
2023-11-28
1
-1
/
+1
[next]