index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
lpm_trie.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-20
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-06
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-24
1
-1
/
+1
*
bpf: add a longest prefix match trie map implementation
Daniel Mack
2017-01-23
1
-0
/
+503