summaryrefslogtreecommitdiff
path: root/kernel/bpf/lpm_trie.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-20bpf: Allow selecting numa node during map creationMartin KaFai Lau1-2/+7
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann1-0/+1
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg1-13/+1
2017-03-06bpf: add get_next_key callback to LPM mapAlexei Starovoitov1-0/+6
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann1-1/+1
2017-02-08bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann1-9/+27
2017-01-24bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann1-1/+1
2017-01-24bpf: add a longest prefix match trie map implementationDaniel Mack1-0/+503