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.19.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-7.0.y
linux-7.1.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-11-28
bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
Shung-Hsi Yu
2023-11-28
bpf: Fix check_stack_write_fixed_off() to correctly spill imm
Hao Sun
2023-11-28
bpf: fix precision backtracking instruction iteration
Andrii Nakryiko
2023-11-28
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2023-11-28
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
2023-11-28
bpf: Detect IP == ksym.end as part of BPF program
Kumar Kartikeya Dwivedi
2023-11-20
bpf: Check map->usercnt after timer->timer is assigned
Hou Tao
2023-11-20
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
2023-11-20
bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
Yafang Shao
2023-11-20
bpf: Fix kfunc callback register type handling
Kumar Kartikeya Dwivedi
2023-11-20
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-10-19
bpf: Fix verifier log for async callback return values
David Vernet
2023-10-10
bpf: unconditionally reset backtrack_state masks on global func exit
Andrii Nakryiko
2023-10-06
bpf: Fix a erroneous check after snprintf()
Christophe JAILLET
2023-10-06
bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init
Eduard Zingerman
2023-10-06
bpf: Avoid deadlock when using queue and stack maps from NMI
Toke Høiland-Jørgensen
2023-09-23
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
2023-09-19
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
2023-09-19
bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
Martin KaFai Lau
2023-09-19
bpf: bpf_sk_storage: Fix invalid wait context lockdep report
Martin KaFai Lau
2023-09-19
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
2023-09-19
bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().
Sebastian Andrzej Siewior
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-07-31
bpf, cpumap: Handle skb as well when clean up ptr_ring
Hou Tao
2023-07-31
bpf, cpumap: Make sure kthread is running before map update returns
Hou Tao
2023-07-18
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
2023-07-18
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
2023-07-11
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
2023-07-05
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
2023-07-03
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
2023-06-13
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
2023-06-13
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
2023-06-13
bpf: ensure main program has an extable
Krister Johansen
2023-06-12
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
2023-06-12
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
[next]