summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend2020-05-291-5/+5
* bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov2020-05-291-13/+11
* bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-151-1/+3
* bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-141-0/+17
* bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-04-251-0/+8
* bpf: Fix handling of XADD on BTF memoryJann Horn2020-04-211-1/+1
* bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-211-9/+19
* bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei2020-04-141-2/+1
* bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend2020-03-311-0/+1
* 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-281-6/+10
* bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend2020-03-261-0/+1
* bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend2020-03-261-164/+239
* bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-131-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-251-4/+9
* bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner2020-02-251-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-231-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-231-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-051-1/+4
* bpf: Constant map key tracking for prog array pokesDaniel Borkmann2019-11-251-9/+111
* bpf: Provide better register bounds after jmp32 instructionsYonghong Song2019-11-251-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