summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETSPetr Machata2021-04-211-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-201-1/+151
|\
| * selftests: fib_tests: Add test cases for interaction with manglingIdo Schimmel2021-04-181-1/+151
* | selftests: fib_nexthops: Test large scale nexthop flushingIdo Schimmel2021-04-201-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-1712-47/+26
|\ \
| * \ Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-177-37/+19
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-177-37/+19
| | |\ \
| | | * | bpf: Update selftests to reflect new error statesDaniel Borkmann2021-04-166-35/+16
| | | * | libbpf: Fix potential NULL pointer dereferenceCiara Loftus2021-04-081-2/+3
| * | | | ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz2021-04-171-3/+0
| * | | | ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz2021-04-171-2/+0
| * | | | Merge tag 'perf-tools-fixes-for-v5.12-2020-04-09' of git://git.kernel.org/pub...Linus Torvalds2021-04-103-5/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | perf arm-spe: Avoid potential buffer overrunIan Rogers2021-04-071-1/+3
| | * | | perf report: Fix wrong LBR block sortingJin Yao2021-04-071-3/+3
| | * | | perf inject: Fix repipe usageAdrian Hunter2021-04-051-1/+1
* | | | | selftests: mptcp: add packet mark test caseFlorian Westphal2021-04-173-2/+299
| |_|_|/ |/| | |
* | | | self-tests: add veth testsPaolo Abeni2021-04-122-0/+178
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-1023-77/+257
|\| | |
| * | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-105-22/+113
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-024-21/+101
| | |\
| | | * libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus2021-04-011-2/+11
| | | * libbpf: Restore umem state after socket create failureCiara Loftus2021-04-011-18/+23
| | | * libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus2021-04-011-0/+3
| | | * bpf/selftests: Test that kernel rejects a TCP CC with an invalid licenseToke Høiland-Jørgensen2021-03-262-0/+63
| | | * libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela2021-03-261-1/+1
| | * | selftests: forwarding: vxlan_bridge_1d: Add more ECN decap test casesIdo Schimmel2021-03-291-1/+12
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-04-013-7/+17
| |\ \
| | * | selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov2021-04-011-2/+11
| | * | selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov2021-03-301-5/+5
| | * | tools/kvm_stat: Add restart delayStefan Raspl2021-03-301-0/+1
| * | | idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-1/+10
| * | | idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)2021-04-011-2/+2
| * | | idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-0/+4
| * | | radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)2021-04-013-0/+6
| * | | radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2021-03-301-0/+0
| |/ /
| * | Merge tag 'perf-tools-fixes-for-v5.12-2020-03-28' of git://git.kernel.org/pub...Linus Torvalds2021-03-2811-45/+105
| |\ \ | | |/ | |/|
| | * perf test: Change to use bash for daemon testLeo Yan2021-03-261-1/+1
| | * perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-03-241-0/+2
| | * perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter2021-03-241-8/+1
| | * perf daemon: Return from kill functionsJiri Olsa2021-03-241-2/+5
| | * perf daemon: Force waipid for all session on SIGCHLD deliveryJiri Olsa2021-03-241-22/+28
| | * perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu2021-03-161-3/+10
| | * perf pmu: Validate raw event with sysfs exported format bitsJin Yao2021-03-153-0/+39
| | * Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2021-03-152-1/+4
| | |\
| | * | perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers2021-03-101-4/+5
| | * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-101-0/+13
| | * | perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter2021-03-101-1/+1
| | * | perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-101-4/+0
* | | | tc-testing: add simple action test to verify batch change cleanupVlad Buslov2021-04-081-0/+29
* | | | tc-testing: add simple action test to verify batch add cleanupVlad Buslov2021-04-081-0/+30