summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi-35/+401
2022-04-25bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev-48/+24
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko-54/+56
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi-38/+38
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi-31/+89
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney-0/+1
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh-14/+23
2022-04-19bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi-0/+54
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev-17/+107
2022-04-14bpf: Remove unnecessary type castingsYu Zhe-3/+3
2022-04-13Merge branch 'pr/bpf-sysctl' into bpf-nextDaniel Borkmann-0/+87
2022-04-13bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu-0/+87
2022-04-11bpf: Remove redundant assignment to meta.seq in __task_seq_show()Yuntao Wang-2/+1
2022-04-09bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang-1/+0
2022-04-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi-0/+5
2022-04-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi-1/+11
2022-04-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi-15/+29
2022-04-03bpf: Replace usage of supported with dedicated list iterator variableJakob Koschel-16/+14
2022-04-01bpf: Remove redundant assignment to smap->map.value_sizeYuntao Wang-1/+0
2022-03-28bpf: Fix maximum permitted number of arguments checkYuntao Wang-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-16/+4
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu-2/+13
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu-2/+7
2022-03-21bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong-2/+2
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa-20/+1
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang-2/+1
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi-1/+5
2022-03-20bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim-32/+24
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu-23/+47
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong-29/+68
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi-10/+11
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi-37/+53
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa-1/+1
2022-03-17bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa-1/+20
2022-03-17bpf: Add multi kprobe linkJiri Olsa-5/+21
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao-3/+5
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra-16/+4
2022-03-10bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu-0/+1
2022-03-10bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu-0/+20
2022-03-10bpf: Use offsetofend() to simplify macro definitionYuntao Wang-2/+1
2022-03-09bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen-1/+2
2022-03-08bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu-9/+3
2022-03-07bpf: Remove redundant slashYuntao Wang-3/+2
2022-03-07bpf: Replace strncpy() with strscpy()Yuntao Wang-7/+2
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo-11/+21
2022-03-05bpf: Fix checking PTR_TO_BTF_ID in check_mem_accessHao Luo-1/+2
2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi-17/+41
2022-03-05bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi-0/+6
2022-03-05bpf: Fix PTR_TO_BTF_ID var_off checkKumar Kartikeya Dwivedi-3/+6
2022-03-05bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi-28/+41