summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: mlxsw: Add test cases for devlink-trap layer 3 exceptionsAmit Cohen2019-11-071-0/+557
* selftests: forwarding: tc_common: Add hitting checkAmit Cohen2019-11-071-0/+11
* selftests: forwarding: devlink: Add functionality for trap exceptions testAmit Cohen2019-11-071-0/+12
* selftests: mlxsw: Add test cases for devlink-trap layer 3 dropsAmit Cohen2019-11-071-0/+563
* selftests: devlink: Make devlink_trap_cleanup() more genericAmit Cohen2019-11-072-8/+9
* selftests: devlink: Export functions to devlink libraryAmit Cohen2019-11-072-54/+56
* selftests: Add source route tests to fib_testsDavid Ahern2019-11-071-1/+51
* selftest: net: add some traceroute testsFrancesco Ruggeri2019-11-062-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-051-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
| * selftests/bpf: Test narrow load from bpf_sysctl.writeIlya Leoshkevich2019-10-301-0/+23
| * libbpf: Don't use kernel-side u32 type in xsk.cAndrii Nakryiko2019-10-291-4/+4
| * libbpf: Fix off-by-one error in ELF sanity checkAndrii Nakryiko2019-10-281-1/+1
| * libbpf: Fix compatibility for kernels without need_wakeupMagnus Karlsson2019-10-281-12/+71
| * selftests/bpf: Restore $(OUTPUT)/test_stub.o ruleIlya Leoshkevich2019-10-281-0/+3
| * selftest/bpf: Use -m{little, big}-endian for clangIlya Leoshkevich2019-10-281-6/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0225-50/+125
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-015-2/+29
| |\ \
| | * | selftests: bpf: Skip write only files in debugfsJakub Kicinski2019-11-011-0/+5
| | * | selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang2019-11-011-1/+2
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-261-1/+1
| | |\ \
| | | * | selftests/bpf: More compatible nc options in test_tc_edtJiri Benc2019-10-181-1/+1
| | * | | selftests: fib_tests: add more tests for metric updatePaolo Abeni2019-10-261-0/+21
| | * | | selftests: Make l2tp.sh executableDavid Ahern2019-10-221-0/+0
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-2712-17/+65
| |\ \ \ \
| | * | | | perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-10-161-0/+1
| | * | | | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-10-151-2/+28
| | * | | | tools headers kvm: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+2
| | * | | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+1
| | * | | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-1/+5
| | * | | | perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye2019-10-151-5/+9
| | * | | | perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter2019-10-151-3/+5
| | * | | | perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva2019-10-151-1/+1
| | * | | | perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2019-10-152-3/+7
| | * | | | perf evlist: Fix fix for freed id arraysAndi Kleen2019-10-151-1/+1
| | * | | | perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Thomas Richter2019-10-151-1/+5