summaryrefslogtreecommitdiff
path: root/kernel/bpf/arraymap.c
AgeCommit message (Expand)Author
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song
2017-08-19bpf: inline map in map lookup functions for array and htabDaniel Borkmann
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg
2017-03-22bpf: Add array of maps supportMartin KaFai Lau
2017-03-22bpf: Fix and simplifications on inline map lookupMartin KaFai Lau
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann
2017-01-10bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon
2016-07-16bpf: bpf_event_entry_gen's alloc needs to be in atomic contextDaniel Borkmann
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau
2016-07-01bpf: generally move prog destruction to RCU deferralDaniel Borkmann
2016-06-15bpf, maps: flush own entries on perf map releaseDaniel Borkmann
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann
2016-03-08bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov