Age | Commit message (Expand) | Author |
2017-04-25 | bpf: map_get_next_key to return first key on NULL | Teng Qin |
2017-04-11 | bpf: remove struct bpf_map_type_list | Johannes Berg |
2017-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-03-22 | bpf: Add hash of maps support | Martin KaFai Lau |
2017-03-22 | bpf: fix hashmap extra_elems logic | Alexei Starovoitov |
2017-03-16 | bpf: inline htab_map_lookup_elem() | Alexei Starovoitov |
2017-03-09 | bpf: convert htab map to hlist_nulls | Alexei Starovoitov |
2017-03-09 | bpf: fix struct htab_elem layout | Alexei Starovoitov |
2017-02-17 | bpf: mark all registered map/prog types as __ro_after_init | Daniel Borkmann |
2017-01-18 | bpf: don't trigger OOM killer under pressure with map alloc | Daniel Borkmann |
2017-01-10 | bpf: do not use KMALLOC_SHIFT_MAX | Michal Hocko |
2016-11-15 | bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH | Martin KaFai Lau |
2016-11-15 | bpf: Add BPF_MAP_TYPE_LRU_HASH | Martin KaFai Lau |
2016-11-15 | bpf: Refactor codes handling percpu map | Martin KaFai Lau |
2016-11-07 | bpf: fix htab map destruction when extra reserve is in use | Daniel Borkmann |
2016-08-06 | bpf: restore behavior of bpf_map_update_elem | Alexei Starovoitov |
2016-03-08 | bpf: pre-allocate hash map elements | Alexei Starovoitov |
2016-02-19 | bpf: grab rcu read lock for bpf_percpu_hash_update | Sasha Levin |
2016-02-06 | bpf: add lookup/update support for per-cpu hash and array maps | Alexei Starovoitov |
2016-02-06 | bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map | Alexei Starovoitov |
2015-12-29 | bpf: hash: use per-bucket spinlock | tom.leiming@gmail.com |
2015-12-29 | bpf: hash: move select_bucket() out of htab's spinlock | tom.leiming@gmail.com |
2015-12-29 | bpf: hash: use atomic count | tom.leiming@gmail.com |
2015-12-02 | bpf: fix allocation warnings in bpf maps and integer overflow | Alexei Starovoitov |
2015-11-02 | bpf: convert hashtab lock to raw lock | Yang Shi |
2015-10-12 | bpf: charge user for creation of BPF maps and programs | Alexei Starovoitov |
2015-03-01 | ebpf: constify various function pointer structs | Daniel Borkmann |
2014-11-19 | bpf: fix arraymap NULL deref and missing overflow and zero size checks | Alexei Starovoitov |
2014-11-18 | bpf: add hashtable type of eBPF maps | Alexei Starovoitov |