summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-09-04bpf: add bpf_strcasecmp kfuncRong Tao1-20/+48
2025-09-02bpf: Replace kvfree with kfree for kzalloc memoryFeng Yang1-2/+2
2025-08-27bpf: Improve the general precision of tnum_mulNandakumar Edamana1-13/+42
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf1-2/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for trampoline.cMenglong Dong1-12/+6
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()Menglong Dong1-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()Menglong Dong1-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()Menglong Dong1-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()Menglong Dong1-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()Menglong Dong1-4/+2
2025-08-22bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen1-3/+0
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers1-41/+9
2025-08-22bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon2-0/+12
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau3-2/+26
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki1-3/+7
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki3-2/+22
2025-08-18bpf: Add a verbose message when the BTF limit is reachedAnton Protopopov1-1/+4
2025-08-18bpf: Replace get_next_cpu() with cpumask_next_wrap()Fushuai Wang1-9/+1
2025-08-15bpf: Check the helper function is valid in get_helper_protoJiri Olsa2-2/+5
2025-08-15bpf, cpumap: Disable page_pool direct xdp_return need larger scopeJesper Dangaard Brouer1-2/+2
2025-08-12bpf: Replace kvfree with kfree for kzalloc memoryQianfeng Rong1-1/+1
2025-08-12bpf: Remove redundant __GFP_NOWARNQianfeng Rong2-2/+2
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau1-0/+3
2025-08-07bpf: use realloc in bpf_patch_insn_dataEduard Zingerman1-14/+15
2025-08-07bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32Eduard Zingerman1-7/+7
2025-08-06bpf: Allow struct_ops to get map id by kdataAmery Hung1-0/+12
2025-08-02bpf: Fix memory leak of bpf_scc_info objectsEduard Zingerman1-0/+3
2025-08-01bpf: Improve ctx access verifier error messagePaul Chaignon1-1/+1
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+15
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann2-23/+25
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann1-0/+6
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds24-1306/+3504
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-6/+5
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2025-07-28bpf: Add log for attaching tracing programs to functions in deny listKaFai Wan1-0/+2
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...KaFai Wan1-1/+2
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+8
2025-07-28bpf: Fix various typos in verifier.c commentsSuchit Karunakaran1-5/+5
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon1-0/+1
2025-07-28bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon1-0/+52
2025-07-27bpf: Simplify bounds refinement from s32Paul Chaignon1-14/+0
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan1-0/+7
2025-07-26umd: Remove usermode driver frameworkThomas Weißschuh1-4/+0
2025-07-26bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh1-1/+0
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja1-2/+1
2025-07-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+4
2025-07-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-4/+4
2025-07-21bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Yonghong Song1-2/+2
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov2-4/+9