index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
page_pool.c
Age
Commit message (
Expand
)
Author
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-01-27
net: page_pool: don't try to stash the napi id
Jakub Kicinski
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
2025-01-16
selftests: drv-net-hw: inject pp_alloc_fail errors in the right place
John Daley
2024-12-17
net: page_pool: rename page_pool_is_last_ref()
Jakub Kicinski
2024-12-12
page_pool: disable sync for cpu for dmabuf memory provider
Mina Almasry
2024-12-12
page_pool: Set `dma_sync` to false for devmem memory provider
Samiullah Khawaja
2024-12-12
net: page_pool: rename page_pool_alloc_netmem to *_netmems
Mina Almasry
2024-12-12
page_pool: allow mixing PPs within one bulk
Alexander Lobakin
2024-12-05
page_pool: make page_pool_put_page_bulk() handle array of netmems
Alexander Lobakin
2024-11-12
net: page_pool: do not count normal frag allocation in stats
Jakub Kicinski
2024-09-11
memory-provider: dmabuf devmem memory provider
Mina Almasry
2024-09-11
page_pool: devmem support
Mina Almasry
2024-07-10
page_pool: use __cacheline_group_{begin, end}_aligned()
Alexander Lobakin
2024-07-08
net: page_pool: fix warning code
Johannes Berg
2024-07-02
page_pool: convert to use netmem
Mina Almasry
2024-07-02
page_pool: export page_pool_disable_direct_recycling()
David Wei
2024-06-09
page_pool: remove WARN_ON() with OR
David Wei
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
2024-05-08
page_pool: check for DMA sync shortcut earlier
Alexander Lobakin
2024-05-07
page_pool: don't use driver-set flags field directly
Alexander Lobakin
2024-05-07
page_pool: make sure frag API fields don't span between cachelines
Alexander Lobakin
2024-04-30
net: page_pool: support error injection
Jakub Kicinski
2024-04-24
page_pool: constify some read-only function arguments
Alexander Lobakin
2024-04-02
page_pool: try direct bulk recycling
Alexander Lobakin
2024-04-02
page_pool: check for PP direct cache locality later
Alexander Lobakin
2024-03-11
net: page_pool: factor out page_pool recycle check
Mina Almasry
2024-02-19
net: page_pool: fix recycle stats for system page_pool allocator
Lorenzo Bianconi
2024-02-19
page_pool: disable direct recycling based on pool->cpuid on destroy
Alexander Lobakin
2024-02-13
net: add generic percpu page_pool allocator
Lorenzo Bianconi
2023-12-17
page_pool: halve BIAS_MAX for multiple user references of a fragment
Liang Chen
2023-12-13
net: page_pool: factor out releasing DMA from releasing the page
Jakub Kicinski
2023-12-13
page_pool: transition to reference count management after page draining
Liang Chen
2023-11-28
net: page_pool: mute the periodic warning for visible page pools
Jakub Kicinski
2023-11-28
net: page_pool: expose page pool stats via netlink
Jakub Kicinski
2023-11-28
net: page_pool: report when page pool was destroyed
Jakub Kicinski
2023-11-28
net: page_pool: report amount of memory held by page pools
Jakub Kicinski
2023-11-28
net: page_pool: id the page pools
Jakub Kicinski
2023-11-28
net: page_pool: factor out uninit
Jakub Kicinski
2023-11-21
net: page_pool: avoid touching slow on the fastpath
Jakub Kicinski
2023-11-21
net: page_pool: split the page_pool_params into fast and slow
Jakub Kicinski
2023-11-02
net: page_pool: add missing free_percpu when page_pool_init fail
Jian Shen
2023-10-23
page_pool: introduce page_pool_alloc() API
Yunsheng Lin
2023-10-23
page_pool: remove PP_FLAG_PAGE_FRAG
Yunsheng Lin
2023-10-23
page_pool: unify frag_count handling in page_pool_is_last_frag()
Yunsheng Lin
2023-10-16
page_pool: fragment API support for 32-bit arch with 64-bit DMA
Yunsheng Lin
2023-08-07
page_pool: add a lockdep check for recycling in hardirq
Jakub Kicinski
2023-08-07
net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
Alexander Lobakin
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
[next]