summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-1316-277/+502
|\
| * Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-1314-276/+485
| |\
| | * selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argJesper Dangaard Brouer2023-04-136-12/+23
| | * selftests/bpf: xdp_hw_metadata remove bpf_printk and add countersJesper Dangaard Brouer2023-04-132-16/+24
| | * selftests: add the missing CONFIG_IP_SCTP in net configXin Long2023-04-131-0/+1
| | * selftests: openvswitch: adjust datapath NL message declarationAaron Conole2023-04-131-1/+1
| | * selftests: mptcp: userspace pm: uniform verify eventsMatthieu Baerts2023-04-131-0/+2
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-071-3/+27
| | |\
| | | * selftests/bpf: fix xdp_redirect xdp-features selftest for veth driverLorenzo Bianconi2023-04-061-3/+27
| | * | selftests: bonding: add arp validate testHangbin Liu2023-04-071-0/+55
| | * | selftests: bonding: re-format bond option testsHangbin Liu2023-04-074-246/+354
| * | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-04-101-1/+1
| |\ \ \
| | * | | tools/virtio: fix typo in README instructionsRoss Zwisler2023-04-041-1/+1
| * | | | Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-081-0/+16
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett2023-04-051-0/+16
* | | | | tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski2023-04-111-1/+4
* | | | | selftests: forwarding: hw_stats_l3: Detect failure to install countersPetr Machata2023-04-061-1/+14
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-062-0/+2
|\| | | |
| * | | | Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-04-061-0/+1
| |\ \ \ \
| | * | | | selftests: net: rps_default_mask.sh: delete veth link specificallyHangbin Liu2023-04-051-0/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-04-061-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | selftests mount: Fix mount_setattr_test builds failedAnh Tuan Phan2023-03-311-0/+1
* | | | | selftests/net: fix typo in tcp_mmapEric Dumazet2023-04-061-1/+1
* | | | | vsock/test: update expected return valuesArseniy Krasnov2023-04-041-2/+2
* | | | | tools: ynl: ethtool testing toolStanislav Fomichev2023-03-303-0/+444
* | | | | tools: ynl: replace print with NlErrorStanislav Fomichev2023-03-301-3/+9
* | | | | tools: ynl: support byte-order in cliStanislav Fomichev2023-03-302-12/+24
* | | | | selftests: forwarding: add tunnel_key "nofrag" test caseDavide Caratti2023-03-302-0/+162
* | | | | selftests: tc-testing: add tunnel_key "nofrag" test caseDavide Caratti2023-03-301-0/+25
* | | | | selftests: tc-testing: add "depends_on" property to skip testsDavide Caratti2023-03-302-0/+15
* | | | | selftests: rtnetlink: Fix do_test_address_proto()Petr Machata2023-03-301-4/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-305-11/+220
|\| | | |
| * | | | Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-301-0/+90
| |\ \ \ \
| | * | | | test/vsock: new skbuff appending testArseniy Krasnov2023-03-301-0/+90
| | | |_|/ | | |/| |
| * | | | Merge tag 'linux-kselftest-fixes-6.3-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-03-282-6/+24
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | selftests: sigaltstack: fix -WuninitializedNick Desaulniers2023-03-202-6/+24
| * | | Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-261-3/+105
| |\ \ \
| | * | | selftests/x86/amx: Add a ptrace testChang S. Bae2023-03-221-3/+105
| * | | | Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-241-2/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | kselftest: vm: fix unused variable warningPeter Xu2023-03-231-2/+1
* | | | | macvlan: Add netlink attribute for broadcast cutoffHerbert Xu2023-03-291-0/+1
* | | | | selftests: mptcp: add mptcp_info testsGeliang Tang2023-03-291-1/+46
* | | | | selftests/bpf: add a test case for vsock sockmapBobby Eshleman2023-03-291-0/+163
* | | | | selftests/bpf: add vsock to vmtest.shBobby Eshleman2023-03-293-0/+8
* | | | | testing/vsock: add vsock_perf to gitignoreBobby Eshleman2023-03-281-0/+1
* | | | | tools: ynl: Add fixed-header support to ynlDonald Hunter2023-03-282-12/+33
* | | | | tools: ynl: Add struct attr decoding to ynlDonald Hunter2023-03-282-1/+16
* | | | | tools: ynl: Add C array attribute decoding to ynlDonald Hunter2023-03-282-3/+22
* | | | | tools: ynl: Add struct parsing to nlspecDonald Hunter2023-03-281-0/+43
* | | | | tools: ynl: default to treating enums as flags for mask generationJakub Kicinski2023-03-272-5/+6