)]}'
{
  "log": [
    {
      "commit": "23428e6b4649adfbdaa6a0c93fc6d652bf5f9d44",
      "tree": "1d972178860737f5832ca90c709455a81afe011e",
      "parents": [
        "1a8887d81ac4bbee6153b4bc9b9f9e099fb5f07e"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Tue Aug 18 20:13:03 2009 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 18 20:13:03 2009 -0700"
      },
      "message": "mdio: mdio_if_info::mmds should not be __bitwise\n\nI misunderstood the meaning of __bitwise.  In practice it makes sparse\nwarn about every use of mmds which is certainly not what we want.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d005ba6cc82440d9ebf96f3ec8f79c54578b898f",
      "tree": "871a9a75e1fcb6dbf9c8f3aa6944fe6a7baf2068",
      "parents": [
        "b8facca01ba381c3f8ff2391fbe3860ebc6a6bdc"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Wed Jun 10 05:28:04 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jun 11 02:47:10 2009 -0700"
      },
      "message": "mdio: Expose 10GBASE-T MDI-X status via ethtool\n\nThis is available in a standard MDIO register in 10GBASE-T PHYs.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e0b221bf4e07edf2fda645e457dc3c35c2f2f3a9",
      "tree": "16672cf06bd73e33abb39cc150ecd40cdc289ec3",
      "parents": [
        "f2a3e626202a87734a47153935ec9d15c7fcf761"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Fri May 15 06:05:49 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 17 21:03:42 2009 -0700"
      },
      "message": "mdio: Add XENPAK LASI register definitions\n\nThese registers were originally defined for XENPAK modules, but are\nalso implemented by many other 10G PHYs.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f2a3e626202a87734a47153935ec9d15c7fcf761",
      "tree": "f3111bbc6d57e3905ea9a75e87583df4a44d67ed",
      "parents": [
        "df18acca8eb13c8cf55fa45e9f9231dc51f64d98"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Fri May 15 06:04:12 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 17 21:03:42 2009 -0700"
      },
      "message": "mdio: Add 10GBASE-T SNR register definition\n\nThese do not have an in-kernel user but may be useful to user-space.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "894b19a6b343ce3589237167a56e6df0fe72ef0d",
      "tree": "0713a034ac095488151bcd94f3510c50d660cc11",
      "parents": [
        "0c09c1a49cc7b819b33566a49d9901f7cfdd6889"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Wed Apr 29 08:25:57 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 29 17:32:40 2009 -0700"
      },
      "message": "ethtool/mdio: Support backplane mode negotiation\n\nCompile-tested only.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0c09c1a49cc7b819b33566a49d9901f7cfdd6889",
      "tree": "e10fc988a21ca0b3e1550ae905b96cc444f90a76",
      "parents": [
        "3f926da82f128c68c479247b1771729b9487502a"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Wed Apr 29 08:21:53 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 29 17:32:37 2009 -0700"
      },
      "message": "ethtool/mdio: Report MDIO mode support and link partner advertising\n\nAdd mdio_support and lp_advertising fields to ethtool_cmd.  Set these\nin mdio45_ethtool_gset{,_npage}().\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "af2a3eac2fe6a6d8e9fdf6927284b34466a7d808",
      "tree": "7ccb5fd4ab0b81a46535e251cb7a151efa0c39f8",
      "parents": [
        "a8c30832b5b12e5d4e9d1c20cdac3cc2880e08b8"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Wed Apr 29 08:19:36 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 29 17:32:36 2009 -0700"
      },
      "message": "mdio: Add mdio45_ethtool_spauseparam_an()\n\nThis implements the ETHTOOL_SPAUSEPARAM operation for MDIO (clause 45)\nPHYs with auto-negotiation MMDs.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1b1c2e95103ce391c2ea39a9460968fcb73deb30",
      "tree": "1e94eb6be16d539c579af6384f44850f91e98f6a",
      "parents": [
        "52c94dfae11d9ffd70b7bd003a36a4e210f2866a"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Wed Apr 29 08:04:46 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 29 17:32:29 2009 -0700"
      },
      "message": "mdio: Add generic MDIO (clause 45) support functions\n\nThese roughly mirror many of the MII library functions and are based\non code from the sfc driver.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "52c94dfae11d9ffd70b7bd003a36a4e210f2866a",
      "tree": "78c60cef1989a89ed167f8fc9bf9c36fcb70fe5c",
      "parents": [
        "0821c71751ef88f4251d7206e76ce497ee267a2d"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Wed Apr 29 08:04:14 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 29 17:32:28 2009 -0700"
      },
      "message": "mdio: Add register definitions for MDIO (clause 45)\n\nIEEE 802.3 clause 45 specifies the MDIO interface and registers for\nuse in 10G and other PHYs, similar to the MII management interface.\n\nPHYs may have up to 32 MMDs corresponding to different sub-layers and\nfunctions, each with up to 65536 registers.  These are addressed by\nPRTAD (similar to the MII PHY address) and DEVAD.  Define a mapping\nfor specifying PRTAD and DEVAD through the existing MII ioctls.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ]
}
