index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
cpumap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
1
-3
/
+3
2022-08-10
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
1
-1
/
+1
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-3
/
+3
2022-01-22
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
1
-3
/
+5
2022-01-06
xdp: Move conversion to xdp_frame out of map functions
Toke Høiland-Jørgensen
1
-7
/
+1
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-2
/
+2
2021-07-08
bpf: cpumap: Implement generic cpumap
Kumar Kartikeya Dwivedi
1
-18
/
+98
2021-06-24
xdp: Add proper __rcu annotations to redirect map entries
Toke Høiland-Jørgensen
1
-4
/
+9
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
1
-1
/
+2
2021-04-27
bpf, cpumap: Bulk skb using netif_receive_skb_list
Lorenzo Bianconi
1
-9
/
+9
2021-03-10
bpf, xdp: Restructure redirect actions
Björn Töpel
1
-1
/
+0
2021-03-10
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
1
-1
/
+7
2021-01-21
net, xdp: Introduce __xdp_build_skb_from_frame utility routine
Lorenzo Bianconi
1
-44
/
+2
2020-12-03
bpf: Eliminate rlimit-based memory accounting for cpumap maps
Roman Gushchin
1
-15
/
+1
2020-12-03
bpf: Refine memcg-based memory accounting for cpumap maps
Roman Gushchin
1
-9
/
+12
2020-09-29
bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature
Lorenzo Bianconi
1
-3
/
+2
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-09-01
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
1
-8
/
+3
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
1
-0
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-21
bpf: cpumap: Fix possible rcpu kthread hung
Lorenzo Bianconi
1
-4
/
+7
2020-07-16
bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries
Lorenzo Bianconi
1
-2
/
+15
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
1
-13
/
+108
2020-07-16
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
1
-13
/
+15
2020-07-16
cpumap: Use non-locked version __ptr_ring_consume_batched
Jesper Dangaard Brouer
1
-1
/
+1
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
1
-0
/
+3
2020-06-02
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
1
-1
/
+1
2020-05-15
xdp: Cpumap redirect use frame_sz and increase skb_tailroom
Jesper Dangaard Brouer
1
-18
/
+3
2020-04-21
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-20
xdp: Make cpumap flush_list common for all map instances
Björn Töpel
1
-18
/
+18
2019-12-20
xdp: Fix graze->grace type-o in cpumap comments
Björn Töpel
1
-3
/
+3
2019-12-20
xdp: Simplify cpumap cleanup
Björn Töpel
1
-29
/
+5
2019-06-29
devmap/cpumap: Use flush list instead of bitmap
Toke Høiland-Jørgensen
1
-57
/
+48
2019-06-19
xdp: page_pool related fix to cpumap
Jesper Dangaard Brouer
1
-0
/
+3
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363
Thomas Gleixner
1
-1
/
+1
2019-06-01
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
1
-4
/
+1
2019-06-01
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
1
-3
/
+5
2019-06-01
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
1
-2
/
+2
2019-04-18
bpf: cpumap memory prefetchw optimizations for struct page
Jesper Dangaard Brouer
1
-0
/
+12
2019-04-18
bpf: cpumap do bulk allocation of SKBs
Jesper Dangaard Brouer
1
-7
/
+15
2019-04-18
bpf: cpumap use ptr_ring_consume_batched
Jesper Dangaard Brouer
1
-10
/
+11
2019-03-29
xdp: fix cpumap redirect SKB creation bug
Jesper Dangaard Brouer
1
-3
/
+10
2018-12-21
bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
Jesper Dangaard Brouer
1
-1
/
+1
2018-08-18
bpf: fix redirect to map under tail calls
Daniel Borkmann
1
-0
/
+2
2018-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
1
-0
/
+1
2018-08-09
xdp: fix bug in cpumap teardown code path
Jesper Dangaard Brouer
1
-6
/
+9
2018-05-25
xdp: introduce xdp_return_frame_rx_napi
Jesper Dangaard Brouer
1
-1
/
+1
[next]