summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-10-26netlink: make range pointers in policies constJakub Kicinski
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-24selftests: net: change ifconfig with ip commandSwarup Laxman Kotiaklapudi
2023-10-24tools: ynl-gen: add support for exact-len validationDavide Caratti
2023-10-24Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds
2023-10-23Merge tag 'urgent/nolibc.2023.10.16a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-10-23Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski
2023-10-23netlink: specs: devlink: add the remaining command to generate complete split...Jiri Pirko
2023-10-23netlink: specs: devlink: remove reload-action from devlink-get cmd replyJiri Pirko
2023-10-23tools: ynl-gen: render rsp_parse() helpers if cmd has only dump opJiri Pirko
2023-10-23tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko
2023-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet
2023-10-21Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-21selftests: tc-testing: add test for 'rt' upgrade on hfscPedro Tammela
2023-10-20Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' of git://git.kernel.org/pu...Linus Torvalds
2023-10-20Merge tag 'linux_kselftest_active-fixes-6.6-rc7' of git://git.kernel.org/pub/...Linus Torvalds
2023-10-20selftests/ftrace: Add new test case which checks non unique symbolFrancis Laniel
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski
2023-10-20tools: ynl-gen: make the mnl_type() method publicJakub Kicinski
2023-10-19tools build: Fix llvm feature detection, still used by bpftoolArnaldo Carvalho de Melo
2023-10-19tools: ynl-gen: support limit namesJakub Kicinski
2023-10-19tools: ynl-gen: support full range of min/max checks for integer valuesJakub Kicinski
2023-10-19tools: ynl-gen: track attribute useJakub Kicinski
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-10-19Merge tag 'seccomp-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-10-19selftests: mptcp: join: no RST when rm subflow/addrMatthieu Baerts
2023-10-19selftests: mptcp: join: correctly check for no RSTMatthieu Baerts
2023-10-19selftests: net: add very basic test for netdev names and namespacesJakub Kicinski
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet
2023-10-18selftests: tc-testing: move auxiliary scripts to a dedicated folderPedro Tammela
2023-10-18selftests: tc-testing: add missing Kconfig options to 'config'Pedro Tammela
2023-10-18perf/benchmark: fix seccomp_unotify benchmark for 32-bitJiri Slaby (SUSE)
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-10-18selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda
2023-10-18selftests: netfilter: Run nft_audit.sh in its own netnsPhil Sutter
2023-10-18netfilter: nf_tables: audit log object reset once per tablePhil Sutter
2023-10-18net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter
2023-10-17tools: ynl: fix converting flags to names after recent cleanupJakub Kicinski
2023-10-17selftests: forwarding: bridge_fdb_learning_limit: Add a new selftestJohannes Nixdorf
2023-10-17selftests/user_events: Fix abi_test for BE archsBeau Belgrave
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko
2023-10-16selftests/bpf: Make align selftests more robustAndrii Nakryiko
2023-10-16selftests/bpf: Improve missed_kprobe_recursion test robustnessAndrii Nakryiko
2023-10-16selftests/bpf: Improve percpu_alloc test robustnessAndrii Nakryiko
2023-10-16tools/virtio: Add dma sync api for virtio testLiming Wu