David S. Miller
|
f8ddadc4db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
Chenbo Feng
|
6e71b04a82
bpf: Add file mode configuration into bpf maps
|
8 years ago |
Daniel Borkmann
|
bc6d5031b4
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
|
8 years ago |
Martin KaFai Lau
|
bb9b9f8802
bpf: Only set node->ref = 1 if it has not been set
|
8 years ago |
Martin KaFai Lau
|
cc555421bc
bpf: Inline LRU map lookup
|
8 years ago |
Daniel Borkmann
|
cd36c3a21a
bpf: fix map value attribute for hash of maps
|
8 years ago |
Daniel Borkmann
|
7b0c2a0508
bpf: inline map in map lookup functions for array and htab
|
8 years ago |
Martin KaFai Lau
|
96eabe7a40
bpf: Allow selecting numa node during map creation
|
8 years ago |
Martin KaFai Lau
|
14dc6f04f4
bpf: Add syscall lookup support for fd array and htab
|
8 years ago |
Teng Qin
|
8fe4592438
bpf: map_get_next_key to return first key on NULL
|
8 years ago |
Johannes Berg
|
40077e0cf6
bpf: remove struct bpf_map_type_list
|
8 years ago |
David S. Miller
|
16ae1f2236
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
Martin KaFai Lau
|
bcc6b1b7eb
bpf: Add hash of maps support
|
8 years ago |
Alexei Starovoitov
|
8c290e60fa
bpf: fix hashmap extra_elems logic
|
8 years ago |
Alexei Starovoitov
|
9015d2f595
bpf: inline htab_map_lookup_elem()
|
8 years ago |
Alexei Starovoitov
|
4fe8435909
bpf: convert htab map to hlist_nulls
|
8 years ago |
Alexei Starovoitov
|
9f691549f7
bpf: fix struct htab_elem layout
|
8 years ago |
Daniel Borkmann
|
c78f8bdfa1
bpf: mark all registered map/prog types as __ro_after_init
|
8 years ago |
Daniel Borkmann
|
d407bd25a2
bpf: don't trigger OOM killer under pressure with map alloc
|
8 years ago |
Michal Hocko
|
7984c27c2c
bpf: do not use KMALLOC_SHIFT_MAX
|
8 years ago |
Martin KaFai Lau
|
8f8449384e
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
|
8 years ago |
Martin KaFai Lau
|
29ba732acb
bpf: Add BPF_MAP_TYPE_LRU_HASH
|
8 years ago |
Martin KaFai Lau
|
fd91de7b3c
bpf: Refactor codes handling percpu map
|
8 years ago |
Daniel Borkmann
|
483bed2b0d
bpf: fix htab map destruction when extra reserve is in use
|
9 years ago |
Alexei Starovoitov
|
a6ed3ea65d
bpf: restore behavior of bpf_map_update_elem
|
9 years ago |
Alexei Starovoitov
|
6c90598174
bpf: pre-allocate hash map elements
|
9 years ago |
Sasha Levin
|
6bbd9a05a1
bpf: grab rcu read lock for bpf_percpu_hash_update
|
9 years ago |
Alexei Starovoitov
|
15a07b3381
bpf: add lookup/update support for per-cpu hash and array maps
|
9 years ago |
Alexei Starovoitov
|
824bd0ce6c
bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map
|
9 years ago |
tom.leiming@gmail.com
|
688ecfe602
bpf: hash: use per-bucket spinlock
|
9 years ago |