summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
2025-11-13bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-11-13bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon
2025-11-13bpf: Conditionally include dynptr copy kfuncsMalin Jonsson
2025-11-13bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan
2025-10-15bpf: Reject negative offsets for ALU opsYazhou Tang
2025-10-15bpf: Skip scalar adjustment for BPF_NEG if dst is a pointerBrahmajit Das
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-10-15bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman
2025-10-15bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen
2025-09-10bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang
2025-09-09bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye
2025-09-09bpf: Allow fall back to interpreter for programs with stack size <= 512KaFai Wan
2025-09-09rqspinlock: Choose trylock fallback for NMI waitersKumar Kartikeya Dwivedi
2025-09-09bpf: Fix bpf_strnstr() to handle suffix match cases betterRong Tao
2025-09-09bpf: Fix out-of-bounds dynptr write in bpf_crypto_cryptDaniel Borkmann
2025-08-15bpf: Check the helper function is valid in get_helper_protoJiri Olsa
2025-08-15bpf, cpumap: Disable page_pool direct xdp_return need larger scopeJesper Dangaard Brouer
2025-08-02bpf: Fix memory leak of bpf_scc_info objectsEduard Zingerman
2025-08-01bpf: Improve ctx access verifier error messagePaul Chaignon
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-28bpf: Add log for attaching tracing programs to functions in deny listKaFai Wan
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...KaFai Wan
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-28bpf: Fix various typos in verifier.c commentsSuchit Karunakaran
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon
2025-07-28bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon
2025-07-27bpf: Simplify bounds refinement from s32Paul Chaignon
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan
2025-07-26umd: Remove usermode driver frameworkThomas Weißschuh
2025-07-26bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja
2025-07-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-07-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2025-07-21bpf: 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