aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/arraymap.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12bpf: Add bpf_current_task_under_cgroup helperGravatar Sargun Dhillon 1-1/+1
2016-07-16bpf: bpf_event_entry_gen's alloc needs to be in atomic contextGravatar Daniel Borkmann 1-1/+1
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYGravatar Martin KaFai Lau 1-0/+43
2016-07-01bpf: generally move prog destruction to RCU deferralGravatar Daniel Borkmann 1-3/+1
2016-06-15bpf, maps: flush own entries on perf map releaseGravatar Daniel Borkmann 1-28/+74
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsGravatar Daniel Borkmann 1-7/+9
2016-03-08bpf: check for reserved flag bits in array and stack mapsGravatar Alexei Starovoitov 1-1/+1
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsGravatar Alexei Starovoitov 1-0/+64
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapGravatar Alexei Starovoitov 1-11/+91
2016-01-29perf/bpf: Convert perf_event_array to use struct fileGravatar Alexei Starovoitov 1-10/+11
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowGravatar Alexei Starovoitov 1-1/+7
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsGravatar Daniel Borkmann 1-1/+1
2015-10-26bpf: fix bpf_perf_event_read() helperGravatar Alexei Starovoitov 1-9/+16
2015-10-22bpf: introduce bpf_perf_event_output() helperGravatar Alexei Starovoitov 1-0/+2
2015-10-12bpf: charge user for creation of BPF maps and programsGravatar Alexei Starovoitov 1-1/+1
2015-10-05ebpf: include perf_event only where really neededGravatar Daniel Borkmann 1-0/+1
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventGravatar Kaixu Xia 1-0/+57
2015-08-09bpf: Make the bpf_prog_array_map more genericGravatar Wang Nan 1-31/+49
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayGravatar Alexei Starovoitov 1-2/+2
2015-05-21bpf: allow bpf programs to tail-call other bpf programsGravatar Alexei Starovoitov 1-6/+107
2015-03-01ebpf: constify various function pointer structsGravatar Daniel Borkmann 1-3/+3
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksGravatar Alexei Starovoitov 1-6/+11
2014-11-18bpf: add array type of eBPF mapsGravatar Alexei Starovoitov 1-0/+151