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.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: Fix stackmap overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-26
1
-3
/
+6
*
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-26
1
-5
/
+9
*
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2024-02-23
4
-10
/
+12
*
bpf, lpm: Fix check prefixlen before walking trie
Florian Lehner
2024-01-25
1
-0
/
+3
*
bpf: Address KCSAN report on bpf_lru_list
Martin KaFai Lau
2023-08-11
2
-13
/
+15
*
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
2023-05-30
1
-1
/
+1
*
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
2023-04-05
1
-1
/
+1
*
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: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-02-06
1
-1
/
+3
*
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: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
Ovidiu Panait
2022-08-25
1
-0
/
+1
*
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-07-29
1
-3
/
+5
*
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
2022-02-16
1
-1
/
+2
*
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
2021-12-14
1
-1
/
+1
*
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2021-11-26
1
-1
/
+3
*
bpf: Fix integer overflow in prealloc_elems_and_freelist()
Tatsuhiko Yasumatsu
2021-10-13
1
-1
/
+2
*
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-09-22
1
-10
/
+17
*
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
2021-09-22
1
-29
/
+13
*
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-09-22
1
-55
/
+33
*
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
2021-09-22
2
-8
/
+26
*
bpf: track spill/fill of constants
Alexei Starovoitov
2021-09-22
1
-23
/
+63
*
bpf: Sanity check max value for var_off stack access
Andrey Ignatov
2021-09-22
1
-3
/
+15
*
bpf: Reject indirect var_off stack access in unpriv mode
Andrey Ignatov
2021-09-22
1
-0
/
+13
*
bpf: Reject indirect var_off stack access in raw mode
Andrey Ignatov
2021-09-22
1
-0
/
+9
*
bpf: Support variable offset stack access from helpers
Andrey Ignatov
2021-09-22
1
-21
/
+54
*
bpf: correct slot_type marking logic to allow more stack slot sharing
Jiong Wang
2021-09-22
1
-0
/
+5
*
bpf/verifier: per-register parent pointers
Edward Cree
2021-09-22
1
-139
/
+44
*
bpf: Fix truncation handling for mod32 dst reg wrt zero
Daniel Borkmann
2021-09-03
1
-4
/
+5
*
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
2021-09-03
1
-11
/
+11
*
bpf: Do not use ax register in interpreter on div/mod
Daniel Borkmann
2021-09-03
1
-17
/
+15
*
bpf: Fix leakage under speculation on mispredicted branches
Daniel Borkmann
2021-08-15
1
-4
/
+40
*
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
2021-08-15
1
-2
/
+15
*
bpf: Inherit expanded/patched seen count from old aux data
Daniel Borkmann
2021-08-15
1
-2
/
+5
*
bpf: Add BPF_F_ANY_ALIGNMENT.
David S. Miller
2021-06-10
2
-1
/
+9
*
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
2021-06-03
1
-1
/
+5
*
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
2021-06-03
1
-10
/
+12
*
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
2021-06-03
1
-7
/
+11
*
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-06-03
1
-10
/
+17
*
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-06-03
1
-26
/
+44
*
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
2021-06-03
1
-5
/
+10
*
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
2021-06-03
1
-17
/
+37
*
bpf: Improve verifier error messages for users
Daniel Borkmann
2021-06-03
1
-22
/
+62
*
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
2021-06-03
1
-8
/
+13
*
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
2021-06-03
1
-9
/
+9
*
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
2021-06-03
1
-4
/
+5
*
bpf: extend is_branch_taken to registers
Alexei Starovoitov
2021-06-03
1
-14
/
+18
*
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-05-07
1
-8
/
+4
*
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk
2021-03-20
1
-3
/
+8
[next]