index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
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
2022-08-05
bpf: Cleanup ftrace hash in bpf_trampoline_put
Jiri Olsa
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-08-03
Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-07-29
bpf: Remove unneeded semicolon
Yang Li
2022-07-29
bpf: Fix NULL pointer dereference when registering bpf trampoline
Xu Kuohai
2022-07-29
bpf: Fix test_progs -j error with fentry/fexit tests
Song Liu
2022-07-29
bpf: btf: Fix vsnprintf return value check
Fedor Tokarev
2022-07-26
bpf, devmap: Compute proper xdp_frame len redirecting frames
Lorenzo Bianconi
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-22
bpf: Simplify bpf_prog_pack_[size|mask]
Song Liu
2022-07-22
bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)
Song Liu
2022-07-21
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
2022-07-21
bpf: Check attach_func_proto more carefully in check_helper_call
Stanislav Fomichev
2022-07-19
bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value size
Andrii Nakryiko
2022-07-19
bpf: make uniform use of array->elem_size everywhere in arraymap.c
Andrii Nakryiko
2022-07-19
bpf: fix potential 32-bit overflow when accessing ARRAY map element
Andrii Nakryiko
2022-07-19
bpf: fix lsm_cgroup build errors on esoteric configs
Stanislav Fomichev
2022-07-16
fs: remove no_llseek
Jason A. Donenfeld
[next]