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-01-12
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
2023-01-07
bpf: Resolve fext program type when checking map compatibility
Toke Høiland-Jørgensen
2022-12-31
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
2022-12-31
bpf: prevent leak of lsm program after failed attach
Milan Landaverde
2022-12-31
bpf: Do not zero-extend kfunc return values
Björn Töpel
2022-12-31
bpf: propagate precision across all frames, not just the last one
Andrii Nakryiko
2022-12-31
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
2022-12-31
bpf: Fix slot type check in check_stack_write_var_off
Kumar Kartikeya Dwivedi
2022-12-31
bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
2022-12-02
bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()
Nathan Chancellor
2022-12-02
bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
Peter Zijlstra
2022-11-26
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2022-11-26
bpf: Initialize same number of free nodes for each pcpu_freelist
Xu Kuohai
2022-11-26
bpf: Fix memory leaks in __check_func_call
Wang Yufen
2022-11-16
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
2022-11-16
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-11-16
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
2022-11-04
bpf: prevent decl_tag from being referenced in func_proto
Stanislav Fomichev
2022-10-21
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2022-10-21
bpf, cgroup: Reject prog_attach_flags array when effective query
Pu Lehui
2022-10-21
bpf: Ensure correct locking around vulnerable function find_vpid()
Lee Jones
2022-10-21
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
2022-10-21
bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...
Hou Tao
2022-10-21
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
2022-10-21
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-10-21
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-10-21
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-10-21
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-10-21
bpf: Fix ref_obj_id for dynptr data slices in verifier
Joanne Koong
2022-10-21
bpf: Cleanup check_refcount_ok
Dave Marchevsky
2022-10-21
btf: Export bpf_dynptr definition
Roberto Sassu
2022-10-12
bpf: Fix resetting logic for unreferenced kptrs
Jules Irenge
2022-10-12
bpf: Gate dynptr API behind CAP_BPF
Kumar Kartikeya Dwivedi
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-08-25
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-25
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
2022-08-24
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
2022-08-18
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
2022-08-17
net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
David Howells
2022-08-18
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-08-10
net: refactor bpf_sk_reuseport_detach()
Hawkins Jiawei
2022-08-10
bpf: Only allow sleepable program for resched-able iterator
Hou Tao
2022-08-10
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
2022-08-10
bpf: Acquire map uref in .init_seq_private for array map iterator
Hou Tao
2022-08-10
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
2022-08-09
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
2022-08-08
bpf: Use proper target btf when exporting attach_btf_obj_id
Stanislav Fomichev
[next]