summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2022-08-17bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi
2022-08-17bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko
2022-08-17bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-08-17bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi
2022-08-17bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi
2022-08-17bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-08-17bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-08-17bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi
2022-08-17bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi
2022-08-17bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi
2022-08-17bpf: Fix subprog names in stack traces.Alexei Starovoitov
2022-08-17bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu
2022-08-17bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-08-17bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-08-17bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet
2022-07-12bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann
2022-07-12bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann
2022-06-25bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen
2022-06-14bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong
2022-06-09bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev
2022-06-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi
2022-06-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-06-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-06-06bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang
2022-06-06bpf: Fix usage of trace RCU in local storage.KP Singh
2022-06-06bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov
2022-06-06bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang
2022-06-06bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu
2022-03-28bpf: Fix maximum permitted number of arguments checkYuntao Wang
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu
2022-03-21bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi
2022-03-20bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa
2022-03-17bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa
2022-03-17bpf: Add multi kprobe linkJiri Olsa
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra
2022-03-10bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu
2022-03-10bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu
2022-03-10bpf: Use offsetofend() to simplify macro definitionYuntao Wang