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