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
2021-06-10
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
2021-06-10
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
2021-06-10
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
2021-06-10
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-06-10
bpf/verifier: disallow pointer subtraction
Alexei Starovoitov
2021-06-10
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
2021-06-10
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-06-10
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
2021-06-10
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
2021-06-10
bpf: Improve verifier error messages for users
Daniel Borkmann
2021-06-10
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
2021-06-10
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
2021-06-10
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
2021-05-22
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-05-22
bpf: Fix backport of "bpf: restrict unknown scalars of mixed signed bounds fo...
Samuel Mendoza-Jonas
2021-03-24
bpf: Prohibit alu ops for pointer types not defining ptr_limit
Piotr Krysiuk
2021-03-24
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk
2021-03-24
bpf: Simplify alu_limit masking for pointer arithmetic
Piotr Krysiuk
2021-03-24
bpf: Fix off-by-one for area size in creating mask to left
Piotr Krysiuk
2021-03-03
bpf_lru_list: Read double-checked variable once without lock
Marco Elver
2021-02-23
bpf: Check for integer overflow when using roundup_pow_of_two()
Bui Quang Minh
2020-10-01
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
2020-08-05
bpf: Fix map leak in HASH_OF_MAPS map
Andrii Nakryiko
2020-04-02
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
2020-04-02
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
2020-01-12
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
2020-01-12
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
2019-12-05
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
2019-12-05
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
2019-12-01
bpf: devmap: fix wrong interface selection in notifier_call
Taehee Yoo
2019-10-07
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
2019-08-25
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
2019-08-25
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
2019-08-25
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2019-07-31
bpf: silence warning messages in core
Valdis Klētnieks
2019-05-31
bpf: devmap: fix use-after-free Read in __dev_map_entry_free
Eric Dumazet
2019-05-25
bpf, lru: avoid messing with eviction heuristics upon syscall lookup
Daniel Borkmann
2019-05-25
bpf: add map_lookup_elem_sys_only for lookups from syscall side
Daniel Borkmann
2019-04-20
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
2019-04-20
bpf: do not restore dst_reg when cur_state is freed
Xu Yu
2019-04-20
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
2019-04-20
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
2019-04-20
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2019-04-20
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
2019-04-20
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
2019-04-20
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
2019-04-20
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
2019-04-20
bpf: enable access to ax register also from verifier rewrite
Daniel Borkmann
2019-04-20
bpf: move tmp variable into ax register in interpreter
Daniel Borkmann
2019-04-20
bpf: move {prev_,}insn_idx into verifier env
Daniel Borkmann
[next]