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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2023-09-13
bpf: Fix issue in verifying allow_ptr_leaks
Yafang Shao
2023-09-13
bpf: Fix check_func_arg_reg_off bug for graph root/node
Kumar Kartikeya Dwivedi
2023-09-13
bpf: Fix a bpf_kptr_xchg() issue with local kptr
Yonghong Song
2023-09-13
bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.
Kui-Feng Lee
2023-09-13
bpf: Fix an error in verifying a field in a union
Yafang Shao
2023-09-13
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
2023-08-11
bpf, cpumap: Handle skb as well when clean up ptr_ring
Hou Tao
2023-08-11
bpf, cpumap: Make sure kthread is running before map update returns
Hou Tao
2023-08-11
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-08-11
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
2023-08-11
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
2023-07-27
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
2023-07-27
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
2023-07-27
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
2023-07-27
bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
Andrii Nakryiko
2023-07-27
bpf: Address KCSAN report on bpf_lru_list
Martin KaFai Lau
2023-07-27
bpf: Print a warning only if writing to unprivileged_bpf_disabled.
Kui-Feng Lee
2023-07-23
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
2023-07-23
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
2023-07-19
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
2023-07-19
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
2023-07-19
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
2023-07-19
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2023-07-19
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
2023-07-19
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
2023-07-19
bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
Dave Marchevsky
2023-07-19
bpf: Fix memleak due to fentry attach failure
Yafang Shao
2023-07-19
bpf: Remove bpf trampoline selector
Yafang Shao
2023-07-19
bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
Stanislav Fomichev
2023-07-19
bpf: fix propagate_precision() logic for inner frames
Andrii Nakryiko
2023-07-19
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
2023-07-19
bpf: improve precision backtrack logging
Andrii Nakryiko
2023-07-19
bpf: encapsulate precision backtracking bookkeeping
Andrii Nakryiko
2023-06-21
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
2023-06-21
bpf/btf: Accept function names that contain dots
Florent Revest
2023-06-13
bpf: ensure main program has an extable
Krister Johansen
2023-06-08
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
2023-06-05
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
2023-06-02
bpf: Fix elem_size not being set for inner maps
Rhys Rustad-Elliott
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
2023-05-15
bpf: netdev: init the offload table earlier
Jakub Kicinski
2023-04-29
Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2023-04-24
bpf: Add __rcu_read_{lock,unlock} into btf id deny list
Yafang Shao
2023-04-24
bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
Dave Marchevsky
2023-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
[next]