summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
33 hoursbpf: Improve ctx access verifier error messagePaul Chaignon
2 daysbpf: Fix oob access in cgroup local storageDaniel Borkmann
2 daysbpf: Move bpf map owner out of common structDaniel Borkmann
2 daysbpf: Add cookie object to bpf mapsDaniel Borkmann
3 daysMerge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
3 daysMerge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
4 daysMerge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
5 daysbpf: Add log for attaching tracing programs to functions in deny listKaFai Wan
5 daysbpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...KaFai Wan
5 daysMerge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
5 daysMerge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
5 daysbpf: Fix various typos in verifier.c commentsSuchit Karunakaran
5 daysbpf: Add third round of bounds deductionPaul Chaignon
5 daysbpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon
6 daysbpf: Simplify bounds refinement from s32Paul Chaignon
7 daysbpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan
7 daysumd: Remove usermode driver frameworkThomas Weißschuh
7 daysbpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh
9 daysnet: Create separate gro_flush_normal functionSamiullah Khawaja
9 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
10 daysbpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
12 daysbpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Yonghong Song
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-17btf: Fix virt_to_phys() on arm64 when mmapping BTFLorenz Bauer
2025-07-16bpf: Add struct bpf_token_infoTao Chen
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang
2025-07-16bpf: Update iterators.lskel-big-endian.hIlya Leoshkevich
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen
2025-07-11bpf: Remove attach_type in bpf_netns_linkTao Chen
2025-07-11bpf: Remove location field in tcx_linkTao Chen
2025-07-11bpf: Remove attach_type in bpf_cgroup_linkTao Chen
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen
2025-07-11bpf: Forget ranges when refining tnum after JSETPaul Chaignon
2025-07-11bpf/arena: add bpf_arena_reserve_pages kfuncEmil Tsalapatis
2025-07-07bpf: Clean code with bpf_copy_to_user()Tao Chen
2025-07-07bpf: Fix aux usage after do_check_insn()Luis Gerhorst
2025-07-07bpf: Fix improper int-to-ptr cast in dump_stack_cbKumar Kartikeya Dwivedi
2025-07-07bpf: Fix bounds for bpf_prog_get_file_line linfo loopKumar Kartikeya Dwivedi
2025-07-07bpf: support for void/primitive __arg_untrusted global func paramsEduard Zingerman
2025-07-07bpf: attribute __arg_untrusted for global function parametersEduard Zingerman
2025-07-07bpf: rdonly_untrusted_mem for btf id walk pointer leafsEduard Zingerman
2025-07-07bpf: make makr_btf_ld_reg return error for unexpected reg typesEduard Zingerman
2025-07-03bpf: Avoid putting struct bpf_scc_callchain variables on the stackYonghong Song
2025-07-03bpf: Reduce stack frame size by using env->insn_buf for bpf insnsYonghong Song
2025-07-03bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()Yonghong Song
2025-07-03bpf: Avoid warning on unexpected map for tail callPaul Chaignon
2025-07-03bpf: Report rqspinlock deadlocks/timeout to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Report may_goto timeout to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi