原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"onload",
"openonload",
"solarflare",
"efvi"
],
"is_fork": false,
"size_kb": 16736,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 15238937,
"C++": 18810,
"TeX": 9189,
"Java": 56337,
"Shell": 283197,
"Groovy": 11580,
"Python": 214999,
"Assembly": 10860,
"Makefile": 141419,
"Dockerfile": 4418,
"Go Template": 9370
},
"pushed_at": "2026-07-25T11:35:30Z",
"created_at": "2020-01-29T17:20:39Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T04:39:49Z",
"description": "OpenOnload high performance user-level network stack",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "C",
"significant_languages": [
"C"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "Xilinx-CNS",
"company": null,
"location": "United States of America",
"followers": 142,
"avatar_url": "https://avatars.githubusercontent.com/u/63734672?v=4",
"created_at": "2020-04-15T15:20:12Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 2292
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v9.0.2",
"kind": "patch",
"published_at": "2025-06-13T13:38:01Z"
},
{
"tag": "v9.0.1",
"kind": "patch",
"published_at": "2024-11-27T15:06:40Z"
},
{
"tag": "v9.0.0",
"kind": "major",
"published_at": "2024-10-04T10:40:01Z"
},
{
"tag": "v8.1.3",
"kind": "patch",
"published_at": "2024-05-28T08:11:08Z"
},
{
"tag": "v8.1.2",
"kind": "patch",
"published_at": "2023-11-15T16:46:04Z"
},
{
"tag": "v8.1.1",
"kind": "patch",
"published_at": "2023-08-09T09:59:47Z"
},
{
"tag": "v8.1.0",
"kind": "minor",
"published_at": "2023-07-13T13:02:43Z"
}
],
"recent_commits": [
{
"oid": "ef17681d36a1b5d9e2f9fda4c77c3f700877984d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'onload-9.2'",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-07-22T16:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a15d5c77afa4333be455c3e742e6affa278efc33",
"body": "Add sfc_resource sysfs group to ef10ct devices, providing the 'enable'\nfile that allows enabling/disabling acceleration on ef10ct interfaces.\nThis matches the existing functionality available for ef10 (X2)\ndevices.\n\nThe sysfs file appears at /sys/devices/.../sfc_resource/enable and\naccepts boolean values to control acceleration.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ON-17463: Add sysfs enable file for ef10ct devices",
"author_name": "Paul Emberson",
"author_login": "pemberso-xilinx",
"committed_at": "2026-07-22T08:29:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "04c11bee869a9853b6735fe0c3ca28db366bde80",
"body": "Apply the module-level black/whitelist and other NIC suitability checks up\nfront, alongside the interface white/blacklist, rather than late in the\ndiscovery loop. This means datapath selection operates only on hwports that\nwill actually be used.\n\nClassify surviving hwports per interface: an interfa\n[…]\nimposes no requirement.\n\nThis removes an assertion failure and a spurious \"Unable to find FF port\"\nwarning previously triggered by llct-only interfaces.\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "ON-17442: Enforce datapath selection consistently in oo_get_nics",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T19:37:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1c66b4cc994c801798a5f232d1700cfeee783e5e",
"body": "This exercises all combinations of rx/tx env vars across NICs with differing\nport combinations and blacklisting.\n\nRework the module blacklist matrix to derive the expected return code, hwport\nmasks, discovered set and NIC count per port under the presence rule: a port\nwith at least one surviving hwport must serve each requested non-auto datapath,\nand the stored masks reflect the selection independently of the return code.\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "ON-17442: Add full datapath config unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T19:37:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9ad2c623931b6088a97ae835c882a096679961fe",
"body": null,
"is_bot": false,
"headline": "ON-17442: Add support for testing with module level black/whitelisting",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T19:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d117ad74f924b8ed43ea1e992c0c2034f63e402b",
"body": "This allows configuration with mixed port capabilities and will select the\nbest port combination for each interface.",
"is_bot": false,
"headline": "ON-17442: Add new \"auto\" datapath option",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T19:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d4d5e4bd33a6935caa819ad501040a726bbf88b",
"body": "ci_assert_le does numeric comparison, which is not correct for\nchecking that one bitmask is a subset of another. Use\nci_assert_nflags(x, ~y) which checks (x & ~y) == 0, i.e. x has\nno bits set that are not in y.\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "cleanup: Use bitmask subset checks for hwport assertions",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T17:32:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "20f99cd03d810090d53d444c8f2790e0270ec5a4",
"body": "Fix \"constains\" typo, \"is not known an interface\" grammar, and\n\"retrive\" typo in comment. Also clarify the log format to say\n\"interface list (%s)\" rather than \"interface %s\" since the tag\nparameter is the list name (whitelist/blacklist), not an interface\nname.\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "cleanup: Fix up minor spelling/grammar log issues",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T17:32:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b056877c602e9cbba9210d597c8ad8bb1bdc09a7",
"body": "Co-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "ON-17442: Add oo_get_nics unit tests",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T17:32:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ce90cfae9032618fa7f62d74b561ae01d0a636c6",
"body": "Add test infrastructure for unit testing oo_get_nics in userspace,\nfollowing the OOF test pattern: symlink the kernel source into the\ntest directory, provide stub headers and mock implementations for\nkernel dependencies, and compile as a userspace binary using the\nTAP framework.\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "ON-17442: Add oo_nics unit test harness",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T17:32:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "34418c5824d30e62f93b0913d1e19a99088f6a3e",
"body": "Move oo_get_nics and its helper functions (oo_nic_is_vf,\noo_dev_get_by_name, oo_get_listed_hwports, oo_get_llct_hwports,\noo_ff_hwport_match, oo_get_ff_hwports) from tcp_helper_resource.c\ninto a new oo_nics.c to allow unit testing of the NIC selection\nand datapath configuration logic independently.\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "ON-17442: Extract oo_get_nics into separate compilation unit",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T17:32:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b57af9922071a337b7334adeac630ab96527dc4f",
"body": null,
"is_bot": false,
"headline": "ON-17518: fix SPDX header in mmake.mk",
"author_name": "Matthew Robinson",
"author_login": "matthewr-xilinx",
"committed_at": "2026-07-21T14:09:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "819f8184e30e125888b5c75bd0f7d60f5bcb60b0",
"body": null,
"is_bot": false,
"headline": "ON-17409: add UDP connect OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-21T10:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a151e4c0404acd409fd77ea60cb27b905b5b4e7c",
"body": null,
"is_bot": false,
"headline": "onload_mktest_net_driver: Replacing net driver with v6_4_0_1002",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-07-18T00:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c92e9788d1a219d7ac756a452bdb7731ed65bcf",
"body": "The environment variable requests a setup, but we want to support best effort\nvalues that mean it won't directly map to the applied config for each\ninterface, so we need to check the actual applied config instead.",
"is_bot": false,
"headline": "ON-17442: Replace uses of environment variable to determine dp config",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-17T16:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a27627a0595bc37ee26053e0c996ebacdfe7d7a",
"body": null,
"is_bot": false,
"headline": "ON-17442: Use NIC RSS flag to determine clustering support",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-17T16:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a53e6b70c7da6501b3717de7d09ced3c899d300c",
"body": "We have more fine grained flags for specific sub-features, but no overall flag",
"is_bot": false,
"headline": "ON-17442: Add NIC flag for RSS support",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-17T16:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb63e0a3fb09147ff9c3a30d9804b201cb30c24d",
"body": null,
"is_bot": false,
"headline": "ON-17512: allow efsink to run with evq potentially too small",
"author_name": "Mike Seymour",
"author_login": null,
"committed_at": "2026-07-16T16:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e2959821e4b33018d8014b4435c2667669bc533",
"body": null,
"is_bot": false,
"headline": "ON-16872: check efsink fill level against event queue size",
"author_name": "Mike Seymour",
"author_login": null,
"committed_at": "2026-07-15T14:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a5f9b71d69b2d0731b52de612bc7a44fd5db5f",
"body": "We want to be able to use the largest X4 rxq size (32k) even though the largest\nevq size (also 32k) means we might not be able to use the entire capacity\nsafely. This change allows the allocation to succeed even if the calculated\nevq requirement is larger than the maximum size.\n\nThe user will need t\n[…]\n choose and enforce maximum fill levels rx_fill and\ntx_fill, so that:\n\n rx_fill + (timestamping ? 3 : 1) * tx_fill <= ef_eventq_capacity(vi)\n\notherwise there is a risk of overflowing the event queue.",
"is_bot": false,
"headline": "ON-16872: allocate event queue even if too small for all events",
"author_name": "Mike Seymour",
"author_login": null,
"committed_at": "2026-07-15T14:59:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0e4cc7b2b5ae4ffcdf4694bf0528cc7a5c39340",
"body": null,
"is_bot": false,
"headline": "ON-17409: add multicast install OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-14T16:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7898075a8a00bcf8ad0ed273f6d557db243974c7",
"body": null,
"is_bot": false,
"headline": "ON-17409: add address reactivation OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-14T10:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf92aa2ac79bf15bec28fe4fcac5b1346826905a",
"body": null,
"is_bot": false,
"headline": "ON-17409: add hwport lifecycle OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-14T10:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "433e5a6d7508c88eaf9530c23a99cc4627efde6f",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub: do not delete runtime directory",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-07-09T15:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61e472c78f026b4cba5e4616b5cb1f7364963512",
"body": null,
"is_bot": false,
"headline": "Merge branch 'onload-9.2'",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-07-09T15:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13078c045ce540a4e99709ecc548ace6f0ab3489",
"body": null,
"is_bot": false,
"headline": "ON-17320: treat existing shrub controller as benign",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-07-09T15:07:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23958cd636e2defb4490e14b2160847a89fd809f",
"body": null,
"is_bot": false,
"headline": "ON-17409: add multicast interface update OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-09T12:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a32087b2c519a67dce6360b67c9ba1606beb582",
"body": null,
"is_bot": false,
"headline": "ON-17409: add multicast SW delete OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-08T17:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ecc7a45741268858c480c2ff4e23d3a81a2c1b7",
"body": null,
"is_bot": false,
"headline": "ON-17409: add multicast delete OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-07T16:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4990fc95fef1e0711355fbb585947d27df94ba4",
"body": "…nes without movdir64b",
"is_bot": false,
"headline": "ON-17410: For userspace CXL builds, avoid running unit tests on machi…",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-07T16:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7ab49f2c48f3d47e7e008bb6c57776e3ee9599",
"body": "…ix ulhelper kernel builds",
"is_bot": false,
"headline": "ON-17410: Add more ulhelper guards around missing code functions to f…",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-07T16:01:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cebede0a6bc7448a5414c34265f9c529b4b35b40",
"body": "Co-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "ON-17409: add multicast HW error OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-07T15:20:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f5a2c85462b34c101d742f9df366ffad576328a2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'onload-9.2'",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-07T10:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80acace8ea634ae9d622fcc839a8522465767d21",
"body": null,
"is_bot": false,
"headline": "cleanup: jenkins just use unit-test-master nodes",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-07T09:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2974750caf9454019b00a10931cd67c762241550",
"body": "…ests try and make directory scanning more targetted",
"is_bot": false,
"headline": "ON-17381: ut_pipeline add retry on directory delete. Also cplane syst…",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-07T09:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4056d8d3c3bc83ddda1339355c088006f7d8eb81",
"body": null,
"is_bot": false,
"headline": "cleanup: fix mis-saved git conflict in ut_pipeline",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-07T09:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bae887d1bf3d5ad4a70bc3b1afd7396b5caf9d7",
"body": null,
"is_bot": false,
"headline": "cleanup: remove old gem/ruby system",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-06T10:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4d5c9df46e5798767a1ee5c72d5c0061e652437",
"body": "- Flatten nested parallelism: replace doDeveloperBuild() wrapper that\n ran its own utils.parallel() inside a stage with generateBuildTasks()\n that returns a flat map of closures, all merged into a single\n top-level parallel block\n- Stash/unstash: clone once in Checkout, stash full tree as\n 'onlo\n[…]\nlls to reduce\n agent round-trips\n- Replace ws() with dir() for workspace isolation (node auto-allocates)\n- Modernize to Groovy 3 idioms: collectEntries, findAll, each instead\n of C-style index loops",
"is_bot": false,
"headline": "ON-17381: ut_pipeline enable parallelism and modern groovy",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-06T10:40:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7538a4253b016809adcdf3c0d7e380fdda8a0027",
"body": null,
"is_bot": false,
"headline": "ON-17381: Replace workaround for JENKINS-47770 in test pipeline",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-06T10:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d21a2383d50e70af7b957ab51ee6eae354f5a4",
"body": null,
"is_bot": false,
"headline": "cleanup: remove old gem/ruby system",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-06T10:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b51e522b5c36cd07245195040362cfbba8bbf3d0",
"body": "- Flatten nested parallelism: replace doDeveloperBuild() wrapper that\n ran its own utils.parallel() inside a stage with generateBuildTasks()\n that returns a flat map of closures, all merged into a single\n top-level parallel block\n- Stash/unstash: clone once in Checkout, stash full tree as\n 'onlo\n[…]\nlls to reduce\n agent round-trips\n- Replace ws() with dir() for workspace isolation (node auto-allocates)\n- Modernize to Groovy 3 idioms: collectEntries, findAll, each instead\n of C-style index loops",
"is_bot": false,
"headline": "ON-17381: ut_pipeline enable parallelism and modern groovy",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-06T10:36:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d5847c00cf675752fc77f796c14cd2ac7052cfc",
"body": null,
"is_bot": false,
"headline": "ON-17381: Replace workaround for JENKINS-47770 in test pipeline",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-07-06T10:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "586fc723beaf23bac0b20a68a3c6c0947dd56372",
"body": "This fails with the AF_XDP filter redirect handling, so unblock the build\nuntil we've got a proper fix in place.",
"is_bot": false,
"headline": "ON-17448: Skip filter redirect oof test on master",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-01T16:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561bfe734594fd6f165502a9cdf23a3aeee3c76e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'onload-9.2'",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-01T15:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d88d5985338dad5b6b761bcc570617e4ed08ad37",
"body": null,
"is_bot": false,
"headline": "ON-17429: Use generic future poll method from onload",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-01T10:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "387f437290c441e34ac301b0a4d52b40b21f5e69",
"body": "This allows a common polling path after arch specific future peek.",
"is_bot": false,
"headline": "ON-17429: Add generic ef_future_eventq_poll",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-07-01T10:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b267e903f1c16080590d9c866b91f932f0670c99",
"body": null,
"is_bot": false,
"headline": "ON-17409: add threshold sharing OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-26T12:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15f6526e45873d570967391416b4e51225625052",
"body": null,
"is_bot": false,
"headline": "ON-17409: add cluster compatibility OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-26T12:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3956f59ee12df4bb920e84b14d26bb6127fd4e02",
"body": null,
"is_bot": false,
"headline": "Merge branch 'onload-9.2'",
"author_name": "Josh Featherstone",
"author_login": "jfeather-amd",
"committed_at": "2026-06-26T12:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f5a97d51894253279c71647a2433e9445c4045",
"body": null,
"is_bot": false,
"headline": "cleanup: update unit test build label for onload9",
"author_name": "Josh Featherstone",
"author_login": "jfeather-amd",
"committed_at": "2026-06-26T11:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e392ce282748cdd033deed0be3fbba94a1d8e4",
"body": null,
"is_bot": false,
"headline": "ON-17409: add multicast input validation OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-26T11:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0415e2d7cab97d6a23a0fdce1ecccb9daa08bb7",
"body": null,
"is_bot": false,
"headline": "onload_mktest_net_driver: Replacing net driver with v6_4_0_1000",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-25T16:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39f31ddb55bfead54a5a7c3d9947099db98d2e34",
"body": null,
"is_bot": false,
"headline": "ON-17409: add filter redirect OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-25T16:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea157ea2a05ffb1234a5900cdfeb1605644be79b",
"body": null,
"is_bot": false,
"headline": "ON-17409: add address lifecycle OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-25T16:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6cc2cc27401c6be12886107bef7d86401f062fa",
"body": null,
"is_bot": false,
"headline": "ON-17409: add SW filter deletion OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-25T15:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfe52494203c879d7f99783048d91e5ec90b3e54",
"body": null,
"is_bot": false,
"headline": "ON-17409: add hidden socket OOF unit test",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-19T09:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3743bc95084fcbe6bcada4f528da30beb57af856",
"body": null,
"is_bot": false,
"headline": "ON-16511: (follow-on) remove shrub log-to-file op",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-18T16:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65dd671dbc31f6a4b9585fc2a8e5eb2497ba61db",
"body": null,
"is_bot": false,
"headline": "cleanup: remove unnecessary psmisc dep from deb",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-18T15:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3072cd3336bca789db150504f4d0c31e3d34f9f2",
"body": "Co-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "ON-17282: drop vestigial Debian adduser dep",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-18T15:33:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "888e60756d6c77e9cfd675ae3821620e7f95ebe8",
"body": "Access is still open by default unless restricted with\nONLOAD_MODE=0660 and SFC_CHAR_MODE=0660.",
"is_bot": false,
"headline": "ON-17282: use new onload_users group for access control",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-18T15:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f228b26c9d648328eb80082960ca5c1cbe03e74",
"body": null,
"is_bot": false,
"headline": "ON-17282: deb and rpm to share same sysusers.d drop-in",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-18T15:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36f145898cac0d5b27d8094c02a12ff4b9f6b53",
"body": null,
"is_bot": false,
"headline": "Merge branch 'onload-9.2'",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-18T10:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96c4e158d50e81b7a4073b58c4e65125a92a99b4",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-user 7/7: pass shrub uid/gid/mode options to module",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T12:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4278f30c43eecd90513771bcd89e3f2fe1b567c2",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-user 6/7: only use sysusers.d for RPMs",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T12:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2346780b48e312b5499bc7274c9bb9d1dc3a03ea",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-user 5/7: drop debian sysuser legacy helper",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T12:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff263cc9b570e99faec5d22a0ab6761cd50b013",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-user 4/7: add onload_shrub user",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T12:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "857f3b6fa4d9626dc8254103f54804904c8d7c65",
"body": "…wning controller",
"is_bot": false,
"headline": "ON-17282: shrub-user 3/7: add uid/gid/mode controls to module for spa…",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T12:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96b4411360e2e71bc22b007b1c763348459f7d5f",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-user 2/7: shrub server socket mode comes from umask",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T12:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "728b9b161a1b6a483fc4173aa0dd22b1aa091c11",
"body": "…d --client-mode",
"is_bot": false,
"headline": "ON-17282: shrub-user 1/7: control access to shrub via --client-gid an…",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T12:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d03452111ff19a5cdaba3c86f6b27fbead74e06c",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-user 0/7: open log directory up front",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T12:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0351405f11bdaf4f4918388caeed10a3c297c72",
"body": null,
"is_bot": false,
"headline": "ON-17401: rpm 3/3: express EL10 build-dep on pyproject tooling",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T11:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8168b1f0c3e0a1672223580297b1749a98e6ed",
"body": null,
"is_bot": false,
"headline": "ON-17401: rpm 2/3: akmod does not need user build deps",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T11:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b8fa9b754ece93a7bd504abb2476d6d3cea952c",
"body": null,
"is_bot": false,
"headline": "ON-17401: rpm 1/3: drop long-unused autotools deps",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-11T11:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d169d8c65cc3b9e73483ffcf3f45f612a9061d9b",
"body": null,
"is_bot": false,
"headline": "cleanup: temporarily disable cplane system tests in Jenkins pipeline",
"author_name": "Josh Featherstone",
"author_login": "jfeather-amd",
"committed_at": "2026-06-11T09:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82539587f0cd75cd0153a3871646b71819e33a1b",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-uid 10/10: add --uid and --gid options",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "590aa82fe8e42ea010cb32ec4d353f73de334650",
"body": "Also normalise fd handling to use int type at application level.",
"is_bot": false,
"headline": "ON-17282: shrub-uid 9/10: plug missing fd var invalidations",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb04c111eaa9a64057d0491f59f36061ffb6575d",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-uid 8/10: fix cplane va_list forwarding",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72c021a4693c4c16b2fd8c302fafd8c3abe850c2",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-uid 7/10: move all config vars together",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cea742d8fb4c5daab7da11c60bf0b2f00e451e3",
"body": "This is to support the addition of new options in common\nwith other tools. Adds a strict bool-type option type.",
"is_bot": false,
"headline": "ON-17282: shrub-uid 6/10: use common opt parser",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e90feb1833eb8f58a1bfac2047a49ddbdde86c",
"body": "…inx-CNS/onload#309)",
"is_bot": false,
"headline": "ON-17282: shrub-uid 5/10: use close_range(2) in all tools (Closes Xil…",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd703490ce05cee7a1dfc7c925279f406cbf871b",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-uid 4/10: daemonise after opening config socket",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c526e7e11c1c6f8b5d3113eb64dc0d1ffe90685",
"body": null,
"is_bot": false,
"headline": "ON-17282: shrub-uid 3/10: use *at() fns where possible",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f79eab5f61789770502dc18fe87a485e26f5d204",
"body": "…er dir",
"is_bot": false,
"headline": "ON-17282: shrub-uid 2/10: replace lock file with flock(2) on controll…",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d703ef280f1970a0e79d85173758038d7a84795",
"body": "…flags",
"is_bot": false,
"headline": "ON-17282: shrub-uid 1/10: control ci_server_daemonise behaviour with …",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T20:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7791edc8af766cbd4fc60c82120fa23a2db0befc",
"body": null,
"is_bot": false,
"headline": "Merge branch 'onload-9.2'",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T19:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "841717287684f012669f431564dc52ecfb90c985",
"body": null,
"is_bot": false,
"headline": "ON-17343: use C11's static_assert",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-09T19:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4dbbf3ede447d0ab38104fde79f7b11ff97a7f5",
"body": "This adds support for various missing functionality, notably clustering,\ntproxy and error injection.",
"is_bot": false,
"headline": "ON-17409: extend OOF unit test harness",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-09T14:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e6a1215a71770b4293425fdd39169798efae94c",
"body": null,
"is_bot": false,
"headline": "cleanup: Purge old unused bond tag enum.",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-09T13:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e489cffc3e73f73e5e12360bc333ab7ea8ee8a",
"body": "Failure here results in stack creation failure, so all we need to do is make\nsure we leave state in a way that's safe for tear down.",
"is_bot": false,
"headline": "ON-17341: Cleanup queue state on attach failure",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-09T09:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e733273451ecc38a2412ae5ec0b0d2ee684f5ba",
"body": null,
"is_bot": false,
"headline": "cleanup: Make userspace compile with clang-19",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-06-08T09:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc7c9564da73e9a27f44cd760809d8c7f2f67ef4",
"body": "…nes without movdir64b",
"is_bot": false,
"headline": "ON-17410: For userspace CXL builds, avoid running unit tests on machi…",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-06-04T11:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b968c536b669f818c0644280aaf1541a573f4ce0",
"body": "…ix ulhelper kernel builds",
"is_bot": false,
"headline": "ON-17410: Add more ulhelper guards around missing code functions to f…",
"author_name": "Krish De Souza",
"author_login": "krishd-amd",
"committed_at": "2026-06-04T11:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87cac0f0280c736b6f04aa4fd0731f166c0d21a4",
"body": null,
"is_bot": false,
"headline": "ON-17395: declare RHEL 9.8/10.2 compat",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-06-02T16:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0d5b278aabc6cac8769d7281e9b1871f2172111",
"body": "Closes #327",
"is_bot": false,
"headline": "Merge Xilinx-CNS/onload#327",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-05-21T10:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "108d36c4b2958993affd51d3be84e95f7cbad5d6",
"body": "Closes #325",
"is_bot": false,
"headline": "Merge Xilinx-CNS/onload#325",
"author_name": "Andrew Bower",
"author_login": "abower-amd",
"committed_at": "2026-05-21T09:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd26e62c0565efe82480b951f2d85d0a36650944",
"body": "TTAG is ns48, and BRCM is s18 + ns30. In both cases, there is a\nwraparound every ~3 days. During this, wire-order delivery may fail,\nsince it will see a packet that is later in the wire order, have a\nlower timestamp than a packet that is earlier than the wire order.\nThis is not needed for the third \n[…]\nnt,server} with\nEF_RX_TIMESTAMPING_ORDERING=trailer EF_RX_TIMESTAMPING_TRAILER_FORMAT=brcm\nwith 12 sockets over 100 iterations without a sequence error.\n\nSigned-off-by: YiFei Zhu <zhuyifei@google.com>",
"is_bot": false,
"headline": "timestamp: Extend TTAG and BRCM trailer timestamps with wall clock time",
"author_name": "YiFei Zhu",
"author_login": "zhuyifei1999",
"committed_at": "2026-05-21T07:56:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b04098cda92b5224f82a27e31142e8452460e712",
"body": "Closes #282",
"is_bot": false,
"headline": "Merge Xilinx-CNS/onload#282",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-05-20T16:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fab5e38e7dd5e0248864a86401b508bb06a020a",
"body": "Closes #279",
"is_bot": false,
"headline": "Merge Xilinx-CNS/onload#279",
"author_name": "Siân James",
"author_login": "sianj-xilinx",
"committed_at": "2026-05-20T16:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fd02ffe4e50c8927b7b41a9df3317d26cf97415",
"body": "It has been observed that at least one driver would panic when the\nethtool ops is performed on a detached netdev [1]. Kernel upstream\nsaid that if a module calls the functions \"without holding the\nappropriate locks, then no amount of changes to the [...] driver\nwill fix that issue\", and \"the root ca\n[…]\ns.org/project/intel-wired-lan/patch/20260421051641.370436-1-boolli@google.com/\n[2] https://lore.kernel.org/all/20250305163732.2766420-1-sdf@fomichev.me/\n\nSigned-off-by: YiFei Zhu <zhuyifei@google.com>",
"is_bot": false,
"headline": "af_xdp: Perform netdev lock, presence check, ->begin around ethtool ops",
"author_name": "YiFei Zhu",
"author_login": "zhuyifei1999",
"committed_at": "2026-05-19T20:50:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a4fccb9dfa98255650ae6716c42b2de05e1bf4b",
"body": "Co-authored-by: Siân <sian.james@amd.com>",
"is_bot": false,
"headline": "Update src/lib/efthrm/oof_filters.c",
"author_name": "Mina",
"author_login": "mina",
"committed_at": "2026-05-19T19:54:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 654,
"latest_release_at": "2025-06-13T13:38:01Z",
"latest_release_tag": "v9.0.2",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 52,
"days_since_latest_release": 407,
"mean_days_between_releases": 116.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 141,
"stars": 823,
"watchers": 39,
"fork_history": {
"days": [
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2021-01-01",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-09",
"count": 1
},
{
"date": "2021-01-23",
"count": 1
},
{
"date": "2021-02-03",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-05-17",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-07-26",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-10-12",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2021-12-31",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-14",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-03-26",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-07-16",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-09-08",
"count": 1
},
{
"date": "2022-10-17",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-04-04",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-07-15",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-21",
"count": 1
},
{
"date": "2023-09-26",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-23",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-03-31",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-05-30",
"count": 1
},
{
"date": "2024-06-10",
"count": 1
},
{
"date": "2024-06-28",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-10-17",
"count": 2
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-11-01",
"count": 2
},
{
"date": "2024-11-29",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-21",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-05-27",
"count": 1
},
{
"date": "2025-05-30",
"count": 2
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-28",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-09",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-10-06",
"count": 2
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
}
],
"complete": true,
"collected": 139,
"total_forks": 141
},
"star_history": null,
"open_issues_and_prs": 102
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"src/driver/linux_net/Makefile",
"src/driver/linux_net/drivers/net/ethernet/sfc/Makefile",
"src/driver/linux_net/drivers/net/ethernet/sfc/siena/Makefile",
"src/driver/linux_net/drivers/net/ethernet/sfc/util/Makefile",
"src/driver/linux_net/include/linux/Makefile",
"src/tests/ef_vi/Makefile",
"src/tests/onload/extensions/Makefile",
"src/tests/onload/hwtimestamping/Makefile",
"src/tests/onload/wire_order/Makefile",
"src/tests/trade_sim/Makefile",
"src/tools/bpf_link_helper/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 1509456,
"source_files_sampled": 1078,
"oversized_source_files": 45,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 18,
"merged_prs": 70,
"open_issues": 84,
"closed_ratio": 0.578,
"closed_issues": 115,
"closed_unmerged_prs": 48
},
"bus_factor": 4,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sianj-xilinx",
"commits": 737,
"avatar_url": "https://avatars.githubusercontent.com/u/59612206?v=4"
},
{
"type": "User",
"login": "ol-alexandra",
"commits": 586,
"avatar_url": "https://avatars.githubusercontent.com/u/56109945?v=4"
},
{
"type": "User",
"login": "ivatet-amd",
"commits": 320,
"avatar_url": "https://avatars.githubusercontent.com/u/117648847?v=4"
},
{
"type": "User",
"login": "abower-amd",
"commits": 318,
"avatar_url": "https://avatars.githubusercontent.com/u/58978063?v=4"
},
{
"type": "User",
"login": "jfeather-amd",
"commits": 304,
"avatar_url": "https://avatars.githubusercontent.com/u/138583224?v=4"
},
{
"type": "User",
"login": "tcrawley-xilinx",
"commits": 187,
"avatar_url": "https://avatars.githubusercontent.com/u/91063830?v=4"
},
{
"type": "User",
"login": "maciejj-xilinx",
"commits": 184,
"avatar_url": "https://avatars.githubusercontent.com/u/58942211?v=4"
},
{
"type": "User",
"login": "krishd-amd",
"commits": 131,
"avatar_url": "https://avatars.githubusercontent.com/u/58774908?v=4"
},
{
"type": "User",
"login": "ligallag-amd",
"commits": 97,
"avatar_url": "https://avatars.githubusercontent.com/u/145109671?v=4"
},
{
"type": "User",
"login": "matthewr-xilinx",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/60397122?v=4"
}
],
"contributors_sampled": 60,
"top_contributor_share": 0.209
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"compatibility_check.yml",
"mkdist-containers.yml",
"mkdist.yml",
"perform_developing_md_build.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ef17681d36a1b5d9e2f9fda4c77c3f700877984d",
"ran_at": "2026-07-26T07:26:05Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T16:49:12Z",
"oldest_open_prs": [
{
"number": 230,
"created_at": "2024-06-24T18:29:39Z",
"last_comment_at": "2024-08-01T17:16:03Z",
"last_comment_author": "okt-sergeyn"
},
{
"number": 238,
"created_at": "2024-08-07T11:16:29Z",
"last_comment_at": "2024-12-02T15:53:35Z",
"last_comment_author": "ivatet-amd"
},
{
"number": 254,
"created_at": "2024-11-22T13:11:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 255,
"created_at": "2024-12-18T23:43:44Z",
"last_comment_at": "2025-05-01T10:30:06Z",
"last_comment_author": "zhuyifei1999"
},
{
"number": 267,
"created_at": "2025-02-27T07:55:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 298,
"created_at": "2025-07-03T14:49:26Z",
"last_comment_at": "2025-07-14T10:05:00Z",
"last_comment_author": "ol-alexandra"
},
{
"number": 304,
"created_at": "2025-08-29T22:07:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 305,
"created_at": "2025-09-12T21:10:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 308,
"created_at": "2025-11-07T15:48:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 315,
"created_at": "2026-01-14T10:06:08Z",
"last_comment_at": "2026-01-14T11:06:46Z",
"last_comment_author": "lukester1975"
},
{
"number": 316,
"created_at": "2026-01-14T10:34:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 326,
"created_at": "2026-04-22T11:21:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 329,
"created_at": "2026-05-25T12:35:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 330,
"created_at": "2026-05-29T09:02:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 331,
"created_at": "2026-06-03T03:18:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 334,
"created_at": "2026-07-09T17:27:50Z",
"last_comment_at": "2026-07-10T16:04:13Z",
"last_comment_author": "matsavill"
},
{
"number": 335,
"created_at": "2026-07-20T19:28:01Z",
"last_comment_at": "2026-07-20T19:30:55Z",
"last_comment_author": "zhuyifei1999"
},
{
"number": 336,
"created_at": "2026-07-20T19:28:06Z",
"last_comment_at": "2026-07-20T19:32:11Z",
"last_comment_author": "zhuyifei1999"
}
],
"last_merged_pr_at": "2026-05-21T10:18:32Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 10,
"created_at": "2021-02-10T10:06:51Z",
"last_comment_at": "2021-04-12T00:48:38Z",
"last_comment_author": "h2cw2l"
},
{
"number": 13,
"created_at": "2021-03-01T17:39:50Z",
"last_comment_at": "2021-03-19T14:51:24Z",
"last_comment_author": "ned14"
},
{
"number": 15,
"created_at": "2021-03-15T07:51:49Z",
"last_comment_at": "2021-03-19T14:14:51Z",
"last_comment_author": "abower-amd"
},
{
"number": 18,
"created_at": "2021-04-07T08:19:01Z",
"last_comment_at": "2021-04-20T13:37:28Z",
"last_comment_author": "ol-alexandra"
},
{
"number": 19,
"created_at": "2021-04-08T13:10:43Z",
"last_comment_at": "2021-06-11T13:14:42Z",
"last_comment_author": "sundbp"
},
{
"number": 24,
"created_at": "2021-04-19T21:32:48Z",
"last_comment_at": "2021-04-20T11:21:38Z",
"last_comment_author": "ol-alexandra"
},
{
"number": 25,
"created_at": "2021-04-20T10:37:28Z",
"last_comment_at": "2021-04-21T09:53:05Z",
"last_comment_author": "rhughes-xilinx"
},
{
"number": 27,
"created_at": "2021-05-27T13:55:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2021-05-29T15:47:30Z",
"last_comment_at": "2024-06-25T21:06:07Z",
"last_comment_author": "lparkersc"
},
{
"number": 31,
"created_at": "2021-06-24T08:21:10Z",
"last_comment_at": "2021-06-25T06:50:03Z",
"last_comment_author": "ol-alexandra"
},
{
"number": 33,
"created_at": "2021-06-25T20:16:48Z",
"last_comment_at": "2021-09-27T09:02:14Z",
"last_comment_author": "maciejj-xilinx"
},
{
"number": 34,
"created_at": "2021-06-27T09:08:39Z",
"last_comment_at": "2021-06-29T12:40:31Z",
"last_comment_author": "ol-alexandra"
},
{
"number": 39,
"created_at": "2021-07-19T08:04:18Z",
"last_comment_at": "2022-06-09T17:40:45Z",
"last_comment_author": "shirshen12"
},
{
"number": 46,
"created_at": "2021-09-28T14:23:55Z",
"last_comment_at": "2023-02-12T22:59:59Z",
"last_comment_author": "sweemer"
},
{
"number": 48,
"created_at": "2021-10-13T08:05:20Z",
"last_comment_at": "2021-11-26T10:26:45Z",
"last_comment_author": "rhughes-xilinx"
},
{
"number": 50,
"created_at": "2021-11-04T16:01:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2021-11-18T22:39:20Z",
"last_comment_at": "2021-11-30T17:22:39Z",
"last_comment_author": "shirshen12"
},
{
"number": 61,
"created_at": "2022-02-08T10:06:56Z",
"last_comment_at": "2022-02-08T11:11:12Z",
"last_comment_author": "ol-alexandra"
},
{
"number": 68,
"created_at": "2022-03-14T16:12:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2022-03-23T13:00:43Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Xilinx-CNS/onload",
"host": "github.com",
"name": "onload",
"owner": "Xilinx-CNS"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 31,
"inputs": {
"security": 22,
"vitality": 79,
"community": 69,
"governance": 68,
"engineering": 60,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 62,
"overall_after_jurisdiction_multiplier": 31
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"commits_last_year": 654,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 52
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "52/52 weeks with commits",
"points": 36,
"status": "met",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 52
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "654 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 654
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v9.0.2",
"releases_from_tags": true,
"days_since_latest_release": 407,
"mean_days_between_releases": 116.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 407 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 407
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~116.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 116.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 69,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"forks": 141,
"stars": 823,
"watchers": 39,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "823 stars",
"points": 47.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 823
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "141 forks",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 141
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "39 watchers",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 39
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 60,
"top_contributor_share": 0.209
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 21% of commits",
"points": 17.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 21
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "60 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 60
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"merged_prs": 70,
"open_issues": 84,
"closed_issues": 115,
"issue_closed_ratio": 0.578,
"closed_unmerged_prs": 48
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "58% of issues closed",
"points": 27,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 58
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "70/118 decided PRs merged",
"points": 22.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 70,
"decided": 118
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 142,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Xilinx-CNS",
"public_repos": 24,
"account_age_days": 2292
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "142 followers of Xilinx-CNS",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 142,
"login": "Xilinx-CNS"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~6 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"onload",
"openonload",
"solarflare",
"efvi"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 22,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 22,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 4.5,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 22,
"security_posture_before_jurisdiction": 45
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 52,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.32,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "32 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"src/driver/linux_net/Makefile",
"src/driver/linux_net/drivers/net/ethernet/sfc/Makefile",
"src/driver/linux_net/drivers/net/ethernet/sfc/siena/Makefile",
"src/driver/linux_net/drivers/net/ethernet/sfc/util/Makefile",
"src/driver/linux_net/include/linux/Makefile",
"src/tests/ef_vi/Makefile",
"src/tests/onload/extensions/Makefile",
"src/tests/onload/hwtimestamping/Makefile",
"src/tests/onload/wire_order/Makefile",
"src/tests/trade_sim/Makefile",
"src/tools/bpf_link_helper/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.1,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, src/driver/linux_net/Makefile, src/driver/linux_net/drivers/net/ethernet/sfc/Makefile, src/driver/linux_net/drivers/net/ethernet/sfc/siena/Makefile, src/driver/linux_net/drivers/net/ethernet/sfc/util/Makefile, src/driver/linux_net/include/linux/Makefile, src/tests/ef_vi/Makefile, src/tests/onload/extensions/Makefile, src/tests/onload/hwtimestamping/Makefile, src/tests/onload/wire_order/Makefile, src/tests/trade_sim/Makefile, src/tools/bpf_link_helper/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, src/driver/linux_net/Makefile, src/driver/linux_net/drivers/net/ethernet/sfc/Makefile, src/driver/linux_net/drivers/net/ethernet/sfc/siena/Makefile, src/driver/linux_net/drivers/net/ethernet/sfc/util/Makefile, src/driver/linux_net/include/linux/Makefile, src/tests/ef_vi/Makefile, src/tests/onload/extensions/Makefile, src/tests/onload/hwtimestamping/Makefile, src/tests/onload/wire_order/Makefile, src/tests/trade_sim/Makefile, src/tools/bpf_link_helper/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "10 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 1509456,
"source_files_sampled": 1078,
"oversized_source_files": 45
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "45/1078 source files over 60KB",
"points": 52.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1078,
"oversized": 45
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch pypi package 'OpenOnload_utilities' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-26T07:26:22.791751Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/x/Xilinx-CNS/onload.svg",
"full_name": "Xilinx-CNS/onload",
"license_state": "custom",
"license_spdx": null
}