summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-021-0/+20
* bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-021-17/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-6/+15
|\
| * bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2018-12-111-6/+15
* | bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-2/+116
* | bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang2018-12-071-22/+30
* | bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau2018-12-051-1/+1
* | bpf: add __weak hook for allocating executable memoryArd Biesheuvel2018-12-051-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-291-1/+2
|\ \
| * | bpf: btf: support proper non-jit func infoYonghong Song2018-11-261-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-0/+34
|\ \ \ | |/ / |/| / | |/
| * bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-0/+34
* | bpf: Introduce bpf_func_infoYonghong Song2018-11-201-0/+13
|/
* bpf: show real jited prog address in /proc/kallsymsSong Liu2018-11-021-3/+1
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2018-10-251-3/+46
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+3
* bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-2/+0
* bpf: fix a rcu usage warning in bpf_prog_array_copy_core()Yonghong Song2018-08-161-1/+1
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-0/+1
* bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2018-08-031-37/+39
* bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2018-07-181-1/+1
* bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-291-29/+1
* bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-151-7/+48
* bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-151-0/+14
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-031-0/+1
* bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young2018-05-301-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-25/+75
|\
| * bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2018-05-171-25/+75
* | bpf: sockmap, add hash map supportJohn Fastabend2018-05-151-0/+1
* | bpf: export bpf_event_output()Jakub Kicinski2018-05-041-0/+1
* | bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-031-88/+8
* | bpf: remove tracepoints from bpf coreAlexei Starovoitov2018-04-301-6/+0
* | bpf: add bpf_get_stack helperYonghong Song2018-04-291-0/+5
|/
* bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-111-16/+29
* bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-141-1/+1
* bpf: fix bpf_prog_array_copy_to_user() issuesAlexei Starovoitov2018-02-031-8/+24
* bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-261-8/+0
* bpf: make unknown opcode handling more robustDaniel Borkmann2018-01-261-105/+145
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-201-7/+12
|\
| * bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-7/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-2/+2
|\ \ | |/ |/|
| * bpf: fix divides by zeroEric Dumazet2018-01-141-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-0/+19
|\ \ | |/
| * bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-0/+19
* | bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-201-1/+3
* | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-2/+11
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+2
* | bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-171-17/+73
* | bpf: add a bpf_override_function helperJosef Bacik2017-12-121-0/+3
* | bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+21
|/
OpenPOWER on IntegriCloud