aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-04selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodesKleber Sacilotto de Souza1-0/+4
2021-11-04perf clang: Fixes for more recent LLVM/clangIan Rogers1-8/+13
2021-11-04tools: Bump minimum LLVM C++ std to GNU++14Ian Rogers2-4/+4
2021-11-04selftests: net: properly support IPv6 in GSO GRE testAndrea Righi1-4/+5
2021-11-03libbpf: Deprecate bpf_program__load() APIAndrii Nakryiko2-16/+24
2021-11-03libbpf: Improve ELF relo sanitizationAndrii Nakryiko1-5/+19
2021-11-03libbpf: Fix section counting logicAndrii Nakryiko1-4/+4
2021-11-03libbpf: Validate that .BTF and .BTF.ext sections contain dataAndrii Nakryiko1-0/+4
2021-11-03libbpf: Improve sanity checking during BTF fix upAndrii Nakryiko1-3/+2
2021-11-03libbpf: Detect corrupted ELF symbols sectionAndrii Nakryiko1-1/+1
2021-11-03selftests/seccomp: Report event mismatches more clearlyKees Cook1-5/+49
2021-11-03selftests/seccomp: Stop USER_NOTIF test if kcmp() failsKees Cook1-1/+1
2021-11-03libbpf: Deprecate bpf_program__get_prog_info_linearDave Marchevsky1-0/+3
2021-11-03perf: Pull in bpf_program__get_prog_info_linearDave Marchevsky11-33/+374
2021-11-03bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky2-50/+149
2021-11-03bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky2-2/+2
2021-11-03Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+63
2021-11-03selftests/bpf: Verifier test on refill from a smaller spillMartin KaFai Lau1-0/+17
2021-11-03selftests/bpf: Make netcnt selftests serial to avoid spurious failuresAndrii Nakryiko1-1/+1
2021-11-03selftests/bpf: Test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffsLorenz Bauer1-1/+64
2021-11-03selftests/bpf: Convert test_bpffs to ASSERT macrosLorenz Bauer1-11/+11
2021-11-03kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to MakefileHangbin Liu1-0/+1
2021-11-03kselftests/net: add missed vrf_strict_mode_test.sh test to MakefileHangbin Liu1-0/+1
2021-11-03kselftests/net: add missed SRv6 testsHangbin Liu1-0/+3
2021-11-03kselftests/net: add missed setup_loopback.sh/setup_veth.sh to MakefileHangbin Liu1-1/+1
2021-11-03kselftests/net: add missed icmp.sh test to MakefileHangbin Liu1-1/+1
2021-11-02Merge tag 'linux-kselftest-kunit-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds9-479/+1159
2021-11-02Merge tag 'linux-kselftest-next-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-3/+3
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds33-180/+3492
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+58
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds359-3139/+13371
2021-11-01Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds4-4/+44
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds15-122/+90
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-6/+153
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski213-1808/+5727
2021-11-01selftests: net: add arp_ndisc_evict_nocarrierJames Prestwood1-0/+220
2021-11-01libbpf: Deprecate AF_XDP supportMagnus Karlsson1-38/+52
2021-11-01selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov2-0/+63
2021-11-01bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov1-1/+1
2021-11-01tracing/selftests: Add tests for hist trigger expression parsingKalesh Singh1-0/+63
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds9-524/+640
2021-11-01selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko1-13/+2
2021-11-01Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+28
2021-11-01perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky11-33/+374
2021-11-01selftests/bpf: Add bloom map success test for userspace callsJoanne Koong1-26/+33
2021-11-01bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong1-0/+1
2021-11-01selftests/bpf: Add test cases for struct_ops progHou Tao2-0/+165
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+852
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+18
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-379/+604