summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-03-03bpf: Small BPF verifier log improvementsMykola Lysenko1-29/+35
2022-03-03bpf, x86: Set header->size properly before freeing itSong Liu1-3/+6
2022-03-01bpf: Add some description about BPF_JIT_ALWAYS_ON in KconfigTiezhu Yang1-0/+4
2022-02-28bpf: Cache the last valid build_idHao Luo1-1/+11
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien1-1/+2
2022-02-25bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.Yucong Sun1-0/+7
2022-02-24bpf: Cleanup commentsTom Rix9-14/+14
2022-02-20bpf: Initialize ret to 0 inside btf_populate_kfunc_set()Souptick Joarder (HPE)1-1/+1
2022-02-18bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()Eric Dumazet1-1/+2
2022-02-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-329/+196
2022-02-18bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu1-0/+1
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+8
2022-02-17bpf: Add schedule points in batch opsEric Dumazet1-0/+3
2022-02-16bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi1-2/+3
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez1-3/+10
2022-02-15bpf: Reject kfunc calls that overflow insn->immHou Tao1-1/+10
2022-02-12bpf: Emit bpf_timer in vmlinux BTFYonghong Song1-0/+2
2022-02-11bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu1-2/+2
2022-02-11bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov9-247/+70
2022-02-11bpf: Update iterators.lskel.h.Alexei Starovoitov1-72/+69
2022-02-11bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov1-4/+34
2022-02-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-544/+956
2022-02-09bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu1-1/+5
2022-02-08bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu1-1/+107
2022-02-08bpf: Introduce bpf_prog_pack allocatorSong Liu1-0/+127
2022-02-08bpf: Introduce bpf_arch_text_copySong Liu1-0/+5
2022-02-08bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()Song Liu2-4/+2
2022-02-08bpf: Use size instead of pages in bpf_binary_headerSong Liu1-6/+5
2022-02-08bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu2-12/+11
2022-02-04bpf: Implement bpf_core_types_are_compat().Matteo Croce1-1/+104
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+5
2022-02-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-4/+5
2022-02-04bpf: Fix a btf decl_tag bug when tagging a functionYonghong Song1-8/+21
2022-02-03bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao1-1/+1
2022-02-02bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov1-26/+2
2022-02-02bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov1-1/+17
2022-02-02bpf: Convert bpf preload to light skeleton.Alexei Starovoitov4-420/+436
2022-02-02bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov1-2/+0
2022-01-31bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada1-1/+1
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2-17/+52
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov2-42/+4
2022-01-26bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTFStanislav Fomichev1-2/+13
2022-01-26bpf: Fix possible race in inc_misses_counterHe Fengqing1-2/+3
2022-01-25bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.Alexei Starovoitov1-1/+1
2022-01-25bpf: Add bpf_copy_from_user_task() helperKenny Yu1-0/+34
2022-01-25bpf: Add support for bpf iterator programs to use sleepable helpersKenny Yu1-5/+15
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-192/+588
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+3
2022-01-22bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen5-29/+29