Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-04-11 | bpf: remove struct bpf_map_type_list | Johannes Berg | 1 | -13/+1 |
2017-03-06 | bpf: add get_next_key callback to LPM map | Alexei Starovoitov | 1 | -0/+6 |
2017-02-17 | bpf: mark all registered map/prog types as __ro_after_init | Daniel Borkmann | 1 | -1/+1 |
2017-02-08 | bpf, lpm: fix overflows in trie_alloc checks | Daniel Borkmann | 1 | -9/+27 |
2017-01-24 | bpf, lpm: fix kfree of im_node in trie_update_elem | Daniel Borkmann | 1 | -1/+1 |
2017-01-24 | bpf: add a longest prefix match trie map implementation | Daniel Mack | 1 | -0/+503 |