index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: ensure main program has an extable
Krister Johansen
2023-07-05
1
-2
/
+5
*
bpf/btf: Accept function names that contain dots
Florent Revest
2023-06-28
1
-12
/
+8
*
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
2023-06-28
1
-0
/
+3
*
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
2023-06-28
1
-2
/
+16
*
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
2023-06-05
1
-2
/
+4
*
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
2023-05-30
1
-1
/
+1
*
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
2023-05-24
1
-0
/
+4
*
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
2023-05-24
1
-3
/
+13
*
bpf: Don't EFAULT for getsockopt with optval=NULL
Stanislav Fomichev
2023-05-11
1
-3
/
+6
*
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
2023-05-11
1
-10
/
+6
*
bpf: fix precision propagation verbose logging
Andrii Nakryiko
2023-05-11
1
-2
/
+2
*
bpf: take into account liveness when propagating precision
Andrii Nakryiko
2023-05-11
1
-2
/
+4
*
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
2023-04-26
1
-0
/
+15
*
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2023-04-13
1
-2
/
+2
*
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
2023-03-30
1
-1
/
+1
*
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
2023-03-17
1
-0
/
+1
*
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
2023-03-10
1
-2
/
+11
*
bpf: add missing header file include
Linus Torvalds
2023-02-25
1
-0
/
+1
*
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
2023-02-25
1
-2
/
+0
*
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
2023-02-09
1
-0
/
+6
*
bpf: Do not reject when the stack read size is different from the tracked sca...
Martin KaFai Lau
2023-02-09
1
-12
/
+6
*
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
2023-02-09
1
-4
/
+0
*
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
2023-02-09
1
-7
/
+18
*
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
2023-02-09
1
-15
/
+52
*
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-02-01
1
-1
/
+3
*
bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...
Paul Moore
2023-01-24
2
-7
/
+2
*
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
2022-12-31
1
-0
/
+5
*
bpf: Do not zero-extend kfunc return values
Björn Töpel
2022-12-31
1
-0
/
+4
*
bpf: propagate precision across all frames, not just the last one
Andrii Nakryiko
2022-12-31
1
-32
/
+39
*
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
2022-12-31
1
-11
/
+19
*
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
2022-12-31
1
-0
/
+5
*
bpf: Fix slot type check in check_stack_write_var_off
Kumar Kartikeya Dwivedi
2022-12-31
1
-8
/
+11
*
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
2022-12-08
1
-1
/
+1
*
bpf: Initialize same number of free nodes for each pcpu_freelist
Xu Kuohai
2022-11-26
1
-12
/
+11
*
bpf: Fix memory leaks in __check_func_call
Wang Yufen
2022-11-26
1
-5
/
+9
*
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
2022-11-16
1
-2
/
+6
*
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-11-16
1
-107
/
+28
*
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
2022-11-16
1
-2
/
+7
*
bpf: Ensure correct locking around vulnerable function find_vpid()
Lee Jones
2022-10-26
1
-0
/
+2
*
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
2022-10-26
1
-1
/
+1
*
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-10-26
2
-6
/
+6
*
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-10-26
1
-2
/
+5
*
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-10-26
1
-5
/
+18
*
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-10-26
1
-9
/
+33
*
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
2022-09-08
1
-1
/
+3
*
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
2022-09-08
1
-1
/
+1
*
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-31
1
-6
/
+4
*
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
2022-08-25
1
-0
/
+2
*
bpf: Acquire map uref in .init_seq_private for array map iterator
Hou Tao
2022-08-25
1
-0
/
+6
*
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
2022-08-25
1
-5
/
+1
[next]