summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-06-06tools: ynl: add sample for netdevJakub Kicinski
2023-06-06tools: ynl: support fou and netdev in CJakub Kicinski
2023-06-06tools: ynl: user space helpersJakub Kicinski
2023-06-06tools: ynl-gen: clean up stray new lines at the end of reply-less requestsJakub Kicinski
2023-06-05selftests: router_bridge_vlan: Set vlan_default_pvid 0 on the bridgePetr Machata
2023-06-05selftests: router_bridge_vlan: Add a diagramPetr Machata
2023-06-05selftests: mlxsw: egress_vid_classification: Fix the diagramPetr Machata
2023-06-05selftests: mlxsw: ingress_rif_conf_1d: Fix the diagramPetr Machata
2023-06-02tools: ynl-gen: generate static descriptions of notificationsJakub Kicinski
2023-06-02tools: ynl-gen: switch to family structJakub Kicinski
2023-06-02tools: ynl-gen: generate alloc and free helpers for reqJakub Kicinski
2023-06-02tools: ynl-gen: move the response reading logic into YNLJakub Kicinski
2023-06-02tools: ynl-gen: generate enum-to-string helpersJakub Kicinski
2023-06-02tools: ynl-gen: add error checking for nested structsJakub Kicinski
2023-06-02tools: ynl-gen: loosen type consistency check for eventsJakub Kicinski
2023-06-02tools: ynl-gen: don't override pure nested structJakub Kicinski
2023-06-02tools: ynl-gen: fix unused / pad attribute handlingJakub Kicinski
2023-06-02tools: ynl-gen: add extra headers for user spaceJakub Kicinski
2023-06-02selftests: tls: add tests for poll behaviorJakub Kicinski
2023-06-01selftests/tc-testing: replace mq with invalid parent IDZhengchao Shao
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-01Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-30selftests: forwarding: Add layer 2 miss test casesIdo Schimmel
2023-05-30Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' of git://git.kernel.org/pu...Linus Torvalds
2023-05-30selftests: mptcp: userspace pm: skip if MPTCP is not supportedMatthieu Baerts
2023-05-30selftests: mptcp: sockopt: skip if MPTCP is not supportedMatthieu Baerts
2023-05-30selftests: mptcp: simult flows: skip if MPTCP is not supportedMatthieu Baerts
2023-05-30selftests: mptcp: diag: skip if MPTCP is not supportedMatthieu Baerts
2023-05-30selftests: mptcp: join: skip if MPTCP is not supportedMatthieu Baerts
2023-05-30selftests: mptcp: pm nl: skip if MPTCP is not supportedMatthieu Baerts
2023-05-30selftests: mptcp: connect: skip if MPTCP is not supportedMatthieu Baerts
2023-05-30selftests: mptcp: join: avoid using 'cmp --bytes'Matthieu Baerts
2023-05-29tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter
2023-05-29tools: ynl: Initialise fixed headers to 0 in genetlink-legacyDonald Hunter
2023-05-29Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-05-26Merge tag 'cxl-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-26Merge tag 'gpio-fixes-for-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-26perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Song Liu
2023-05-26tools headers UAPI: Sync the linux/in.h with the kernel sourcesArnaldo Carvalho de Melo
2023-05-26perf cs-etm: Copy kernel coresight-pmu.h headerJames Clark
2023-05-26perf bpf: Do not use llvm-strip on BPF binarySong Liu
2023-05-26perf build: Don't compile demangle-cxx.cpp if not necessaryIan Rogers
2023-05-26perf arm: Fix include path to cs-etm.hIan Rogers
2023-05-26perf bpf filter: Fix a broken perf sample data naming for BPF CO-RENamhyung Kim
2023-05-26perf ftrace latency: Remove unnecessary "--" from --use-nsec optionNamhyung Kim
2023-05-26libbpf: Ensure FD >= 3 during bpf_map__reuse_fd()Andrii Nakryiko
2023-05-26libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski
2023-05-25tools: ynl: avoid dict errors on older Python versionsJakub Kicinski