index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
lpm_trie.c
Age
Commit message (
Expand
)
Author
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-02-22
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
2018-02-13
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
2018-01-26
bpf: fix kernel page fault in lpm map trie_get_next_key
Yonghong Song
2018-01-23
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
Yonghong Song
2018-01-19
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-09-25
bpf: Optimize lpm trie delete
Craig Gallek
2017-09-19
bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE
Craig Gallek
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-05-25
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
2017-03-05
bpf: add get_next_key callback to LPM map
Alexei Starovoitov
2017-02-17
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
2017-02-08
bpf, lpm: fix overflows in trie_alloc checks
Daniel Borkmann
2017-01-23
bpf, lpm: fix kfree of im_node in trie_update_elem
Daniel Borkmann
2017-01-23
bpf: add a longest prefix match trie map implementation
Daniel Mack