summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-178-44/+73
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-172-4/+57
| |\
| | * ptp: Extend the test program to check the external time stamp flags.Richard Cochran2019-11-151-2/+51
| | * selftests: mlxsw: Adjust test to recent changesIdo Schimmel2019-11-151-2/+6
| * | selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov2019-11-131-2/+2
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-11-105-38/+14
| |\ \ | | |/ | |/|
| | * perf tools: Fix time sortingJiri Olsa2019-11-051-1/+1
| | * perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)2019-11-052-33/+0
| | * perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2019-11-052-4/+13
* | | selftests: net: avoid ptl lock contention in tcp_mmapEric Dumazet2019-11-161-5/+53
* | | selftests: net: tcp_mmap should create detached threadsEric Dumazet2019-11-151-1/+6
* | | tc-testing: Introduced tdc tests for basic filterRoman Mashak2019-11-131-0/+325
* | | selftests: Add a test of large binary to devlink health testAya Levin2019-11-121-0/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-096-7/+129
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-093-3/+119
| |\ \
| | * | selftests/tls: add test for concurrent recv and sendJakub Kicinski2019-11-071-0/+108
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-11-062-3/+11
| | |\ \
| | | * | perf tools: Make usage of test_attr__* optional for perf-sys.hBjörn Töpel2019-10-311-2/+4
| | | * | bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich2019-10-301-1/+7
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-11-061-1/+1
| |\ \ \ \
| | * | | | mm/gup_benchmark: fix MAP_HUGETLB caseJohn Hubbard2019-11-061-1/+1
| * | | | | Merge tag 'gpio-v5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-11-051-1/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | tools: gpio: Use !building_out_of_srctree to determine srctreeShuah Khan2019-10-221-1/+5
| * | | | | Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-11-031-2/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim2019-10-281-2/+4
| | | |_|/ | | |/| |
* | | | | selftest: net: add alternative names testJiri Pirko2019-11-081-0/+75
* | | | | selftests: mlxsw: Add test cases for devlink-trap layer 3 exceptionsAmit Cohen2019-11-081-0/+557
* | | | | selftests: forwarding: tc_common: Add hitting checkAmit Cohen2019-11-081-0/+11
* | | | | selftests: forwarding: devlink: Add functionality for trap exceptions testAmit Cohen2019-11-081-0/+12
* | | | | selftests: mlxsw: Add test cases for devlink-trap layer 3 dropsAmit Cohen2019-11-081-0/+563
* | | | | selftests: devlink: Make devlink_trap_cleanup() more genericAmit Cohen2019-11-082-8/+9
* | | | | selftests: devlink: Export functions to devlink libraryAmit Cohen2019-11-082-54/+56
* | | | | selftests: Add source route tests to fib_testsDavid Ahern2019-11-081-1/+51
* | | | | selftest: net: add some traceroute testsFrancesco Ruggeri2019-11-072-1/+323
* | | | | tc-testing: updated pedit TDC testsRoman Mashak2019-11-061-0/+250
* | | | | selftests: devlink: undo changes at the end of resource_testJakub Kicinski2019-11-061-0/+6
* | | | | selftests: bpf: log direct file writesJakub Kicinski2019-11-061-6/+14
* | | | | tc-testing: added tests with cookie for mpls TC actionRoman Mashak2019-11-061-0/+145
* | | | | bpf: re-fix skip write only files in debugfsDaniel Borkmann2019-11-041-1/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-0221-223/+1010
|\ \ \ \ \
| * | | | | bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann2019-11-022-0/+104
| * | | | | bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helperDaniel Borkmann2019-11-024-52/+57
| * | | | | bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann2019-11-021-40/+82
| * | | | | selftests: Add tests for automatic map pinningToke Høiland-Jørgensen2019-11-023-0/+257
| * | | | | libbpf: Add auto-pinning of maps when loading BPF objectsToke Høiland-Jørgensen2019-11-023-9/+156
| * | | | | libbpf: Move directory creation into _pin() functionsToke Høiland-Jørgensen2019-11-021-27/+34
| * | | | | libbpf: Store map pin path and status in struct bpf_mapToke Høiland-Jørgensen2019-11-023-41/+134
| * | | | | libbpf: Fix error handling in bpf_map__reuse_fd()Toke Høiland-Jørgensen2019-11-021-4/+10
| * | | | | Revert "selftests: bpf: Don't try to read files without read permission"Jakub Kicinski2019-11-011-1/+1
| * | | | | libbpf: Add support for prog_tracingAlexei Starovoitov2019-10-317-28/+71