| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: pre-allocate hash map elements | Alexei Starovoitov | 2016-03-08 | 1 | -73/+167 |
* | bpf: grab rcu read lock for bpf_percpu_hash_update | Sasha Levin | 2016-02-19 | 1 | -1/+7 |
* | bpf: add lookup/update support for per-cpu hash and array maps | Alexei Starovoitov | 2016-02-06 | 1 | -9/+74 |
* | bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map | Alexei Starovoitov | 2016-02-06 | 1 | -47/+228 |
* | bpf: hash: use per-bucket spinlock | tom.leiming@gmail.com | 2015-12-29 | 1 | -18/+32 |
* | bpf: hash: move select_bucket() out of htab's spinlock | tom.leiming@gmail.com | 2015-12-29 | 1 | -4/+2 |
* | bpf: hash: use atomic count | tom.leiming@gmail.com | 2015-12-29 | 1 | -6/+6 |
* | bpf: fix allocation warnings in bpf maps and integer overflow | Alexei Starovoitov | 2015-12-03 | 1 | -9/+25 |
* | bpf: convert hashtab lock to raw lock | Yang Shi | 2015-11-02 | 1 | -7/+7 |
* | bpf: charge user for creation of BPF maps and programs | Alexei Starovoitov | 2015-10-13 | 1 | -0/+4 |
* | ebpf: constify various function pointer structs | Daniel Borkmann | 2015-03-01 | 1 | -3/+3 |
* | bpf: fix arraymap NULL deref and missing overflow and zero size checks | Alexei Starovoitov | 2014-11-19 | 1 | -0/+5 |
* | bpf: add hashtable type of eBPF maps | Alexei Starovoitov | 2014-11-18 | 1 | -0/+362 |