aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/lpm_trie.c
AgeCommit message (Expand)Author
2019-02-22bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin
2018-11-22bpf, lpm: make longest_prefix_match() fasterEric Dumazet
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-22bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song
2018-02-13bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song
2018-01-26bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song
2018-01-23bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu regionYonghong Song
2018-01-19bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-09-25bpf: Optimize lpm trie deleteCraig Gallek
2017-09-19bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIECraig Gallek
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg
2017-03-05bpf: add get_next_key callback to LPM mapAlexei Starovoitov
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-02-08bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann
2017-01-23bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack