summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-11/+4
|\
| * bpf: Do not use bucket_lock for hashmap iteratorYonghong Song2020-09-031-11/+4
* | bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-6/+6
* | bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-0/+194
|\
| * bpf: Implement bpf iterator for hash mapsYonghong Song2020-07-251-0/+194
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-3/+9
|\ \ | |/ |/|
| * bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko2020-07-301-3/+9
* | bpf: Remove redundant synchronize_rcu.Alexei Starovoitov2020-07-011-5/+3
* | bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-221-0/+12
* | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-221-0/+3
|/
* bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-2/+2
* bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner2020-02-241-9/+56
* bpf: Factor out hashtab bucket lock operationsThomas Gleixner2020-02-241-23/+46
* bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner2020-02-241-8/+4
* bpf: Remove recursion prevention from rcu free callbackThomas Gleixner2020-02-241-8/+0
* bpf: Update locking comment in hashtab codeThomas Gleixner2020-02-241-4/+20
* bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song2020-02-191-3/+31
* bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez2020-02-191-2/+22
* bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-151-0/+264
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-311-6/+1
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-311-5/+6
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-311-2/+2
|/
* bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann2019-05-141-5/+18
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-091-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-2/+2
|\
| * bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-01-311-2/+2
* | bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-011-3/+39
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-11/+10
|/
* bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-201-2/+11
* bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song2018-08-301-0/+31
* bpf: use per htab salt for bucket hashDaniel Borkmann2018-08-231-10/+13
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-131-19/+1
* bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song2018-08-101-0/+44
* bpf: hash map: decrement counter on errorMauricio Vasquez B2018-07-031-5/+11
* bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-031-3/+9
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-141-8/+1
* bpf: hashtab: move checks out of alloc functionJakub Kicinski2018-01-141-16/+39
* bpf: hashtab: move attribute validation before allocationJakub Kicinski2018-01-141-24/+23
* bpf: add schedule points to map alloc/freeEric Dumazet2017-12-121-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-4/+0
|\
| * bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-191-4/+0
* | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-201-2/+3
|/
* bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2017-09-011-1/+6
* bpf: Inline LRU map lookupMartin KaFai Lau2017-09-011-0/+19
* bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-221-13/+17