aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau1-2/+116
2018-12-07bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang1-22/+30
2018-12-05bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau1-1/+1
2018-12-05bpf: add __weak hook for allocating executable memoryArd Biesheuvel1-2/+12
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+2
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+34
2018-11-26bpf: btf: support proper non-jit func infoYonghong Song1-1/+2
2018-11-26bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann1-0/+34
2018-11-20bpf: Introduce bpf_func_infoYonghong Song1-0/+13
2018-11-02bpf: show real jited prog address in /proc/kallsymsSong Liu1-3/+1
2018-10-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-3/+46
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B1-0/+3
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann1-2/+0
2018-08-16bpf: fix a rcu usage warning in bpf_prog_array_copy_core()Yonghong Song1-1/+1
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin1-0/+1
2018-08-03bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin1-37/+39
2018-07-18bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin1-1/+1
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann1-29/+1
2018-06-15bpf: reject any prog that failed read-only lockDaniel Borkmann1-7/+48
2018-06-15bpf: fix panic in prog load calls cleanupDaniel Borkmann1-0/+14
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperYonghong Song1-0/+1
2018-05-30bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young1-2/+9
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+75
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann1-25/+75
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend1-0/+1
2018-05-04bpf: export bpf_event_output()Jakub Kicinski1-0/+1
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann1-88/+8
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov1-6/+0
2018-04-29bpf: add bpf_get_stack helperYonghong Song1-0/+5
2018-04-11bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song1-16/+29
2018-02-14bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann1-1/+1
2018-02-03bpf: fix bpf_prog_array_copy_to_user() issuesAlexei Starovoitov1-8/+24
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann1-8/+0
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann1-105/+145
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+12
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-7/+12
2018-01-14bpf: fix divides by zeroEric Dumazet1-2/+2
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+19
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+19
2017-12-20bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann1-1/+3
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov1-2/+11
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov1-1/+2
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov1-17/+73
2017-12-12bpf: add a bpf_override_function helperJosef Bacik1-0/+3
2017-12-12bpf/tracing: allow user space to query prog array on the same tpYonghong Song1-0/+21
2017-12-01bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song1-1/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-6/+0
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller1-3/+0