summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-03-11Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-03-11selftests/bpf: Add fexit and kretprobe triggering benchmarksAndrii Nakryiko
2024-03-11ynl: samples: fix recycling rate calculationJakub Kicinski
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-08tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"Colin Ian King
2024-03-07netdev: add queue stat for alloc failuresJakub Kicinski
2024-03-07netdev: add per-queue statisticsJakub Kicinski
2024-03-07selftests: userspace pm: avoid relaunching pm eventsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: simult flows: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: pm netlink: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: sockopt: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: connect: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: diag: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: add mptcp_lib_events helperGeliang Tang
2024-03-07selftests: mptcp: more operations in ns_init/exitGeliang Tang
2024-03-07selftests: mptcp: add mptcp_lib_ns_init/exit helpersGeliang Tang
2024-03-07selftests: mptcp: add local variables rndhGeliang Tang
2024-03-07selftests: mptcp: add mptcp_lib_check_tools helperGeliang Tang
2024-03-07selftests: mptcp: stop forcing iptables-legacyMatthieu Baerts (NGI0)
2024-03-07selftests/net: fix waiting time for ipv6_gc test in fib_tests.sh.Kui-Feng Lee
2024-03-07tools/net/ynl: Add nest-type-value decodingDonald Hunter
2024-03-07tools/net/ynl: Fix c codegen for array-nestDonald Hunter
2024-03-07tools/net/ynl: Report netlink errors without stacktraceDonald Hunter
2024-03-07tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter
2024-03-07bpftool: rename is_internal_mmapable_map into is_mmapable_mapAndrii Nakryiko
2024-03-07libbpf: Allow specifying 64-bit integers in map BTF.Alexei Starovoitov
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-07Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-06selftests/harness: Fix TEST_F()'s vfork handlingMickaël Salaün
2024-03-06selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman
2024-03-06libbpf: Rewrite btf datasec names starting from '?'Eduard Zingerman
2024-03-06libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")Eduard Zingerman
2024-03-06libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_typeEduard Zingerman
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman
2024-03-06libbpf: Sync progs autoload with maps autocreate for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman
2024-03-06selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman
2024-03-06libbpf: Honor autocreate flag for struct_ops mapsEduard Zingerman
2024-03-06libbpf: Tie struct_ops programs to kernel BTF ids, not to local idsEduard Zingerman
2024-03-06libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman
2024-03-06selftests/bpf: Test may_gotoAlexei Starovoitov
2024-03-06bpf: Add cond_break macroAlexei Starovoitov
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov
2024-03-06tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski