summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix maximum permitted number of arguments checkYuntao Wang2022-03-281-1/+1
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-16/+4
|\
| * x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra2022-03-151-16/+4
* | bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu2022-03-211-2/+13
* | bpf: Fix bpf_prog_pack for multi-node setupSong Liu2022-03-211-2/+7
* | bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong2022-03-211-2/+2
* | Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa2022-03-211-20/+1
* | bpf: Simplify check in btf_parse_hdr()Yuntao Wang2022-03-211-2/+1
* | bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi2022-03-201-1/+5
* | bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim2022-03-201-32/+24
* | bpf: Select proper size for bpf_prog_packSong Liu2022-03-201-23/+47
* | bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-204-29/+68
* | bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi2022-03-191-10/+11
* | bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi2022-03-181-37/+53
* | bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2022-03-171-1/+1
* | bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa2022-03-171-1/+20
* | bpf: Add multi kprobe linkJiri Olsa2022-03-171-5/+21
* | bpf: Fix net.core.bpf_jit_harden raceHou Tao2022-03-162-3/+5
* | bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu2022-03-101-0/+1
* | bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu2022-03-101-0/+20
* | bpf: Use offsetofend() to simplify macro definitionYuntao Wang2022-03-101-2/+1
* | bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2022-03-092-1/+2
* | bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu2022-03-081-9/+3
* | bpf: Remove redundant slashYuntao Wang2022-03-071-3/+2
* | bpf: Replace strncpy() with strscpy()Yuntao Wang2022-03-071-7/+2
* | bpf: Reject programs that try to load __percpu memory.Hao Luo2022-03-052-11/+21
* | bpf: Fix checking PTR_TO_BTF_ID in check_mem_accessHao Luo2022-03-051-1/+2
* | bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi2022-03-052-17/+41
* | bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi2022-03-051-0/+6
* | bpf: Fix PTR_TO_BTF_ID var_off checkKumar Kartikeya Dwivedi2022-03-051-3/+6
* | bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi2022-03-051-28/+41
* | bpf: Small BPF verifier log improvementsMykola Lysenko2022-03-031-29/+35
* | bpf, x86: Set header->size properly before freeing itSong Liu2022-03-021-3/+6
* | bpf: Add some description about BPF_JIT_ALWAYS_ON in KconfigTiezhu Yang2022-03-011-0/+4
* | bpf: Cache the last valid build_idHao Luo2022-02-281-1/+11
* | bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien2022-02-281-1/+2
* | bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.Yucong Sun2022-02-251-0/+7
* | bpf: Cleanup commentsTom Rix2022-02-239-14/+14
* | bpf: Initialize ret to 0 inside btf_populate_kfunc_set()Souptick Joarder (HPE)2022-02-191-1/+1
* | bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()Eric Dumazet2022-02-181-1/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-1713-329/+196
|\ \
| * | bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu2022-02-171-0/+1
| * | libbpf: Split bpf_core_apply_relo()Mauricio Vásquez2022-02-161-3/+10
| * | bpf: Reject kfunc calls that overflow insn->immHou Tao2022-02-151-1/+10
| * | bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu2022-02-101-2/+2
| * | bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov2022-02-109-247/+70
| * | bpf: Update iterators.lskel.h.Alexei Starovoitov2022-02-101-72/+69
| * | bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov2022-02-101-4/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-173-2/+8
|\ \ \ | |/ / |/| / | |/
| * bpf: Add schedule points in batch opsEric Dumazet2022-02-171-0/+3