summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-02-09bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee1-1/+0
2023-02-09bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa1-2/+2
2023-02-09bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman1-7/+18
2023-02-09bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao1-1/+1
2023-02-01bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst1-1/+3
2023-02-01bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang1-2/+2
2023-01-24bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2-7/+2
2023-01-24bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee1-12/+27
2023-01-12bpf: Fix panic due to wrong pageattr of im->imageChuang Wang1-0/+4
2023-01-12bpf: Always use maximal size for copy_array()Kees Cook1-5/+7
2023-01-07bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen1-2/+3
2022-12-31bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev1-0/+5
2022-12-31bpf/verifier: Use kmalloc_size_roundup() to match ksize() usageKees Cook1-4/+8
2022-12-31bpf: prevent leak of lsm program after failed attachMilan Landaverde1-3/+3
2022-12-31bpf: Do not zero-extend kfunc return valuesBjörn Töpel1-0/+4
2022-12-31bpf: Pin the start cgroup in cgroup_iter_seq_init()Hou Tao1-0/+14
2022-12-31bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko1-32/+39
2022-12-31bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko1-0/+5
2022-12-31bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi1-8/+11
2022-12-31bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_IDKumar Kartikeya Dwivedi1-4/+5
2022-11-21bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai1-1/+1
2022-11-11bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai1-12/+11
2022-11-08bpf: Fix memory leaks in __check_func_callWang Yufen1-5/+9
2022-11-08bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor1-1/+1
2022-11-05bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra1-14/+8
2022-11-05bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra1-6/+0
2022-11-04bpf: Fix wrong reg type conversion in release_reference()Youlin Li1-2/+6
2022-11-01bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook1-2/+7
2022-10-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-2/+28
2022-10-22bpf: Use __llist_del_all() whenever possbile during memory drainingHou Tao1-2/+5
2022-10-22bpf: Wait for busy refill_work when destroying bpf memory allocatorHou Tao1-0/+11
2022-10-21bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa1-0/+6
2022-10-18Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-17bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev1-0/+5
2022-10-13bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1David Vernet1-0/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld4-4/+4
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-10-11bpf: cgroup_iter: support cgroup1 using cgroup fdYosry Ahmed1-1/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+6
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-675/+2422
2022-10-04Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-25/+35
2022-10-04bpf: kmsan: initialize BPF registers with zeroesAlexander Potapenko1-1/+1
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau1-0/+23
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra4-9/+12
2022-09-29bpf: Handle show_fdinfo for the parameterized task BPF iteratorsKui-Feng Lee1-0/+18
2022-09-29bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee1-0/+18
2022-09-29bpf: Parameterize task iterators.Kui-Feng Lee1-22/+166
2022-09-27bpf: Enforce W^X for bpf trampolineSong Liu1-17/+5