)]}'
{
  "log": [
    {
      "commit": "4a4efbdee278b2f4ed91aad2db5c006ff754276e",
      "tree": "be5742c3d3ff5382c8a6ccdcd31bfe00fb9b6491",
      "parents": [
        "7a1119b1fc87cc347d3932b8aee051e86b32818f"
      ],
      "author": {
        "name": "Matt Mackall",
        "email": "mpm@selenic.com",
        "time": "Tue Jan 03 13:27:11 2006 +0100"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@r063144.stusta.swh.mhn.de",
        "time": "Tue Jan 03 13:27:11 2006 +0100"
      },
      "message": "s/retreiv/retriev/g\n\nAs everyone knows, the rule is: \"i before e.. um.. always.\"\n\nSigned-off-by: Matt Mackall \u003cmpm@selenic.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "a8b554e75b0c14d5e12a11eaea604e536f49da29",
      "tree": "53392403940c6d28c1be4b75e7b79e8c50938faa",
      "parents": [
        "091465d7514893a55dcf63e420698b21159c39a7"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Dec 28 13:05:41 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Dec 28 13:05:41 2005 -0800"
      },
      "message": "[TG3]: Update driver version and reldate.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "091465d7514893a55dcf63e420698b21159c39a7",
      "tree": "cbfaedb45164d21d0d2f4af5efad2fc78dd37f92",
      "parents": [
        "67dbb4ea33731415fe09c62149a34f472719ac1d"
      ],
      "author": {
        "name": "Chris Elmquist",
        "email": "chrise@sgi.com",
        "time": "Tue Dec 20 13:25:19 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Dec 28 13:04:52 2005 -0800"
      },
      "message": "[TG3]: ethtool -d hangs PCIe systems\n\nResubmitting after recommendation to use GET_REG32_1() instead of\nGET_REG32_LOOP(..., 1).  Retested.  Problem remains fixed.\n\nPrevent tg3_get_regs() from reading reserved and undocumented registers\nat RX_CPU_BASE and TX_CPU_BASE offsets which caused hostile behavior\non PCIe platforms.\n\nAcked-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1b93ae64cabe5e28dd5a1f35f96f938ca4f6ae20",
      "tree": "a8c5c7d08e6c658853245ad0b0cf47f0af1ff83d",
      "parents": [
        "6732badee0dad467fcc9dd0168af8677b2b1bc2f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Dec 27 13:57:59 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Dec 27 13:57:59 2005 -0800"
      },
      "message": "[NET]: Validate socket filters against BPF_MAXINSNS in one spot.\n\nCurrently the checks are scattered all over and this leads\nto inconsistencies and even cases where the check is not made.\n\nBased upon a patch from Kris Katterjohn.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a7c2491a13cc72fc09c062e635b9a77ff6bb4a73",
      "tree": "f8f4ed7bbc05369aadfd32668b892fe2740a0f3b",
      "parents": [
        "1836098f97d22c81652aeeec64d1819dc2177bdb",
        "3df3cc6d18b6dcd38c33c198fb8adf1f1fa5f4a7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 24 11:55:16 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 24 11:55:16 2005 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "1836098f97d22c81652aeeec64d1819dc2177bdb",
      "tree": "1bd940fb161aea432af117543e936ca9b677c985",
      "parents": [
        "8f43d8e1147406901b7d972d1b528d94def23b0e"
      ],
      "author": {
        "name": "Manfred Spraul",
        "email": "manfred@colorfullife.com",
        "time": "Sat Dec 24 14:19:24 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 24 11:53:32 2005 -0800"
      },
      "message": "[PATCH] forcedeth: fix random memory scribbling bug\n\nTwo critical bugs were found in forcedeth 0.47:\n - TSO doesn\u0027t work.\n - pci_map_single() for the rx buffers is called with size\u003d\u003d0.  This bug\n   is critical, it causes random memory corruptions on systems with an\n   iommu.\n\nBelow is a minimal fix for both bugs, for 2.6.15.\n\nTSO will be fixed properly in the next version.  Tested on x86-64.\n\nSigned-Off-By: Manfred Spraul \u003cmanfred@colorfullife.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "afcceaa3c7b7fbf7e2b95c5f0dd43547b03292d2",
      "tree": "1a691fea08c6ce71a339ef879a8b574308bfdc52",
      "parents": [
        "d495657200bd3ce10f9cb52401056804bf365811"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Dec 14 00:33:49 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 10:05:51 2005 -0500"
      },
      "message": "[PATCH] missing license for libphy.ko\n\nAndy,\n\nlibphy has no license tag. Something like the attached (untested!) patch\nis needed. Hopefully such a change finds its way into 2.6.15.\n\nfilename: /lib/modules/2.6.15-rc5-3-ppc64/kernel/drivers/net/phy/libphy.ko\nvermagic:       2.6.15-rc5-3-ppc64 SMP gcc-4.1\ndepends:\nsrcversion:     ACC921B5E82701BE1E6F603\n\n drivers/net/phy/phy_device.c |    4 ++++\n 1 files changed, 4 insertions(+)\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d495657200bd3ce10f9cb52401056804bf365811",
      "tree": "a1d1ddd873685657e4a9ded74a35f63047ed120e",
      "parents": [
        "c8cb00f6ac9aa13b0575726163b165fd2276ff25"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Fri Dec 16 18:57:10 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 10:05:51 2005 -0500"
      },
      "message": "[PATCH] orinoco_nortel: Add Symbol LA-4123 ID\n\nAdd ID for Symbol LA-4123.  Reported by Tomas Novak \u003ctap@post.cz\u003e\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c8cb00f6ac9aa13b0575726163b165fd2276ff25",
      "tree": "62dafcea2b222a2425d7a580c8678def4d578277",
      "parents": [
        "c162eeaa21fde6c27112690f5bc0a461a9f1763e"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Fri Dec 16 18:49:53 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 10:05:50 2005 -0500"
      },
      "message": "[PATCH] orinoco_nortel: Fix incorrect PCI resource use\n\norinoco_nortel was broken during conversion to iomem API.  Wrong PCI BAR\nis used for chipset registers.  Reported by Tomas Novak \u003ctap@post.cz\u003e\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "14904398e5b573d13f8c8dbd43a452ff34c0efc2",
      "tree": "47ee2b44aee6999eb53c808367df23b57990c269",
      "parents": [
        "c162eeaa21fde6c27112690f5bc0a461a9f1763e"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Dec 21 18:50:12 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Dec 22 23:09:44 2005 -0800"
      },
      "message": "[SUNGEM]: Fix link error with CONFIG_HOTPLUG disabled.\n\ngem_remove_one() is called from the __devinit gem_init_one().\n\nTherefore, gem_remove_one() mustn\u0027t be __devexit.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "38690194bc897dd60a61a71b15e861e13b5d8bdd",
      "tree": "e22bcf8fa17bb374beff14a8fb693334e6e99f19",
      "parents": [
        "b401e9e2ec44a5fc1d8053546276bff584b7118e"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Dec 19 16:27:28 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 19 16:27:28 2005 -0800"
      },
      "message": "[TG3]: Fix ethtool memory test\n\nSkip the memory 0xb50 to 0x1000 during \"ethtool -t\" memory test.\nOverwriting memory in this region can cause ASF problems.\n\nUpdate version and release date.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b401e9e2ec44a5fc1d8053546276bff584b7118e",
      "tree": "3f554445d377269c941688d2ce23479bd198d8a3",
      "parents": [
        "dc56b7d46dd2b303a844166ef931270b882bf08c"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Dec 19 16:27:04 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 19 16:27:04 2005 -0800"
      },
      "message": "[TG3]: Add tw32_wait_f() for some sensitive registers\n\nThe tw32_f() function (register write with immediate read flush) can\nhang when used on some registers to switch clock frequencies and\npower. A new tw32_wait_f() is added for such registers with the\ndelay before the read and after the read.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dc56b7d46dd2b303a844166ef931270b882bf08c",
      "tree": "80b4270d0addf4cf335b9dd47e5c4507c8f8a7b6",
      "parents": [
        "8c2dc7e1e7213c55f1b97eba09de6c0cee9ad12f"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Dec 19 16:26:28 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 19 16:26:28 2005 -0800"
      },
      "message": "[TG3]: Some low power fixes\n\nAdd some missing workarounds in tg3_set_power_state():\n\n1. Workaround to prevent overdrawing current on 5714.\n\n2. Do not power down 5700\u0027s PHY because of hw limitation.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8c2dc7e1e7213c55f1b97eba09de6c0cee9ad12f",
      "tree": "47bc9b91cc44c68701004494bb9dc9d777ba27a4",
      "parents": [
        "df7addbb45874f0f992266003155de5a22e1872f"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Dec 19 16:26:02 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 19 16:26:02 2005 -0800"
      },
      "message": "[TG3]: Fix peer device handling\n\nLocate the pdev_peer for dual port 5714 NIC devices in addition to\n5704 devices. The name is also changed to tg3_find_peer() from\ntg3_find_5704_peer(). It is also necessary to call netdev_priv() to\nget to the peer\u0027s private tg3 structure.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "37eb47ed445f4ca1247f3c7b600c0885c2ca8c31",
      "tree": "9cd0933fbb86c1a52be884ecc77edaf4760521ac",
      "parents": [
        "51bfb75b0b2652f60ab1200627e9041f4624c819"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Dec 15 09:17:29 2005 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 15 10:04:29 2005 -0800"
      },
      "message": "[PATCH] s2io: __iomem annotations for recent changes\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6921d201f77e14848df2eaa597e26525f468abea",
      "tree": "cef66b131fd1cb980d209c5ecb590a0783fdf985",
      "parents": [
        "16fe9d74f14ed74af778c5db7f9129e29916f4a7"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Dec 13 21:15:53 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 13 21:15:53 2005 -0800"
      },
      "message": "[TG3]: Fix low power state\n\nFix the following bugs in tg3_set_power_state():\n\n1. Both WOL and ASF flags require switching to aux power.\n\n2. Add a missing handshake with firmware to enable WOL.\n\n3. Turn off the PHY if both WOL and ASF are disabled.\n\n4. Add nvram arbitration before halting the firmware.\n\n5. Fix tg3_setup_copper_phy() to switch to 100Mbps when\n   changing to low power state.\n\nUpdate revision and date.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "16fe9d74f14ed74af778c5db7f9129e29916f4a7",
      "tree": "909a2b173d5140b22df9f35a252dc204dba56bdd",
      "parents": [
        "6a9eba15f51c56da637e45ea1316eaa2a848986a"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Dec 13 21:09:54 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 13 21:09:54 2005 -0800"
      },
      "message": "[TG3]: Fix 5704 single-port mode\n\nIf the dual-port 5704 is configured as a single-port device with\nonly one PCI function, it would trigger a BUG() condition in\ntg3_find_5704_peer(). This fixes the problem by returning its\nown pdev if the peer cannot be found.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6a9eba15f51c56da637e45ea1316eaa2a848986a",
      "tree": "fb18f2580e6aaa2c14c042b51e80bc8eb6b9806b",
      "parents": [
        "381291b7d3e17ac966498312dc571dcca1b93efc"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Dec 13 21:08:58 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 13 21:08:58 2005 -0800"
      },
      "message": "[TG3]: Fix suspend and resume\n\nFix tg3_suspend() and tg3_resume() by clearing and setting the\nTG3_FLAG_INIT_COMPLETE flag when appropriate. tg3_set_power_state()\nlooks at TG3_FLAG_INIT_COMPLETE on the peer device to determine\nwhen to appropriately switch to aux power.  \n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "381291b7d3e17ac966498312dc571dcca1b93efc",
      "tree": "619ab88cbec0112674f72b3a8c6b3aae1bacd69a",
      "parents": [
        "65ab592dc5b34caebabfe1340e7c18f52a785079"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Dec 13 21:08:21 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 13 21:08:21 2005 -0800"
      },
      "message": "[TG3]: Fix nvram arbitration bugs.\n\nThe nvram arbitration rules were not strictly followed in a few places\nand this could lead to reading corrupted values from the nvram.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n\n\n"
    },
    {
      "commit": "98684a9d91bceff829b6dc7adf0f662d59cfa6e3",
      "tree": "aab9b27171852e0d933b5bfbc981ae5338e5e062",
      "parents": [
        "be0d9b6c7aeaad1683059c00131cabd4c894c17c"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 11:35:22 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 11:35:22 2005 -0500"
      },
      "message": "[netdrvr skge] fix build\n"
    },
    {
      "commit": "ee1c81917a0c10f44c1b400482b8372e68238ff8",
      "tree": "987cfbd2134b82bea55c55fa17bd70d29df70458",
      "parents": [
        "0e670506668a43e1355b8f10c33d081a676bd521"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Dec 06 15:01:49 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 23:33:03 2005 -0500"
      },
      "message": "[PATCH] skge: get rid of warning on race\n\nGet rid of warning in case of race with ring full and lockless\ntx on the skge driver. It is possible to be in the transmit\nroutine with no available slots and already stopped.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "016cc85072944bfa03c5e4b587ae89588ce2e5df",
      "tree": "4e50ca29a0e4a3ff260f8eae0972ab7f83e08cd1",
      "parents": [
        "20234989a8ae0ff418e2acdef72205fb7cb3f819"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Fri Dec 09 19:12:10 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:30:38 2005 -0500"
      },
      "message": "[PATCH] pcnet32: use MAC address from prom also on powerpc\n\nThe CSR contains garbage after a coldboot on RS/6000.\nOne some systems (like my 44p 270) the MAC address is all FF,\non others (like my B50) it is ff:ff:ff:fd:ff:6b.\n\nIt can eventually be fixed by loading pcnet32, set the interface\ninto the UP state, rmmod pcnet32 and load it again. But this worked\nonly on the 270.\n\nOnly netbooting after a cold start provides the correct MAC address\nvia prom and CSR. This makes it very unreliable.\nI dont know why the MAC is stored in two different places. Remove\nthe special case for powerpc, which was added in early 2.4 development.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\n\n drivers/net/pcnet32.c |    5 -----\n 1 files changed, 5 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "20234989a8ae0ff418e2acdef72205fb7cb3f819",
      "tree": "6888e6c6b8f2beef67b3f85570aebb853f8443f9",
      "parents": [
        "92f268e034faf793f6d40de2f0fc81478a14ff39",
        "49d7bc64283970ee83d2c954d04ba00d04e5943d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:30:15 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:30:15 2005 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "1f064a87c80c86bd3878e6633de61e8b71aa6788",
      "tree": "b5e5eefaa380590f118176c4c1855b9f98b5e85b",
      "parents": [
        "4ebf0ae2618fbbb0d365e5d295a30ccfcb91fe0b"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Dec 06 17:36:44 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 06 17:36:44 2005 -0800"
      },
      "message": "[TG3]: remove warning on race\n\n[ Move assosciated code comment to the correct spot, and\n  update driver version and release date -DaveM ]\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "92f268e034faf793f6d40de2f0fc81478a14ff39",
      "tree": "8983344799b050f7394e3d85413576b6a63842b3",
      "parents": [
        "436b0f76f2cee6617f27a649637766628909dd5d"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Dec 05 11:00:40 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 06 04:43:40 2005 -0500"
      },
      "message": "[PATCH] sk98lin: rx checksum offset not set\n\nThe checksum offsets for receive offload were not being set correctly.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ea182d4aefa3a27847d890b1592a608d1180aa45",
      "tree": "a58cfb27654e5ada4ade104a0bb0e6a01b0db4a3",
      "parents": [
        "ab80882bf339c5954a69bb0603df0113b17d384f"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 04:31:32 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 04:31:32 2005 -0500"
      },
      "message": "[netdrvr skge] fix typo, fix build\n"
    },
    {
      "commit": "ab80882bf339c5954a69bb0603df0113b17d384f",
      "tree": "7e8192acfd1ab3627357b4d32bdb8584fe8d0612",
      "parents": [
        "1d97f384486a697ed227ef4609a26f18a8ea9a11"
      ],
      "author": {
        "name": "Komuro",
        "email": "komurojun-mbn@nifty.com",
        "time": "Thu Dec 01 02:37:17 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:37:17 2005 -0500"
      },
      "message": "[netdrvr fmvj18x_cs] fix multicast bug\n\n* use set_rx_mode to (re)initialize the multicast table.\n* MC_FILTERBREAK is 64 (\u003d 8 * 8bit)\n* remove local_info_t.mc_filter\n"
    },
    {
      "commit": "1d97f384486a697ed227ef4609a26f18a8ea9a11",
      "tree": "930213b1fb4f810c0e0ab3cfcfd3feeb2880a1fe",
      "parents": [
        "1096e87174f925bb817a41386ee70573b2a7d6ff"
      ],
      "author": {
        "name": "Matthieu CASTET",
        "email": "castet.matthieu@free.fr",
        "time": "Thu Dec 01 02:35:26 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:35:26 2005 -0500"
      },
      "message": "[wireless airo] reset card in init\n\nwithout this patch after an rmmod, modprobe the card won\u0027t work anymore\nuntil the next reboot.\n\nThis patch seem safe to apply for all cards as the bsd driver already do\nthat.\n\nI had to add a timeout because strange things happen (issuecommand will\nfail) if the card is already reseted (after a reboot).\n\nPS : it seems there are missing reset when leaving monitor mode...\n\nSigned-off-by: Matthieu CASTET \u003ccastet.matthieu@free.fr\u003e\n"
    },
    {
      "commit": "1096e87174f925bb817a41386ee70573b2a7d6ff",
      "tree": "e095794ba061aa573bbd975a035e20abcaa857c8",
      "parents": [
        "c08ad1e304061dbd6ef7545d8f2db530b43c0fbd"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Nov 28 11:38:50 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:28:56 2005 -0500"
      },
      "message": "[PATCH] skge: handle VLAN checksum correctly on yukon rev 0\n\nIf using UDP over VLAN, with the skge driver there is a possibility\nof generating an incorrect checksum. This is a unlikely occurrence\nbecause it is only an issue on Yukon revision 0, and that revision\ndoesn\u0027t seem to exist on any current hardware (probably early prototype).\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c08ad1e304061dbd6ef7545d8f2db530b43c0fbd",
      "tree": "ce55c1ed1d7aabe5dd691a9270de9f63a4ae3738",
      "parents": [
        "ee7ebdf40260c6c5586f20cda5d253bc988e7baa"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Tue Nov 29 02:59:27 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:28:56 2005 -0500"
      },
      "message": "[PATCH] orinoco: fix setting power management parameters\n\nPower management parameters could not be set by iwconfig due to\nincorrect error handling.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ee7ebdf40260c6c5586f20cda5d253bc988e7baa",
      "tree": "23ab0c888dd77e6c2d0a141f712e1570060bd48d",
      "parents": [
        "23c2a7b5dea983c7cee2813817409552f9714e95"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 22 00:19:44 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:26:46 2005 -0500"
      },
      "message": "[PATCH] jazzsonic: Fix platform device code\n\nUse platform_driver_unregister not driver_unregister to unregister a\nstruct platform_driver.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "23c2a7b5dea983c7cee2813817409552f9714e95",
      "tree": "f1e7fb2a5aa8e8a0d1b067a440df26ea88c48df7",
      "parents": [
        "56344d822efb25e66df87c5ee81aab8accf4d706"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 22 00:16:51 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:26:46 2005 -0500"
      },
      "message": "[PATCH] jazzsonic: Fix build error.\n\njazz_sonnic_device -\u003e jazz_sonic_device\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "56344d822efb25e66df87c5ee81aab8accf4d706",
      "tree": "a01934f22c167620567593f4f381b1b6266ce5b8",
      "parents": [
        "8169bd919146f468942f40c3e708f9ada74a30a4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 21 21:05:02 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:26:45 2005 -0500"
      },
      "message": "[PATCH] mipsnet: Fix Copyright notice.\n\nSorry, no sekr1t mips c0dez ;-)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "8169bd919146f468942f40c3e708f9ada74a30a4",
      "tree": "44123c0d02b164bac1da83d93661ad3727c4712f",
      "parents": [
        "be0df20cb5ffd36ced9393d004e473d5c531b5da"
      ],
      "author": {
        "name": "Eugene Surovegin",
        "email": "ebs@ebshome.net",
        "time": "Thu Nov 24 14:48:40 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:23:35 2005 -0500"
      },
      "message": "[PATCH] ibm_emac: fix graceful stop timeout handling\n\nThis patch fixes graceful stop timeout handling in PPC4xx EMAC driver.\n\nCurrently, when we stop TX/RX channels we just do some number of loops\nwithout relying on actual spent time. This has finally bitten me on\none of our systems (heavy network traffic during start up, RX channel\nis stopped several times to configure multicast list).\n\nGraceful channel stop can take up to 1 frame time, so I\u0027ve added\ndevice specific timeout counter which depends on current link speed\nand calls to udelay() to really wait required amount of time before\ngiving up.\n\nSigned-off-by: Eugene Surovegin \u003cebs@ebshome.net\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "be0df20cb5ffd36ced9393d004e473d5c531b5da",
      "tree": "e674aff176695c0b02f5bff7db9d9f7da0c36184",
      "parents": [
        "4f4c81504284c0ab66fc6d773dfb3b54aca02427"
      ],
      "author": {
        "name": "shemminger@osdl.org",
        "email": "shemminger@osdl.org",
        "time": "Wed Nov 23 22:00:51 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:22:03 2005 -0500"
      },
      "message": "[PATCH] sk98lin: avoid message confusion with skge\n\nAvoid possible confusion between skge and sk98lin driver by\ntagging messages properly.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "4f4c81504284c0ab66fc6d773dfb3b54aca02427",
      "tree": "88608faa793265891aed27d42236efaeb7e4f64b",
      "parents": [
        "596f86a8d8a70005728944143f08fe5414443355"
      ],
      "author": {
        "name": "shemminger@osdl.org",
        "email": "shemminger@osdl.org",
        "time": "Wed Nov 23 22:00:50 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:22:03 2005 -0500"
      },
      "message": "[PATCH] sk98lin: add permanent address support\n\nAdd permanent address and link status support via ethtool.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "596f86a8d8a70005728944143f08fe5414443355",
      "tree": "4d03416456411b74fbdcdbf944d81b37f8552496",
      "parents": [
        "a174fd88d2b73c1933ea24ed533354d618c7d089"
      ],
      "author": {
        "name": "shemminger@osdl.org",
        "email": "shemminger@osdl.org",
        "time": "Wed Nov 23 22:00:49 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:22:03 2005 -0500"
      },
      "message": "[PATCH] sk98lin: fix checksumming code\n\nRemove code from sk98lin that does it\u0027s own checksum validation.\nThis code is incorrect when dealing with nested protocols like\nVLAN\u0027s, and it is better to use regular receive code path to\nhandle hardware checksum.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "a174fd88d2b73c1933ea24ed533354d618c7d089",
      "tree": "63adc36cb31653534dd2c751d7b6261317e60676",
      "parents": [
        "d5366d9e24d1e864e48e1705c9b7c21cfc0e9cea"
      ],
      "author": {
        "name": "Jesse Brandeburg",
        "email": "jesse.brandeburg@intel.com",
        "time": "Tue Nov 29 19:23:59 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 02:10:11 2005 -0500"
      },
      "message": "[PATCH] e1000: fix for dhcp issue\n\nParse outgoing packets in e1000_transfer_dhcp_info as raw packet even if\nprotocol bits are set.  pump, for instance causes kernel panic on some\nsystems, if parsed via udp header.\n\nThanks to Derrell Lipman \u003cDerrell.Lipman@BacklotTech.com\u003e for reporting and\ntesting.\n\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "981d9c176dacf397d267215d44a4060c28663480",
      "tree": "85d1f9d73c0eb26a39c61beab397002991bbdae2",
      "parents": [
        "3410572d519b6c68505f746f25033de97809eaa1"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Wed Nov 30 22:35:39 2005 +0100"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Wed Nov 30 22:35:39 2005 +0100"
      },
      "message": "b44: increase version number\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "3410572d519b6c68505f746f25033de97809eaa1",
      "tree": "5767b8a1108ecff31e5cf637eb8cdf5d7f020ae0",
      "parents": [
        "d9e2d185bf01e20339158f77c3fca00b02014912"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Wed Nov 30 22:32:13 2005 +0100"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Wed Nov 30 22:32:13 2005 +0100"
      },
      "message": "b44: early return in dev-\u003edo_ioctl when the device is not up\n\nThe device has not gone through a whole reset/init sequence until the\ndevice is up. Accessing the mii interface before this point is not\nsafe.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "d9e2d185bf01e20339158f77c3fca00b02014912",
      "tree": "44cca817c379f9db5bfe457864b51297b5329314",
      "parents": [
        "346f7dbb17cb7d84317b4410df2e8f7bf2e57f44"
      ],
      "author": {
        "name": "Mark Lord",
        "email": "lkml@rtr.ca",
        "time": "Wed Nov 30 22:30:23 2005 +0100"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Wed Nov 30 22:30:23 2005 +0100"
      },
      "message": "b44: missing netif_wake_queue() in b44_open()\n\nThis patch fixes a problem plaguing Dell notebooks with built-in b44\nethernet: The driver refuses to transmit packets of any kind until after\nthe first 5-second tx_timeout occurs. This bug causes DHCP negotiation to\nfail (timeout) during installation of Ubuntu Linux.\n\nSigned-off-by: Mark Lord \u003clkml@rtr.ca\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "18317ab0ca5ac0c654be3eac31ebb781b4a5e9b2",
      "tree": "d92ae6722f6f18014f8c27b2d03080213f915ea3",
      "parents": [
        "989e4d6cbc69191c41ddf4b1c492457410376b43"
      ],
      "author": {
        "name": "Richard Knutsson",
        "email": "ricknu-0@student.ltu.se",
        "time": "Mon Nov 21 21:32:03 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 22 09:13:41 2005 -0800"
      },
      "message": "[PATCH] net: Fix compiler-error on dgrs.c when !CONFIG_PCI\n\ndrivers/net/dgrs.c: In function `dgrs_init_module\u0027:\ndrivers/net/dgrs.c:1598: `dgrs_pci_driver\u0027 undeclared (first use in this function)\n\nSigned-off-by: Richard Knutsson \u003cricknu-0@student.ltu.se\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f7492f17f2123f0f4db5f9e8ba89867a7b352658",
      "tree": "8e81147b6b1bb6a7784d56024a21e17ceda2a14b",
      "parents": [
        "51c83a946d5c8bc05eef7828197080f31fa33601"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 15:06:59 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 15:06:59 2005 -0500"
      },
      "message": "[wireless hermes] build fix\n"
    },
    {
      "commit": "51c83a946d5c8bc05eef7828197080f31fa33601",
      "tree": "5ece41dc3bd597f93d22ff499952b161060c371d",
      "parents": [
        "cea00da3972806d213a7dbe1b98e889435385e6b",
        "eaf8f53bc001d20aa59aa4519b71f11a1cc7f945"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:57:44 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:57:44 2005 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of git://git.tuxdriver.com/git/netdev-jwl\n"
    },
    {
      "commit": "eaf8f53bc001d20aa59aa4519b71f11a1cc7f945",
      "tree": "14976ddc4b0dab125a6e42bb503dcdaa4ff50f18",
      "parents": [
        "a7a461b32fdff1e7db42b50db53840e4fa978384"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Sat Nov 12 12:50:12 2005 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Nov 18 13:51:40 2005 -0500"
      },
      "message": "[PATCH] ipw2100: Fix \u0027Driver using old /proc/net/wireless...\u0027 message\n\nipw2100: Fix \u0027Driver using old /proc/net/wireless...\u0027 message\n\nWireless extensions moved the get_wireless_stats handler from being\nin net_device into wireless_handler.\n\nA prior instance of this patch resolved the issue for the ipw2200.\nThis one fixes it for the ipw2100.\n\nSigned-off-by: Benoit Boissinot \u003cbenoit.boissinot@ens-lyon.org\u003e\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "a7a461b32fdff1e7db42b50db53840e4fa978384",
      "tree": "5e16e914bde39b29a8e43bb0b410162e8f321944",
      "parents": [
        "cd52d1ee9a92587b242d946a2300a3245d3b885a"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Nov 07 13:24:59 2005 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Nov 18 13:51:34 2005 -0500"
      },
      "message": "[PATCH] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx\n\nChange CONFIG_FEC_8XX to depend on CONFIG_8xx instead of CONFIG_FEC.\nCONFIG_FEC depends on ColdFire CPUs, which does not apply for the\nPPC 8xx processors.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c5b42f343d19d0a04782db0dde5b128dd282f95c",
      "tree": "ec0b45fac9f38dcc6b6066efbfea7b04450060e7",
      "parents": [
        "cbf7c42b727826770a44c0a10ef3663da08e64bc"
      ],
      "author": {
        "name": "Gabriel A. Devenyi",
        "email": "ace@staticwave.ca",
        "time": "Sat Nov 12 16:00:46 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:31:00 2005 -0500"
      },
      "message": "[PATCH] drivers/net/wireless/hermes.c unsigned int comparision\n\nhermas_bap_pread,  hermes_bap_pwrite, and hermes_bap_pwrite_pad all have a parameter \"len\" that is declared unsigned,\nbut checked for a value less than zero. Auditing the callers, it is possible for len to be passed a negative value, so len should be an int.\n\nThanks to LinuxICC (http://linuxicc.sf.net)\n\nSigned-off-by: Gabriel A. Devenyi \u003cace@staticwave.ca\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "cbf7c42b727826770a44c0a10ef3663da08e64bc",
      "tree": "0206348a235c72ecb239f2fd82c29ac5daf38a5c",
      "parents": [
        "344547093274c8bdb87becb939e5c8ab009ebfe6"
      ],
      "author": {
        "name": "Roger While",
        "email": "simrw@sim-basis.de",
        "time": "Mon Nov 14 11:50:46 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:29:41 2005 -0500"
      },
      "message": "[PATCH] prism54 : Remove extraneous udelay/register read\n\nIn isl_38xx.c\nIn routine isl38xx_trigger-device\n\nMove unnecessary udelay/register read.\nThis is only required when hand-compiling the driver and\nsetting  VERBOSE \u003e SHOW_ERROR_MESSAGES\n\nSigned-off-by: Roger While \u003csimrw@sim-basis.de\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "344547093274c8bdb87becb939e5c8ab009ebfe6",
      "tree": "28b90e66d45463ac2b701569d5010c6440649708",
      "parents": [
        "0c0abbc58011e977921eae9037668452bef80265"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 14 00:19:44 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:29:41 2005 -0500"
      },
      "message": "[PATCH] SAA9730: Add missing header bits.\n\nThis header file patch was missing from the recent SAA9730 patch.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "0c0abbc58011e977921eae9037668452bef80265",
      "tree": "c5b1defeea26f6d62d4085ed57ce9b5e85d9063a",
      "parents": [
        "70f1e002cfaad708ac561bcc6700dc50888999f5"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 14 00:16:29 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:29:41 2005 -0500"
      },
      "message": "[PATCH] au1000_eth: Include \u003clinux/config.h\u003e\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\nThe Au1000 ethernet driver references plenty of CONFIG_* symbols.\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "70f1e002cfaad708ac561bcc6700dc50888999f5",
      "tree": "184a5b5301667a14accbb31d3aac0c9d3b522e4b",
      "parents": [
        "620d9aa95b7910da07912340971bc2d9b2497382"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Nov 13 10:13:05 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:29:41 2005 -0500"
      },
      "message": "[PATCH] IOC3: Replace obsolete PCI API\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "620d9aa95b7910da07912340971bc2d9b2497382",
      "tree": "dc6389a6a1020dd69b120b4958cd85f0e23d6be2",
      "parents": [
        "2afecc047e9077d8dc9e312b32e944955e71ce53"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Nov 16 16:09:53 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:29:06 2005 -0500"
      },
      "message": "[PATCH] i82593.h: make header comment GPL-compatible\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2afecc047e9077d8dc9e312b32e944955e71ce53",
      "tree": "682e9547382fd2d7347894d8cb1596e423254966",
      "parents": [
        "f1b8c63ef404367c60dc9b4f68dec33cae3c707b"
      ],
      "author": {
        "name": "Jesse Brandeburg",
        "email": "jesse.brandeburg@intel.com",
        "time": "Mon Nov 14 13:15:49 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:27:07 2005 -0500"
      },
      "message": "[PATCH] e100: re-enable microcode with more useful defaults\n\nFor the four versions of hardware that we (currently) support microcode\ndownload on, the default configuration of our receive interrupt mitigation\nmicrocode was too aggressive, and caused unnecessary delays when pinging,\nand low(er) throughput on single connection latency sensitive performance\ntests.\n\nThis code adds microcode support, and sets the defaults to more reasonable\nsettings. It also explains the functionality in the code in more detail.\nCompile and load tested, shows expected behavior for slight delay of ping\npackets (1-2ms) when ucode is loaded, and decent interrupt moderation for\nsmall packets, while maintaining good throughput.\n\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "f1b8c63ef404367c60dc9b4f68dec33cae3c707b",
      "tree": "4547b64489274df9dd85af88bbbeddb77c6ec63a",
      "parents": [
        "972421264637b5df168125e157d881c1899519dd",
        "1f7bad72c0ed8cf29d13bac81ceeba9e1ac05c66"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:24:33 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:24:33 2005 -0500"
      },
      "message": "Merge branch \u0027halasa-hdlc\u0027 of git://git.tuxdriver.com/git/netdev-jwl\n"
    },
    {
      "commit": "972421264637b5df168125e157d881c1899519dd",
      "tree": "388eb131fccbb7440753896e1a2c764bec8d70ab",
      "parents": [
        "e52542443aa9be15439e9879baf6d41b290e94db",
        "e53091fae52931a96dfb661f2b78e0a91e5f9978"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:21:24 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:21:24 2005 -0500"
      },
      "message": "Merge branch \u0027for-jeff\u0027 of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6\n"
    },
    {
      "commit": "e52542443aa9be15439e9879baf6d41b290e94db",
      "tree": "840fb2eb41713e75b9b8ba82e3961f71530447e1",
      "parents": [
        "5d0571d915f3e281f151df9a18a6a0be5a57c4b0"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@arm.linux.org.uk",
        "time": "Fri Nov 18 12:57:55 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:10:30 2005 -0500"
      },
      "message": "[PATCH] smc91x: fix bank mismatch\n\nThe smc91x driver relies upon register bank 2 being selected whenever\nthe interrupt handler is called.  This isn\u0027t always so, especially if\nwe have a link change event during PHY configuration.\n\nThis results in register bank 0 being selected when the interrupt\nhandler is called, causing the wrong registers to be read for the\nIRQ mask and status.  In turn, this causes us to spin with a\npermanently asserted IRQ.\n\nThe patch ensures that smc_phy_configure always exits with register\nbank 2 selected.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "5d0571d915f3e281f151df9a18a6a0be5a57c4b0",
      "tree": "731e8546c3a663208b8d8ad429dd86a9b49a2a1c",
      "parents": [
        "fc71fe40d2bedcc57d3406bf2050481f8b3441b6"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Thu Nov 17 14:02:48 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 18 13:10:30 2005 -0500"
      },
      "message": "[PATCH] smc91x: fix one source of spurious interrupts\n\nNot only SMC_ACK_INT(IM_TX_EMPTY_INT) in in smc_hardware_send_pkt)\nappears to be unnecessary (tested with an SMC91C94 and SMC91C111), but\nit seems to trigger spurious interrupts on some machines as well.\nRemoved.\n\nWhile at it, let\u0027s log any remaining spurious interrupts if any (and\nclean usage of the max IRQ loop count value).\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3b26b1100e26811e54770abaa221eae140ba840d",
      "tree": "eb19e8e3145dfeb93ca5f1f9882302f5831fb35b",
      "parents": [
        "efb3442cf1c65747a858476e10f705612383eed1"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Thu Nov 17 13:58:30 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 17 08:32:58 2005 -0800"
      },
      "message": "[PATCH] ipw2200: fix error log offset calculation\n\nThis fixes a slab corruption issue in the ipw2200 driver: it essentially\nmultiplied the error log number _twice_ by the size of the error element\nentry (once explicitly in the code, and once implicitly as part of the\nregular pointer arithmetic).\n\nCc: Henrik Brix Andersen \u003cbrix@gentoo.org\u003e\nCc: Bernard Blackham \u003cbernard@blackham.com.au\u003e\nCc: Zilvinas Valinskas \u003czilvinas@gemtek.lt\u003e\nCc: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n--\n"
    },
    {
      "commit": "efb3442cf1c65747a858476e10f705612383eed1",
      "tree": "a093915da40a7887a8c8a3f927177764a55d33d2",
      "parents": [
        "0db169f9703115bab09eda5d89a8f6937a7bf98e"
      ],
      "author": {
        "name": "Pekka Enberg",
        "email": "penberg@cs.helsinki.fi",
        "time": "Wed Nov 16 21:55:05 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 17 08:32:58 2005 -0800"
      },
      "message": "[PATCH] ipw2200: disallow direct scanning when device is down\n\nThe function ipw_request_direct_scan() should bail out when the device\nis down.  This fixes a lockup caused by wpa_supplicant triggering\nipw_request_direct_scan() while the driver was in a middle of a reset\ndue to firmware errors.\n\nThanks to Zilvinas Valinskas for reporting the bug and helping me\ndebug it.\n\nSigned-off-by: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nAcked-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e53091fae52931a96dfb661f2b78e0a91e5f9978",
      "tree": "5ac763f77d1c70f8c6c138c7b71293b4cb068cb8",
      "parents": [
        "7c8b2eb4c71d5c3d45dbfe0c81fefe81e264e9b3"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Wed Nov 16 23:44:41 2005 +0100"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Wed Nov 16 23:44:41 2005 +0100"
      },
      "message": "r8169: do not abort when the power management capabilities are disabled\n\nThe capabilities of the 8169 can be disabled but it is hardly a reason\nto prevent the use the device. The (so far) unusual behavior has been\nreported on a MIPS platform by Yoichi Yuasa.\n\nSpotted-by: Yoichi Yuasa \u003cyuasa@hh.iij4u.or.jp\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "7c8b2eb4c71d5c3d45dbfe0c81fefe81e264e9b3",
      "tree": "0e2d79d349bf0a2f73d90e3330894f7a8cf27327",
      "parents": [
        "0db169f9703115bab09eda5d89a8f6937a7bf98e"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Wed Nov 16 23:44:05 2005 +0100"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Wed Nov 16 23:44:05 2005 +0100"
      },
      "message": "r8169: fix printk_ratelimit in the interrupt handler\n\nI keep on getting \"printk: N messages suppressed\" messages.  We need to test\nnetif_msg_intr() _before_ running printk_ratelimit(), because the latter\nupdates state.\n\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "1f7bad72c0ed8cf29d13bac81ceeba9e1ac05c66",
      "tree": "d4c59ecdeb6b75cb71d852b4ee4c9c5c8cecee50",
      "parents": [
        "cd52d1ee9a92587b242d946a2300a3245d3b885a"
      ],
      "author": {
        "name": "Krzysztof Halasa",
        "email": "khc@pm.waw.pl",
        "time": "Fri Nov 11 01:10:30 2005 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Nov 16 14:11:11 2005 -0500"
      },
      "message": "[PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()\n\nAs we are currently unable to fix the problem with carrier and protocol\nstate signaling in net core I\u0027ve to disable netif_carrier_off()\ncalls used by WAN protocol drivers. The attached patch should make\nthem working again.\n\nThe remaining netif_carrier_*() calls in hdlc_fr.c are fine as they\ndon\u0027t touch the physical device.\n\nSigned-off-by: Krzysztof Halasa \u003ckhc@pm.waw.pl\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "09071e35f9f0b308c37c9853766de573591589ea",
      "tree": "c835059c4463cda91814955920c29a513caf7ff3",
      "parents": [
        "d6a1a64aec2b2e2e13b629ed72afd319d8bce5da"
      ],
      "author": {
        "name": "Toni Mueller",
        "email": "support@oeko.net",
        "time": "Tue Nov 15 00:09:14 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 15 08:59:19 2005 -0800"
      },
      "message": "[PATCH] sdladrv.c build fix\n\ngcc4 doesn\u0027t allow typecasted lvals.\n\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "70ac551651a2c5a234b703d9a495817f2ca09639",
      "tree": "71f55b9a3de438969a7a0d951971febf59784294",
      "parents": [
        "7f729ccff35befa08a836ab33a4372c7f6735645",
        "bd5d080ab99642e3245ef7cfa54490384c01d878"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:17:54 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:17:54 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "7fce260a6bf75080ef61408504add5618f90e41b",
      "tree": "358032ca46888df92641bd32d0b88d5d2a1213d2",
      "parents": [
        "50c85a19e7b3928b5b5188524c44ffcbacdd4e35"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sun Nov 13 16:06:48 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:13 2005 -0800"
      },
      "message": "[PATCH] ppc: add support for new powerbooks\n\nEnablement patch for the new PowerBooks (late 2005 edition).\n\nThis enables the ATA controller, Gigabit ethernet and basic AGP setup.\nBluetooth works out-of-the box after running hid2hci.\n\nStill remaining is to get the touchpad to work, the simple change of just\nadding the new USB ids isn\u0027t enough.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4c8d3d997ef3c0594350fba716529905b314287e",
      "tree": "8439efcf2aa645a0e9bebd9e40d138c95d279671",
      "parents": [
        "c1986ee9bea3d880bcf0d3f1a31e055778f306c7"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Sun Nov 13 16:06:30 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:10 2005 -0800"
      },
      "message": "[PATCH] Update email address for Kumar\n\nChanged jobs and the Freescale address is no longer valid.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bca73e4bf8563d83f7856164caa44d5f42e44cca",
      "tree": "ea8c50adca509c8012aed715d578b6c927f9e284",
      "parents": [
        "95e861db3eaba7bc99f8605db70103ec3d078203"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Nov 13 16:06:25 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:10 2005 -0800"
      },
      "message": "[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h\n\nSince few people need the support anymore, this moves the legacy\npm_xxx functions to CONFIG_PM_LEGACY, and include/linux/pm_legacy.h.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1cf99be560e471a868e14b12c08b0ae383966cec",
      "tree": "369c50892ca80f92b7124dd16d3dbc93d61c72f3",
      "parents": [
        "c35bf4a593631850ab437b37ddcded4e05548e9e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Nov 12 21:49:36 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Nov 12 21:49:36 2005 +0000"
      },
      "message": "[ARM] Use correct IO operations for Pleb\n\nUse read/write IO operations rather than in/out, as per other\nSA1100 platforms.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "388f7ef720a982f49925e7b4e96f216f208f8c03",
      "tree": "75bfe3290db6d99232f56eadaf41a51197c5ba7c",
      "parents": [
        "d5eebf428ac91ad12d316a391b734670d61480d8",
        "560c22fe1fc8b3523ef422da4f1cf04aa22d1471"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:26:39 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:26:39 2005 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "5643f000c1e10ab991182478b76550e1364c3570",
      "tree": "950b2f61a5dd742de1c668ba968a9c8a99f1eab6",
      "parents": [
        "177294d19174cf92de22434bb1fc9a8ecdbbe658",
        "3ae5eaec1d2d9c0cf53745352e7d4b152810ba24"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:24:26 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:24:26 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel\n"
    },
    {
      "commit": "560c22fe1fc8b3523ef422da4f1cf04aa22d1471",
      "tree": "5be5e00b81e7793ebe5210c6b8ed5d33f3818677",
      "parents": [
        "557934554655ac119d96a1bdb6ed75319bb9d1b1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 08 22:02:35 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:32:47 2005 -0500"
      },
      "message": "[PATCH] gt96100eth.c: Don\u0027t concatenate __FUNCTION__ with strings.\n\nAs part of the ISO C9x conversion gcc deprecates concatenation with\n__FUNCTION__ because __FUNCTION__ is not a preprocessor macro.\n\nSigned-off-by: Clemens Buchacher \u003cdrizzd@aon.at\u003e\nSigned-off-by: Maximilian Attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "557934554655ac119d96a1bdb6ed75319bb9d1b1",
      "tree": "be50370f30729f13e5488162369861c8bad4f9aa",
      "parents": [
        "05d9c84dfbbb654f60d98d465b58d4c68222ef1c"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Wed Nov 09 22:46:05 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:32:47 2005 -0500"
      },
      "message": "[PATCH] smc91x: DB1200 support.\n\nThe following patch support the SMC9111 present on DB1200 boards.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "05d9c84dfbbb654f60d98d465b58d4c68222ef1c",
      "tree": "721025a8eab0b818f4e5eba19001cba521560220",
      "parents": [
        "62ff0d0a0769f08806d3f50449a78f17420971e8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Nov 09 17:10:05 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:31:35 2005 -0500"
      },
      "message": "[PATCH] SAA9730: Driver overhaul\n\n o Try to work around some of the undocumented \"features\" of the SAA9730\n o Use netdev_priv() instead of the previous broken mechanism to allocate\n   the private data structure.\n o Try to make sure we don\u0027t leak resources on exit.\n o No more need to call SET_MODULE_OWNER in 2.6.\n o Use pci_free_consistent instead of homegrown architecture-specific\n   allocation.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/saa9730.c |  531 +++++++++++++++++++++++---------------------------\n 1 files changed, 249 insertions(+), 282 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "62ff0d0a0769f08806d3f50449a78f17420971e8",
      "tree": "7a4908b104b68ffaf602d0659f73f1c315aa4b00",
      "parents": [
        "7a33e45a2498460d6daa20a1740d3185798d6026"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Nov 09 16:44:02 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:31:35 2005 -0500"
      },
      "message": "[PATCH] SAA9730: Whitespace cleanup.\n\nKill trailing whitespace, replace leading whitespace with tabs.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/saa9730.c |   98 +++++++++++++++++++++++++-------------------------\n 1 files changed, 49 insertions(+), 49 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7a33e45a2498460d6daa20a1740d3185798d6026",
      "tree": "b86ff3a2f435b98e125610a1b66b6d69026d35f1",
      "parents": [
        "a971c32488569b5443c48168756e8ccfb0862c50"
      ],
      "author": {
        "name": "Ayaz Abdulla",
        "email": "aabdulla@nvidia.com",
        "time": "Fri Nov 11 08:31:11 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:31:11 2005 -0500"
      },
      "message": "[netdrvr forcedeth] phy address scan range\n\nAdded phy address 0 to the phy scan.\n\nSigned-off-by: Ayaz Abdulla \u003caabdulla@nvidia.com\u003e\n"
    },
    {
      "commit": "a971c32488569b5443c48168756e8ccfb0862c50",
      "tree": "4603c7507cf5a643fca7990ac660c62b75c6116e",
      "parents": [
        "4ea7f299bba0e4331bdbec4e1c1b90463478180d"
      ],
      "author": {
        "name": "Ayaz Abdulla",
        "email": "aabdulla@nvidia.com",
        "time": "Fri Nov 11 08:30:38 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:30:38 2005 -0500"
      },
      "message": "[netdrvr forcedeth] support for irq mitigation\n\nThis patch contains support for different modes of interrupt mitigation\nof forcedeth. It includes changes based on Jeff\u0027s comments. Currently,\nthe modes are changed through module parameters since ethtool does not\nsupport something similar.\n\nSigned-off-by: Ayaz Abdulla \u003caabdulla@nvidia.com\u003e\n"
    },
    {
      "commit": "4ea7f299bba0e4331bdbec4e1c1b90463478180d",
      "tree": "91b685eeae860bd311156b07ae510d048326b5cc",
      "parents": [
        "125d128bec1bbf81be4c198243334a6153c0b023"
      ],
      "author": {
        "name": "Ayaz Abdulla",
        "email": "aabdulla@nvidia.com",
        "time": "Fri Nov 11 08:29:59 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:29:59 2005 -0500"
      },
      "message": "[netdrvr forcedeth] remove superfluous rx engine stop/start\n\nSigned-off-by: Ayaz Abdulla \u003caabdulla@nvidia.com\u003e\n"
    },
    {
      "commit": "125d128bec1bbf81be4c198243334a6153c0b023",
      "tree": "0535e94300fe0e8f96d591c7a73fd2190d4b6255",
      "parents": [
        "1387780f7dbaa8c770fbbbec3b2f42cd9adf1921"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Wed Nov 09 12:13:11 2005 -0600"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:26:58 2005 -0500"
      },
      "message": "[PATCH] gianfar mii needs to zero out the mii_bus structure\n\nTo ensure that phy_mask and any future elements of the mii_bus\nstructure are initialized use kzalloc() instead of kmalloc().\n\nThis fixes an issue in which phy_mask was not being initialized\nand we would skip random phy addresses when scanning.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2ecc26b87a2b3e8650d3c7fe3fc85a8c73d5560d",
      "tree": "0453e556241830d675d2063b74ac3b769326b379",
      "parents": [
        "6af37fa9928a0d50cda1bad14b2eda8c1a4d1a0e",
        "b16a228d05a95b27d77d07a91688382f68ece8a7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:14:56 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:14:56 2005 -0500"
      },
      "message": "Merge branch \u0027atmel\u0027\n"
    },
    {
      "commit": "b16a228d05a95b27d77d07a91688382f68ece8a7",
      "tree": "a76708ef80110839f6f8cc88da292962548d51f5",
      "parents": [
        "741b2252a5e14d6c60a913c77a6099abe73a854a"
      ],
      "author": {
        "name": "simon@thekelleys.org.uk",
        "email": "simon@thekelleys.org.uk",
        "time": "Sun Oct 30 15:50:15 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:12:17 2005 -0500"
      },
      "message": "[PATCH] Atmel wireless update\n\n* Merge PCMCIA card table with new Brodowski PCMCIA id table.\n* Add missing entries to PCMCIA id table.\n* Other tweaks to conform with Documentation/driver-changes.txt\n  (types, call request_region, etc)\n* Fix size of requested IO region.\n* Reduce printk verbosity.\n* Remove EXPERIMENTAL\n* tweak to association code - don\u0027t force shared key authentication\n  when wep in use.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6af37fa9928a0d50cda1bad14b2eda8c1a4d1a0e",
      "tree": "2e68792ee8d1628a1d453d3c24b2cd40a10ff82f",
      "parents": [
        "5e04e7fe774794b837e1d3897e6b96ae2d06679a"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Fri Nov 11 14:02:04 2005 +1100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 05:47:04 2005 -0500"
      },
      "message": "[PATCH] disable DEBUG in ibmveth\n\nAt the moment ibmveth has DEBUG enabled which is rather verbose. Disable\nit.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "249bb070f5e821503c1118e1e87c0ccb1432d191",
      "tree": "8736af4ab6dfa5e95001194603225b96def849bb",
      "parents": [
        "863b18f4b5e7d9e6903b353328cf6fa084dbb619"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 04 18:56:13 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:17 2005 -0800"
      },
      "message": "[PATCH] PCI: removed unneeded .owner field from struct pci_driver\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1064e944d03eb7a72c0fa11236d5e69cfd877a71",
      "tree": "719c11a7284a0255cd7875414dd52769b820933f",
      "parents": [
        "b6cbc3b6fe588c0ea1341d10413e12c2a96a6032"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Nov 10 12:58:24 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 10 12:58:24 2005 -0800"
      },
      "message": "[BNX2]: simplify parameter checks in bnx2_{get,set}_eeprom\n\nRemove the superfluous parameter checking in bnx2_{get,set}_eeprom.\nThe parameters are already validated in ethtool_{get,set}_eeprom.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b6cbc3b6fe588c0ea1341d10413e12c2a96a6032",
      "tree": "a7d21d29e55f7ce6fd68f32884c1bbdb93eadda9",
      "parents": [
        "2f23c523f32324e5b5f39565cbcb0a8ff8923019"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Nov 10 12:58:00 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 10 12:58:00 2005 -0800"
      },
      "message": "[BNX2]: check return of dev_alloc_skb in bnx2_test_loopback\n\nCheck return of dev_alloc_skb in bnx2_test_loopback, and handle\nappropriately.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2f23c523f32324e5b5f39565cbcb0a8ff8923019",
      "tree": "b7a53ef324504ed57920d2358b4c6a19143af13b",
      "parents": [
        "b925556cc9e82b32ab68a7620b247f47193501a7"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Nov 10 12:57:33 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 10 12:57:33 2005 -0800"
      },
      "message": "[BNX2]: output driver name as prefix in error message\n\nOutput driver name as prefix to \"Unknown flash/EEPROM type.\" message.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f7b9996990bccaa9f53cbea7aea8ab5355e7f10c",
      "tree": "c9b8bce007618ccde2e4f82cb12d18e3e0f4aaad",
      "parents": [
        "43cefe29d497c2a9d3c7eae89964260e7b35149e"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Wed Nov 09 11:00:16 2005 -0200"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Nov 10 11:25:02 2005 +1100"
      },
      "message": "[PATCH] fs_enet build fix\n\nDue to the recent update of the platform code, some platform device \ndrivers fail to compile. This fix is for fs_enet, adding #include of a \nnew header, to which a number of platform stuff has been relocated.\n\nSigned-off-by: Vitaly Bordug \u003cvbordug@ru.mvista.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "3ae5eaec1d2d9c0cf53745352e7d4b152810ba24",
      "tree": "d8825be54cefb6ad6707478d719c8e30605bee7b",
      "parents": [
        "00d3dcdd96646be6059cc21f2efa94c4edc1eda5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Nov 09 22:32:44 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 22:32:44 2005 +0000"
      },
      "message": "[DRIVER MODEL] Convert platform drivers to use struct platform_driver\n\nThis allows us to eliminate the casts in the drivers, and eventually\nremove the use of the device_driver function pointer methods for\nplatform device drivers.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a7c243b544c0e9f6775c2607decaa59d54fb9e11",
      "tree": "86fdb4d2d6cef932af7497f28827e7d52b29e48c",
      "parents": [
        "7df446e7e043b2ba5fd5de42529f9d797e8b501a",
        "f406db8cba6bbce42b96490e6d31bdec229ad994"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 08:34:36 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 08:34:36 2005 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "733482e445ca4450cf41381b1c95e2b8c7145114",
      "tree": "d31a2fdaeb8e439fc348a781c780a035d794266d",
      "parents": [
        "c1a0f5e3c01d28b6782457bee5ae5ace3a9958ec"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Tue Nov 08 21:34:55 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:55:57 2005 -0800"
      },
      "message": "[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason\n\nThis patch removes almost all inclusions of linux/version.h.  The 3\n#defines are unused in most of the touched files.\n\nA few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is\nunfortunatly in linux/version.h.\n\nThere are also lots of #ifdef for long obsolete kernels, this was not\ntouched.  In a few places, the linux/version.h include was move to where\nthe LINUX_VERSION_CODE was used.\n\nquilt vi `find * -type f -name \"*.[ch]\"|xargs grep -El \u0027(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)\u0027|grep -Ev \u0027(/(boot|coda|drm)/|~$)\u0027`\n\nsearch pattern:\n/UTS_RELEASE\\|LINUX_VERSION_CODE\\|KERNEL_VERSION\\|linux\\/\\(utsname\\|version\\).h\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f406db8cba6bbce42b96490e6d31bdec229ad994",
      "tree": "0bced656ed73fe376b9ebbf5ae54907654eea046",
      "parents": [
        "385023cb8972971540d17c92baf0132693955f5f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 08 19:10:24 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 01:42:54 2005 -0500"
      },
      "message": "[PATCH] IOC: And don\u0027t mark the things as broken Cowboy.\n\nAnd don\u0027t mark the things as broken Cowboy.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "385023cb8972971540d17c92baf0132693955f5f",
      "tree": "1bbe26c618a6afee3b59c2ad0fa2421a2ff617f3",
      "parents": [
        "6d3874844f3279f170dca5339b8a94d6f1868425"
      ],
      "author": {
        "name": "Ashutosh Naik",
        "email": "ashutosh.naik@gmail.com",
        "time": "Sun Nov 06 23:43:22 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 01:42:54 2005 -0500"
      },
      "message": "[PATCH] dgrs: fix warnings when CONFIG_ISA and CONFIG_PCI are not enabled\n\nThis patch fixes compiler warnings when CONFIG_ISA and CONFIG_PCI are not\nenabled in the dgrc network driver.\n\nSigned-off-by: Ashutosh Naik \u003cashutosh.naik@gmail.com\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "76f2b4d98c3d6a88a260275acbede99c23a24d60",
      "tree": "31c728971a1016bd017da681534719179f487987",
      "parents": [
        "eac1dfcb32fbe8b0d9135caea90b0bba9945360f"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 06:18:57 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 01:10:09 2005 -0500"
      },
      "message": "[PATCH] cris v10 eth: use ethtool_ops\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "eac1dfcb32fbe8b0d9135caea90b0bba9945360f",
      "tree": "8ab18e8bc3c3eb000c89c59dce3e929340e4308d",
      "parents": [
        "ba5eec9c55ec4be99d21a6ea614003b65d7f37d7"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Tue Nov 08 23:38:01 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 01:02:41 2005 -0500"
      },
      "message": "[PATCH] b44: increase version number\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ba5eec9c55ec4be99d21a6ea614003b65d7f37d7",
      "tree": "79070a6366a44bf37101f0dfa3ee73bbc1192120",
      "parents": [
        "b9dcbb40f40d60c7e33a2b7ea858fcd27c35cc00"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Tue Nov 08 23:37:12 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 01:02:41 2005 -0500"
      },
      "message": "[PATCH] b44: race on device closing\n\nUsual fix:\n- b44_interrupt() does not schedule NAPI polling when the device is\n  going down;\n- b44_close() waits for any scheduled NAPI polling before it starts\n  to release the private structures of the device.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "b9dcbb40f40d60c7e33a2b7ea858fcd27c35cc00",
      "tree": "e044be0f5fe46fee4990f819fd30a7dc89e3694a",
      "parents": [
        "e3305626e0985faa8796f1f4e5a99c1f40bfa70e"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Tue Nov 08 23:36:20 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 01:02:41 2005 -0500"
      },
      "message": "[PATCH] b44: replace B44_FLAG_INIT_COMPLETE with netif_running()\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c2a8fad43376b2567087358a9cc46844f742342e",
      "tree": "1e00e52b1cb7cf63856a3d865381a03369a263a0",
      "parents": [
        "eedb9f09e92598c165de37a8c210434d270ca3a6"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 00:49:38 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 00:49:38 2005 -0500"
      },
      "message": "[wireless ipw2100] kill unused-var warnings for debug-disabled code\n"
    },
    {
      "commit": "eedb9f09e92598c165de37a8c210434d270ca3a6",
      "tree": "11f4ab9bcc75210c2b4a15dc33c3f4d6a612deec",
      "parents": [
        "f24e09754bcb4d367664ea635c0c4ccde6ec4df5",
        "826d2abe9945372c8838398bfd88a1caa5844d41"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 00:47:08 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Nov 09 00:47:08 2005 -0500"
      },
      "message": "Merge rsync://bughost.org/repos/ipw-delta/\n"
    },
    {
      "commit": "d7eaee087a8cb850ed33ee39a3e2a0f02ecff44c",
      "tree": "b1de7b472a5b11f2c0a869fa37217469f4f4f039",
      "parents": [
        "8f3f8193a49e1eb0d2e01309fdef2ad4fb33293c"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Nov 08 10:33:46 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Nov 08 23:58:08 2005 -0500"
      },
      "message": "[PATCH] skge: increase version number\n\nIncrease the driver version number and print version when\nprobing.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "8f3f8193a49e1eb0d2e01309fdef2ad4fb33293c",
      "tree": "147067f2b6973643483472c3c09eb05ee0973fbf",
      "parents": [
        "1631aef15193ef8a199982fa3d45db4d07786d7f"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Nov 08 10:33:45 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Nov 08 23:58:08 2005 -0500"
      },
      "message": "[PATCH] skge: spelling fixes\n\nFix some of my bad spelling.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "1631aef15193ef8a199982fa3d45db4d07786d7f",
      "tree": "7f000cf60191805de8faa54fbf51f02c30abf0c3",
      "parents": [
        "355ec57243574c439a4b731fc83af6165ec2f1ec"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Nov 08 10:33:44 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Nov 08 23:58:08 2005 -0500"
      },
      "message": "[PATCH] skge: use prefetch on receive\n\nUse prefetch() in the interrupt path to try and look ahead\nat the next place will be looking at in the ring.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    }
  ],
  "next": "355ec57243574c439a4b731fc83af6165ec2f1ec"
}
