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
/
include
/
net
/
page_pool
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
memory-provider: dmabuf devmem memory provider
Mina Almasry
1
-2
/
+15
2024-09-12
page_pool: devmem support
Mina Almasry
1
-32
/
+7
2024-09-12
netdev: support binding dma-buf to netdevice
Mina Almasry
1
-0
/
+6
2024-07-10
page_pool: use __cacheline_group_{begin, end}_aligned()
Alexander Lobakin
1
-10
/
+12
2024-07-03
page_pool: convert to use netmem
Mina Almasry
2
-24
/
+81
2024-07-02
page_pool: export page_pool_disable_direct_recycling()
David Wei
1
-0
/
+1
2024-05-28
page_pool: fix &page_pool_params kdoc issues
Alexander Lobakin
1
-2
/
+3
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-4
/
+21
2024-05-07
page_pool: don't use driver-set flags field directly
Alexander Lobakin
1
-3
/
+10
2024-05-07
page_pool: make sure frag API fields don't span between cachelines
Alexander Lobakin
1
-1
/
+11
2024-04-24
page_pool: add DMA-sync-for-CPU inline helper
Alexander Lobakin
1
-0
/
+24
2024-04-24
page_pool: constify some read-only function arguments
Alexander Lobakin
2
-7
/
+7
2024-02-19
net: page_pool: fix recycle stats for system page_pool allocator
Lorenzo Bianconi
1
-2
/
+3
2024-02-19
page_pool: disable direct recycling based on pool->cpuid on destroy
Alexander Lobakin
1
-5
/
+0
2024-02-14
net: add generic percpu page_pool allocator
Lorenzo Bianconi
1
-0
/
+3
2023-12-17
skbuff: Optimization of SKB coalescing for page pool
Liang Chen
1
-0
/
+5
2023-12-15
page_pool: fix typos and punctuation
Randy Dunlap
1
-6
/
+6
2023-12-14
page_pool: transition to reference count management after page draining
Liang Chen
2
-29
/
+37
2023-11-28
net: page_pool: expose page pool stats via netlink
Jakub Kicinski
1
-6
/
+2
2023-11-28
net: page_pool: report when page pool was destroyed
Jakub Kicinski
1
-0
/
+1
2023-11-28
net: page_pool: stash the NAPI ID for easier access
Jakub Kicinski
1
-0
/
+1
2023-11-28
net: page_pool: record pools per netdev
Jakub Kicinski
1
-0
/
+4
2023-11-28
net: page_pool: id the page pools
Jakub Kicinski
1
-0
/
+4
2023-11-22
net: page_pool: avoid touching slow on the fastpath
Jakub Kicinski
1
-0
/
+2
2023-11-22
net: page_pool: split the page_pool_params into fast and slow
Jakub Kicinski
1
-12
/
+19
2023-10-24
page_pool: update document about fragment API
Yunsheng Lin
1
-13
/
+80
2023-10-24
page_pool: introduce page_pool_alloc() API
Yunsheng Lin
1
-0
/
+66
2023-10-24
page_pool: remove PP_FLAG_PAGE_FRAG
Yunsheng Lin
1
-4
/
+2
2023-10-24
page_pool: unify frag_count handling in page_pool_is_last_frag()
Yunsheng Lin
1
-13
/
+34
2023-10-17
page_pool: fragment API support for 32-bit arch with 64-bit DMA
Yunsheng Lin
1
-6
/
+14
2023-10-05
page_pool: fix documentation typos
Randy Dunlap
1
-3
/
+3
2023-08-09
docs: net: page_pool: de-duplicate the intro comment
Jakub Kicinski
1
-12
/
+12
2023-08-07
page_pool: place frag_* fields in one cacheline
Alexander Lobakin
1
-5
/
+5
2023-08-07
net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
Alexander Lobakin
1
-2
/
+0
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2
-0
/
+476