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