aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-05
* | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-31
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-31
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-31
|/
* bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-09
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-09
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-09
* bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-01
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-01
* bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin2018-12-12
* bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole2018-10-10
* bpf: add bpffs pretty print for program array mapYonghong Song2018-09-11
* bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song2018-08-30
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-12
* bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-10
* bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-26
* bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau2018-05-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-25
|\
| * bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-23
* | bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau2018-04-19
|/
* bpf: add schedule points in percpu arrays managementEric Dumazet2018-02-22
* bpf: fix mlock precharge on arraymapsDaniel Borkmann2018-02-16
* bpf: arraymap: use bpf_map_init_from_attr()Jakub Kicinski2018-01-18
* bpf: arraymap: move checks out of alloc functionJakub Kicinski2018-01-18
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-10
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\
| * bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-19
* | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-20
* | bpf: perf event change needed for subsequent bpf helpersYonghong Song2017-10-07
|/
* bpf: inline map in map lookup functions for array and htabDaniel Borkmann2017-08-20
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-20
* bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-29
* perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-04
* bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2017-05-25
* bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-25
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-11
* bpf: Add array of maps supportMartin KaFai Lau2017-03-22
* bpf: Fix and simplifications on inline map lookupMartin KaFai Lau2017-03-22
* bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov2017-03-16
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-17
* bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-18
* bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-10
* bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-13
* bpf: bpf_event_entry_gen's alloc needs to be in atomic contextDaniel Borkmann2016-07-17
* cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2016-07-01
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2016-07-01
* bpf, maps: flush own entries on perf map releaseDaniel Borkmann2016-06-16
* bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2016-06-16