aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/lpm_trie.c
Commit message (Expand)AuthorAge
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-02-22
* bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song2018-02-13
* bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song2018-01-26
* bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu regionYonghong Song2018-01-23
* bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song2018-01-19
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-14
* bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-20
* bpf: Optimize lpm trie deleteCraig Gallek2017-09-25
* bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIECraig Gallek2017-09-19
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-20
* bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2017-05-25
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-11
* bpf: add get_next_key callback to LPM mapAlexei Starovoitov2017-03-05
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-17
* bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann2017-02-08
* bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann2017-01-23
* bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-23