aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-20selftests/bpf: switch to new libbpf XDP APIsAndrii Nakryiko7-50/+47
2022-01-20bpftool: use new API for attaching XDP programAndrii Nakryiko1-1/+1
2022-01-20libbpf: streamline low-level XDP APIsAndrii Nakryiko3-33/+117
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko5-2/+26
2022-01-20selftests/bpf: convert remaining legacy map definitionsAndrii Nakryiko8-42/+48
2022-01-20selftests/bpf: fail build on compilation warningAndrii Nakryiko1-2/+2
2022-01-20selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/nKumar Kartikeya Dwivedi1-4/+13
2022-01-20selftests: bpf: Fix bind on used portFelix Maurer1-3/+17
2022-01-20bpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.cLorenzo Bianconi1-40/+20
2022-01-20bpf: selftests: Get rid of CHECK macro in xdp_adjust_tail.cLorenzo Bianconi1-40/+28
2022-01-19selftests/bpf: Update sockopt_sk test to the use bpf_set_retvalYiFei Zhu2-18/+18
2022-01-19selftests/bpf: Test bpf_{get,set}_retval behavior with cgroup/sockoptYiFei Zhu3-0/+578
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu1-0/+18
2022-01-19libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee1-1/+30
2022-01-19uapi/bpf: Add missing description and returns for helper documentationUsama Arif1-0/+15
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau4-12/+70
2022-01-18libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen1-1/+21
2022-01-18selftest/bpf: Fix a stale comment.Kuniyuki Iwashima1-1/+1
2022-01-18selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.Kuniyuki Iwashima3-0/+162
2022-01-18selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi6-0/+362
2022-01-18selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi3-2/+131
2022-01-18selftests/bpf: Add test_verifier support to fixup kfunc call insnsKumar Kartikeya Dwivedi1-0/+28
2022-01-18selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi3-0/+161
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi1-8/+9
2022-01-14test: selftests: Remove unused various in sockmap_verdict_prog.cMenglong Dong1-2/+0
2022-01-14tools/resolve_btfids: Build with host flagsConnor O'Brien1-2/+4
2022-01-12libbpf: Deprecate bpf_map__def() APIChristy Lee1-1/+2
2022-01-12selftests/bpf: Stop using bpf_map__def() APIChristy Lee5-28/+26
2022-01-12perf: Stop using bpf_map__def() APIChristy Lee2-51/+41
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee2-9/+7
2022-01-12bpftool: Only set obj->skeleton on complete successWei Fu1-1/+1
2022-01-12libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao1-0/+3
2022-01-12selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee1-6/+6
2022-01-12libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee3-2/+12
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez5-5/+7
2022-01-12libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez1-2/+1
2022-01-10Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds275-3290/+14318
2022-01-10Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds8-184/+459
2022-01-10Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds31-57/+49
2022-01-10Merge tag 'seccomp-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-6/+50
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-86/+444
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds10-86/+790
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+10
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-2/+3
2022-01-09Merge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds2-20/+1
2022-01-07selftests: mptcp: more stable join tests-casesPaolo Abeni1-52/+68
2022-01-07Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo1-19/+0
2022-01-07perf trace: Avoid early exit due to running SIGCHLD handler before it makes sense toJiri Olsa1-1/+1
2022-01-07selftests: mptcp: add tests for subflow creation failurePaolo Abeni2-1/+78