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