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
Age
Commit message (
Expand
)
Author
2022-11-25
samples/bpf: Fix wrong allocation size in xdp_router_ipv4_user
Rong Tao
2022-11-25
docs/bpf: Update btf selftests program and add link
Rong Tao
2022-11-24
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
2022-11-24
Merge branch 'bpf: Add bpf_rcu_read_lock() support'
Alexei Starovoitov
2022-11-24
selftests/bpf: Add tests for bpf_rcu_read_lock()
Yonghong Song
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
2022-11-24
compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
Yonghong Song
2022-11-23
selftests/bpf: Add selftests for bpf_task_from_pid()
David Vernet
2022-11-23
bpf: Add bpf_task_from_pid() kfunc
David Vernet
2022-11-24
bpf: Unify and simplify btf_func_proto_check error handling
Stanislav Fomichev
2022-11-23
bpf: Update bpf_{g,s}etsockopt() documentation
Ji Rongfeng
2022-11-24
docs/bpf: Fix sphinx warnings in BPF map docs
Donald Hunter
2022-11-24
selftests/bpf: Add reproducer for decl_tag in func_proto argument
Stanislav Fomichev
2022-11-24
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
2022-11-23
docs/bpf: Document BPF_MAP_TYPE_BLOOM_FILTER
Donald Hunter
2022-11-23
docs/bpf: Fix sphinx warnings for devmap
Maryam Tahhan
2022-11-23
docs/bpf: Fix sphinx warnings for cpumap
Maryam Tahhan
2022-11-23
docs/bpf: Add table of BPF program types to libbpf docs
Donald Hunter
2022-11-23
bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not set
Yonghong Song
2022-11-23
selftests/bpf: Mount debugfs in setns_by_fd
Stanislav Fomichev
2022-11-23
bpf: Don't use idx variable when registering kfunc dtors
David Vernet
2022-11-22
Merge branch 'Support storing struct cgroup * objects as kptrs'
Alexei Starovoitov
2022-11-22
selftests/bpf: Add selftests for bpf_cgroup_ancestor() kfunc
David Vernet
2022-11-22
bpf: Add bpf_cgroup_ancestor() kfunc
David Vernet
2022-11-22
selftests/bpf: Add cgroup kfunc / kptr selftests
David Vernet
2022-11-22
bpf: Enable cgroups to be used as kptrs
David Vernet
2022-11-22
selftests/bpf: Workaround for llvm nop-4 bug
Alexei Starovoitov
2022-11-22
Revert "selftests/bpf: Temporarily disable linked list tests"
Alexei Starovoitov
2022-11-21
selftests/bpf: Make sure zero-len skbs aren't redirectable
Stanislav Fomichev
2022-11-21
bpf: Move skb->len == 0 checks into __bpf_redirect
Stanislav Fomichev
2022-11-21
selftests/bpf: Add test for cgroup iterator on a dead cgroup
Hou Tao
2022-11-21
selftests/bpf: Add cgroup helper remove_cgroup()
Hou Tao
2022-11-21
bpf: Pin the start cgroup in cgroup_iter_seq_init()
Hou Tao
2022-11-21
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
2022-11-20
Merge branch 'clean-up bpftool from legacy support'
Alexei Starovoitov
2022-11-20
bpftool: remove function free_btf_vmlinux()
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
2022-11-20
Merge branch 'bpf: Implement two type cast kfuncs'
Alexei Starovoitov
2022-11-20
bpf: Add type cast unit tests
Yonghong Song
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
2022-11-20
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2022-11-20
Merge branch 'Support storing struct task_struct objects as kptrs'
Alexei Starovoitov
2022-11-20
bpf/selftests: Add selftests for new task kfuncs
David Vernet
2022-11-20
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
[next]