index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
lpm_trie.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
2018-02-22
1
-2
/
+1
*
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
2018-02-13
1
-4
/
+7
*
bpf: fix kernel page fault in lpm map trie_get_next_key
Yonghong Song
2018-01-26
1
-15
/
+11
*
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
Yonghong Song
2018-01-23
1
-1
/
+1
*
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
2018-01-19
1
-2
/
+93
*
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-14
1
-6
/
+1
*
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
1
-1
/
+2
*
bpf: Optimize lpm trie delete
Craig Gallek
2017-09-25
1
-28
/
+43
*
bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE
Craig Gallek
2017-09-19
1
-3
/
+77
*
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-08-19
1
-2
/
+7
*
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
2017-05-25
1
-0
/
+1
*
bpf: remove struct bpf_map_type_list
Johannes Berg
2017-04-11
1
-13
/
+1
*
bpf: add get_next_key callback to LPM map
Alexei Starovoitov
2017-03-05
1
-0
/
+6
*
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
2017-02-17
1
-1
/
+1
*
bpf, lpm: fix overflows in trie_alloc checks
Daniel Borkmann
2017-02-08
1
-9
/
+27
*
bpf, lpm: fix kfree of im_node in trie_update_elem
Daniel Borkmann
2017-01-23
1
-1
/
+1
*
bpf: add a longest prefix match trie map implementation
Daniel Mack
2017-01-23
1
-0
/
+503