aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong15-115/+52
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi2-7/+25
2022-04-25bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi1-5/+53
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi4-25/+204
2022-04-25bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi1-0/+108
2022-04-25bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi1-1/+87
2022-04-25bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi1-7/+28
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi3-13/+119
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi3-41/+50
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi4-35/+401
2022-04-25bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev1-48/+24
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko1-54/+56
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi1-38/+38
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi1-31/+89
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh3-14/+23
2022-04-19bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi1-0/+54
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev1-17/+107
2022-04-14bpf: Remove unnecessary type castingsYu Zhe2-3/+3
2022-04-13Merge branch 'pr/bpf-sysctl' into bpf-nextDaniel Borkmann1-0/+87
2022-04-13bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu1-0/+87
2022-04-11bpf: Remove redundant assignment to meta.seq in __task_seq_show()Yuntao Wang2-2/+1
2022-04-09bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang1-1/+0
2022-04-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi1-0/+5
2022-04-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi1-1/+11
2022-04-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi1-15/+29
2022-04-03bpf: Replace usage of supported with dedicated list iterator variableJakob Koschel1-16/+14
2022-04-01bpf: Remove redundant assignment to smap->map.value_sizeYuntao Wang1-1/+0
2022-03-28bpf: Fix maximum permitted number of arguments checkYuntao Wang1-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+4
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu1-2/+13
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu1-2/+7
2022-03-21bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong1-2/+2
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa1-20/+1
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang1-2/+1
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi1-1/+5
2022-03-20bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim1-32/+24
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu1-23/+47
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong4-29/+68
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi1-10/+11
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi1-37/+53
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa1-1/+1
2022-03-17bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa1-1/+20
2022-03-17bpf: Add multi kprobe linkJiri Olsa1-5/+21
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao2-3/+5
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra1-16/+4
2022-03-10bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu1-0/+1
2022-03-10bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu1-0/+20
2022-03-10bpf: Use offsetofend() to simplify macro definitionYuntao Wang1-2/+1
2022-03-09bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2-1/+2
2022-03-08bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu1-9/+3