原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 973,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 676576,
"Makefile": 758
},
"pushed_at": "2019-11-27T08:20:32Z",
"created_at": "2020-12-19T16:07:24Z",
"owner_type": "Organization",
"updated_at": "2020-12-19T16:07:26Z",
"description": "Simple netlink library for go.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "burmilla",
"company": null,
"location": null,
"followers": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/70163093?v=4",
"created_at": "2020-08-24T16:30:25Z",
"is_verified": null,
"public_repos": 50,
"account_age_days": 2159
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2018-03-16T04:46:22Z"
}
],
"recent_commits": [
{
"oid": "d71301a47b607450337d920f260f3dc76481298e",
"body": null,
"is_bot": false,
"headline": "Attach RTA_ENCAP_TYPE to children, not rtAttrs, when using Multipath",
"author_name": "takt",
"author_login": null,
"committed_at": "2019-11-13T18:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbc6cb49afd2d852e578baa240bf5d522ab96d46",
"body": "For 4.20 and newer kernels VethPeerIndex() causes a stack corruption as\nthe kernel is copying more data to golang user space than originally\nexpected. This is due to a recent kernel commit where it extends veth\ndriver's ethtool stats for XDP:\n\n https://git.kernel.org/torvalds/c/d397b9682c1c808344dd\n[…]\n4.\n\nFixes: 54ad9e3a4cbb (\"Two new functions: LinkSetBondSlave and VethPeerIndex\")\nReported-by: Jean Raby <jean@raby.sh>\nSigned-off-by: Daniel Borkmann <daniel@iogearbox.net>\nCc: phob0s <git@phob0s.pl>",
"is_bot": false,
"headline": "link, veth: fix stack corruption from retrieving peer index",
"author_name": "Daniel Borkmann",
"author_login": "borkmann",
"committed_at": "2019-11-13T18:31:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9fd9670a125a8ac5258ef0ee156a0fe6d760664",
"body": "It's not needed for retrieving the veth peer ifindex, and we already\nget the set count via earlier ETHTOOL_GSSET_INFO call. Both are copying\nveth_get_sset_count() up to user space in veth case (which is the only\nuser of this anyway).\n\nSigned-off-by: Daniel Borkmann <daniel@iogearbox.net>",
"is_bot": false,
"headline": "link, veth: remove useless call to retrieve ethtool strings",
"author_name": "Daniel Borkmann",
"author_login": "borkmann",
"committed_at": "2019-11-13T18:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aad0baef2856c220acdcb053b1d3d4391d8afd7b",
"body": "Since [vishvananda/netlink#248](https://github.com/vishvananda/netlink/pull/248), adding an address automatically sets the broadcast if the broadcast address was not specified. This is undesirable when adding an IP with a prefixlen of /31 or /32. (Additional details in the issues linked below.)\n\nThi\n[…]\nt-in feature.\nC. already works - Suppress setting the broadcast when addr's broadcast address is set to `0.0.0.0`. (This works today, but I'm not sure the behavior can be relied upon as a public API.)",
"is_bot": false,
"headline": "Don't auto-set broadcast unless subnet larger than /31",
"author_name": "J. Brandt Buckley",
"author_login": "brandt",
"committed_at": "2019-11-13T18:28:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e934999cd7cda5e3fa561529d0da5fd3cd567053",
"body": "Signed-off-by: Tobias Klauser <tklauser@distanz.ch>",
"is_bot": false,
"headline": "Add support for Go modules",
"author_name": "Tobias Klauser",
"author_login": "tklauser",
"committed_at": "2019-11-07T17:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ec5bdc52b8641d619639ddc5681a65de85dad60",
"body": "LinkSetMaster also works with Bond device.\nSo this PR changes the type of master argument to Link.",
"is_bot": false,
"headline": "Change LinkSetMaster's master argument type. (*Bridge -> Link)",
"author_name": "Takushi Fujiwara",
"author_login": "hiepon",
"committed_at": "2019-09-30T14:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac5f4df047429f3bf1e076eb4053cd44d17f4012",
"body": null,
"is_bot": false,
"headline": "Add support for parsing IFLA_BOND_ARP_IP_TARGET",
"author_name": "Yakushi Fujiwara",
"author_login": "hiepon",
"committed_at": "2019-09-24T20:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b3a223c53798a2e045a4e8103febfd9de72a591",
"body": null,
"is_bot": false,
"headline": "Add ip6tnl support",
"author_name": "Oleg Senin",
"author_login": "RealFatCat",
"committed_at": "2019-09-24T20:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ace697bea4b7641fbc6dcf7c90432c6b8bea5c",
"body": null,
"is_bot": false,
"headline": "Introduce constants for known VF link states",
"author_name": "Ihar Hrachyshka",
"author_login": null,
"committed_at": "2019-09-24T20:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "205d80393d63ba81fb9be7a3f02ab6eb7ed26e92",
"body": null,
"is_bot": false,
"headline": "Support setting link state for SR-IOV VFs",
"author_name": "Sam Gwydir",
"author_login": "gwydirsam",
"committed_at": "2019-09-24T20:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "205a160d2eb0fadbfcf7c39d7223a7eee20e1b97",
"body": "This PR refers to PR@lebauce and add some changes.\n- Added some tests to retrieve bond slave information.\n- Link.BondSlave is changed to LinkSlave interface.\n- BondSlaveState.String() returns UPPER case. (same as iproute2)\n- BondSlaveMiiStatus.String() returns UPPER case. (same as iproute2)",
"is_bot": false,
"headline": "Add bond slave information",
"author_name": "Takushi Fujiwara",
"author_login": null,
"committed_at": "2019-09-16T15:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e906d226249b76de7fe3c326ea4616ca3b5945a6",
"body": null,
"is_bot": false,
"headline": "Add support for output-mark",
"author_name": "Laurent Bernaille",
"author_login": "lbernail",
"committed_at": "2019-09-16T15:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36d367fd76f902367981d67357d9742a5f4e7086",
"body": "These are unused since commit 941b4de9e151f1c3662f3f1fa23ec263999f09de\n\nSigned-off-by: Tobias Klauser <tklauser@distanz.ch>",
"is_bot": false,
"headline": "Remove unused *_PROTO constants",
"author_name": "Tobias Klauser",
"author_login": "tklauser",
"committed_at": "2019-09-13T16:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07130f38b91e869b1445b5f888ba2a9b64d73b9d",
"body": null,
"is_bot": false,
"headline": "Fix parsing of IFLA_GRE_COLLECT_METADATA",
"author_name": "Juan-Luis de Sousa-Valadas Castaño",
"author_login": null,
"committed_at": "2019-09-12T16:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c9a648f744c90cd1b03af9aa8bb1e92daa116f",
"body": "When subscribing to neigh updates, the updates for all neigh\nprotocol families are received. However when listExisting is set,\nthe request is made with AF_UNSPEC family, this request does not\ninclude AF_BRIDGE entries.\n\nThis patch add a second request for AF_BRIDGE entries.\n\nAdd test for existing AF\n[…]\nface and index of this interface.\n\nThe other entries, namely NDA_LINK_NETNSID and NDA_SRC_VNI were\nadded later and will need extra handling.\n\nSigned-off-by: Nicolas Belouin <nicolas.belouin@gandi.net>",
"is_bot": false,
"headline": "neighSubscribeAt: AF_BRIDGE entries not listed when listExisting is true",
"author_name": "Nicolas Belouin",
"author_login": null,
"committed_at": "2019-08-23T18:29:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "941b4de9e151f1c3662f3f1fa23ec263999f09de",
"body": null,
"is_bot": false,
"headline": "Read connection marking information from CT flow TLV",
"author_name": "GopiKrishna Kodali",
"author_login": "gkodali-zededa",
"committed_at": "2019-08-23T18:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "254c8a89c501b7a60e4a3b1b0f357b107b6caa6e",
"body": "- replace following values to unix.*\n AF_MPLS, RTA_NEWDST, RTA_ENCAP_TYPE, RTA_ENCAP",
"is_bot": false,
"headline": "Replace values defined in unix package.",
"author_name": "Yakushi Fujiwara",
"author_login": "hiepon",
"committed_at": "2019-08-23T18:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e825b754c0b186814f7bb2c9e549613d56ff079b",
"body": "Signed-off-by: Naiming Shen <naiming@zededa.com>",
"is_bot": false,
"headline": "Add Timestamp, Timeout to conntrack",
"author_name": "Naiming Shen",
"author_login": "naiming-zededa",
"committed_at": "2019-08-12T19:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ae81cf70c46dcbee8f7374f5714a8b8b7fe128",
"body": "- Add a new Link type, IPoIB, that exposes the following IPoIB attributes:\n * IFLA_IPOIB_PKEY\n * IFLA_IPOIB_MODE\n * IFLA_IPOIB_UMCAST\n- Suppport Deserialize for IPoIB link attributes in LinkDeserialize()\n- Support IPoIB attributes in LinkAdd()",
"is_bot": false,
"headline": "Add support for IPoIB interfaces",
"author_name": "Adrian Chiris",
"author_login": "adrianchiris",
"committed_at": "2019-08-12T11:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4e9f47a11c0950050d6c44ef7f0ba09bce6418d",
"body": "AddrReplace was missing, could not compile on OSX",
"is_bot": false,
"headline": "Update netlink_unspecified.go",
"author_name": "Thomas Bucher",
"author_login": "ToasterKTN",
"committed_at": "2019-07-25T22:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28720742a4ee9eaae10293cd207691984836a42b",
"body": "Today netlink package supports Get/Set of a VF's max TX rate\nvia IFLA_VF_TX_RATE netlink attribute.\n\nThis patch add support to Get/Set of a VFs min and max TX rate\nvia IFLA_VF_RATE netlink attribute.\n\n- Add support to set min/max tx rate for VF via IFLA_VF_RATE\n- Added IFLA_VF_RATE min/max tx rate a\n[…]\nVF_RATE takes precedence over\n IFLA_VF_TX_RATE. Dealing with the co-existance of these\n netlink attributes is left for the user to handle.\n\n[1]https://lists.openwall.net/netdev/2014/05/22/42",
"is_bot": false,
"headline": "Add support for IFLA_VF_RATE",
"author_name": "Adrian Chiris",
"author_login": "adrianchiris",
"committed_at": "2019-07-25T01:38:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "14bd2e6fd200b340e3ab92ad513b4cfeb006d4d4",
"body": "Signed-off-by: bingshen.wbs <bingshen.wbs@alibaba-inc.com>",
"is_bot": false,
"headline": "support ipvlan flag",
"author_name": "bingshen.wbs",
"author_login": "BSWANG",
"committed_at": "2019-07-25T01:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e98597921720cee4147d6476110fc8fc56072d",
"body": "iproute2's own netlink library asserts that the sockaddr sender pid\nhas to be the one of the kernel [0]. It also doesn't bail out on pid\nmismatch but only skips the message instead. We've seen cases where\nthe latter had a pid 0; in such case we should skip to the next nl\nmessage instead of hard bail out.\n\n [0] https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/tree/lib/libnetlink.c\n rtnl_dump_filter_l(), __rtnl_talk_iov()\n\nSigned-off-by: Daniel Borkmann <daniel@iogearbox.net>",
"is_bot": false,
"headline": "netlink: enforce similar pid checks as in iproute2",
"author_name": "Daniel Borkmann",
"author_login": "borkmann",
"committed_at": "2019-07-19T00:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43af4161eaf6fde999a51113481e813b0be80adb",
"body": "This change adds support for setting VLAN QoS (priority) field for the\nSR-IOV Virtual Function links.",
"is_bot": false,
"headline": "Add support for setting VLAN QoS for VF links",
"author_name": "Przemyslaw Lal",
"author_login": "przemeklal",
"committed_at": "2019-07-15T14:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0136952828fc27513ab7b03b3423e80f53e8cb",
"body": null,
"is_bot": false,
"headline": "add support for link groups (IFLA_GROUP)",
"author_name": "Anton Aksola",
"author_login": "aakso",
"committed_at": "2019-07-14T03:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e4a68ee6c165085c6d708748b78cb8ac3c15ac9",
"body": "In order to support BPF_SYSCALL `PROG_GET_FD_BY_ID` -- the ID of the\neBPF must be available.\n\nAdd the additional enumerations and handle them when parsing the BPF\nfilter.",
"is_bot": false,
"headline": "Add support for additional TC BPF filter attributes",
"author_name": "Farid Zakaria",
"author_login": null,
"committed_at": "2019-07-01T18:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8241965b5fba0ec02d248784b768b1adb31daa8",
"body": "Add a function FilterReplace, which mirrors the behaviour of\nQdiscReplace, etc. This makes it possible to swap out filters\nwith a single netlink message.",
"is_bot": false,
"headline": "Allow replacing filters",
"author_name": "Lorenz Bauer",
"author_login": "lmb",
"committed_at": "2019-06-24T13:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a56c251ae6d00ce3d73cf8ee0b9ecb94fe323b",
"body": "This commit extends LinkAdd function for Veth by allowing to specify\npeer hardware addr.\n\nSigned-off-by: Martynas Pumputis <m@lambda.lt>",
"is_bot": false,
"headline": "veth: Set peer hardware addr when creating",
"author_name": "Martynas Pumputis",
"author_login": "brb",
"committed_at": "2019-06-18T14:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123a384710b21bbffe16d4fbdac7fda4708f41c8",
"body": "Add an API to change net namespace of RDMA device similar to\n\n$ rdma dev set [DEV] netns NSNAME\n\nSigned-off-by: Parav Pandit <parav@mellanox.com>",
"is_bot": false,
"headline": "Add an API to change net namespace of RDMA device",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2019-06-14T05:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d50d15ce3f000ade7ac24c7a5ec9f39acef9d1a7",
"body": "This deserializes the tx queue, and rx queue count on link\ndeserialization. We already supported it on serialization.\n\nSigned-off-by: Sargun Dhillon <sargun@sargun.me>",
"is_bot": false,
"headline": "Set Link TX / RX Queues on Deserialization",
"author_name": "Sargun Dhillon",
"author_login": "sargun",
"committed_at": "2019-06-13T02:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a1f6536f64810cc966fb3448d31720103288ae9",
"body": null,
"is_bot": false,
"headline": "Make AddrSubscribe more robust against kernel reporting errors",
"author_name": "eriknordmark",
"author_login": "eriknordmark",
"committed_at": "2019-06-10T15:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f040b9e2cdf96458b0591d2439771a45a79e78a",
"body": "Add an API to change the RDMA subsystem network namespace mode as either\nshared or exclusive similar to\n\n$ rdma system set netns { shared | exclusive }\n\nSigned-off-by: Parav Pandit <parav@mellanox.com>",
"is_bot": false,
"headline": "Add an API to set RDMA subsystem network namespace mode",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2019-06-08T04:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46664771975558de5a63f7c0ce3947e1def91a6a",
"body": "RDMA subsystem can be running in shared or exclusive mode with regards\nto sharing RDMA device sharing among multiple network namespaces.\n\nAdd and API to query such mode of kernel similar to iproute2 command\n$ rdma system show netns\n\nSigned-off-by: Parav Pandit <parav@mellanox.com>",
"is_bot": false,
"headline": "Add an API to query RDMA subsystem net namespace mode",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2019-06-08T04:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c507c80ea28385caac72b682dd066e44943913",
"body": null,
"is_bot": false,
"headline": "fix: fix ip rule goto bug",
"author_name": "yandong.yan",
"author_login": null,
"committed_at": "2019-06-04T02:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db99c040b9b1548675e396ed28c1bbd47573efa5",
"body": "For tuntap interfaces, return a TunTap Interface instead of\na Generic link when retrieving the interface.\nUse netlink extended attributes to populate the Link attributes\nfor the tuntap link.\nIn case of older tun driver which does not provide these\nattributes, use sysfs to retrieve these attributes.\n\nThis commit also adds Owner and Group attributes for the TunTap\nLink.\n\nSigned-off-by: Archana Shinde <archana.m.shinde@intel.com>",
"is_bot": false,
"headline": "tuntap: Return TunTapLink instead of GenericLink",
"author_name": "Archana Shinde",
"author_login": "amshinde",
"committed_at": "2019-06-03T19:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99361632b996c729bdaab411c18ca880f160f1d",
"body": "TestNeighAddDelLLIPAddr was failing due to the Neighbour table\nnot getting properly populated when using a ipip tunnel.\nThis matches the behaviour in the latest kernel when using\nthe ip command.\n\nSwitch the tunnel type to a gre point to multi-point tunnel.\nThe neighbour table gets properly populated in this case.\n\nSigned-off-by: Manohar Castelino <manohar.r.castelino@intel.com>",
"is_bot": false,
"headline": "Fix unit test failure: TestNeighAddDelLLIPAddr",
"author_name": "Manohar Castelino",
"author_login": "mcastelino",
"committed_at": "2019-06-03T15:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5fbae93556bfd2703dd2901402b6090767f62f",
"body": "Encountered this in a local test. It turns out that in parseActions\nmirred has a bug where it parses the action attributes but then on the\nvery next line overwrites this hard work by assigning an empty\nActionAttrs struct on top. I copy pasta'd this into connmark. Fix both\ninstances and amend the unit tests to catch this going forward.\n\nSigned-off-by: Krister Johansen <krister.johansen@oracle.com>",
"is_bot": false,
"headline": "Mirred and connmark clobber their ActionAttrs",
"author_name": "Krister Johansen",
"author_login": null,
"committed_at": "2019-05-31T16:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1187dc929741434daaa7a2627014d0bad223fff2",
"body": null,
"is_bot": false,
"headline": "Fix tests",
"author_name": "Vishvananda Abrams",
"author_login": "vishvananda",
"committed_at": "2019-05-30T02:32:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00009fb8606a3b58605059db3a56262f763299d4",
"body": "Implements the connmark action described in tc-connmark(8)\n\nSigned-off-by: Krister Johansen <krister.johansen@oracle.com>",
"is_bot": false,
"headline": "Add support for TC_ACT_CONNMARK",
"author_name": "Krister Johansen",
"author_login": null,
"committed_at": "2019-05-22T15:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fafc1e7b600abbb5cdcf1ebc90e4865423733a0c",
"body": null,
"is_bot": false,
"headline": "support vlan protocol",
"author_name": "soyking",
"author_login": "soyking",
"committed_at": "2019-05-03T21:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd97bf4e47867b5e794234baa6b8a7746135ec10",
"body": "Devlink device currently has legacy and switchdev mode.\nAdd an API to set devlink device mode for discovered devlink device.\n\nSigned-off-by: Parav Pandit <parav@mellanox.com>",
"is_bot": false,
"headline": "Add command to set devlink device switchdev mode",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2019-05-01T18:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb80b237c0f30c72429ae2861300ac2d48ccb12",
"body": "Add a command to get information about a specific devlink device\nreferenced by device name (bus, device).\n\nRemove unused setupDevlinkKModule().\n\nSigned-off-by: Parav Pandit <parav@mellanox.com>",
"is_bot": false,
"headline": "Add devlink command by to get specific device name",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2019-05-01T18:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f504738125a57f35f87fc30fb69b8df75237ccde",
"body": "Signed-off-by: CodeLingo Bot <bot@codelingo.io>",
"is_bot": false,
"headline": "Fix function comments based on best practices from Effective Go",
"author_name": "CodeLingo Bot",
"author_login": "CodeLingoBot",
"committed_at": "2019-03-19T16:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e281812e70ebdb3c1f63e6cb30b10da9844e45b9",
"body": "Signed-off-by: Andrei Vagin <avagin@google.com>",
"is_bot": false,
"headline": "Fix typos",
"author_name": "Andrei Vagin",
"author_login": "avagin",
"committed_at": "2019-03-19T15:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adb577d4a45e341da53c4d9196ad4222c9a23e69",
"body": "IFLA_GSO_MAX_SIZE - maximum GSO segment size\nIFLA_GSO_MAX_SEGS - maximum number of GSO segments\n\nSigned-off-by: Andrei Vagin <avagin@google.com>",
"is_bot": false,
"headline": "Add support for IFLA_GSO_*",
"author_name": "Andrei Vagin",
"author_login": "avagin",
"committed_at": "2019-03-18T00:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa950f24b9e2a7baa04ca467058e2ee0f3db4176",
"body": "Signed-off-by: Andrei Vagin <avagin@google.com>",
"is_bot": false,
"headline": "travis: run tests with Go 1.12.x",
"author_name": "Andrei Vagin",
"author_login": "avagin",
"committed_at": "2019-03-18T00:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64d7bc44ddb7b0132d55ce0a0e1bcb31d171a8a",
"body": "This will allow to enable travis for forks.\n\nSigned-off-by: Andrei Vagin <avagin@google.com>",
"is_bot": false,
"headline": "travis: specify go_import_path",
"author_name": "Andrei Vagin",
"author_login": "avagin",
"committed_at": "2019-03-18T00:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9cafe4a8544a27110dad06be07d48bbe5f292dd",
"body": "Use type switch var to get properly-typed value\ninside case clauses.\n\nSigned-off-by: Iskander Sharipov <quasilyte@gmail.com>",
"is_bot": false,
"headline": "remove redundant type assertions in type switch",
"author_name": "Iskander Sharipov",
"author_login": "quasilyte",
"committed_at": "2019-02-06T19:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e2e7ab670e05e2fd29bf5d0bcab2f9907e9f9f4",
"body": "XFRM interfaces are available in Linux Kernel 4.19+\n\nWhen an IF_ID is applied to a XFRM policy and state, the corresponding\ntraffic will be sent through the virtual interface with the same IF_ID.",
"is_bot": false,
"headline": "Add Support for Virtual XFRM Interfaces",
"author_name": "Matt Ellison",
"author_login": "mmellison",
"committed_at": "2019-01-05T19:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48a75e0e38d60624571389bf95b0a2a16f5b4245",
"body": null,
"is_bot": false,
"headline": "Fix Race Condition in TestXfrmMonitorExpire",
"author_name": "Matt Ellison",
"author_login": "mmellison",
"committed_at": "2019-01-04T17:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e37f4b431a44d87d6301065bb908a1813c594b82",
"body": "Currently each call to Receive() allocates 64K buffer on the heap\nfor the data to receive from a netlink socket. This is rather costly\nconsidering that in most cases only fraction of this memory is actually\nneeded.\n\nA quick fix is to make sure that the large buffer does not \"escape\" -\ni.e. that it i\n[…]\nficient to have it allocated on the stack.\nThen only the prefix of the buffer that was actually used\nis copied to the heap.\n\nFix for issue: #379\n\nSigned-off-by: Milan Lenco <milan.lenco@pantheon.tech>",
"is_bot": false,
"headline": "Avoid 64K allocation on the heap with each Receive",
"author_name": "Milan Lenco",
"author_login": null,
"committed_at": "2019-01-03T16:31:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "332a6983d9d1e222ab7495c3ffa0509e378c463d",
"body": "This patch adds very basic support for getting information about\ndevlink devices which are typically PCI devices which exposes Networking\nswitch or legacy devices.\n\nThis information includes bus name, device name and eswitch modes.\nThis is done through devlink family of commands via generic netlink\n\n[…]\n device attributes.\nCurrently only eswitch attributes are queried. In future more attributes\nsuch as port, shared buffer, traffic class will be added.\n\nSigned-off-by: Parav Pandit <parav@mellanox.com>",
"is_bot": false,
"headline": "Add devlink commands for devlink device information",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2018-12-19T22:37:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb78b187011e68135f3b71a3566bbc478087bbc1",
"body": "The kernel sends a RTM_DELNEIGH for every neighbours on link\ndeletion by the time the message is deserialized, the interface\nno longer exists so we cannot call LinkByIndex on it.\n\nThis call to LinkByIndex is only used to get the encapType to be\nable to set either IP or HardwareAddr correctly. The at\n[…]\nv6 or\nFireWire Hwaddr, it also fallback to HWaddr in case of error with\nLinkByIndex.\n\nFix: 921f7441f1ad68ebc6bbebe00664dfad83a7dbc6\nFix #409\n\nSigned-off-by: Nicolas Belouin <nicolas.belouin@gandi.net>",
"is_bot": false,
"headline": "neigh_linux: Fix failure on deleted link neighs updates",
"author_name": "Nicolas Belouin",
"author_login": null,
"committed_at": "2018-12-18T23:35:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2bc5004800f511636f3b151e8ede4975903471ea",
"body": "This patch replaces TcU32Sel and TcU32Key that are copied from nl\npackage with type aliases for the original types. This eliminates the\nusages of unsafe packages and redundant copied structs that are\nidentical to the original ones.\n\nType aliases are newly introduced in Go 1.9 and it is not backward\n\n[…]\npatch also moves TcU32Sel, TcU32Key and U32 structs from filter.go\nto filter_linux.go to make it possible to build on macOS. See #243 for\nmore details.\n\nSigned-off-by: Taku Fukushima <taku@soracom.jp>",
"is_bot": false,
"headline": "Replace redundant copied u32 types with type aliases",
"author_name": "Taku Fukushima",
"author_login": "tfukushima",
"committed_at": "2018-12-16T19:33:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "093e80f9fa21ff7b6d400d4cc54933558fd446a4",
"body": null,
"is_bot": false,
"headline": "Pass Ndmsg to NeighListExecute",
"author_name": "Julian Kornberger",
"author_login": "corny",
"committed_at": "2018-12-09T15:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78a3099b7080a21527eb1e172546da32bee38f2a",
"body": "expectNeighUpdate might fail on unexpected updates",
"is_bot": false,
"headline": "Make test suite more deterministic",
"author_name": "Julian Kornberger",
"author_login": "corny",
"committed_at": "2018-12-08T18:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25298936a61ab979b733cf02358ffff22f57b23a",
"body": "Before this change, error returned by `parseFamilies` was silently\nignored.\n\nSigned-off-by: Michal Rostecki <mrostecki@suse.de>",
"is_bot": false,
"headline": "genetlink: Add missing error check",
"author_name": "Michal Rostecki",
"author_login": "vadorovsky",
"committed_at": "2018-11-30T16:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91b013f9ed89f77842f4b3efc7acbebd108b1ee0",
"body": null,
"is_bot": false,
"headline": "code simplification",
"author_name": "callmehollow",
"author_login": null,
"committed_at": "2018-11-20T00:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "023a6dafdcdfa7068ac83b260ab7f03cd4131aca",
"body": null,
"is_bot": false,
"headline": "Make go vet happier",
"author_name": "Julian Kornberger",
"author_login": "corny",
"committed_at": "2018-11-08T22:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5b058fc07b88462111aaf4f7c89f1caee9c990",
"body": null,
"is_bot": false,
"headline": "Simplify code",
"author_name": "Julian Kornberger",
"author_login": "corny",
"committed_at": "2018-10-30T17:31:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e137ed6e2cdd13c1dbe5acc55910cbfbbd8b4adb",
"body": null,
"is_bot": false,
"headline": "Replace nl.NewRtAttrChild with method on struct",
"author_name": "Julian Kornberger",
"author_login": "corny",
"committed_at": "2018-10-30T17:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b1c596ccba94943817350429806cbff2c2c6cdd",
"body": null,
"is_bot": false,
"headline": "Run TravisCI with Go 1.10 and 1.11",
"author_name": "Julian Kornberger",
"author_login": "corny",
"committed_at": "2018-10-30T17:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d741264626444cf73d99cedb3cd4d8abe9ea1bf5",
"body": null,
"is_bot": false,
"headline": "Reduce allocations",
"author_name": "Julian Kornberger",
"author_login": "corny",
"committed_at": "2018-10-29T22:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48eed5d7d1f95ec2b79ef0e7031d63ccfa230fd",
"body": "Add an API RdmaLinkSetName() and test case to rename a\nrdma device name.\n\nSigned-off-by: Parav Pandit <parav@mellanox.com>",
"is_bot": false,
"headline": "Add an API to rename rdma device name",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2018-10-29T19:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02a383156adbec12c5c95213fc92c94ab345c012",
"body": "Today the filter implementation implements\nonly ip matching for src,dst,reply src,reply dst.\nUpdating the comments on the filter to reflect that\nmore clearly and deprecate confusing constants\n\nSigned-off-by: Flavio Crisciani <flavio.crisciani@docker.com>",
"is_bot": false,
"headline": "Adjust conntrack filters",
"author_name": "Flavio Crisciani",
"author_login": null,
"committed_at": "2018-10-24T19:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3a23fd178f1a0d9cf1f194af62864b1dfe02be5",
"body": null,
"is_bot": false,
"headline": "Make AddChild more generic",
"author_name": "Julian Kornberger",
"author_login": "corny",
"committed_at": "2018-10-18T20:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1404979ff6478eb5af45f1c77fed8e8f249dfb3f",
"body": null,
"is_bot": false,
"headline": "Add support for hoplimit metric in routes",
"author_name": "Magesh GV",
"author_login": "mageshgv",
"committed_at": "2018-10-16T19:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d53654d01c6f5e0bda4c1923fae366ff51c41cb",
"body": null,
"is_bot": false,
"headline": "Add support for neighbor subscription",
"author_name": "Yuya Kusakabe",
"author_login": "higebu",
"committed_at": "2018-10-16T19:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "531df7a209968db7c20b014e6d62446f36ef6847",
"body": "This was causing a QdiscReplace() call for a generic qdisc\n(QdiscType=\"clsact\", Parent=HANDLE_CLSACT) to fail with the error\n\"invalid argument\" after the qdisc was first created.\n\nSigned-off-by: Joe Stringer <joe@wand.net.nz>",
"is_bot": false,
"headline": "Avoid serializing empty TCA_OPTIONS in qdisc messages",
"author_name": "Joe Stringer",
"author_login": "joestringer",
"committed_at": "2018-10-16T18:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56b1bd27a9a363862ef67916bb450fe240787d07",
"body": null,
"is_bot": false,
"headline": "fix: BRIDGE_FLAGS_* constants off-by-one",
"author_name": "Will Kelleher",
"author_login": null,
"committed_at": "2018-09-10T18:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa85bfa77a45236ae842cab3a91853e2b74e07a",
"body": "The action and ifindex fields aren't represented in the XfrmPolicy type\nalthough they exist in the the linux equivalent data structures. They\nare represented in the serialized versions of those datatypes. So this\npatch simply exposes those fields to the user-consumable side of the\nAPI. This patc\n[…]\nurns an action of\nALLOW and an ifindex of 0. Add a unit test to add and read back a\npolicy to the loopback interface (ifindex 1) with action \"block\".\n\nSigned-off-by: Chris Telfer <ctelfer@docker.com>",
"is_bot": false,
"headline": "Add support for action and ifindex in XFRM policy",
"author_name": "Chris Telfer",
"author_login": "ctelfer",
"committed_at": "2018-08-14T17:33:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9eab41933428cf408de91867a0719b5aa8686efa",
"body": "Having fou.go build only for linux breaks builds for darwin:\n```\n$ go build main.go\nsrc/github.com/vishvananda/netlink/fou_unspecified.go:5:15: undefined: Fou\nsrc/github.com/vishvananda/netlink/fou_unspecified.go:9:15: undefined: Fou\nsrc/github.com/vishvananda/netlink/fou_unspecified.go:13:26: undefined: Fou\n```\n\nInstead, build fou.go for all platforms since it doesn't have platform-specific code:\n```\n$ go build main.go\n$ ./main\nnot implemented\n```",
"is_bot": false,
"headline": "Netlink: Fix Darwin build",
"author_name": "Sean Karlage",
"author_login": "get9",
"committed_at": "2018-07-30T15:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cbcf73e3dcdaa63941d0ec4008e69c089434756",
"body": null,
"is_bot": false,
"headline": "Add a test for Vlan filtering support for bridges.",
"author_name": "Div Arora",
"author_login": null,
"committed_at": "2018-07-23T18:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bbc55bea985b43ffcd4c1f4c98dbe86423c77d1",
"body": null,
"is_bot": false,
"headline": "Initial support for vlan aware bridges.",
"author_name": "Div Arora",
"author_login": null,
"committed_at": "2018-07-23T18:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac69fdec7a69088e43608251bacd3c92d533085",
"body": "Adds the ability to set and retrieve network namespace IDs. This is\nuseful, for example, for determining the \"other side\" of a veth pair.",
"is_bot": false,
"headline": "Add network namespace ID management.",
"author_name": "Casey Callendrello",
"author_login": null,
"committed_at": "2018-07-19T17:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d68dce480e5f9d08d0e024ee400ab36de67f0141",
"body": null,
"is_bot": false,
"headline": "Ingress qdisc add/del Test case",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2018-07-17T15:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1006cf4f24de813313f439c91657b122566897e5",
"body": "Testing and functionality for the use of HFSC has been implemented.\nThe use of service curves is implenented closely as to how they behave\nwith the TC implementation.\nAutomated checks and testing were succesful.",
"is_bot": false,
"headline": "Implementation of HFSC",
"author_name": "Francis Begyn",
"author_login": "fbegyn",
"committed_at": "2018-07-16T19:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85e18ed5bedaa0bc417961348b8a256f950e53c",
"body": "chg: addtl comment and made minor logic optimization as disscussed in PR #296\nchg: flipped Persist to NonPersist\nchg: comments, only unpersist tuntap if flag is set\nchg: tuntap persist optional, allow empty intfc name\nchg: added conditional build\nSigned-off-by: Ralph Schmieder <ralph.schmieder@gmail.com>",
"is_bot": false,
"headline": "Allow Tuntap non-persist, allow empty tuntap name",
"author_name": "Ralph Schmieder",
"author_login": "rschmied",
"committed_at": "2018-07-16T16:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d77c86a2e27e1f8a2b1e7bdfa97ba2281a430277",
"body": "Avoid segfaults in certain environments by checking if the Stringer\ninterface pointer receiver function is `nil` and return \"<nil>\" in\nthose scenarios.\n\nSigned-off-by: James O. D. Hunt <james.o.hunt@intel.com>",
"is_bot": false,
"headline": "protinfo: Check if object is nil",
"author_name": "James O. D. Hunt",
"author_login": null,
"committed_at": "2018-07-06T16:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a06dabf1599460129d818e5cc518780022953ac9",
"body": "Closes #354\n\nPrevious attemt to fix #354 was only hiding a true issue with too small\nbuffer to pick up the message from kernel.\nAccording to https://github.com/vishvananda/netlink/issues/354#issuecomment-401559441\nsuch situation could occur not only during dump of VF list, but also\n * statistics\n * \n[…]\ne don't have distinction between different receiving funcs,\nso I'm proposing to stick with original issue cause finder (kudos to\nParav Pandit aka paravmellanox) who is proposing 64kB as a buffer size.",
"is_bot": false,
"headline": "Increase size of receive buffer",
"author_name": "Piotr Skamruk",
"author_login": "jellonek",
"committed_at": "2018-07-05T22:07:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e48e448127a3c754cfd31ca41c11b1833f6398e",
"body": "…#354\"\n\nThis reverts commit 028453c77ce572d3554b3873c654663283ac42a3.",
"is_bot": false,
"headline": "Revert \"RTEXT_FILTER_VF doesn't always work with dump request, fixes …",
"author_name": "Piotr Skamruk",
"author_login": "jellonek",
"committed_at": "2018-07-05T22:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028453c77ce572d3554b3873c654663283ac42a3",
"body": null,
"is_bot": false,
"headline": "RTEXT_FILTER_VF doesn't always work with dump request, fixes #354",
"author_name": "Semicomplete",
"author_login": "semicomplete",
"committed_at": "2018-06-23T19:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee06b1df73a4d5a0620c75fa6ee071b870965017",
"body": "Signed-off-by: semicomplete <example@example.com>",
"is_bot": false,
"headline": "add vti6 support",
"author_name": "semicomplete",
"author_login": null,
"committed_at": "2018-06-19T15:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1cc70dea22210e3b9deca021a824f4edfd9dcf1",
"body": "From libnl addr.c comment:\nIPv6 sends the local address as IFA_ADDRESS with no\nIFA_LOCAL, IPv4 sends both IFA_LOCAL and IFA_ADDRESS\nwith IFA_ADDRESS being the peer address if they differ\n\nBut obviously, IPv6 sends IFA_LOCAL in case of PtP.\n\nFrom iproute2 manual:\nIf a peer address is specified, the local address\ncannot have a prefix length. The network prefix is\nassociated with the peer rather than with the local\naddress.",
"is_bot": false,
"headline": "fix prefixlen/local IP, incl. PtP addresses",
"author_name": "semicomplete",
"author_login": null,
"committed_at": "2018-06-17T15:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c0b5944a3036fc8dc9f4cbf2f5c76dedd29af8b",
"body": null,
"is_bot": false,
"headline": "Implemented String() for netem, fq and fq_codel in qdisc",
"author_name": "Francis Begyn",
"author_login": "fbegyn",
"committed_at": "2018-05-15T15:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "769bb84935352fee05c1390d5301ed39b95208d2",
"body": "0 & something is 0, so remove the flag configuration\nwhere it is not needed\n\nSigned-off-by: Flavio Crisciani <flavio.crisciani@docker.com>",
"is_bot": false,
"headline": "Adjust flags values",
"author_name": "Flavio Crisciani",
"author_login": null,
"committed_at": "2018-05-10T15:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f662e05006b1645b91cd92fd13cda6e47cac91c",
"body": null,
"is_bot": false,
"headline": "Add info about VFs on link",
"author_name": "Piotr Skamruk",
"author_login": "jellonek",
"committed_at": "2018-05-10T15:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "985ab95d37f9c4632a65b2e456d89d76a07ffb40",
"body": "Equivalent to: ip link set <link> allmulticast <on|off>\n\nSigned-off-by: Peter Morjan <peter.morjan@de.ibm.com>",
"is_bot": false,
"headline": "Add support for link flag allmulticast",
"author_name": "Peter Morjan",
"author_login": "pmorjan",
"committed_at": "2018-05-09T15:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16769db0024183962b509594b3f9034118615c48",
"body": null,
"is_bot": false,
"headline": "Support LWTUNNEL_ENCAP_SEG6_LOCAL (including tests)",
"author_name": "Kentaro Ebisawa",
"author_login": "ebiken",
"committed_at": "2018-05-08T16:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7f066956c4d1150fac7b829f71369b170e1f258",
"body": null,
"is_bot": false,
"headline": "Add test to Add/Del IPv6 route.",
"author_name": "Kentaro Ebisawa",
"author_login": "ebiken",
"committed_at": "2018-05-04T11:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55d3a806a2cbf3cdfd5648c20206d8ac55b9bc81",
"body": "fixed parsing IKey/OKey parameters for Gretun\nfixed parsing Local/Remote parameters for Gretap and Gretun\nremoved irrelevant PMtuDisc parameter from IPv6 Gretaptest",
"is_bot": false,
"headline": "Added tests for Gretap/Gretun devices",
"author_name": "Reinier Schoof",
"author_login": "skoef",
"committed_at": "2018-05-04T11:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f07d9d5231b9cd05ddf2e5a8ef6582f385bc1770",
"body": null,
"is_bot": false,
"headline": "Run both Inline/Encap mode in TestSEG6RouteAddDel",
"author_name": "Kentaro Ebisawa",
"author_login": "ebiken",
"committed_at": "2018-05-01T22:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1970aef3abedcf777f2677a1193b468262ff8771",
"body": "This patch adds very basic support for getting information about RDMA\nnetworking device; starting with device index, name, firmware version,\nnode GUID and system image GUID.\nThis is done through RDMA netlink socket.\n\nRDMA devices are some what similar to Ethernet devices.\nHowever there are few major\n[…]\nmaLinkAttrs.\n\nRdmaLink represents a RDMA device containing its attributes.\nAll Rdma device communication occurs through rdma subsystem's netlink\nsocket.\n\nSigned-off-by: Parav Pandit parav@mellanox.com",
"is_bot": false,
"headline": "Add RDMA netlink socket for RDMA device information",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2018-04-29T00:02:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dc00cf9d5c07f9a1e0ccb307443b2194ca1aaacb",
"body": "This patch adds \"Hash\" attribute that represents the ID of the hash\ntable with which the filter is associated to U32 struct. If the hash\ntable is not created yet, a new hash table is created with the\nspecified ID.\n\nSigned-off-by: Taku Fukushima <taku@soracom.jp>",
"is_bot": false,
"headline": "Add Hash to U32",
"author_name": "Taku Fukushima",
"author_login": "tfukushima",
"committed_at": "2018-04-19T16:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23a36f223d3721bc21038dea9725b08f1d08bdf3",
"body": "This patch adds \"Divisor\" attribute that represents the divisor of the\nhash table buckets to U32 struct.\n\nWith \"Divisor\" attribute, only a hash table without its associated\nfilters can be created. This new capability allows users to construct\nthe more flexible filter configurations with the hash tab\n[…]\nlisted or deleted though the same interfaces as\nthe filters at this moment. Only real filters can be listed with\nFilterList and deleted with FilterDel.\n\nSigned-off-by: Taku Fukushima <taku@soracom.jp>",
"is_bot": false,
"headline": "Add Divisor to U32",
"author_name": "Taku Fukushima",
"author_login": "tfukushima",
"committed_at": "2018-04-19T16:01:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85aa3b74a43a9fa174a588ce9a042c9b71b0842c",
"body": "This patch adds ClassStatistics, a struct that represents the stats\nof a class based on genric networking stats for netlink, to ClassAttrs.\nThe parsers for rtattrs in type of TCA_STATS and TCA_STATS2 are\nintroduced as well and the stats are appropriately parsed as a part\nof ClassAttrs struct.\n\nThe p\n[…]\niving in the random timing,\nwhich makes the tests complicated and flaky. Once we figure it out how\nto test them in the proper way, they shall be added.\n\nSigned-off-by: Taku Fukushima <taku@soracom.jp>",
"is_bot": false,
"headline": "Add statistics to class attributes",
"author_name": "Taku Fukushima",
"author_login": "tfukushima",
"committed_at": "2018-03-28T04:08:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa0edbe0c96fbff58fc45342d4df938c74405036",
"body": "Add support for setting InfiniBand Node and Port GUID address\nconfiguration of a VF when InfiniBand HCA are used with SR-IOV mode.\n\nSigned-off-by: Parav Pandit <parav@mellanox.com>",
"is_bot": false,
"headline": "Add support for setting InfininBand Node and Port GUID of a VF",
"author_name": "Parav Pandit",
"author_login": "paravmellanox",
"committed_at": "2018-03-27T04:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41009d533ba0788a139b0b6ef38923a23b3766d3",
"body": "This PR allows populating per-connection packet and byte counts to\nConntrackFlow object when nf_conntrack_acct is enabled.",
"is_bot": false,
"headline": "Read conntrack flow statistics",
"author_name": "Yang Guan",
"author_login": "lookuptable",
"committed_at": "2018-03-16T21:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ad57a690f3caf3015351d2d6e1c0b95c349752",
"body": "Signed-off-by: Alessandro Boch <aboch@tetrationanalytics.com>",
"is_bot": false,
"headline": "Add changelog file, initial release tagging",
"author_name": "Alessandro Boch",
"author_login": "aboch",
"committed_at": "2018-03-16T04:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5236321576c0c97ab02c078e60f9b1c5c1828807",
"body": "The IFLA_* constants in in x/sys/unix were updated to Linux 4.15 in\ngolang/sys@88d2dcc51026, so use these instead of locally duplicating\nthem.\n\nSigned-off-by: Tobias Klauser <tklauser@distanz.ch>",
"is_bot": false,
"headline": "Use IFLA_* constants from x/sys/unix",
"author_name": "Tobias Klauser",
"author_login": "tklauser",
"committed_at": "2018-02-23T17:35:37Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2018-03-16T04:46:22Z",
"latest_release_tag": "v1.0.0",
"releases_from_tags": true,
"days_since_last_push": 2430,
"active_weeks_last_year": 0,
"days_since_latest_release": 3051,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/vishvananda/netlink",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/vishvananda/netlink",
"is_deprecated": false,
"latest_version": "v1.3.1",
"repository_url": "https://github.com/vishvananda/netlink",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-05-09T18:59:25Z",
"latest_version_yanked": null,
"days_since_latest_publish": 440
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 88289,
"source_files_sampled": 100,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"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": [
"go"
],
"dependencies": [
{
"name": "github.com/vishvananda/netns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20191106174202-0a2b9b5464df"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20190606203320-7fc4e5ec1444"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 6,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "vishvananda",
"commits": 112,
"avatar_url": "https://avatars.githubusercontent.com/u/142222?v=4"
},
{
"type": "User",
"login": "aboch",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/10080882?v=4"
},
{
"type": "User",
"login": "chantra",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/24572?v=4"
},
{
"type": "User",
"login": "LK4D4",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/101445?v=4"
},
{
"type": "User",
"login": "paravmellanox",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/27218429?v=4"
},
{
"type": "User",
"login": "mcastelino",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/7387737?v=4"
},
{
"type": "User",
"login": "corny",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/23553?v=4"
},
{
"type": "User",
"login": "tfukushima",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/140613?v=4"
},
{
"type": "User",
"login": "tklauser",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/539708?v=4"
},
{
"type": "User",
"login": "vincentbernat",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/631446?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.286
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"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 24 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d71301a47b607450337d920f260f3dc76481298e",
"ran_at": "2026-07-23T21:44:15Z",
"aggregate_score": 2.7,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/burmilla/netlink",
"host": "github.com",
"name": "netlink",
"owner": "burmilla"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"security": 27,
"vitality": 13,
"community": 12,
"governance": 53,
"engineering": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 2430,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2430 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2430
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 32,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.0.0",
"releases_from_tags": true,
"days_since_latest_release": 3051,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3051 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3051
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "dormant",
"guards": [
"no_open_demand"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2444,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2444 days, with nothing left unanswered; held at dormant by nothing open to answer",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 2444
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"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": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"bus_factor": 6,
"contributors_sampled": 100,
"top_contributor_share": 0.286
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "6 contributor(s) cover half of all commits",
"points": 48.6,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 6
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 29% of commits",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 29
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"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": 62,
"inputs": {
"followers": 9,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "burmilla",
"public_repos": 50,
"account_age_days": 2159
},
"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": "9 followers of burmilla",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9,
"login": "burmilla"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "50 public repos, account ~5 yr old",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 50
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 22,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"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": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.7
},
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"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 24 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"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": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.59,
"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": "59 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 59,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 88289,
"source_files_sampled": 100,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/100 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 100,
"oversized": 1
}
}
],
"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": [
"Community profile unavailable",
"go package 'github.com/vishvananda/netlink' points at a different repository (https://github.com/vishvananda/netlink); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T21:44:31.119973Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/burmilla/netlink.svg",
"full_name": "burmilla/netlink",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}