summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)AuthorLines
2020-05-29bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend-5/+5
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov-13/+11
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann-1/+3
2020-05-14bpf: Enforce returning 0 for fentry/fexit progsYonghong Song-0/+17
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen-0/+8
2020-04-20bpf: Fix handling of XADD on BTF memoryJann Horn-1/+1
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn-9/+19
2020-04-14bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei-2/+1
2020-03-30bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend-0/+1
2020-03-30bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend-281/+837
2020-03-30bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend-8/+11
2020-03-30bpf: Simplify reg_set_min_max_inv handlingJann Horn-86/+22
2020-03-30bpf: Fix tnum constraints for 32-bit comparisonsJann Horn-36/+72
2020-03-30bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann-19/+0
2020-03-30bpf: lsm: Implement attach, detach and executionKP Singh-4/+15
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann-6/+10
2020-03-25bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend-0/+1
2020-03-25bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend-164/+239
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron-1/+3
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh-10/+3
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh-0/+31
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh-0/+1
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner-4/+9
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner-11/+28
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki-3/+7
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-99/+405
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau-0/+24
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov-20/+65
2020-01-22bpf: Fix error path under memory pressureAlexei Starovoitov-2/+7
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann-3/+10
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov-50/+202
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau-0/+5
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau-30/+104
2020-01-09bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau-0/+1
2020-01-06bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann-2/+7
2019-12-22bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann-21/+22
2019-12-19bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann-1/+7
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann-1/+1
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann-12/+2
2019-12-04bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song-1/+4
2019-11-24bpf: Constant map key tracking for prog array pokesDaniel Borkmann-9/+111
2019-11-24bpf: Provide better register bounds after jmp32 instructionsYonghong Song-0/+19
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko-5/+1
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov-15/+68
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov-3/+15
2019-11-15bpf: Annotate context typesAlexei Starovoitov-1/+1
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov-5/+3
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov-0/+42
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov-10/+24
2019-10-30bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov-0/+5