aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf/verifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann1-6/+10
2020-03-25bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend1-0/+1
2020-03-25bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend1-164/+239
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+3
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh1-10/+3
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh1-0/+31
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh1-0/+1
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner1-4/+9
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner1-11/+28
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki1-3/+7
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-99/+405
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau1-0/+24
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov1-20/+65
2020-01-22bpf: Fix error path under memory pressureAlexei Starovoitov1-2/+7
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann1-3/+10
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov1-50/+202
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-0/+5
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau1-30/+104
2020-01-09bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau1-0/+1
2020-01-06bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann1-2/+7
2019-12-22bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann1-21/+22
2019-12-19bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann1-1/+7
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann1-1/+1
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann1-12/+2
2019-12-04bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song1-1/+4
2019-11-24bpf: Constant map key tracking for prog array pokesDaniel Borkmann1-9/+111
2019-11-24bpf: Provide better register bounds after jmp32 instructionsYonghong Song1-0/+19
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-5/+1
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov1-15/+68
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov1-3/+15
2019-11-15bpf: Annotate context typesAlexei Starovoitov1-1/+1
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov1-5/+3
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov1-0/+42
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov1-10/+24
2019-10-30bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov1-0/+5
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau1-1/+51
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov1-15/+29
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov1-0/+1
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov1-0/+8
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov1-3/+85
2019-10-17bpf: Process in-kernel BTFAlexei Starovoitov1-0/+20
2019-10-11bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko1-1/+1
2019-10-11bpf: Track contents of read-only maps as scalarsAndrii Nakryiko1-2/+55
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-09-16bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich1-2/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+14
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+4
2019-09-05bpf: fix precision tracking of stack slotsAlexei Starovoitov1-9/+14
2019-08-28bpf: introduce verifier internal test flagAlexei Starovoitov1-1/+4
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+5