summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-01-20selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2022-01-20selftests/bpf: switch to new libbpf XDP APIsAndrii Nakryiko
2022-01-20bpftool: use new API for attaching XDP programAndrii Nakryiko
2022-01-20libbpf: streamline low-level XDP APIsAndrii Nakryiko
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko
2022-01-20selftests/bpf: convert remaining legacy map definitionsAndrii Nakryiko
2022-01-20selftests/bpf: fail build on compilation warningAndrii Nakryiko
2022-01-20selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/nKumar Kartikeya Dwivedi
2022-01-20selftests: bpf: Fix bind on used portFelix Maurer
2022-01-20bpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.cLorenzo Bianconi
2022-01-20bpf: selftests: Get rid of CHECK macro in xdp_adjust_tail.cLorenzo Bianconi
2022-01-19selftests/bpf: Update sockopt_sk test to the use bpf_set_retvalYiFei Zhu
2022-01-19selftests/bpf: Test bpf_{get,set}_retval behavior with cgroup/sockoptYiFei Zhu
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu
2022-01-19libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee
2022-01-19uapi/bpf: Add missing description and returns for helper documentationUsama Arif
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau
2022-01-18libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen
2022-01-18selftest/bpf: Fix a stale comment.Kuniyuki Iwashima
2022-01-18selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.Kuniyuki Iwashima
2022-01-18selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi
2022-01-18selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi
2022-01-18selftests/bpf: Add test_verifier support to fixup kfunc call insnsKumar Kartikeya Dwivedi
2022-01-18selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi
2022-01-14test: selftests: Remove unused various in sockmap_verdict_prog.cMenglong Dong
2022-01-14tools/resolve_btfids: Build with host flagsConnor O'Brien
2022-01-12libbpf: Deprecate bpf_map__def() APIChristy Lee
2022-01-12selftests/bpf: Stop using bpf_map__def() APIChristy Lee
2022-01-12perf: Stop using bpf_map__def() APIChristy Lee
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee
2022-01-12bpftool: Only set obj->skeleton on complete successWei Fu
2022-01-12libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao
2022-01-12selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee
2022-01-12libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez
2022-01-12libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez
2022-01-10Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-01-10Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-01-10Merge tag 'seccomp-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-09Merge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of git://git.kernel.org/pub...Linus Torvalds
2022-01-07selftests: mptcp: more stable join tests-casesPaolo Abeni
2022-01-07Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo
2022-01-07perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa