)]}'
{
  "log": [
    {
      "commit": "c029f4440fd3f0dcc6923f917536fd62d6ef5d1d",
      "tree": "f72ecd1a5d1e20ae6128fea41dcdfa6a54926671",
      "parents": [
        "f9254edaabfc48f5a28bb5a88c6db48704cc058d"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Tue Nov 10 07:22:24 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Nov 11 19:22:21 2009 -0800"
      },
      "message": "DM9000: Wake on LAN support\n\nAdd support for Wake on LAN (WOL) reception and waking the device up from\nthis signal via the ethtool interface. Currently we are only supporting\nthe magic-packet variant of wakeup.\n\nWOL is enabled by specifying a second interrupt resource to the driver\nwhich indicates where the interrupt for the WOL is being signalled. This\nthen enables the necessary ethtool calls to leave the device in a state\nto receive WOL frames when going into suspend.\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Simtec Linux Team \u003clinux@simtec.co.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "62e20a624b18e135870ae781087bc63fdda829ba",
      "tree": "a4a3e24d35fb1ad0805746a9c73bfb12e2443b5a",
      "parents": [
        "05af2142d09845de2f4ae34181c72addd72d5ef9"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Sat Oct 24 06:53:07 2009 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Oct 24 06:53:07 2009 -0700"
      },
      "message": "DM9000: Fix revision ID for DM9000B\n\nThe DM9000B revision ID is 0x1A, not 0x1B as set in the curernt\ndm9000.h header.\n\nFix bug reported by Paolo Zebelloni.\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Simtec Linux Team \u003clinux@simtec.co.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5dcc60b71886795965fd5029b5d9a9ba7b5a2c17",
      "tree": "5611d123e03d280bccce73f868451b0bd39dcbe8",
      "parents": [
        "482d804cb4b520b6e3134c959c968712ebcdea02"
      ],
      "author": {
        "name": "Yeasah Pell",
        "email": "yeasah@comrex.com",
        "time": "Mon Jul 06 18:12:33 2009 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jul 06 18:54:51 2009 -0700"
      },
      "message": "dm9000: add checksum offload support\n\nAdd checksum offload support for DM9000A and DM9000B chips.\n\nv2 changes: added a local copy of ip_summed to save IO cycles in dm9000_send_packet\nv3 changes: trans_start updating is removed.\n\nSigned-off-by: Yeasah Pell \u003cyeasah@comrex.com\u003e\nSigned-off-by: Mike Rapoport \u003cmike@compulab.co.il\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6d406b3c76b369a7b043470719761aa6ee1a38d1",
      "tree": "06eb1d946e37d097c96d059cd7871611fbabd98c",
      "parents": [
        "da3854fc9f80c0240ba7cadd2aebf036683ff21b"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jun 24 22:15:59 2008 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Tue Jun 24 22:57:16 2008 -0400"
      },
      "message": "DM9000: Add support for DM9000A and DM9000B chips\n\nAdd support for both the DM9000A and DM9000B versions of\nthe DM9000 networking chip. This includes adding support\nfor the Link-Change IRQ which is used instead of polling\nthe PHY every 2 seconds.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "a1365275e745bb0a173c918a52bcdfa6ce122f7e",
      "tree": "81385d67fed6e10d177d1b26ae48966b33b037ef",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu May 05 15:14:15 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:31:07 2005 -0400"
      },
      "message": "[PATCH] DM9000 network driver\n\nThis patch adds support for the davicom dm9000 network driver.  The dm9000\nis found on some embedded arm boards such as the pimx1 or the scb9328.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n\ndiff -puN /dev/null drivers/net/dm9000.c\n"
    }
  ]
}
