index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2023-07-31
bpf: Fix an array-index-out-of-bounds issue in disasm.c
Yonghong Song
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-31
tcx: Fix splat during dev unregister
Martin KaFai Lau
2023-07-28
bpf: Non-atomically allocate freelist during prefill
YiFei Zhu
2023-07-28
bpf: Fix compilation warning with -Wparentheses
Yonghong Song
2023-07-27
bpf: Add kernel/bpftool asm support for new instructions
Yonghong Song
2023-07-27
bpf: Support new 32bit offset jmp instruction
Yonghong Song
2023-07-27
bpf: Fix jit blinding with new sdiv/smov insns
Yonghong Song
2023-07-27
bpf: Support new signed div/mod instructions.
Yonghong Song
2023-07-27
bpf: Support new unconditional bswap instruction
Yonghong Song
2023-07-27
bpf: Handle sign-extenstin ctx member accesses
Yonghong Song
2023-07-27
bpf: Support new sign-extension mov insns
Yonghong Song
2023-07-27
bpf: Support new sign-extension load insns
Yonghong Song
2023-07-25
bpf: work around -Wuninitialized warning
Arnd Bergmann
2023-07-24
bpf: convert to ctime accessor functions
Jeff Layton
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-19
bpf, net: Introduce skb_pointer_if_linear().
Alexei Starovoitov
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
2023-07-19
bpf: Add generic attach/detach/query API for multi-progs
Daniel Borkmann
2023-07-19
bpf: allow any program to use the bpf_map_sum_elem_count kfunc
Anton Protopopov
2023-07-19
bpf: make an argument const in the bpf_map_sum_elem_count kfunc
Anton Protopopov
2023-07-19
bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
Anton Protopopov
2023-07-19
bpf: consider types listed in reg2btf_ids as trusted
Anton Protopopov
2023-07-18
bpf: Add 'owner' field to bpf_{list,rb}_node
Dave Marchevsky
2023-07-18
bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
Dave Marchevsky
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-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-07-13
bpf: Fix an error in verifying a field in a union
Yafang Shao
2023-07-13
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
2023-07-12
bpf: Add object leak check.
Hou Tao
2023-07-12
bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.
Alexei Starovoitov
2023-07-12
bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().
Alexei Starovoitov
2023-07-12
bpf: Allow reuse from waiting_for_gp_ttrace list.
Alexei Starovoitov
2023-07-12
bpf: Add a hint to allocated objects.
Alexei Starovoitov
2023-07-12
bpf: Change bpf_mem_cache draining process.
Alexei Starovoitov
2023-07-12
bpf: Further refactor alloc_bulk().
Alexei Starovoitov
2023-07-12
bpf: Factor out inc/dec of active flag into helpers.
Alexei Starovoitov
2023-07-12
bpf: Refactor alloc_bulk().
Alexei Starovoitov
2023-07-12
bpf: Let free_all() return the number of freed elements.
Alexei Starovoitov
2023-07-12
bpf: Simplify code of destroy_mem_alloc() with kmemdup().
Alexei Starovoitov
2023-07-12
bpf: Rename few bpf_mem_alloc fields.
Alexei Starovoitov
2023-07-12
bpf: teach verifier actual bounds of bpf_get_smp_processor_id() result
Andrii Nakryiko
2023-07-11
bpf: Support ->fill_link_info for perf_event
Yafang Shao
2023-07-11
bpf: Add a common helper bpf_copy_to_user()
Yafang Shao
2023-07-11
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
2023-07-06
bpf: make preloaded map iterators to display map elements count
Anton Protopopov
2023-07-06
bpf: populate the per-cpu insertions/deletions counters for hashmaps
Anton Protopopov
2023-07-06
bpf: add a new kfunc to return current bpf_map elements count
Anton Protopopov
[prev]
[next]