summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: mptcp: update pm_nl_ctl usage headerGeliang Tang2022-07-091-1/+1
* selftests: mptcp: avoid Terminated messages in userspace_pmGeliang Tang2022-07-091-17/+23
* selftests: mptcp: userspace pm subflow testsGeliang Tang2022-07-091-2/+37
* selftests: mptcp: userspace pm address testsGeliang Tang2022-07-091-1/+48
* selftests: mptcp: tweak simult_flows for debug kernelsPaolo Abeni2022-07-091-1/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-0729-46/+334
|\
| * Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-0720-29/+200
| |\
| | * wireguard: selftests: use microvm on x86Jason A. Donenfeld2022-07-073-8/+16
| | * wireguard: selftests: always call kernel makefileJason A. Donenfeld2022-07-071-3/+2
| | * wireguard: selftests: use virt machine on m68kJason A. Donenfeld2022-07-072-8/+6
| | * wireguard: selftests: set fake real time in initJason A. Donenfeld2022-07-078-0/+18
| | * selftests: mptcp: userspace PM support for MP_PRIO signalsKishen Maloor2022-07-062-2/+103
| | * selftests: forwarding: fix error message in learning_testVladimir Oltean2022-07-051-1/+1
| | * selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean2022-07-051-0/+2
| | * selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean2022-07-051-0/+2
| | * selftests/net: fix section name when using xdp_dummy.oHangbin Liu2022-07-025-7/+7
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-022-0/+43
| | |\
| | | * bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann2022-07-011-0/+21
| | | * bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann2022-07-011-0/+22
| * | | Merge tag 'perf-tools-fixes-for-v5.19-2022-07-02' of git://git.kernel.org/pub...Linus Torvalds2022-07-029-17/+134
| |\ \ \ | | |/ / | |/| |
| | * | perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim2022-07-021-2/+3
| | * | perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim2022-07-021-2/+2
| | * | perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou2022-07-021-1/+1
| | * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-281-2/+52
| | * | perf bpf: 8 byte align bpil dataIan Rogers2022-06-281-3/+2
| | * | tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2022-06-281-0/+36
| | * | perf offcpu: Accept allowed sample types onlyNamhyung Kim2022-06-283-1/+24
| | * | perf offcpu: Fix build failure on old kernelsNamhyung Kim2022-06-281-6/+14
* | | | selftests: tls: add selftest variant for padJakub Kicinski2022-07-061-0/+15
* | | | selftests: net: af_unix: Test connect() with different netns.Kuniyuki Iwashima2022-07-053-1/+152
* | | | selftest: net: bridge mdb add/del entry to port that is downCasper Andersson2022-07-042-0/+119
* | | | net/cmsg_sender: Remove a semicolonLi kunyu2022-07-011-1/+1
* | | | selftests: net: fib_rule_tests: fix support for running individual testsAlaa Mohamed2022-07-011-0/+23
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-0123-133/+735
|\| | |
| * | | Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-0110-23/+360
| |\ \ \ | | |/ / | |/| |
| | * | selftest: tun: add test for NAPI dismantleJakub Kicinski2022-06-302-1/+163
| | * | selftests net: fix kselftest net fatal errorColeman Dietsch2022-06-301-1/+1
| | * | selftests: mptcp: Initialize variables to quiet gcc 12 warningsMat Martineau2022-06-293-3/+3
| | * | selftests: mptcp: more stable diag testsPaolo Abeni2022-06-291-8/+40
| | * | selftests: tc-testing: Add testcases to test new flush behaviourVictor Nogueira2022-06-281-0/+77
| | * | selftests/bpf: Test sockmap update when socket has ULPJakub Sitnicki2022-06-241-9/+75
| | * | selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP testDimitris Michailidis2022-06-241-1/+1
| * | | tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo2022-06-261-0/+13
| * | | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-261-6/+20
| * | | perf stat: Enable ignore_missing_threadGang Li2022-06-261-0/+2
| * | | perf inject: Adjust output data offset for backward compatibilityRaul Silvera2022-06-263-1/+17
| * | | perf trace beauty: Fix generation of errno id->str table on ALT LinuxArnaldo Carvalho de Melo2022-06-261-12/+2
| * | | perf build-id: Fix caching files with a wrong build IDAdrian Hunter2022-06-261-0/+28
| * | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-06-262-3/+12
| * | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-261-81/+272