aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-17net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells
2022-08-10bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-08-10net: refactor bpf_sk_reuseport_detach()Hawkins Jiawei
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao
2022-08-10bpf: Use bpf_map_area_free instread of kvfreeYafang Shao
2022-08-10bpf: Remove unneeded memset in queue_stack_map creationYafang Shao
2022-08-10bpf: Only allow sleepable program for resched-able iteratorHou Tao
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov
2022-08-10bpf: export crash_kexec() as destructive kfuncArtem Savkov
2022-08-10bpf: add destructive kfunc flagArtem Savkov
2022-08-09bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi
2022-08-09bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong
2022-08-09bpf: Always return corresponding btf_type in __get_type_size()Yonghong Song
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer
2022-08-09bpf: Cleanup check_refcount_okDave Marchevsky
2022-08-09bpf, iter: Fix the condition on p when calling stop.Hao Luo
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires
2022-08-08bpf: Verifier cleanupsJoanne Koong
2022-08-08bpf: Use proper target btf when exporting attach_btf_obj_idStanislav Fomichev
2022-08-05bpf: Cleanup ftrace hash in bpf_trampoline_putJiri Olsa
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-29bpf: Remove unneeded semicolonYang Li
2022-07-29bpf: Fix NULL pointer dereference when registering bpf trampolineXu Kuohai
2022-07-29bpf: Fix test_progs -j error with fentry/fexit testsSong Liu
2022-07-29bpf: btf: Fix vsnprintf return value checkFedor Tokarev
2022-07-26bpf, devmap: Compute proper xdp_frame len redirecting framesLorenzo Bianconi
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu
2022-07-21bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-21bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev
2022-07-19bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko
2022-07-19bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko
2022-07-19bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko
2022-07-19bpf: fix lsm_cgroup build errors on esoteric configsStanislav Fomichev
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-07-15bpf: iterators: Build and use lightweight bootstrap version of bpftoolPu Lehui
2022-07-15bpf: Fix check against plain integer v 'NULL'Ben Dooks
2022-07-14bpf: Fix subprog names in stack traces.Alexei Starovoitov
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLEYafang Shao
2022-07-13bpf: Tidy up verifier check_func_arg()Joanne Koong