summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/lpm_trie.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-201-1/+2
* bpf: Optimize lpm trie deleteCraig Gallek2017-09-251-28/+43
* bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIECraig Gallek2017-09-191-3/+77
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-191-2/+7
* bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2017-05-251-0/+1
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-111-13/+1
* bpf: add get_next_key callback to LPM mapAlexei Starovoitov2017-03-051-0/+6
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-171-1/+1
* bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann2017-02-081-9/+27
* bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann2017-01-231-1/+1
* bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-231-0/+503