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-04-28
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-04-28
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
2021-04-28
bpf: Allow variable-offset stack access
Andrei Matei
2021-04-21
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
2021-04-21
bpf: Improve verifier error messages for users
Daniel Borkmann
2021-04-21
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
2021-04-21
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
2021-04-21
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
2021-04-21
bpf: Use correct permission flag for mixed signed bounds arithmetic
Daniel Borkmann
2021-04-21
bpf: Take module reference for trampoline in module
Jiri Olsa
2021-04-14
bpf: Refcount task stack in bpf_get_task_stack
Dave Marchevsky
2021-04-14
bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET
Lorenz Bauer
2021-04-14
bpf: Enforce that struct_ops programs be GPL-only
Toke Høiland-Jørgensen
2021-03-30
bpf: Fix fexit trampoline.
Alexei Starovoitov
2021-03-30
bpf: Fix umd memory leak in copy_process()
Zqiang
2021-03-30
bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF
Tal Lossos
2021-03-30
bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.
Alexei Starovoitov
2021-03-20
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk
2021-03-20
bpf: Simplify alu_limit masking for pointer arithmetic
Piotr Krysiuk
2021-03-20
bpf: Fix off-by-one for area size in creating mask to left
Piotr Krysiuk
2021-03-20
bpf: Prohibit alu ops for pointer types not defining ptr_limit
Piotr Krysiuk
2021-03-04
bpf: Clear subreg_def for global function return values
Ilya Leoshkevich
2021-03-04
bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation
Jun'ichi Nomura
2021-03-04
bpf: Fix an unitialized value in bpf_iter
Yonghong Song
2021-03-04
bpf_lru_list: Read double-checked variable once without lock
Marco Elver
2021-02-26
bpf: Fix truncation handling for mod32 dst reg wrt zero
Daniel Borkmann
2021-02-10
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
2021-02-10
bpf: Fix verifier jmp32 pruning decision logic
Daniel Borkmann
2021-02-10
bpf: Fix verifier jsgt branch analysis on max bound
Daniel Borkmann
2021-02-03
bpf: Check for integer overflow when using roundup_pow_of_two()
Bui Quang Minh
2021-01-26
bpf, preload: Fix build when $(O) points to a relative path
Quentin Monnet
2021-01-26
bpf: Drop disabled LSM hooks from the sleepable set
Mikko Ylinen
2021-01-22
bpf, inode_storage: Put file handler if no storage was found
Pan Bian
2021-01-22
bpf, cgroup: Fix problematic bounds check
Loris Reiff
2021-01-22
bpf, cgroup: Fix optlen WARN_ON_ONCE toctou
Loris Reiff
2021-01-20
bpf: Fix signed_{sub,add32}_overflows type handling
Daniel Borkmann
2021-01-19
bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
Mircea Cirjaliu
2021-01-13
bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
Gilad Reti
2021-01-12
bpf: Allow empty module BTFs
Andrii Nakryiko
2021-01-12
bpf: Don't leak memory in bpf getsockopt when optlen == 0
Stanislav Fomichev
2021-01-12
bpf: Fix typo in bpf_inode_storage.c
KP Singh
2021-01-12
bpf: Local storage helpers should check nullness of owner ptr passed
KP Singh
2021-01-12
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
2021-01-03
bpf: Fix a task_iter bug caused by a merge conflict resolution
Yonghong Song
2020-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-12-24
bpf: Use thread_group_leader()
Jonathan Lemon
2020-12-24
bpf: Save correct stopping point in file seq iteration
Jonathan Lemon
2020-12-22
bpf: Add schedule point in htab_init_buckets()
Eric Dumazet
2020-12-18
bpf: Remove unused including <linux/version.h>
Tian Tao
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
[next]