aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-235/+510
2020-09-23bpf: Explicitly size compatible_reg_typesLorenz Bauer1-2/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-12/+7
2020-09-21bpf: Use a table to drive helper arg type checksLorenz Bauer1-74/+109
2020-09-21bpf: Hoist type checking for nullable arg typesLorenz Bauer1-34/+30
2020-09-21bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer1-14/+14
2020-09-21bpf: Set meta->raw_mode for pointers close to useLorenz Bauer1-1/+5
2020-09-21bpf: Make context access check genericLorenz Bauer1-3/+4
2020-09-21bpf: Make reference tracking genericLorenz Bauer1-16/+10
2020-09-21bpf: Make BTF pointer type checking genericLorenz Bauer1-18/+20
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer4-43/+27
2020-09-21bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer1-13/+11
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song1-6/+2
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau1-1/+1
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov1-19/+48
2020-09-17bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski1-4/+17
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski3-7/+51
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski1-0/+29
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2-9/+11
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski1-3/+63
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-12/+7
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu1-0/+63
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu2-8/+23
2020-09-15bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song1-1/+3
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song1-0/+4
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+6
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song1-11/+4
2020-09-02bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song1-4/+11
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller36-118/+2491
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2-16/+10
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov2-1/+1
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov1-0/+2
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov1-0/+22
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov5-14/+121
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2-3/+9
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau13-15/+32
2020-08-26bpf: Fix a verifier failure with xorYonghong Song1-0/+66
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant1-11/+21
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa2-0/+19
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa2-6/+42
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa1-10/+65
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa1-6/+5
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa1-4/+9
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa1-3/+7
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2-11/+16
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov1-0/+3
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh1-1/+20
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh4-1/+286