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
/
lpm_trie.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
1
-2
/
+1
2018-02-14
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
1
-4
/
+7
2018-01-27
bpf: fix kernel page fault in lpm map trie_get_next_key
Yonghong Song
1
-15
/
+11
2018-01-23
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
Yonghong Song
1
-1
/
+1
2018-01-20
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
1
-2
/
+93
2018-01-15
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
1
-6
/
+1
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
1
-1
/
+2
2017-09-26
bpf: Optimize lpm trie delete
Craig Gallek
1
-28
/
+43
2017-09-19
bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE
Craig Gallek
1
-3
/
+77
2017-08-20
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
1
-2
/
+7
2017-05-25
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
1
-0
/
+1
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
1
-13
/
+1
2017-03-06
bpf: add get_next_key callback to LPM map
Alexei Starovoitov
1
-0
/
+6
2017-02-17
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
1
-1
/
+1
2017-02-08
bpf, lpm: fix overflows in trie_alloc checks
Daniel Borkmann
1
-9
/
+27
2017-01-24
bpf, lpm: fix kfree of im_node in trie_update_elem
Daniel Borkmann
1
-1
/
+1
2017-01-24
bpf: add a longest prefix match trie map implementation
Daniel Mack
1
-0
/
+503