index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2026-06-06
bpf: Fold reg->var_off into PTR_TO_FLOW_KEYS bounds check
Nuoqi Gui
2026-06-06
bpf: Add simple xattr support to bpffs
Daniel Borkmann
2026-06-05
bpf: Expose signature verdict via bpf_prog_aux
KP Singh
2026-06-05
bpf: Add validation for bpf_set_retval argument
Xu Kuohai
2026-06-05
bpf: Restore sysctl new-value from 1 to 0
Dawei Feng
2026-06-05
bpf: use kvfree() for replaced sysctl write buffer
Dawei Feng
2026-06-05
bpf: NUL-terminate replaced sysctl value
Dawei Feng
2026-06-05
bpf: Check tail zero of bpf_prog_info
Leon Hwang
2026-06-05
bpf: Check tail zero of bpf_map_info
Leon Hwang
2026-06-05
bpf: Clear rb node linkage when freeing bpf_rb_root
Kaitao Cheng
2026-06-05
bpf: Remove WARN_ON_ONCE in check_ids()
Amery Hung
2026-06-05
bpf: Compare parent_id in refsafe() for REF_TYPE_PTR
Amery Hung
2026-06-05
bpf: Check acquire_reference() error for "__ref" struct_ops arguments
Amery Hung
2026-06-05
bpf: Fix dead error check on acquire_reference() in check_kfunc_call
Amery Hung
2026-06-05
bpf: Replace scratch PTE atomically when allocating arena pages
Tejun Heo
2026-06-05
bpf: Reject fragmented frames in devmap
Zhao Zhang
2026-06-05
bpf: Reject registration of duplicated kfunc
Song Chen
2026-06-05
bpf: Optimize word-sized keys for resizable hashtable
Mykyta Yatsenko
2026-06-05
bpf: Allow special fields in resizable hashtab
Mykyta Yatsenko
2026-06-05
bpf: Implement iteration ops for resizable hashtab
Mykyta Yatsenko
2026-06-05
bpf: Implement resizable hashmap basic functions
Mykyta Yatsenko
2026-06-04
bpf: Take mmap_lock in zap_pages()
Alexei Starovoitov
2026-06-04
bpf: clean up btf_scan_decl_tags()
Matt Bobrowski
2026-06-02
bpf: Reject exclusive maps for bpf_map_elem iterators
Daniel Borkmann
2026-06-01
bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs
Deepanshu Kartikey
2026-06-01
bpf: Allow subprogs to return arena pointers
Emil Tsalapatis
2026-06-01
verifier: parse BTF type tags for function arguments
Emil Tsalapatis
2026-06-01
libbpf: Reject non-exclusive metadata maps in the signed loader
KP Singh
2026-06-01
bpf: Drop redundant hash_buf from map_get_hash operation
Daniel Borkmann
2026-06-01
bpf: Reject exclusive maps as inner maps in map-in-map
Daniel Borkmann
2026-06-01
bpf: Fix dynptr ref counting to scan all call frames
Amery Hung
2026-06-01
bpf: Unify release handling for helpers and kfuncs
Amery Hung
2026-06-01
bpf: Unify referenced object tracking in verifier
Amery Hung
2026-06-01
bpf: Remove redundant dynptr arg check for helper
Amery Hung
2026-06-01
bpf: Refactor object relationship tracking and fix dynptr UAF bug
Amery Hung
2026-06-01
bpf: Preserve reg->id of pointer objects after null-check
Amery Hung
2026-06-01
bpf: Assign reg->id when getting referenced kptr from ctx
Amery Hung
2026-06-01
bpf: Unify dynptr handling in the verifier
Amery Hung
2026-06-01
bpf: Simplify mark_stack_slot_obj_read() and callers
Amery Hung
2026-05-31
bpf: Fix security_bpf_prog_load() error handling
Paul Moore
2026-05-31
bpf: reject overlarge global subprog argument sizes
Taegu Ha
2026-05-31
bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compat
Yuyang Huang
2026-05-28
bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()
David Hildenbrand (Arm)
2026-05-28
bpf: Fix race between bpf_map_new_fd() and close_fd()
Leon Hwang
2026-05-28
bpf: Cache build IDs in sleepable stackmap path
Ihor Solodrai
2026-05-28
bpf: Avoid faultable build ID reads under mm locks
Ihor Solodrai
2026-05-28
bpf: Factor out stack_map build ID helpers
Ihor Solodrai
2026-05-27
bpf: Fix bpf_arena_handle_page_fault() redefinition without CONFIG_BPF_SYSCALL
Tejun Heo
2026-05-25
Merge branch 'arena_direct_access'
Alexei Starovoitov
2026-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5
Alexei Starovoitov
[prev]
[next]