summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2022-02-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-4/+5
2022-02-03bpf: Fix a btf decl_tag bug when tagging a functionYonghong Song-8/+21
2022-02-02bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao-1/+1
2022-02-01bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov-26/+2
2022-02-01bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov-1/+17
2022-02-01bpf: Convert bpf preload to light skeleton.Alexei Starovoitov-420/+436
2022-02-01bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov-2/+0
2022-01-31bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada-1/+1
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song-17/+52
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov-42/+4
2022-01-25bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTFStanislav Fomichev-2/+13
2022-01-25bpf: Fix possible race in inc_misses_counterHe Fengqing-2/+3
2022-01-24bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.Alexei Starovoitov-1/+1
2022-01-24bpf: Add bpf_copy_from_user_task() helperKenny Yu-0/+34
2022-01-24bpf: Add support for bpf iterator programs to use sleepable helpersKenny Yu-5/+15
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-192/+588
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+3
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen-29/+29
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi-1/+3
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu-0/+5
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu-1/+37
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu-34/+48
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu-26/+15
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann-1/+5
2022-01-19bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann-0/+6
2022-01-19bpf: Generally fix helper register offset checkDaniel Borkmann-11/+28
2022-01-19bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann-3/+6
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann-11/+12
2022-01-18bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi-12/+72
2022-01-18bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi-48/+124
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi-58/+8
2022-01-18bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi-1/+243
2022-01-18bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi-2/+24
2022-01-15bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao-2/+3
2022-01-11bpf: Fix incorrect integer literal used for marking scratched stack.Christy Lee-3/+3
2022-01-11bpf: Fix mount source show for bpffsYafang Shao-2/+12
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen-28/+12
2022-01-05bpf: Fix verifier support for validation of async callbacksKris Van Hees-0/+1
2022-01-05bpf: Don't promote bogus looking registers after null check.Daniel Borkmann-6/+6
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-355/+601
2021-12-30bpf: Fix typo in a comment in bpf lpm_trie.Leon Huayra-1/+1
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski-0/+1
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh-15/+50
2021-12-29bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang-0/+6
2021-12-21bpf: Use struct_size() helperXiu Jianfeng-7/+2
2021-12-18bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi-21/+73
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo-11/+25
2021-12-18bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo-6/+28
2021-12-18bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo-2/+2