summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-07-27selftests: mlxsw: Add test for trust-DSCPPetr Machata
2018-07-27tools/power turbostat: version 18.07.27Len Brown
2018-07-27tools/power turbostat: Read extended processor family from CPUIDCalvin Walton
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-27tools/virtio: add kmalloc_array stubMichael S. Tsirkin
2018-07-27tools/virtio: add dma barrier stubsMichael S. Tsirkin
2018-07-27tools: libbpf: add bpf_object__find_program_by_title()Jakub Kicinski
2018-07-27tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()Jakub Kicinski
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau
2018-07-26tools/power turbostat: Fix logical node enumeration to allow for non-sequenti...Prarit Bhargava
2018-07-26tools/power turbostat: fix x2apic debug message output fileLen Brown
2018-07-26tools/power turbostat: fix bogus summary valuesArtem Bityutskiy
2018-07-26selftests/net: add tls to .gitignoreAnders Roxell
2018-07-26selftests: forwarding: add tests for TC chain get and dump operationsJiri Pirko
2018-07-26Merge tag 'usb-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-07-26tools/bpftool: ignore build productsTaeung Song
2018-07-25selftests/ftrace: Add snapshot and tracing_on test caseMasami Hiramatsu
2018-07-25bpf: Add Python 3 support to selftests scripts for bpfJeremy Cline
2018-07-25bpf: btf: fix inconsistent IS_ERR and PTR_ERRYueHaibing
2018-07-25bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau
2018-07-25bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau
2018-07-25bpf: btf: Sync uapi btf.h to toolsMartin KaFai Lau
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-23selftests: forwarding: add tests for TC chain templatesJiri Pirko
2018-07-23selftests: forwarding: add tests for TC chains creation adn destructionJiri Pirko
2018-07-23selftests: forwarding: move shblock tc support check to a separate helperJiri Pirko
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau
2018-07-23selftests: forwarding: gre_multipath: Drop IPv6 testsPetr Machata
2018-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20tools/power turbostat: fix -S on UP systemsLen Brown
2018-07-20bpf: Use option "help" in the llvm-objcopy testMartin KaFai Lau
2018-07-20tools/bpftool: Fix segfault case regarding 'pin' argumentsTaeung Song
2018-07-19bpf: test case to check whether src/dst regs got mangled by xaddDaniel Borkmann
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-18tc-tests: initial version of fw filter unit testsKeara Leibovitz
2018-07-18selftests/bpf: add test for sharing objects between netdevsJakub Kicinski
2018-07-18netdevsim: associate bound programs with shared devJakub Kicinski
2018-07-17tools/power turbostat: Update turbostat(8) RAPL throttling column descriptionLen Brown
2018-07-17tools: usb: ffs-test: Fix build on big endian systemsPeter Senna Tschudin
2018-07-16tools: bpftool: don't pass FEATURES_DUMP to libbpfJakub Kicinski
2018-07-16tools: libbpf: remove libelf-getphdrnum feature detectionJakub Kicinski
2018-07-16selftests: tls: add selftests for TLS socketsDave Watson
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-15selftests/bpf: Test case for BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov
2018-07-15selftests/bpf: Better verification in test_tcpbpfAndrey Ignatov
2018-07-15selftests/bpf: Switch test_tcpbpf_user to cgroup_helpersAndrey Ignatov
2018-07-15selftests/bpf: Fix const'ness in cgroup_helpersAndrey Ignatov