index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-14
1
-8
/
+1
*
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
2018-01-14
1
-16
/
+39
*
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
2018-01-14
1
-24
/
+23
*
bpf: add schedule points to map alloc/free
Eric Dumazet
2017-12-12
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-4
/
+0
|
\
|
*
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2017-10-19
1
-4
/
+0
*
|
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
1
-2
/
+3
|
/
*
bpf: Only set node->ref = 1 if it has not been set
Martin KaFai Lau
2017-09-01
1
-1
/
+6
*
bpf: Inline LRU map lookup
Martin KaFai Lau
2017-09-01
1
-0
/
+19
*
bpf: fix map value attribute for hash of maps
Daniel Borkmann
2017-08-22
1
-13
/
+17
*
bpf: inline map in map lookup functions for array and htab
Daniel Borkmann
2017-08-19
1
-0
/
+17
*
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-08-19
1
-4
/
+15
*
bpf: Add syscall lookup support for fd array and htab
Martin KaFai Lau
2017-06-29
1
-0
/
+21
*
bpf: map_get_next_key to return first key on NULL
Teng Qin
2017-04-25
1
-4
/
+5
*
bpf: remove struct bpf_map_type_list
Johannes Berg
2017-04-11
1
-41
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-23
1
-73
/
+71
|
\
|
*
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
2017-03-22
1
-73
/
+71
*
|
bpf: Add hash of maps support
Martin KaFai Lau
2017-03-22
1
-0
/
+121
*
|
bpf: inline htab_map_lookup_elem()
Alexei Starovoitov
2017-03-16
1
-1
/
+30
|
/
*
bpf: convert htab map to hlist_nulls
Alexei Starovoitov
2017-03-09
1
-34
/
+60
*
bpf: fix struct htab_elem layout
Alexei Starovoitov
2017-03-09
1
-5
/
+20
*
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
2017-02-17
1
-4
/
+4
*
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
2017-01-18
1
-13
/
+9
*
bpf: do not use KMALLOC_SHIFT_MAX
Michal Hocko
2017-01-10
1
-1
/
+1
*
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
2016-11-15
1
-6
/
+123
*
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
2016-11-15
1
-14
/
+252
*
bpf: Refactor codes handling percpu map
Martin KaFai Lau
2016-11-15
1
-26
/
+21
*
bpf: fix htab map destruction when extra reserve is in use
Daniel Borkmann
2016-11-07
1
-1
/
+2
*
bpf: restore behavior of bpf_map_update_elem
Alexei Starovoitov
2016-08-06
1
-11
/
+73
*
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-02
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-12
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