summaryrefslogtreecommitdiff
path: root/kernel/bpf/arraymap.c (follow)
Commit message (Expand)AuthorAge
* bpf: map_get_next_key to return first key on NULLTeng Qin2022-04-19
* bpf: add schedule points in percpu arrays managementEric Dumazet2022-04-19
* bpf: fix mlock precharge on arraymapsDaniel Borkmann2022-04-19
* bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2022-04-19
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2022-04-19
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2022-04-19
* BACKPORT: bpf: Add file mode configuration into bpf mapsChenbo Feng2022-04-19
* bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2022-04-19
* bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2022-04-19
* bpf: bpf_event_entry_gen's alloc needs to be in atomic contextDaniel Borkmann2022-04-19
* cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2022-04-19
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2022-04-19
* bpf, maps: flush own entries on perf map releaseDaniel Borkmann2022-04-19
* bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2022-04-19
* bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2022-04-19
* bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2022-04-19
* bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov2022-04-19
* perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov2022-04-19
* bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2022-04-19
* bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann2022-04-19
* Revert "bpf, array: fix heap out-of-bounds access when updating elements"Anay Wadhera2022-04-19
* Revert "bpf: fix allocation warnings in bpf maps and integer overflow"Anay Wadhera2022-04-19
* Revert "bpf: prevent out-of-bounds speculation"Anay Wadhera2022-04-19
* Revert "bpf, array: fix overflow in max_entries and undefined behavior in ind...Anay Wadhera2022-04-19
* Revert "bpf: map_get_next_key to return first key on NULL"Anay Wadhera2022-04-19
* Revert "bpf: generally move prog destruction to RCU deferral"Anay Wadhera2022-04-19
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2018-11-10
* bpf: map_get_next_key to return first key on NULLTeng Qin2018-05-16
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-17
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-17
* bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2015-12-02
* bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann2015-12-01
* bpf: fix bpf_perf_event_read() helperAlexei Starovoitov2015-10-26
* bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov2015-10-22
* bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-12
* ebpf: include perf_event only where really neededDaniel Borkmann2015-10-05
* bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia2015-08-09
* bpf: Make the bpf_prog_array_map more genericWang Nan2015-08-09
* bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov2015-05-31
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-21
* ebpf: constify various function pointer structsDaniel Borkmann2015-03-01
* bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov2014-11-19
* bpf: add array type of eBPF mapsAlexei Starovoitov2014-11-18