index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-21
bpf: Allow kfuncs to be used in LSM programs
KP Singh
2022-09-21
libbpf: Support raw BTF placed in the default search path
Tao Chen
2022-09-21
selftests: bpf: test_kmod.sh: Pass parameters to the module
Yauheni Kaliuta
2022-09-21
libbpf: Improve BPF_PROG2 macro code quality and description
Yonghong Song
2022-09-21
Merge branch 'bpf: Add user-space-publisher ring buffer map type'
Andrii Nakryiko
2022-09-21
selftests/bpf: Add selftests validating the user ringbuf
David Vernet
2022-09-21
bpf: Add libbpf logic for user-space ring buffer
David Vernet
2022-09-21
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-21
bpf: simplify code in btf_parse_hdr
William Dean
2022-09-20
libbpf: Fix NULL pointer exception in API btf_dump__dump_type_data
Xin Liu
2022-09-20
samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()
Rong Tao
2022-09-20
Merge branch 'bpf: Small nf_conn cleanups'
Martin KaFai Lau
2022-09-20
bpf: Move nf_conn extern declarations to filter.h
Daniel Xu
2022-09-20
bpf: Rename nfct_bsa to nfct_btf_struct_access
Daniel Xu
2022-09-20
bpf: Remove unused btf_struct_access stub
Daniel Xu
2022-09-20
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
2022-09-19
selftests/bpf: Add test result messages for test_task_storage_map_stress_lookup
Hou Tao
2022-09-16
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
2022-09-16
libbpf: Clean up legacy bpf maps declaration in bpf_helpers
Xin Liu
2022-09-16
selftests/bpf: Add veristat tool for mass-verifying BPF object files
Andrii Nakryiko
2022-09-16
libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd set
Andrii Nakryiko
2022-09-16
selftests/bpf: Fix test_verif_scale{1,3} SEC() annotations
Andrii Nakryiko
2022-09-16
bpf: Move bpf_dispatcher function out of ftrace locations
Jiri Olsa
2022-09-16
ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
Peter Zijlstra (Intel)
2022-09-16
bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
Yauheni Kaliuta
2022-09-16
bpf: use kvmemdup_bpfptr helper
Wang Yufen
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2022-09-10
bpf: Add verifier support for custom callback return range
Dave Marchevsky
2022-09-10
selftests/bpf: fix ct status check in bpf_nf selftests
Lorenzo Bianconi
2022-09-10
Merge branch 'Support direct writes to nf_conn:mark'
Alexei Starovoitov
2022-09-10
selftests/bpf: Add tests for writing to nf_conn:mark
Daniel Xu
2022-09-10
bpf: Add support for writing to nf_conn:mark
Daniel Xu
2022-09-10
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
2022-09-10
bpf: Use 0 instead of NOT_INIT for btf_struct_access() writes
Daniel Xu
2022-09-10
bpf: Add stub for btf_struct_access()
Daniel Xu
2022-09-10
bpf: Remove duplicate PTR_TO_BTF_ID RO check
Daniel Xu
2022-09-10
bpf: Simplify code by using for_each_cpu_wrap()
Punit Agrawal
2022-09-10
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
2022-09-09
Merge branch 'cgroup/connect{4,6} programs for unprivileged ICMP ping'
Martin KaFai Lau
2022-09-09
selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP ping
YiFei Zhu
2022-09-09
selftests/bpf: Deduplicate write_sysctl() to test_progs.c
YiFei Zhu
2022-09-09
bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP ping
YiFei Zhu
2022-09-09
libbpf: Remove gcc support for bpf_tail_call_static for now
Daniel Borkmann
2022-09-07
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-09-07
bpf: Add zero_map_value to zero map value with special fields
Kumar Kartikeya Dwivedi
2022-09-07
bpf: Support kptrs in percpu arraymap
Kumar Kartikeya Dwivedi
2022-09-07
bpf: Add copy_map_value_long to copy to remote percpu memory
Kumar Kartikeya Dwivedi
2022-09-07
bpf: Fix resetting logic for unreferenced kptrs
Jules Irenge
2022-09-07
Merge branch 'bpf-core changes for preparation of HID-bpf'
Alexei Starovoitov
[next]