aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/lpm_trie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg1-13/+1
2017-03-05bpf: 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-23bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann1-1/+1
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack1-0/+503