summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-04-11selftests: net: reuse common code in bpf_offloadJakub Kicinski2-96/+37
2024-04-11selftests: net: declare section names for bpf_offloadJakub Kicinski4-3/+7
2024-04-11selftests: net: bpf_offload: wait for mapsJakub Kicinski1-8/+8
2024-04-11selftests: move bpf-offload test from bpf to netJakub Kicinski5-2/+7
2024-04-08selftests: mptcp: netlink: drop disable=SC2086Geliang Tang1-8/+3
2024-04-08selftests: mptcp: ip_mptcp option for more scriptsGeliang Tang3-4/+35
2024-04-08selftests: mptcp: use pm_nl endpoint opsGeliang Tang3-61/+89
2024-04-08selftests: mptcp: export pm_nl endpoint opsGeliang Tang2-66/+91
2024-04-08selftests: mptcp: join: update endpoint opsGeliang Tang1-49/+23
2024-04-08selftests: mptcp: netlink: add change_address helperGeliang Tang1-2/+13
2024-04-08selftests: mptcp: add {get,format}_endpoint(s) helpersGeliang Tang3-71/+98
2024-04-08selftests: mptcp: netlink: add 'limits' helpersGeliang Tang1-7/+25
2024-04-08selftests: mptcp: export ip_mptcp to mptcp_libGeliang Tang2-9/+17
2024-04-08selftests: mptcp: add ms units for tc-netem delayGeliang Tang2-5/+5
2024-04-08selftests: mptcp: add tc check for check_toolsGeliang Tang4-3/+9
2024-04-08testing: net-drv: add a driver test for stats reportingJakub Kicinski1-0/+86
2024-04-08selftests: drivers: add scaffolding for Netlink tests in PythonJakub Kicinski7-1/+224
2024-04-08selftests: nl_netdev: add a trivial Netlink netdev testJakub Kicinski2-0/+25
2024-04-08selftests: net: add scaffolding for Netlink tests in PythonJakub Kicinski7-1/+223
2024-04-06ynl: support binary and integer sub-type for indexed-arrayHangbin Liu1-0/+10
2024-04-06ynl: rename array-nest to indexed-arrayHangbin Liu2-11/+20
2024-04-06tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu1-1/+10
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-83/+793
2024-04-05Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-77/+733
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+2
2024-04-04tools: ynl: copy netlink error to NlErrorJakub Kicinski1-1/+2
2024-04-04tools: ynl: ethtool.py: Make tool invokable from any CWDRahul Rameshbabu1-2/+6
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-3/+53
2024-04-03tools: ynl: add ynl_dump_empty() helperJakub Kicinski2-0/+14
2024-04-02Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2-2/+2
2024-04-02Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini65-612/+2829
2024-04-02doc: netlink: Add hyperlinks to generated Netlink docsDonald Hunter1-18/+42
2024-04-02doc: netlink: Change generated docs to limit TOC to depth 3Donald Hunter1-1/+1
2024-04-02selftests: mptcp: join: fix dev in check_endpointGeliang Tang1-1/+3
2024-04-02mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti1-0/+9
2024-04-02selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski1-1/+1
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin1-3/+4
2024-04-01tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin3-5/+14
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin2-3/+3
2024-03-31objtool: Fix compile failure when using the x32 compilerMikulas Patocka1-1/+1
2024-03-30Merge tag 'linux_kselftest-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-2/+5
2024-03-30Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2024-03-30selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT.Kuniyuki Iwashima1-6/+257
2024-03-30selftest: tcp: Add bind() tests for IPV6_V6ONLY.Kuniyuki Iwashima1-0/+116
2024-03-30selftest: tcp: Add more bind() calls.Kuniyuki Iwashima1-59/+166
2024-03-30selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests.Kuniyuki Iwashima1-0/+100
2024-03-30selftest: tcp: Define the reverse order bind() tests explicitly.Kuniyuki Iwashima1-8/+59
2024-03-30selftest: tcp: Make bind() selftest flexible.Kuniyuki Iwashima1-34/+58
2024-03-29selftests: dmabuf-heap: add config file for the testMuhammad Usama Anjum1-0/+3
2024-03-29selftests/seccomp: Try to fit runtime of benchmark into timeoutMark Brown1-1/+1