index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2025-11-13
page_pool: Clamp pool size to max 16K pages
Dragos Tatulea
1
-5
/
+1
2025-11-13
page_pool: always add GFP_NOWARN for ATOMIC allocations
Jakub Kicinski
1
-0
/
+6
2025-10-19
page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
Toke Høiland-Jørgensen
1
-23
/
+53
2025-06-27
net: page_pool: Don't recycle into cache on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+4
2025-06-19
page_pool: Fix use-after-free in page_pool_recycle_in_ring
Dong Chenchen
1
-13
/
+14
2025-06-19
page_pool: Track DMA-mapped pages and unmap them when destroying the pool
Toke Høiland-Jørgensen
1
-13
/
+68
2025-05-29
net: page_pool: avoid false positive warning if NAPI was never added
Jakub Kicinski
1
-5
/
+2
2025-04-20
page_pool: avoid infinite loop to schedule delayed worker
Jason Xing
1
-1
/
+7
2024-09-11
memory-provider: dmabuf devmem memory provider
Mina Almasry
1
-26
/
+76
2024-09-11
page_pool: devmem support
Mina Almasry
1
-12
/
+13
2024-07-10
page_pool: use __cacheline_group_{begin, end}_aligned()
Alexander Lobakin
1
-1
/
+2
2024-07-08
net: page_pool: fix warning code
Johannes Berg
1
-1
/
+1
2024-07-02
page_pool: convert to use netmem
Mina Almasry
1
-139
/
+165
2024-07-02
page_pool: export page_pool_disable_direct_recycling()
David Wei
1
-1
/
+2
2024-06-09
page_pool: remove WARN_ON() with OR
David Wei
1
-2
/
+2
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-30
/
+48
2024-05-08
page_pool: check for DMA sync shortcut earlier
Alexander Lobakin
1
-14
/
+19
2024-05-07
page_pool: don't use driver-set flags field directly
Alexander Lobakin
1
-19
/
+22
2024-05-07
page_pool: make sure frag API fields don't span between cachelines
Alexander Lobakin
1
-0
/
+10
2024-04-30
net: page_pool: support error injection
Jakub Kicinski
1
-0
/
+2
2024-04-24
page_pool: constify some read-only function arguments
Alexander Lobakin
1
-5
/
+5
2024-04-02
page_pool: try direct bulk recycling
Alexander Lobakin
1
-2
/
+5
2024-04-02
page_pool: check for PP direct cache locality later
Alexander Lobakin
1
-3
/
+28
2024-03-11
net: page_pool: factor out page_pool recycle check
Mina Almasry
1
-2
/
+7
2024-02-19
net: page_pool: fix recycle stats for system page_pool allocator
Lorenzo Bianconi
1
-5
/
+17
2024-02-19
page_pool: disable direct recycling based on pool->cpuid on destroy
Alexander Lobakin
1
-3
/
+7
2024-02-13
net: add generic percpu page_pool allocator
Lorenzo Bianconi
1
-4
/
+19
2023-12-17
page_pool: halve BIAS_MAX for multiple user references of a fragment
Liang Chen
1
-1
/
+1
2023-12-13
net: page_pool: factor out releasing DMA from releasing the page
Jakub Kicinski
1
-9
/
+16
2023-12-13
page_pool: transition to reference count management after page draining
Liang Chen
1
-6
/
+6
2023-11-28
net: page_pool: mute the periodic warning for visible page pools
Jakub Kicinski
1
-4
/
+7
2023-11-28
net: page_pool: expose page pool stats via netlink
Jakub Kicinski
1
-1
/
+1
2023-11-28
net: page_pool: report when page pool was destroyed
Jakub Kicinski
1
-0
/
+1
2023-11-28
net: page_pool: report amount of memory held by page pools
Jakub Kicinski
1
-4
/
+9
2023-11-28
net: page_pool: id the page pools
Jakub Kicinski
1
-5
/
+16
2023-11-28
net: page_pool: factor out uninit
Jakub Kicinski
1
-8
/
+13
2023-11-21
net: page_pool: avoid touching slow on the fastpath
Jakub Kicinski
1
-1
/
+3
2023-11-21
net: page_pool: split the page_pool_params into fast and slow
Jakub Kicinski
1
-3
/
+4
2023-11-02
net: page_pool: add missing free_percpu when page_pool_init fail
Jian Shen
1
-1
/
+5
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
[next]