summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-301-281/+837
* bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend2020-03-301-8/+11
* bpf: Simplify reg_set_min_max_inv handlingJann Horn2020-03-301-86/+22
* bpf: Fix tnum constraints for 32-bit comparisonsJann Horn2020-03-301-36/+72
* bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann2020-03-301-19/+0
* bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-4/+15
* bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-6/+10
* bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend2020-03-251-0/+1
* bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend2020-03-251-164/+239
* bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-121-1/+3
* bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh2020-03-051-10/+3
* bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh2020-03-041-0/+31
* bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-0/+1
* bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner2020-02-241-4/+9
* bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner2020-02-241-11/+28
* bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki2020-02-211-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-99/+405
|\
| * bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-221-0/+24
| * bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-20/+65
| * bpf: Fix error path under memory pressureAlexei Starovoitov2020-01-221-2/+7
| * bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-101-50/+202
| * bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-0/+5
| * bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-30/+104
| * bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau2020-01-091-0/+1
* | bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2020-01-151-3/+10
* | bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann2020-01-061-2/+7
|/
* bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann2019-12-221-21/+22
* bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann2019-12-191-1/+7
* bpf: Fix cgroup local storage prog trackingDaniel Borkmann2019-12-171-1/+1
* bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-161-12/+2
* bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song2019-12-041-1/+4
* bpf: Constant map key tracking for prog array pokesDaniel Borkmann2019-11-241-9/+111
* bpf: Provide better register bounds after jmp32 instructionsYonghong Song2019-11-241-0/+19
* bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-5/+1
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-15/+68
* bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2019-11-151-3/+15
* bpf: Annotate context typesAlexei Starovoitov2019-11-151-1/+1
* bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-151-5/+3
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-0/+42
* bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-311-10/+24
* bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov2019-10-301-0/+5
* bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-241-1/+51
* bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-15/+29
* bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-171-0/+1
* bpf: Add support for BTF pointers to interpreterAlexei Starovoitov2019-10-171-0/+8
* bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2019-10-171-3/+85
* bpf: Process in-kernel BTFAlexei Starovoitov2019-10-171-0/+20
* bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko2019-10-111-1/+1
* bpf: Track contents of read-only maps as scalarsAndrii Nakryiko2019-10-111-2/+55
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-161-2/+2
|\