)]}'
{
  "log": [
    {
      "commit": "c4a1745aa09fc110afdefea0e5d025043e348bae",
      "tree": "6d28dc3a0c1bf18437b3d49f28e5c81b850cdb2f",
      "parents": [
        "88dcb91177cfa5b26143a29074389a2aa259c7cf",
        "ac0eb3eb7e54b700386068be025a43d2a3958ee5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 20 11:57:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 20 11:57:50 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6: (230 commits)\n  [SPARC64]: Update defconfig.\n  [SPARC64]: Fix 2 bugs in huge page support.\n  [SPARC64]: CONFIG_BLK_DEV_RAM fix\n  [SPARC64]: Optimized TSB table initialization.\n  [SPARC64]: Allow CONFIG_MEMORY_HOTPLUG to build.\n  [SPARC64]: Use SLAB caches for TSB tables.\n  [SPARC64]: Don\u0027t kill the page allocator when growing a TSB.\n  [SPARC64]: Randomize mm-\u003emmap_base when PF_RANDOMIZE is set.\n  [SPARC64]: Increase top of 32-bit process stack.\n  [SPARC64]: Top-down address space allocation for 32-bit tasks.\n  [SPARC64] bbc_i2c: Fix cpu check and add missing module license.\n  [SPARC64]: Fix and re-enable dynamic TSB sizing.\n  [SUNSU]: Fix missing spinlock initialization.\n  [TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun parts.\n  [SPARC64]: First cut at VIS simulator for Niagara.\n  [SPARC64]: Fix system type in /proc/cpuinfo and remove bogus OBP check.\n  [SPARC64]: Add SMT scheduling support for Niagara.\n  [SPARC64]: Fix 32-bit truncation which broke sparsemem.\n  [SPARC64]: Move over to sparsemem.\n  [SPARC64]: Fix new context version SMP handling.\n  ...\n"
    },
    {
      "commit": "2e9ff56efbc005ab2b92b68df65940c7459446c6",
      "tree": "8844a54f2b205bb5dceb6391d05df9a9f8bc62d2",
      "parents": [
        "d378aca6ec708bfb24df5c47801b1f2399efc481",
        "cc8279f68c34c3f32b3a85f3103b0ad755c57846"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 20 04:38:50 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 20 04:38:50 2006 -0500"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6\n"
    },
    {
      "commit": "d378aca6ec708bfb24df5c47801b1f2399efc481",
      "tree": "7535f96bf34314df071698d2e06054b8d5223ebb",
      "parents": [
        "abc71c46dc0a12ab7fddc18cfe4f4aa26808c79b",
        "7705a8792b0fc82fd7d4dd923724606bbfd9fb20"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 20 04:38:03 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 20 04:38:03 2006 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "72b845e04e99298e5179b31e8de16afed52a2627",
      "tree": "c0e832b4fcb404b7624fec700ba5f12981de9d7d",
      "parents": [
        "0c51ed93ca0ecbf44ec096f4bd04c12a3e761e6b"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Mar 14 14:11:48 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:14:27 2006 -0800"
      },
      "message": "[TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun parts.\n\nSun does\u0027t put an SEEPROM behind the tigon3 chip, among other things,\nso accesses to these areas just give bus timeouts.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4a29cc2e503b33a1e96db4c3f9a94165f153f259",
      "tree": "74645b5ef3a92ad9857ed63d6446e2be0535060c",
      "parents": [
        "c7c694d196a39af6e644e24279953d04f30362db"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun Mar 19 13:21:12 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Mar 19 13:21:12 2006 -0800"
      },
      "message": "[TG3]: 40-bit DMA workaround part 2\n\nThe 40-bit DMA workaround recently implemented for 5714, 5715, and\n5780 needs to be expanded because there may be other tg3 devices\nbehind the EPB Express to PCIX bridge in the 5780 class device.\n\nFor example, some 4-port card or mother board designs have 5704 behind\nthe 5714.\n\nAll devices behind the EPB require the 40-bit DMA workaround.\n\nThanks to Chris Elmquist again for reporting the problem and testing\nthe patch.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "cc8279f68c34c3f32b3a85f3103b0ad755c57846",
      "tree": "13c896b8a0bba7244818b62b767ebb807c30541e",
      "parents": [
        "3234eeec18315356166cd89bd93fc4630192eece"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Feb 21 18:46:15 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "3234eeec18315356166cd89bd93fc4630192eece",
      "tree": "462a95c09b9a745e4dcab6589bd2bea36355c050",
      "parents": [
        "752e377bfdad61482e39cafedb3a6bb1b5bb0289"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Feb 28 08:38:07 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "752e377bfdad61482e39cafedb3a6bb1b5bb0289",
      "tree": "2d3cda9de2ffd0776aea72d7f8d41f6c6a673632",
      "parents": [
        "cae1629515cf6d166fa20657e68b75619d563280"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 28 07:20:54 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: semaphore to mutexes conversion\n\nsemaphore to mutexes conversion.\n\nthe conversion was generated via scripts, and the result was validated\nautomatically via a script as well.\n\nbuild-tested.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "cae1629515cf6d166fa20657e68b75619d563280",
      "tree": "a40dbc0c8e7d6fed80be63bcc4182ef42b3ca84d",
      "parents": [
        "15745a7dd1ac6bf1ef7959040f864c78a95aa35b"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Feb 21 18:41:14 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: Fix radiotap code gcc warning\n\nFix gcc warning: ipw2100.c:2460: ISO C90 forbids mixed declarations and code\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "15745a7dd1ac6bf1ef7959040f864c78a95aa35b",
      "tree": "b9e95a75c83f2d1b5eba9af2a36cc9912e0188ee",
      "parents": [
        "171e7b2f1f50f112d3ce8a829a3e79c5739b3132"
      ],
      "author": {
        "name": "Stefan Rompf",
        "email": "stefan@loplof.de",
        "time": "Tue Feb 21 18:36:17 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: add radiotap headers to packtes captured in monitor mode\n\nSigned-off-by: Stefan Rompf \u003cstefan@loplof.de\u003e\nSigned-off-by: Andrea Merello \u003candreamrl at tiscali it\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "171e7b2f1f50f112d3ce8a829a3e79c5739b3132",
      "tree": "31a5b5cb8a0306b1e5469d967365d6d019a9a7f1",
      "parents": [
        "71e585fca25c9ccde82196fd1aef78e34312e899"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Wed Feb 15 07:17:56 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:47 2006 -0500"
      },
      "message": "[PATCH] ipw2x00: expend Copyright to 2006\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "71e585fca25c9ccde82196fd1aef78e34312e899",
      "tree": "4cb6cf43dcc6f7cae5c0191f0e409b0eb2a72261",
      "parents": [
        "f44349f2217d05e4575f24edc3c0e0022f5d448f"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Mar 11 04:42:58 2006 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:41:20 2006 -0500"
      },
      "message": "[PATCH] drivers/net/wireless/ipw2200.c: fix an array overun\n\nThis patch fixes a big array overun found by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "7c567894480daef05bc13abdc4b9414541e245cb",
      "tree": "4e9c6f80427eb269914c6aab24cac246e16ca06b",
      "parents": [
        "9006ea75cfaded82acbc34d03e9d4e86447f40a9"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Fri Feb 24 04:20:48 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "9006ea75cfaded82acbc34d03e9d4e86447f40a9",
      "tree": "a65ca3227d09488495444b9f4d43179c595191c4",
      "parents": [
        "651be26f2daf31e61faf4b55ada709cf39ec76a2"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Mar 08 03:22:28 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image format\n\nThis patch modifies the driver to support the ipw2200-fw-3.0 image format.\n\nThe 3.0 fw image does not add any new capabilities, but as a result of\nimage format changes, it should fix two problems experienced by users:\n\n1) Race conditions with the request_firmware interface and udev/hotplug\nare improved as only a single request_firmware call is now required to\nload the firmware and microcode (vs. 3 separate calls previously)\n\n2) The monitor mode firmware (sniffer) is now packaged with the correct\nboot image so it can now function without frequent restarts.\n\nNote: Once you apply this patch, you will also need to upgrade your\nfirmware image to the 3.0 version available from:\n\n        http://ipw2200.sf.net/firmware.php\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "651be26f2daf31e61faf4b55ada709cf39ec76a2",
      "tree": "cac9bac812d1ecc1f85bce54a2591cab34752627",
      "parents": [
        "71de1f3dd14e3e39cef929506a9526779f5a447d"
      ],
      "author": {
        "name": "Olivier Hochreutiner",
        "email": "olivier.hochreutiner@epfl.ch",
        "time": "Wed Mar 08 03:13:55 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: wireless extension sensitivity threshold support\n\nThe patch allows the user to set the handover threshold, i.e. the number\nof consecutively missed beacons that will trigger a roaming attempt. The\ndisassociation threshold is set to 3 times the handover threshold.\n\nSigned-off-by: Olivier Hochreutiner \u003colivier.hochreutiner@epfl.ch\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "71de1f3dd14e3e39cef929506a9526779f5a447d",
      "tree": "d87676e1eee0670e23a506dc34ec16b615181732",
      "parents": [
        "12977154e7cb4d72b1295f009a040c56a7e05d90"
      ],
      "author": {
        "name": "Cahill, Ben M",
        "email": "ben.m.cahill@intel.com",
        "time": "Wed Mar 08 03:02:27 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Enables the \"slow diversity\" algorithm\n\nThis forces one antenna or the other, if the background noise is\nsignificantly quieter in one than the other. It favors the quieter\nantenna, and won\u0027t kick in unless the difference is significant.\n\nSigned-off-by: Cahill, Ben M \u003cben.m.cahill@intel.com\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "12977154e7cb4d72b1295f009a040c56a7e05d90",
      "tree": "45e0f0d861158c76f37ac8731a100d4dfadadb4e",
      "parents": [
        "3e1555bae145ab2d079a1823cbdd5c486503d147"
      ],
      "author": {
        "name": "Cahill, Ben M",
        "email": "ben.m.cahill@intel.com",
        "time": "Wed Mar 08 02:58:02 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Set a meaningful silence threshold value\n\nSet a meaningful silence threshold value (replacing our previous \"0\"\ndefault), which gets rid of the gratuitous \"Link deterioration\"\nnotifications that we\u0027ve been receiving from firmware.  This\nnotification feature tells the driver information to help it determine\nwhen to pre-emptively restart the firmware/ucode in anticipation of\nfirmware errors!  But since setting this new threshold, I haven\u0027t seen\nany such notifications.  At least it keeps the logs a little less busy.\n\nSigned-off-by: Cahill, Ben M \u003cben.m.cahill@intel.com\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "3e1555bae145ab2d079a1823cbdd5c486503d147",
      "tree": "2c89fadf472483b76175b7bfc779ce56baed25ca",
      "parents": [
        "1d1b09eb144e414ade1f44e21852fc60f2cf965b"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Mon Mar 06 05:48:37 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: export `debug\u0027 module param only if CONFIG_IPW2200_DEBUG\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1d1b09eb144e414ade1f44e21852fc60f2cf965b",
      "tree": "bce6f18ed69a27bbcc9d77e96a619ebe66a761c8",
      "parents": [
        "e815de422c1dc2fe787c6f3edba81f3cf0176e32"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Thu Mar 02 06:40:59 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Change debug level for firmware error logging\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e815de422c1dc2fe787c6f3edba81f3cf0176e32",
      "tree": "bf2bd807d9741934872f2f87c24ddefa4095c6bb",
      "parents": [
        "e8c69e27d14a5fb15df9967f8c8ec5978af33ba8"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Thu Mar 02 05:55:51 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Filter unsupported channels out in ad-hoc mode\n\nCurrently iwlist ethX freq[uency]/channel lists all the channels the card\nsupported for the current region, which includes some channels can only\nbe used in infrastructure mode. This patch filters these channels out if\nthe card is currently in ad-hoc mode.\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e8c69e27d14a5fb15df9967f8c8ec5978af33ba8",
      "tree": "d428648e976c8844ff68a1328204af14ebb9d20a",
      "parents": [
        "d6d5b5c13e5003c9d33dcdcfdf1febc6efd7d319"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Fri Feb 17 08:25:12 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with comment\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d6d5b5c13e5003c9d33dcdcfdf1febc6efd7d319",
      "tree": "d7de88aace32d5be27afcae756c94187fd9f53b2",
      "parents": [
        "8da374fc44a5e0fb71a485497cae38eb562d078c"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Thu Feb 16 16:21:09 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Fix rf_kill is activated after mode change with \u0027disable\u003d1\u0027\n\nWhen loading the ipw2200 module with disabled\u003d1, rf_kill is activated after\nevery mode change. This is caused by ipw_sw_reset() is called when a mode\nis changed. The patch fixed the problem by distinguishing the purposes with\nthe \u0027option\u0027 paramenter.\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8da374fc44a5e0fb71a485497cae38eb562d078c",
      "tree": "48bec1c7d8f0a2c7bc0ac7e1b5cef5fa3c9a2f6d",
      "parents": [
        "b191608a451e75ed7f979cac268f5f423176feb3"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Fri Feb 17 07:46:16 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: remove the WPA card associates to non-WPA AP checking\n\nwpa_supplicant needs to set wpa_enabled unconditionally, with this check\nit hasn\u0027t been possible to connect to non-WPA networks using wpa_supplicant.\nSo remove below check.\n\nif (priv-\u003eieee-\u003ewpa_enabled \u0026\u0026\n\tnetwork-\u003ewpa_ie_len \u003d\u003d 0 \u0026\u0026 network-\u003ersn_ie_len \u003d\u003d 0)\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "b191608a451e75ed7f979cac268f5f423176feb3",
      "tree": "3f0037006a39d8c8507392bca15b326471fc76a2",
      "parents": [
        "9d0be03aeeadcd59bd8f57219817e876a5e88e88"
      ],
      "author": {
        "name": "Bill Moss",
        "email": "bmoss@clemson.edu",
        "time": "Wed Feb 15 08:50:18 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Add signal level to iwlist scan output\n\nThis patch does two things. It uses the parameter IW_QUAL_DBM which is new\nin WE-19 to cause signal level and noise to be reported in dBm by the\nwireless tools. It also defines the signal level as an unsigned integer\nso that the signal level will be reported by iwlist iface scan.\n\nSigned-off-by: Bill Moss \u003cbmoss@clemson.edu\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "9d0be03aeeadcd59bd8f57219817e876a5e88e88",
      "tree": "2b8f12a59c1e2d643c90ecd645ac508a43324eaa",
      "parents": [
        "85149bace30eae1dc1f86d2c327329673123dd22"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Wed Feb 15 06:18:19 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet length\n\nreplace ipw2200 specific frame_hdr_len() with generic\nieee80211 routine ieee80211_get_hdrlen()\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "85149bace30eae1dc1f86d2c327329673123dd22",
      "tree": "53bf83b9b3bde433cc79f82479ba1dab5df5cc85",
      "parents": [
        "f697014af90c1db3c7b299327bf5a9548945b8bf"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Feb 14 16:02:22 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: fix a potential NULL pointer dereference\n\nOnly on CONFIG_IPW2200_DEBUG is not defined\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f697014af90c1db3c7b299327bf5a9548945b8bf",
      "tree": "983fd3e7a6c3c365a78f9d79cfdfd5761b60c7ea",
      "parents": [
        "48a847709f821b5eecd45ae7660add1869f9cd37"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Tue Feb 14 09:10:51 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: stop netdev queue if h/w doesn\u0027t have space for new packets\n\nThe patch roll back the change we made to support for the ability to\nstart/stop independent Tx queues within a single net device in order to\nsupport 802.11e QoS. We need to be able to indicate to the upper layers\nthat packets of a given priority can not be sent any more without halting\ntransmission of all packets, and without rescheduling high priority packets\ndown to the next priority level.\n\nSo we return NETDEV_TX_BUSY in this case and rely on the stack would\ntake care of rescheduling... which it apparently does immediately and\nconsumes the CPU. This caused the ksoftirqd kernel thread consuming almost\nall the CPU...\n\nTo put the code back to the way it was before we made these changes we\nput the call netif_queue_stop back in ipw_tx_skb.  This effectively\ndisables multiple priority based transmit queues for 802.11e, but given\nthat its broken anyway...\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "48a847709f821b5eecd45ae7660add1869f9cd37",
      "tree": "d119ae07dbaf63a77362307cbb3fbebf6218636e",
      "parents": [
        "53d0bcf82a5f59c96f1ffb202c02d2541200bf58"
      ],
      "author": {
        "name": "Henrik Brix Andersen",
        "email": "brix@gentoo.org",
        "time": "Tue Feb 14 09:09:52 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: print geography code upon module load\n\nGiven the amount of support requests for the meaning of the geography code\nI\u0027ve written a patch for printing this information on module load no matter\nthe debug level.\n\nI\u0027ve also added a section to the README.ipw2200 file listing the geography\ncodes and their meaning.\n\nSigned-off-by: Henrik Brix Andersen \u003cbrix@gentoo.org\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "53d0bcf82a5f59c96f1ffb202c02d2541200bf58",
      "tree": "dd0920c3215300614b67c38ced9d3c919ac333ce",
      "parents": [
        "1867b117d944ce333e79b9a61c9a048656bee14b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Mar 04 13:14:31 2006 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 14:16:44 2006 -0500"
      },
      "message": "[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static\n\nThis patch makes the needlessly global function ipw_qos_current_mode()\nstatic.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1867b117d944ce333e79b9a61c9a048656bee14b",
      "tree": "068a78c91f1cf9f7b491afa08a1877e278cc3beb",
      "parents": [
        "dd288e7d75b9041f79fecae77d61cfa345da7266"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Tue Feb 28 09:48:28 2006 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 14:01:34 2006 -0500"
      },
      "message": "[PATCH] Remove duplicated code from ipw2200.c\n\nAs stated in a comment, the ipw2200 driver uses several routines that\nwere borrowed from ieee80211_geo.c. As ipw2200 requires ieee80211,\nthese routines are duplicated. The attached patch, which is sent\nas an attachment to preserve whitespace, converts ipw2200.c to use\nthe ieee80211 versions, thereby reducing bloat in both the source\nand binary.\n\nSigned-Off-By: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "abc71c46dc0a12ab7fddc18cfe4f4aa26808c79b",
      "tree": "b0c846052b994d57d58713a0cc8da30a22baaf1c",
      "parents": [
        "30dcbf29cc6d92d70fa262e79e84011fe6913bed",
        "232a347a444e687b5f8cf0f6485704db1c6024d3"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 16 19:27:08 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 16 19:27:08 2006 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "232a347a444e687b5f8cf0f6485704db1c6024d3",
      "tree": "7b538d45346c328cd143675c54d043eda25f618c",
      "parents": [
        "c3d7a3a4eb5e8f290d7b1d61430eed1ebedeb936"
      ],
      "author": {
        "name": "Scott Bardone",
        "email": "sbardone@chelsio.com",
        "time": "Thu Mar 16 19:20:40 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 16 19:20:40 2006 -0500"
      },
      "message": "[netdrvr] fix array overflows in Chelsio driver\n\nAdrian Bunk wrote:\n\u003e The Coverity checker spotted the following two array overflows in\n\u003e drivers/net/chelsio/sge.c (in both cases, the arrays contain 3\n\u003e elements):\n[snip]\n\nThis is a bug. The array should contain 2 elements.  Here is the fix.\n\nSigned-off-by: Scott Bardone \u003csbardone@chelsio.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c3d7a3a4eb5e8f290d7b1d61430eed1ebedeb936",
      "tree": "a616111ca9d23e58bb4e2b434216104831a1e186",
      "parents": [
        "b27a1ed571e12e7ec75b8907bf02fd69fd2bfe10"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Mar 15 14:26:28 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 16 19:17:38 2006 -0500"
      },
      "message": "[PATCH] e1000 endianness bugs\n\n\treturn -E_NO_BIG_ENDIAN_TESTING;\n\n[E1000]: Fix 4 missed endianness conversions on RX descriptor fields.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "dd288e7d75b9041f79fecae77d61cfa345da7266",
      "tree": "85ff1d1ea0fe1d6eae0b6819422d5c6c05f862cd",
      "parents": [
        "30dcbf29cc6d92d70fa262e79e84011fe6913bed",
        "72df16f109b73be37977a26d342e9103e8851cb6"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Mar 15 17:02:08 2006 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Mar 15 17:02:08 2006 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "aa49cdd93be6328113f0c146fc72be173d578d27",
      "tree": "38346543e8567d031749f220bc9ba76d8352361b",
      "parents": [
        "f13b83580acef03a36c785dccc534ccdd7e43084"
      ],
      "author": {
        "name": "Jesse Brandeburg",
        "email": "jesse.brandeburg@intel.com",
        "time": "Wed Mar 15 10:55:24 2006 -0800"
      },
      "committer": {
        "name": "Jesse Brandeburg",
        "email": "jesse.brandeburg@intel.com",
        "time": "Wed Mar 15 10:55:24 2006 -0800"
      },
      "message": "e100: fix eeh on pseries during ethtool -t\n\nOlaf Hering reported a problem on pseries with e100 where ethtool -t would\ncause a bus error, and the e100 driver would stop working.  Due to the new\nload ucode command the cb list must be allocated before calling\ne100_init_hw, so remove the call and just let e100_up take care of it.\n\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\n\n"
    },
    {
      "commit": "30dcbf29cc6d92d70fa262e79e84011fe6913bed",
      "tree": "2b356350d2dea45b498e2c0c6e9718b364594752",
      "parents": [
        "ded78e5e2cab0ec470cca7d34d7af742371bd476"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Mar 11 17:51:39 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 21:49:49 2006 -0500"
      },
      "message": "[PATCH] drivers/net/e1000/: proper prototypes\n\nThis patch moves prototypes of global variables and functions to a header\nfile.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: John Ronciak \u003cjohn.ronciak@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "0ade309be739eceedc4812798da09d698a59867d",
      "tree": "3d16e848a4f7202fbd8999117571706caccef8b7",
      "parents": [
        "8f22757ee84da64d4f662f1dd03dae95358a1efe"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Mar 11 18:49:38 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Mar 11 18:49:38 2006 -0800"
      },
      "message": "[TG3] tg3_bus_string(): remove dead code\n\nThe Coverity checker spotted this dead code (note that (clock_ctrl \u003d\u003d 7) \nis already handled above).\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8f22757ee84da64d4f662f1dd03dae95358a1efe",
      "tree": "ebbf96d3c733c5cad9ab002740f1d4b829e07a4e",
      "parents": [
        "535744878e34d01a53f946f26dfbca37186f2cf8"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Sat Mar 11 18:49:13 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Mar 11 18:49:13 2006 -0800"
      },
      "message": "[TUN]: Fix leak in tun_get_user()\n\nWe\u0027re leaking an skb in a failure path in this function.\n\nCoverity #632\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ded78e5e2cab0ec470cca7d34d7af742371bd476",
      "tree": "d44724d779143d7ea52a1ed56beda2eaa0d0dffa",
      "parents": [
        "a4d4d5181d043ea835c15da6c85a5bbecbaded6e"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Mar 10 00:06:53 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 20:32:17 2006 -0500"
      },
      "message": "[PATCH] chelsio/espi.c:tricn_init(): remove dead code\n\nThe Coverity checker spotted these two unused variables.\n\nPlease check whether this patch is correct or whether they should be\nused.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "a4d4d5181d043ea835c15da6c85a5bbecbaded6e",
      "tree": "dcc0093113b8ae06eaa85e5e1b23fde22a34cb60",
      "parents": [
        "60a89ff6d2681029b3d46b5d23dccf2903a254b4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Mar 08 11:49:31 2006 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 20:32:17 2006 -0500"
      },
      "message": "[PATCH] Sparse: Cleanup sgiseeq sparse warnings.\n\n o Make sgiseeq_dump_rings static.\n o Delete unused sgiseeq_my_reset.\n o Move DEBUG define to beginning where it\u0027s easier to spot and will be\n   seen by \u003clinux/kernel.h\u003e as well.\n o Use NULL for pointer initialization.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "60a89ff6d2681029b3d46b5d23dccf2903a254b4",
      "tree": "e7146ca3f86ac15107af37c5bd17e6cb987933ee",
      "parents": [
        "827700866ad0996e8c0f5ce75d1c01ae9b034cd6"
      ],
      "author": {
        "name": "Pekka Enberg",
        "email": "penberg@cs.helsinki.fi",
        "time": "Wed Mar 08 00:06:28 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 20:32:17 2006 -0500"
      },
      "message": "[PATCH] 3c509: use proper suspend/resume API\n\nConvert 3c509 driver to use proper suspend/resume API instead of the\ndeprecated pm_register/pm_unregister.\n\nSigned-off-by: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "827700866ad0996e8c0f5ce75d1c01ae9b034cd6",
      "tree": "56566ea225cd7e4fb40938d58c7b6fe2e85c88d9",
      "parents": [
        "000b238bca0bb6f4bb053fd69f7f02cebdace5cf"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Mar 08 00:06:30 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 20:32:17 2006 -0500"
      },
      "message": "[PATCH] CONFIG_FORCEDETH updates\n\nThis patch contains the following possible updates:\n- let FORCEDETH no longer depend on EXPERIMENTAL\n- remove the \"Reverse Engineered\" from the option text:\n  for the user it\u0027s important which hardware the driver supports, not\n  how it was developed\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b962697b79a147aeaca6864f2d6c424bd462b446",
      "tree": "e89136f041a068c793e2d8d23721255a61901f10",
      "parents": [
        "749dfc70554f2c9e6624ac843d66571265ed9338",
        "cb764326dff0ee51aca0d450e1a292de65661055"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 13:35:49 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 13:35:49 2006 -0500"
      },
      "message": "Merge branch \u0027e1000-upstream\u0027 of git://198.78.49.142/linux-2.6\n"
    },
    {
      "commit": "749dfc70554f2c9e6624ac843d66571265ed9338",
      "tree": "bf591255b3f158222f90852d53c4279e6e7e9ced",
      "parents": [
        "74f5ec29ae93aa42c49f4285c20c457afe937881",
        "0992a5d029181421877a716eaf99145828ff7eae"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 13:35:31 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 13:35:31 2006 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "0992a5d029181421877a716eaf99145828ff7eae",
      "tree": "f03e939152dc9b5c9552f2f1c94464c124da2b0e",
      "parents": [
        "b2cba5b5777123c53852639c6a17e87709e055be"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Mar 08 00:06:27 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 13:29:09 2006 -0500"
      },
      "message": "[PATCH] 3c509: bus registration fix\n\n- Don\u0027t call eisa_driver_unregister() if eisa_driver_register() failed.\n\n- Properly propagate error values.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b2cba5b5777123c53852639c6a17e87709e055be",
      "tree": "190eea463908d478772e424cd27f92cfc29d19b7",
      "parents": [
        "28beaf651b8620b04bc6dec03e22ed5af8114936"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Wed Mar 08 00:06:33 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 13:29:09 2006 -0500"
      },
      "message": "[PATCH] de620: fix section mismatch warning\n\nIn latest -mm de620 gave following warning:\nWARNING: drivers/net/de620.o - Section mismatch: reference to      \\\n.init.text:de620_probe from .text between \u0027init_module\u0027 (at offset \\\n0x1682) and \u0027cleanup_module\u0027\n\ninit_module() call de620_probe() which is declared __init.\nFix is to declare init_module() __init too.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "28beaf651b8620b04bc6dec03e22ed5af8114936",
      "tree": "0cf7d8885c246d06072b95b8f82e6a419ec8b23f",
      "parents": [
        "9ee09d9cd4f57bae9cd95ea7ae5f41c29a166361"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Wed Mar 08 00:06:31 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 13:29:09 2006 -0500"
      },
      "message": "[PATCH] NE2000 Kconfig help entry improvement\n\nImprove reference to PCI NE2K support in ISA NE2K documentation.\nOriginal 2.4 patch From: Ged Haywood \u003cged@jubileegroup.co.uk\u003e\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9ee09d9cd4f57bae9cd95ea7ae5f41c29a166361",
      "tree": "2b769501f13fabaa472c2ac3a4f5099a530770c2",
      "parents": [
        "9e927fb6186b6913d47d33068160088a084d568e"
      ],
      "author": {
        "name": "Jon Mason",
        "email": "jdmason@us.ibm.com",
        "time": "Fri Mar 10 15:12:10 2006 -0600"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 13:26:51 2006 -0500"
      },
      "message": "[PATCH] dl2k: DMA freeing error\n\nThis patch fixes an error in the dl2k driver\u0027s DMA mapping/unmapping.\nThe adapter uses the upper 16bits of the DMA address for the buffer\nsize.  However, this is not masked off when referencing the DMA\naddress, and can lead to errors by trying to free a DMA address out of\nrange.\n\nThanks,\nJon\n\nSigned-off-by: Jon Mason \u003cjdmason@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9e927fb6186b6913d47d33068160088a084d568e",
      "tree": "4ecd5584f82fbda06cfe6c162505b59ba4391915",
      "parents": [
        "5ee33b7adc178dbeb16b4d8303ae3ab69a334518"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Mar 10 18:08:09 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 11 13:25:17 2006 -0500"
      },
      "message": "[PATCH] Wrong return value corrupts free object in e1000 driver\n\nFor some reason, E1000\u0027s -\u003ehard_start_xmit() routine returns -EFAULT\ninstead of one of the NETDEV_TX_* error codes.  In fact, it frees up\nthe SKB before returning this.  This makes the queueing layer think\nthe packet should be requeued and subsequently we corrupt a freed\nobject.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "70f1be4812a833ac856818c3149e432ff6a84c2e",
      "tree": "35bfffeb385e987ba98bcb81a9216291c210c501",
      "parents": [
        "b19666d92009ad2aa8e12d25f2cab59fb32421eb"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 07 11:06:37 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Mar 09 23:19:03 2006 +0100"
      },
      "message": "sky2: truncate oversize packets\n\nTurn on truncation to prevent getting choked by frames larger than expected.\nWithout this fix, driver hangs after receiving an oversize packet.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "b19666d92009ad2aa8e12d25f2cab59fb32421eb",
      "tree": "f2217c5d18df21eb87d8f3571b105598f86e6314",
      "parents": [
        "28a31860191c0d5710d42f85510daac0a3c26a01"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 07 11:06:36 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Mar 09 23:19:02 2006 +0100"
      },
      "message": "sky2: force early transmit interrupts\n\nAvoid premature transmit ring full conditions.\nForce a transmit status interrupt if transmit ring gets nearly full\nand after a TSO send.\n\nAllow more entries in transmit ring to be used if dma_addr is 32 bits\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "28a31860191c0d5710d42f85510daac0a3c26a01",
      "tree": "b20aa66646cefeff18d559745018f2f459bdd2ab",
      "parents": [
        "39bf4295bb4bcb0c108f74b72dd2eb5b9b9dfacc"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 07 11:06:35 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Mar 09 23:19:01 2006 +0100"
      },
      "message": "sky2: not random enough\n\nDon\u0027t use sky2 to seed random pool beacause the network packet arrival time\nwill not be truly random due to NAPI and interrupt mitigation.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "39bf4295bb4bcb0c108f74b72dd2eb5b9b9dfacc",
      "tree": "732e995318072a015608d2474954c546315981ca",
      "parents": [
        "3f735b76a4e654bee652cbbeb405b9b3ef950316"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Wed Mar 08 22:45:52 2006 +0100"
      },
      "committer": {
        "name": "Romieu Francois",
        "email": "romieu@crap.fr.zoreil.com",
        "time": "Thu Mar 09 23:09:43 2006 +0100"
      },
      "message": "de2104x: fix the TX watchdog\n\nInsert de_init_rings() to reinit the rings before de_init_hw()\ntries to access them again.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "3f735b76a4e654bee652cbbeb405b9b3ef950316",
      "tree": "c351f9674d8136a37a2c270e311e7bd17d3d0eb8",
      "parents": [
        "6218cf4410cfce7bc7e89834e73525b124625d4c"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Wed Mar 08 22:41:15 2006 +0100"
      },
      "committer": {
        "name": "Romieu Francois",
        "email": "romieu@crap.fr.zoreil.com",
        "time": "Thu Mar 09 23:09:43 2006 +0100"
      },
      "message": "de2104x: prevent interrupt before the interrupt handler is registered\n\nde_init_hw enables the irq thus it must be issued after request_irq.\n\nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "cb764326dff0ee51aca0d450e1a292de65661055",
      "tree": "4cabea34727903fa8560abfeae325936a9039c7e",
      "parents": [
        "74f5ec29ae93aa42c49f4285c20c457afe937881"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Wed Mar 08 17:24:12 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Wed Mar 08 17:24:12 2006 -0800"
      },
      "message": "e1000: Fix mii-tool access to setting speed and duplex\n\nPaul Rolland reported that e1000 was having a hard time using mii-tool to set speed and duplex.  This patch fixes the issue on both newer hardware as well as fixing the code issue that originally caused the problem.\n\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n\n"
    },
    {
      "commit": "72f2afb8a6858edd9335cd158eb21053a0c2c39a",
      "tree": "1cc6884bf4e48822423d23d68d7b2699cd2e68fd",
      "parents": [
        "d11d9b2dd2c43dd99a491df8a83ae28401db0044"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Mar 06 19:28:35 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Mar 06 19:28:35 2006 -0800"
      },
      "message": "[TG3]: Add DMA address workaround\n\nAdd DMA workaround for chips that do not support full 64-bit DMA\naddresses.\n\n5714, 5715, and 5780 chips only support DMA addresses less than 40\nbits. On 64-bit systems with IOMMU, set the dma_mask to 40-bit so\nthat pci_map_xxx() calls will map the DMA address below 40 bits if\nnecessary. On 64-bit systems without IOMMU, set the dma_mask to\n64-bit and check for DMA addresses exceeding the limit in\ntg3_start_xmit().\n\n5788 only supports 32-bit DMA so need to set the mask appropriately\nalso.\n\nThanks to Chris Elmquist at SGI for reporting and helping to debug\nthe problem on 5714.\n\nThanks to David Miller for explaining the HIGHMEM and DMA stuff.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "74f5ec29ae93aa42c49f4285c20c457afe937881",
      "tree": "2f9fe3e3f7bcd91769b0030cead82e1986e0dd32",
      "parents": [
        "ad8c48ad3bbef078616ed4d2652d362dfd962f09",
        "2d66806d740eeb410aa785bd7fba3bd24bb082c1"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 06 14:38:16 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 06 14:38:16 2006 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "2d66806d740eeb410aa785bd7fba3bd24bb082c1",
      "tree": "7e38e871b3848253ac64166d2ddad02461e86c15",
      "parents": [
        "d033d9345101c07aa6965590109eac0bf7f25b8d"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Sun Mar 05 01:16:00 2006 +0300"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 06 14:38:00 2006 -0500"
      },
      "message": "[PATCH] chelsio: fix kmalloc failure in t1_espi_create\n\nmemset() is called before check.\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ad8c48ad3bbef078616ed4d2652d362dfd962f09",
      "tree": "e400f39c22cf68621be51042a860cf402c3a9bd5",
      "parents": [
        "e72fd96e8ee3ff4dd80757172a4fe49bd92fea9c"
      ],
      "author": {
        "name": "Catalin(ux aka Dino) BOIE",
        "email": "util@deuroconsult.ro",
        "time": "Sat Mar 04 12:18:59 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:18:59 2006 -0500"
      },
      "message": "Fix io ordering problems in e100\n\nChecking e100.c code against Documentation/io_ordering.txt I found the\nfollowing problem:\n\nspin_lock_irq...\nwrite\nspin-unlock\ne100_write_flush\n\nThe attached patch fix the code like this:\n\nspin_lock_irq...\nwrite\ne100_write_flush\nspin-unlock\n\nSigned-off-by: Catalin BOIE \u003ccatab@umbrella.ro\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e72fd96e8ee3ff4dd80757172a4fe49bd92fea9c",
      "tree": "2b544e905888845f7115c3302156119ac627d340",
      "parents": [
        "b27a16b7c4738ea16f6f0730caf382a3f57317bb"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Thu Feb 02 00:00:02 2006 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:14:56 2006 -0500"
      },
      "message": "[PATCH] natsemi: NAPI and a bugfix\n\nAs documented in National application note 1287 the RX state machine on\nthe natsemi chip can lock up under some conditions (mostly related to\nheavy load).  When this happens a series of bogus packets are reported\nby the chip including some oversized frames prior to the final lockup.\n\nThis patch implements the fix from the application note: when an\noversized packet is reported it resets the RX state machine, dropping\nany currently pending packets.\n\nSigned-off-by: Mark Brown \u003cbroonie@sirena.org.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b27a16b7c4738ea16f6f0730caf382a3f57317bb",
      "tree": "e4e881b1b0e17d3c592073d0e8aa59c0dd2d6e61",
      "parents": [
        "fb15b9dd8b3f44290a7b3b06fdfd4be2ad73f0ac"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Thu Feb 02 00:00:01 2006 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:14:56 2006 -0500"
      },
      "message": "[PATCH] natsemi: NAPI and a bugfix\n\nThis patch converts the natsemi driver to use NAPI.  It was originally\nbased on one written by Harald Welte, though it has since been modified\nquite a bit, most extensively in order to remove the ability to disable\nNAPI since none of the other drivers seem to provide that functionality\nany more.\n\nSigned-off-by: Mark Brown \u003cbroonie@sirena.org.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "fb15b9dd8b3f44290a7b3b06fdfd4be2ad73f0ac",
      "tree": "cab2d85fb0ebfa33ee20e5738e11f58c0b1e16cd",
      "parents": [
        "c3cf560e35509634d72cf809074834d5ea23ab66",
        "a7a80d5ad3735554338199b9d976dfda5c10d3c7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:07:07 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:07:07 2006 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "a7a80d5ad3735554338199b9d976dfda5c10d3c7",
      "tree": "fb637b295a1614b919a205896612d88673c066c6",
      "parents": [
        "c499ec24c31edf270e777a868ffd0daddcfe7ebd"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:06:51 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:06:51 2006 -0500"
      },
      "message": "s2io: set_multicast_list bug\n\nThe mac_addr variable doesn\u0027t get reset between\n(re)additions of multicast addresses. One byte\nof all multicast addresses (except the first)\ncan be incorrect.\n\nSigned-off-by: Arthur Kepner \u003cakepner@sgi.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c3cf560e35509634d72cf809074834d5ea23ab66",
      "tree": "47724fb236094bbd27479edb23f95ff3a85043c9",
      "parents": [
        "46153552b43675dd4057cd526331b5bd10f39c7d"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Mar 04 17:07:57 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:03:31 2006 -0500"
      },
      "message": "[PATCH] remove obsolete sis900 documentation\n\nThis documentation is mostly obsolete, and should therefore either be\nupdated or removed (this patch does the latter).\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "46153552b43675dd4057cd526331b5bd10f39c7d",
      "tree": "62b6055ee61e320dc10ea81903abbe2e7553bf4e",
      "parents": [
        "f90fdc3cce3d8c8ed09615dc68cb789655078803",
        "f71e130966ba429dbd24be08ddbcdf263df9a5ad"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 22:22:45 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 22:22:45 2006 -0500"
      },
      "message": "Merge branch \u0027net-const\u0027\n"
    },
    {
      "commit": "f71e130966ba429dbd24be08ddbcdf263df9a5ad",
      "tree": "523f10c926012f520c47894811b94944a7793fd5",
      "parents": [
        "c499ec24c31edf270e777a868ffd0daddcfe7ebd"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Fri Mar 03 21:33:57 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 21:33:57 2006 -0500"
      },
      "message": "Massive net driver const-ification.\n"
    },
    {
      "commit": "f90fdc3cce3d8c8ed09615dc68cb789655078803",
      "tree": "116371105890850b3c302eb6728b02675914efb7",
      "parents": [
        "c96a34ec3bad5ba37ee4da4a188ad534b2fa4321"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Feb 08 23:23:26 2006 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 21:23:02 2006 -0500"
      },
      "message": "[PATCH] sb1250-mac: Add support for the BCM1480\n\nThis adds support for the 4th port and other new features of the\nBCM1480 SOC.\n\nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c96a34ec3bad5ba37ee4da4a188ad534b2fa4321",
      "tree": "d2c46023c7a8dfbb72db255d378a6ebdfac2477b",
      "parents": [
        "8f903c708fcc2b579ebf16542bf6109bad593a1d"
      ],
      "author": {
        "name": "Komuro",
        "email": "komurojun-mbn@nifty.com",
        "time": "Fri Mar 03 21:21:13 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 21:21:13 2006 -0500"
      },
      "message": "pcnet_cs: add new id (Logitec LPM-LN100TE)\n"
    },
    {
      "commit": "8f903c708fcc2b579ebf16542bf6109bad593a1d",
      "tree": "8fb890c05d962c2dd63f8dbc960efbd0b09802d2",
      "parents": [
        "ebe19a4ed78d4a11a7e01cdeda25f91b7f2fcb5a"
      ],
      "author": {
        "name": "Jay Vosburgh",
        "email": "fubar@us.ibm.com",
        "time": "Tue Feb 21 16:36:44 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 20:58:00 2006 -0500"
      },
      "message": "[PATCH] bonding: suppress duplicate packets\n\n\tOriginally submitted by Kenzo Iwami; his original description is:\n\nThe current bonding driver receives duplicate packets when broadcast/\nmulticast packets are sent by other devices or packets are flooded by the\nswitch. In this patch, new flags are added in priv_flags of net_device\nstructure to let the bonding driver discard duplicate packets in\ndev.c:skb_bond().\n\n\tModified by Jay Vosburgh to change a define name, update some\ncomments, rearrange the new skb_bond() for clarity, clear all bonding\npriv_flags on slave release, and update the driver version.\n\nSigned-off-by: Kenzo Iwami \u003ck-iwami@cj.jp.nec.com\u003e\nSigned-off-by: Jay Vosburgh \u003cfubar@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ebe19a4ed78d4a11a7e01cdeda25f91b7f2fcb5a",
      "tree": "cbc3ab8819704fbeb97a2a89445f57972d430fd2",
      "parents": [
        "f78fb4743dc06719084239c29dc178ad38ad2e2f"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 10:06:20 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:37 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Remove BIT0-BIT31 #defines\n\nNow that the BIT0-BIT31 defines are no longer used by mv643xx_eth.c,\nremove them from mv643xx_eth.h.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "f78fb4743dc06719084239c29dc178ad38ad2e2f",
      "tree": "62ebf8cc6a8de144c21a0b5cd2a3318a0e2445c2",
      "parents": [
        "468d09f8946d40228c56de26fe4874b2f98067ed"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 10:05:26 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:37 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Remove non-working feature: task level rx queue refill\n\nThe task level rx queue refill feature hasn\u0027t ever worked\n(at least in 2.6) and is of dubious value.  Remove it.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "468d09f8946d40228c56de26fe4874b2f98067ed",
      "tree": "4f5641ffdf6782f71fbd1645908e3ba4e50aff33",
      "parents": [
        "7303fde88a149c4cee54dae7e46d1895fa7214b4"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 10:04:39 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:37 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Clean up interrupt handling\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "7303fde88a149c4cee54dae7e46d1895fa7214b4",
      "tree": "394af13d130346d095c0830a48e3e421decf6b86",
      "parents": [
        "ff561eef9fb37c7180085e08418acfc009a9ada7"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 10:03:36 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:36 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Move #defines of constants to mv643xx_eth.h\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ff561eef9fb37c7180085e08418acfc009a9ada7",
      "tree": "97010ae360fdb25238698ad811c22f6d901e1fde",
      "parents": [
        "c8aaea25e0b069e9572caa74f984e109899c1765"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 10:02:51 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:36 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Refactor/clean up tx queue handling\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c8aaea25e0b069e9572caa74f984e109899c1765",
      "tree": "c0569ce4abd5c0b23ffbf44a4ee78dda8b6244cb",
      "parents": [
        "cd6478c8aed9b2001dfff067fa66b7492a0a2ffa"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 10:02:05 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:36 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Refactor tx command queuing code\n\nSimplify and remove redundant code for filling transmit descriptors.\nNo changes in features; it\u0027s just a code reorganization/cleanup.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "cd6478c8aed9b2001dfff067fa66b7492a0a2ffa",
      "tree": "497dcf9c0f014655b51ec25ebcf596f9a4df0682",
      "parents": [
        "12a87c644ab1862232d0916656ff2ee42f3fb873"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 10:01:08 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:36 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Select CONFIG_MII on CONFIG_MV643XX_ETH\n\n\u003eFrom : Dale Farnsworth \u003cdale@farnsworth.org\u003e\n\nRecent patches for the mv643xx_eth driver now use the MII interface\nlibrary.  Select MII so it gets built when that driver is selected.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "12a87c644ab1862232d0916656ff2ee42f3fb873",
      "tree": "e46179ede6e839bf6c80d4daba5c04aa536eddc8",
      "parents": [
        "e38fd1a055cf4038c423bd841859b01aeb07d1b0"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 10:00:22 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:36 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Rename \"channels\" to \"queues\"\n\nUse better terminology for HW queues.  No functional changes.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e38fd1a055cf4038c423bd841859b01aeb07d1b0",
      "tree": "5349f6114cfb86f7b9bc6b57ec1f1b2ca39e01e3",
      "parents": [
        "d5f9558a7778d3f7dc3c9e0d5cbe7318710532f8"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 09:59:28 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:36 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Fix misplaced parenthesis in mv643xx_eth_port_disable_rx\n\nThis bug could result in a system hang.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "d5f9558a7778d3f7dc3c9e0d5cbe7318710532f8",
      "tree": "f134b6b492b0d4bb6442f7402e9697def25f272a",
      "parents": [
        "0f15a8fae8b8558f5a9b0fec770846c487c779f6"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Mar 03 09:58:29 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 12:12:36 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Remove duplicate includes of linux/in.h and linux/ip.h\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "0f15a8fae8b8558f5a9b0fec770846c487c779f6",
      "tree": "cacee876371cfbcb33e8e5a5410359f4d21b67ef",
      "parents": [
        "30320be88fb9cae888eacf1f1eaae95a03720128"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:46:29 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:46:29 2006 -0800"
      },
      "message": "e1000: Added driver comments and whitespace changes.  Modified long lines of code to ensure they would not wrap beyond 80 characters.\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "30320be88fb9cae888eacf1f1eaae95a03720128",
      "tree": "359ba46e6c3d17d1a6fc11b97eea2ad1bc71cca7",
      "parents": [
        "dc7c6add3493cdc71475a006b7afc3732e55abd8"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:21:57 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:21:57 2006 -0800"
      },
      "message": "e1000: Added a performance enhancement - prefetch\n\n- this implementation of prefetch was tested on new and old hardware\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "dc7c6add3493cdc71475a006b7afc3732e55abd8",
      "tree": "28e1c24d37dddd300a0c912414e7e2484dc6b2b9",
      "parents": [
        "8704163987882f8b989e8143ad1f87c6b7229a13"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:21:40 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:21:40 2006 -0800"
      },
      "message": "e1000: Add copybreak when using packet split\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "8704163987882f8b989e8143ad1f87c6b7229a13",
      "tree": "24e16b012722402cedba6f9fbc10dcda4a5eef20",
      "parents": [
        "6418ecc68e1d9416451b6f78ebb2c0b077e0abf2"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:21:24 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:21:24 2006 -0800"
      },
      "message": "e1000: Fixed the following issues with ESB2 (requires ESB2 support):\n\n- Add restriction for ESB2 to MTU size \u003c\u003d9216\n- Removed FIFO errors which were not being used\n- Fixed issues with loopback\n- Power management change for saving state and config space\n- WA to disable recieves and reset device on link loss.  Reset needed to be done outside the interrupt context - modified existing tx_timeout_task\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "6418ecc68e1d9416451b6f78ebb2c0b077e0abf2",
      "tree": "4fa4a491d559b388e7461192455bd0ebbca5d2b5",
      "parents": [
        "2a1af5d7dfd809b16fb69f3f0fc073d9b6b7c6ac"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:21:10 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:21:10 2006 -0800"
      },
      "message": "e1000: Add support for new hardware (ESB2)\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "2a1af5d7dfd809b16fb69f3f0fc073d9b6b7c6ac",
      "tree": "aae8f3f32de4d0ca3f9bdc1dfea0d67d416a705f",
      "parents": [
        "85b22eb632dc75887ba99edad49307a02c2ae7ec"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:20:43 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:20:43 2006 -0800"
      },
      "message": "e1000: Add performance enahancement by balancing TX and RX\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "85b22eb632dc75887ba99edad49307a02c2ae7ec",
      "tree": "07fca1fa18db61f6b3024ff2db290a6111356900",
      "parents": [
        "9f68788856b134f93d9d10b19aa902924c61fc02"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:20:29 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:20:29 2006 -0800"
      },
      "message": "e1000: Add enabled Jumbo frame support for 82573L\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "9f68788856b134f93d9d10b19aa902924c61fc02",
      "tree": "84607dc7136b5e003f31ccab24ff9cdffb1510a5",
      "parents": [
        "329bfd0b6d5ffec00b787f1d0e68eef63d8b1d56"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:20:17 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:20:17 2006 -0800"
      },
      "message": "e1000: Add 82573 controller support to TSO fix\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "329bfd0b6d5ffec00b787f1d0e68eef63d8b1d56",
      "tree": "1aff4ad4e26ca01c6203869a5477850e7c1c23a2",
      "parents": [
        "7e6c9861bbc2fcd2438da910c006781784968a7c"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:20:02 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:20:02 2006 -0800"
      },
      "message": "e1000: Fix filling skb descriptors while using packet split\n\n-  Simplified by calling skb_fill_page_desc(), which is more efficient.\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "7e6c9861bbc2fcd2438da910c006781784968a7c",
      "tree": "42737b91df1aec190e0c930cc1e9d426316e8b29",
      "parents": [
        "8491682986e04fe7b258e5ba1d22f9a0ea2d803e"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:19:30 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:19:30 2006 -0800"
      },
      "message": "e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced at 100Mb/s\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "8491682986e04fe7b258e5ba1d22f9a0ea2d803e",
      "tree": "dac61abf2c1e8e859e5434783f557576226449f3",
      "parents": [
        "8df06e504e999ff729f1b2a2e573d96bf3690dbc"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:18:48 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:18:48 2006 -0800"
      },
      "message": "e1000: Fix Quadport Wake on LAN\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "8df06e504e999ff729f1b2a2e573d96bf3690dbc",
      "tree": "4087b617fe36c969577739d27fa99955362d093c",
      "parents": [
        "497fce5e72a21f45929a786bf416ac03cbe09e2f"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:18:32 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:18:32 2006 -0800"
      },
      "message": "e1000: Fix RSS if enabled in mid-connection\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "497fce5e72a21f45929a786bf416ac03cbe09e2f",
      "tree": "42bd95fd55ab01df751151f967c89e99bc19c7a4",
      "parents": [
        "20a44028f06030a71a1250ad8efb0a7fb556c3ea"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:18:20 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:18:20 2006 -0800"
      },
      "message": "e1000: Fix 82543 issue when reading eeprom\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "20a44028f06030a71a1250ad8efb0a7fb556c3ea",
      "tree": "3e8bb3e77b4e0453a24aad97f3f6c3700ea6fd48",
      "parents": [
        "c5f226fe97e8025440aa330aa2c8e1c66bfdc96b"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:18:08 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:18:08 2006 -0800"
      },
      "message": "e1000: Fix dhcp issue when the skb structure fields are not filled properly\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "c5f226fe97e8025440aa330aa2c8e1c66bfdc96b",
      "tree": "da2a45df3a52529dec850bea57e1ec7f8bbf9b38",
      "parents": [
        "5b66ba0db8d04d99926445bc7d9f920bb5d744ed"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:17:55 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:17:55 2006 -0800"
      },
      "message": "e1000: Fix AMT losing connectivity when switching VLAN in passive mode\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "5b66ba0db8d04d99926445bc7d9f920bb5d744ed",
      "tree": "acd86e028fd3856f354c703c909d1457fa60b6db",
      "parents": [
        "0989aa431636ffb347314f0e2f367fdd16d7a57f"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:17:30 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:17:30 2006 -0800"
      },
      "message": "e1000: Fix unecessary delay for 82573 controllers\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "0989aa431636ffb347314f0e2f367fdd16d7a57f",
      "tree": "b5890adc27313a97abe920fdfabf3f8e32b4bc7f",
      "parents": [
        "9f644d518f35903ecaff062d6e9e4f7080d80cfb"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:17:16 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:17:16 2006 -0800"
      },
      "message": "e1000: Fix lock up while setting ring parameters\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "9f644d518f35903ecaff062d6e9e4f7080d80cfb",
      "tree": "10d7df285871ff51266f45350a2b0a3de21a5931",
      "parents": [
        "c1605eb37aa658b810a5a7080412d656ddce2f76"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:16:59 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:16:59 2006 -0800"
      },
      "message": "e1000: Fix dead counters\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "c1605eb37aa658b810a5a7080412d656ddce2f76",
      "tree": "c91f8a06afd19cf67cba40f687d4f662f79d8055",
      "parents": [
        "2ade43618b0aee83a50b344171d33d85c73d01b1"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Thu Mar 02 18:16:38 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Thu Mar 02 18:16:38 2006 -0800"
      },
      "message": "e1000: Remove Multiqueue code until we have support for MSI-X in our hardware\n\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "2ade43618b0aee83a50b344171d33d85c73d01b1",
      "tree": "0a49fe46159a6ef66098a4f37935412f4f226f4c",
      "parents": [
        "75e47b36004d136edff68295420424cba3a5ccd0",
        "79dc190147f8a87718fe72928d5ceb58e09acdb9"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 02 14:26:30 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 02 14:26:30 2006 -0500"
      },
      "message": "Merge branch \u0027lro\u0027\n"
    },
    {
      "commit": "e0a5c57848f7690a247bb8af4fa412844b0b00bb",
      "tree": "3cf1fd6858cab9c030e5cd0d98d04fc0b7bd41b3",
      "parents": [
        "fe05f54181db868c5720cc4dc0741227b9ba5a60",
        "b5b9d6647c1cd5eee90b58941c55f874c2a7e707"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 01 15:10:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 01 15:10:45 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    }
  ],
  "next": "2fe22a8bba0c3a60db58dfdcaa200f8528c057e4"
}
