summaryrefslogtreecommitdiff
path: root/kernel/bpf/lpm_trie.c
AgeCommit message (Expand)Author
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