)]}'
{
  "log": [
    {
      "commit": "8353ec7b0d6666c0674ca978379c55234609dae8",
      "tree": "c95f9678b52891c6748ee68b4c8e6f7dd96f3051",
      "parents": [
        "9ef9dc69d4167276c04590d67ee55de8380bc1ad"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Mon Jan 21 23:49:53 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Feb 05 23:19:03 2008 -0600"
      },
      "message": "cpmac: convert to new Fixed PHY infrastructure\n\nThis patch converts cpmac to the new Fixed PHY infrastructure, though it\ndoesn\u0027t fix all the problems with that driver. I didn\u0027t even bother to\ntest this patch to compile, because cpmac driver is broken in several ways:\n\n1. This driver won\u0027t compile by itself because lack of its header describing\n   platform data;\n2. It assumes that fixed PHYs should be created by the ethernet driver.\n   It is wrong assumption: fixed PHYs creation is platform code authority,\n   driver must blindly accept bus_id and phy_id platform data variables\n   instead.\n\nAlso, it seem that that driver doesn\u0027t have actual in-tree users, so\nnothing to fix further.\n\nThe main purpose of that patch is to get rid of the following Kconfig\nwarning:\n\nscripts/kconfig/conf -s arch/powerpc/Kconfig\ndrivers/net/Kconfig:1713:warning: \u0027select\u0027 used by config symbol\n\u0027CPMAC\u0027 refers to undefined symbol \u0027FIXED_MII_100_FDX\u0027\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "28fc1f5a0c375cb6375fa48e9a8b393f2a189be6",
      "tree": "95b3b517b02dd46ff0fc2728c1e70de8d6f78ed3",
      "parents": [
        "1b36efe07f83ecf50eddd431d067c7bf86318e87"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Oct 29 05:46:16 2007 -0400"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jan 28 15:03:40 2008 -0800"
      },
      "message": "[netdrvr] irq handler minor cleanups in several drivers\n\n* use irq_handler_t where appropriate\n\n* no need to use \u0027irq\u0027 function arg, its already stored in a data struct\n\n* rename irq handler \u0027irq\u0027 argument to \u0027dummy\u0027, where the function\n  has been analyzed and proven not to use its first argument.\n\n* remove always-false \"dev_id \u003d\u003d NULL\" test from irq handlers\n\n* remove pointless casts from void*\n\n* declance: irq argument is not const\n\n* add KERN_xxx printk prefix\n\n* fix minor whitespace weirdness\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "ba596a01886b236c8171fc28d53842da0128224e",
      "tree": "b255daf407f5864ad96cada0551cb877372bb4a3",
      "parents": [
        "0ca5f319f4bef00d31a21614345ecd5ea0ca8afd"
      ],
      "author": {
        "name": "Matteo Croce",
        "email": "rootkit85@yahoo.it",
        "time": "Sat Jan 12 19:05:23 2008 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Jan 18 14:45:41 2008 -0500"
      },
      "message": "Replace cpmac fix\n\nPlease apply this patch since i reverted by mistake\nthe commit 4e3ab47a547616e583c7a5458beced6aa34c8ef3\nin 6cd043d99dcf5d252fcc682958541f449113f7b3\n\nSigned-off-by: Matteo Croce \u003ctechnoboy85@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b88219f8a2028a1ca2dd17aa7c9d9b643615646e",
      "tree": "a158d226dc96187556fc663cb9605061df4bffb2",
      "parents": [
        "67d129d14da1555bb3eaca754f6f81c02cacbe0e"
      ],
      "author": {
        "name": "Eugene Konev",
        "email": "ejka@imfi.kspu.ru",
        "time": "Wed Oct 24 10:42:03 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Oct 25 03:31:15 2007 -0400"
      },
      "message": "cpmac: update to new fixed phy driver interface\n\nUse fixed_mdio_get_phydev for obtaining fixed phy instances and adopt to\nchanged fixed phy device naming.\n\nSigned-off-by: Eugene Konev \u003cejka@imfi.kspu.ru\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "67d129d14da1555bb3eaca754f6f81c02cacbe0e",
      "tree": "632990a74134cd7709995824e4d0654cf24f01d4",
      "parents": [
        "df523b5cd9950485350fb1b7d97d5b8882d94a4e"
      ],
      "author": {
        "name": "Eugene Konev",
        "email": "ejka@imfi.kspu.ru",
        "time": "Wed Oct 24 10:42:02 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Oct 25 03:31:15 2007 -0400"
      },
      "message": "cpmac: convert to napi_struct interface\n\nConvert cpmac to new napi_struct API introduced by\nbea3348eef27e6044b6161fd04c3152215f96411 [NET]: Make NAPI polling independent\nof struct net_device objects.\nOnly disable rx interrupts if napi actually has been scheduled.\n\nSigned-off-by: Eugene Konev \u003cejka@imfi.kspu.ru\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "df523b5cd9950485350fb1b7d97d5b8882d94a4e",
      "tree": "e52ca91ee1495f727f4e4317e570f6ec185b1eca",
      "parents": [
        "bbbab5ca835fb7676434815a47add8f2c696bec7"
      ],
      "author": {
        "name": "Eugene Konev",
        "email": "ejka@imfi.kspu.ru",
        "time": "Wed Oct 24 10:42:01 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Oct 25 03:31:14 2007 -0400"
      },
      "message": "cpmac: use print_mac() instead of MAC_FMT\n\nSwitch to using DECLARE_MAC_BUF/print_mac() added by commit\n0795af5729b18218767fab27c44b1384f72dc9ad [NET]: Introduce and use print_mac()\nand DECLARE_MAC_BUF().\n\nSigned-off-by: Eugene Konev \u003cejka@imfi.kspu.ru\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "6cd043d99dcf5d252fcc682958541f449113f7b3",
      "tree": "6810ec9e3903b0efbe69be386cb4a37eb80ecaf2",
      "parents": [
        "02bae2129710018883f9536969de7e6acf9304ca"
      ],
      "author": {
        "name": "Matteo Croce",
        "email": "technoboy85@gmail.com",
        "time": "Tue Oct 23 19:12:22 2007 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 23 20:18:12 2007 -0400"
      },
      "message": "AR7 ethernet: small post-merge cleanups and fixes\n\nSigned-off-by: Matteo Croce \u003ctechnoboy85@gmail.com\u003e\nSigned-off-by: Eugene Konev \u003cejka@imfi.kspu.ru\u003e\nSigned-off-by: Felix Fietkau \u003cnbd@openwrt.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "4e3ab47a547616e583c7a5458beced6aa34c8ef3",
      "tree": "b889a8a472c657f706f91c4831c2fd5ee19f6a4e",
      "parents": [
        "dfa4091129019959f4608756f76dc687495287ad"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Sun Oct 21 17:01:29 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Oct 22 02:59:56 2007 -0700"
      },
      "message": "[NET]: Make and use skb_get_queue_mapping\n\nMake the helper for getting the field, symmetrical to\nthe \"set\" one. Return 0 if CONFIG_NETDEVICES_MULTIQUEUE\u003dn\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d95b39c3909237a945447453c9b1026bd6bbed62",
      "tree": "c4e923a2d4ef0bae3d44859e4ff63da48f578ec5",
      "parents": [
        "e0d7c5269a3417489300943e7db7449f64351b5e"
      ],
      "author": {
        "name": "Matteo Croce",
        "email": "technoboy85@gmail.com",
        "time": "Sun Oct 14 18:10:13 2007 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Oct 15 14:24:08 2007 -0400"
      },
      "message": "AR7 ethernet\n\nNew version which uses less locking and drops old API\n\nSigned-off-by: Matteo Croce \u003ctechnoboy85@gmail.com\u003e\nSigned-off-by: Eugene Konev \u003cejka@imfi.kspu.ru\u003e\nSigned-off-by: Felix Fietkau \u003cnbd@openwrt.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    }
  ]
}
