aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.19.280 into android-4.19-stableGreg Kroah-Hartman2023-04-051-1/+1
|\
| * bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-04-051-1/+1
* | Merge 4.19.274 into android-4.19-stableGreg Kroah-Hartman2023-02-251-2/+1
|\|
| * bpf: add missing header file includeLinus Torvalds2023-02-251-0/+1
| * uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-2/+0
* | Merge 4.19.254 into android-4.19-stableGreg Kroah-Hartman2022-08-021-3/+5
|\|
| * bpf: Make sure mac_header was set before using itEric Dumazet2022-07-291-3/+5
* | Merge 4.19.218 into android-4.19-stableGreg Kroah-Hartman2021-11-261-1/+3
|\|
| * bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-11-261-1/+3
* | Merge 4.19.207 into android-4.19-stableGreg Kroah-Hartman2021-09-251-1/+17
|\|
| * bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-09-221-1/+17
* | Merge 4.19.206 into android-4.19-stableGreg Kroah-Hartman2021-09-031-17/+15
|\|
| * bpf: Do not use ax register in interpreter on div/modDaniel Borkmann2021-09-031-17/+15
* | BACKPORT: bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2021-02-111-0/+1
* | ANDROID: bpf: fix export symbol typeGreg Kroah-Hartman2020-04-291-1/+1
* | ANDROID: bpf: validate bpf_func when BPF_JIT is enabled with CFISami Tolvanen2019-09-201-0/+9
|/
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-07-101-6/+15
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-05-311-3/+46
* bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-311-0/+20
* bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-311-17/+17
* 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