summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()Menglong Dong-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()Menglong Dong-4/+2
2025-08-22bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen-3/+0
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers-41/+9
2025-08-22bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon-0/+12
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau-2/+26
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki-3/+7
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki-2/+22
2025-08-18bpf: Add a verbose message when the BTF limit is reachedAnton Protopopov-1/+4
2025-08-18bpf: Replace get_next_cpu() with cpumask_next_wrap()Fushuai Wang-9/+1
2025-08-15bpf: Check the helper function is valid in get_helper_protoJiri Olsa-2/+5
2025-08-15bpf, cpumap: Disable page_pool direct xdp_return need larger scopeJesper Dangaard Brouer-2/+2
2025-08-12bpf: Replace kvfree with kfree for kzalloc memoryQianfeng Rong-1/+1
2025-08-12bpf: Remove redundant __GFP_NOWARNQianfeng Rong-2/+2
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau-0/+3
2025-08-07bpf: use realloc in bpf_patch_insn_dataEduard Zingerman-14/+15
2025-08-07bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32Eduard Zingerman-7/+7
2025-08-06bpf: Allow struct_ops to get map id by kdataAmery Hung-0/+12
2025-08-02bpf: Fix memory leak of bpf_scc_info objectsEduard Zingerman-0/+3
2025-08-01bpf: Improve ctx access verifier error messagePaul Chaignon-1/+1
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann-0/+15
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann-23/+25
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann-0/+6
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1309/+3507
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6/+5
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2025-07-28bpf: Add log for attaching tracing programs to functions in deny listKaFai Wan-0/+2
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...KaFai Wan-1/+2
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+8
2025-07-28bpf: Fix various typos in verifier.c commentsSuchit Karunakaran-5/+5
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon-0/+1
2025-07-28bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon-0/+52
2025-07-27bpf: Simplify bounds refinement from s32Paul Chaignon-14/+0
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan-0/+7
2025-07-26umd: Remove usermode driver frameworkThomas Weißschuh-4/+0
2025-07-26bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh-1/+0
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja-2/+1
2025-07-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-4/+4
2025-07-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon-4/+4
2025-07-21bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Yonghong Song-2/+2
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov-4/+9
2025-07-17btf: Fix virt_to_phys() on arm64 when mmapping BTFLorenz Bauer-1/+1
2025-07-16bpf: Add struct bpf_token_infoTao Chen-1/+42
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang-6/+3
2025-07-16bpf: Update iterators.lskel-big-endian.hIlya Leoshkevich-237/+255
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers-1/+1
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen-3/+2
2025-07-11bpf: Remove attach_type in bpf_netns_linkTao Chen-5/+3
2025-07-11bpf: Remove location field in tcx_linkTao Chen-7/+6