index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
cpumap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
2022-11-15
1
-2
/
+2
*
docs/bpf: Document BPF_MAP_TYPE_CPUMAP map
Maryam Tahhan
2022-11-11
1
-3
/
+6
*
bpf: check max_entries before allocating memory
Florian Lehner
2022-10-28
1
-12
/
+8
*
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-08-10
1
-3
/
+3
*
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
2022-08-10
1
-1
/
+1
*
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-26
1
-3
/
+3
*
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
2022-01-21
1
-3
/
+5
*
xdp: Move conversion to xdp_frame out of map functions
Toke Høiland-Jørgensen
2022-01-05
1
-7
/
+1
*
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-2
/
+2
*
bpf: cpumap: Implement generic cpumap
Kumar Kartikeya Dwivedi
2021-07-07
1
-18
/
+98
*
xdp: Add proper __rcu annotations to redirect map entries
Toke Høiland-Jørgensen
2021-06-24
1
-4
/
+9
*
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
2021-05-26
1
-1
/
+2
*
bpf, cpumap: Bulk skb using netif_receive_skb_list
Lorenzo Bianconi
2021-04-27
1
-9
/
+9
*
bpf, xdp: Restructure redirect actions
Björn Töpel
2021-03-10
1
-1
/
+0
*
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
2021-03-10
1
-1
/
+7
*
net, xdp: Introduce __xdp_build_skb_from_frame utility routine
Lorenzo Bianconi
2021-01-20
1
-44
/
+2
*
bpf: Eliminate rlimit-based memory accounting for cpumap maps
Roman Gushchin
2020-12-02
1
-15
/
+1
*
bpf: Refine memcg-based memory accounting for cpumap maps
Roman Gushchin
2020-12-02
1
-9
/
+12
*
bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature
Lorenzo Bianconi
2020-09-28
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
1
-1
/
+1
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
|
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
2020-09-01
1
-8
/
+3
*
|
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-28
1
-0
/
+1
|
/
*
bpf: cpumap: Fix possible rcpu kthread hung
Lorenzo Bianconi
2020-07-21
1
-4
/
+7
*
bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries
Lorenzo Bianconi
2020-07-16
1
-2
/
+15
*
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
2020-07-16
1
-13
/
+108
*
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
2020-07-16
1
-13
/
+15
*
cpumap: Use non-locked version __ptr_ring_consume_batched
Jesper Dangaard Brouer
2020-07-16
1
-1
/
+1
*
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
2020-06-22
1
-0
/
+3
*
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
2020-06-01
1
-1
/
+1
*
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-15
1
-1
/
+1
*
xdp: Cpumap redirect use frame_sz and increase skb_tailroom
Jesper Dangaard Brouer
2020-05-14
1
-18
/
+3
*
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
2020-04-20
1
-1
/
+1
*
xdp: Make cpumap flush_list common for all map instances
Björn Töpel
2019-12-19
1
-18
/
+18
*
xdp: Fix graze->grace type-o in cpumap comments
Björn Töpel
2019-12-19
1
-3
/
+3
*
xdp: Simplify cpumap cleanup
Björn Töpel
2019-12-19
1
-29
/
+5
*
devmap/cpumap: Use flush list instead of bitmap
Toke Høiland-Jørgensen
2019-06-29
1
-57
/
+48
*
xdp: page_pool related fix to cpumap
Jesper Dangaard Brouer
2019-06-19
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-1
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363
Thomas Gleixner
2019-06-05
1
-1
/
+1
*
|
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
1
-4
/
+1
*
|
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
1
-3
/
+5
*
|
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-31
1
-2
/
+2
|
/
*
bpf: cpumap memory prefetchw optimizations for struct page
Jesper Dangaard Brouer
2019-04-17
1
-0
/
+12
*
bpf: cpumap do bulk allocation of SKBs
Jesper Dangaard Brouer
2019-04-17
1
-7
/
+15
*
bpf: cpumap use ptr_ring_consume_batched
Jesper Dangaard Brouer
2019-04-17
1
-10
/
+11
*
xdp: fix cpumap redirect SKB creation bug
Jesper Dangaard Brouer
2019-03-29
1
-3
/
+10
*
bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
Jesper Dangaard Brouer
2018-12-20
1
-1
/
+1
*
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-17
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-13
1
-0
/
+1
|
\
[next]