index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2024-01-31
bpf: extract same_callsites() as utility function
Eduard Zingerman
2024-01-31
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
2024-01-25
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
2024-01-25
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
2024-01-25
bpf: Use c->unit_size to select target cache during free
Hou Tao
2024-01-25
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
2024-01-25
bpf: Re-enable unit_size checking for global per-cpu allocator
Hou Tao
2024-01-25
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
2024-01-25
bpf: Fix accesses to uninit stack slots
Andrei Matei
2024-01-25
bpf: Guard stack limits against 32bit overflow
Andrei Matei
2024-01-25
bpf: Fix verification of indirect var-off stack access
Andrei Matei
2024-01-25
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
2024-01-25
bpf: Defer the free of inner map when necessary
Hou Tao
2024-01-25
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2024-01-25
bpf: enforce precision of R0 on callback return
Andrii Nakryiko
2024-01-25
bpf: Add crosstask check to __bpf_get_stack
Jordan Rome
2024-01-25
bpf, lpm: Fix check prefixlen before walking trie
Florian Lehner
2024-01-01
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
2023-12-13
bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
Yonghong Song
2023-12-08
bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
Hou Tao
2023-11-28
bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
Shung-Hsi Yu
2023-11-28
bpf: Fix check_stack_write_fixed_off() to correctly spill imm
Hao Sun
2023-11-28
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
2023-11-28
bpf: fix precision backtracking instruction iteration
Andrii Nakryiko
2023-11-28
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2023-11-28
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
2023-11-28
bpf: Detect IP == ksym.end as part of BPF program
Kumar Kartikeya Dwivedi
2023-11-20
bpf: Check map->usercnt after timer->timer is assigned
Hou Tao
2023-11-20
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
2023-11-20
bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
Yafang Shao
2023-11-20
bpf: Fix kfunc callback register type handling
Kumar Kartikeya Dwivedi
2023-11-20
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-10-09
bpf: Fix verifier log for async callback return values
David Vernet
2023-10-06
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
2023-10-06
bpf: Handle bpf_mprog_query with NULL entry
Daniel Borkmann
2023-10-06
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
2023-09-30
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
2023-09-29
bpf, mprog: Fix maximum program check on mprog attachment
Daniel Borkmann
2023-09-20
bpf: unconditionally reset backtrack_state masks on global func exit
Andrii Nakryiko
2023-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2023-09-15
bpf: Skip unit_size checking for global per-cpu allocator
Hou Tao
2023-09-12
bpf, cgroup: fix multiple kernel-doc warnings
Randy Dunlap
2023-09-12
bpf: Fix a erroneous check after snprintf()
Christophe JAILLET
2023-09-11
bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init
Eduard Zingerman
2023-09-11
bpf: Avoid deadlock when using queue and stack maps from NMI
Toke Høiland-Jørgensen
2023-09-11
bpf: Ensure unit_size is matched with slab cache object size
Hou Tao
2023-09-11
bpf: Don't prefill for unused bpf_mem_cache
Hou Tao
2023-09-11
bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
Hou Tao
2023-09-09
Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-09-08
Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"
Palmer Dabbelt
[prev]
[next]