)]}'
{
  "log": [
    {
      "commit": "979b6c135fc4d466a39d8e3ec05583e5ee30261a",
      "tree": "1f78eec2624902890bd15259088813f10f3eaea8",
      "parents": [
        "6efd8455cff1979dd081daaa1ce3d3f1764863dc"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 13 14:30:40 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 13 14:30:40 2005 -0700"
      },
      "message": "[NET]: Move the netdev list to vger.kernel.org.\n\nFrom: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\nThere are archives of the old list at http://oss.sgi.com/archives/netdev\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n\n"
    },
    {
      "commit": "392a8b7efe069564bf7ed057103b1a3f41e55734",
      "tree": "2388081d82bbdcf70cb96bf81335ea75dedc497a",
      "parents": [
        "bb011b8e8eded247cb71cb6d10e47517aacbd542"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Sun Jun 12 10:57:40 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun Jun 12 20:43:21 2005 -0700"
      },
      "message": "[PATCH] IrDA: IrDA: Fix CONFIG_VIA_FIR typo (double `those\u0027)\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "243cd55e021baf28babdd88112ac03ae5cd4bb9c",
      "tree": "f1bf0f1f17ed03f92f0bbce12b3f958dde028906",
      "parents": [
        "7fbdf1a23be1837b8bc5bcec096015ca99e00aa7"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 09 12:36:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 09 15:39:52 2005 -0700"
      },
      "message": "[PATCH] iseries_veth: Supress spurious WARN_ON() at module unload\n\nMy patch from a few weeks back (now in mainline), called \"Cleanup skbs to\nprevent unregister_netdevice() hanging\", can cause our TX timeout code to\nfire on machines with lots of VLANs (because it takes \u003e 2 seconds between\nwhen we stop the queues and when we\u0027re finished stopping the connections).\n\nWhen that happens the TX timeout code freaks out and does a WARN_ON()\nbecause as far as it\u0027s concerned there shouldn\u0027t be a TX timeout happening,\nwhich is fair enough.\n\nI have a \"proper\" fix for this, which is to a) do refcounting on\nconnections and b) implement a proper ack timer so we don\u0027t keep unacked\nskbs lying around for ever.  But for 2.6.12 I propose just supressing the\nWARN_ON().  Users will still see the \"NETDEV WATCHDOG\" warning, but that\u0027s\nnot nearly as bad as a WARN_ON() which users interpret as an Oops.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ed7fce6c13bdd802817e1988d67047d432e7e30b",
      "tree": "dab851d41b05c17e10903e1e6d1609a2be1e54a4",
      "parents": [
        "6d1cfbab4de64f2d0c5b0f81177ade0d75b69288"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jun 08 14:15:52 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jun 08 14:15:52 2005 -0700"
      },
      "message": "[TG3]: Update driver version and release date.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6d1cfbab4de64f2d0c5b0f81177ade0d75b69288",
      "tree": "9076b18ac9d821bedba5b3499a7f34515ef44e57",
      "parents": [
        "35d1bc90546d1f0af198886ae8062a550142d926"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Jun 08 14:13:14 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jun 08 14:13:14 2005 -0700"
      },
      "message": "[TG3]: Fix 5700/5701 DMA corruption on Apple G4.\n\nFix 5700/5701 DMA write corruption on Apple G4 by detecting the Apple\nUniNorth PCI 1.5 chipset and adjusting the DMA write boundary to 16. DMA\ntest fails to detect the problem with this chipset.\n\nThanks to Manuel Perez Ayala for reporting the problem and helping to\ndebug it.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "15def7bfb6902aa2b2bc67059f26d696fb27c235",
      "tree": "e3512682907cfa08041c26ea3c41f8e8c80fa64d",
      "parents": [
        "9ba27794197a18168b99ccecfb7b799f18b64426"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 06 15:22:56 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 06 15:22:56 2005 -0700"
      },
      "message": "[TG3]: Update driver version and release date.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9ba27794197a18168b99ccecfb7b799f18b64426",
      "tree": "1bb183a3fda7b5b8904d1d27663fced5f5035f50",
      "parents": [
        "49cabf49abd7676d026a61baabf5aae9337a82be"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Jun 06 15:16:20 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 06 15:16:20 2005 -0700"
      },
      "message": "[TG3] Fix link failure in 5701\n\nOn some 5701 devices with older bootcode, the LED configuration bits in\nSRAM may be invalid with value zero. The fix is to check for invalid\nbits (0) and default to PHY 1 mode. Incorrect LED mode will lead to\nerror in programming the PHY.\n\nThanks to Grant Grundler for debugging the problem.\n\n\u003eFrom Grant:\n| In May, 2004,  tg3 v3.4 changed how MAC_LED_CTRL (0x40c) was getting\n| programmed and how to determine what to program into LED_CTRL. The new\n| code trusted NIC_SRAM_DATA_CFG (0x00000b58) to indicate what to write\n| to LED_CTRL and MII EXT_CTRL registers. On \"IOX Core Lan\", SRAM was\n| saying MODE_MAC (0x0) and that doesn\u0027t work.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "49cabf49abd7676d026a61baabf5aae9337a82be",
      "tree": "942d26ce4359cec83cae75d5de8765454688bbb3",
      "parents": [
        "9beb1d587f690d5b2f9087f8f10c0ff9f6b66886"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Jun 06 15:15:17 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 06 15:15:17 2005 -0700"
      },
      "message": "[TG3]: Add TSO firmware license\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d3045064054a93d303094cfb96d980cc3c82a64c",
      "tree": "46183aec3aee554af35398057d5da1b632b3d507",
      "parents": [
        "8be3de3fd8469154a2b3e18a4712032dac5b4a53",
        "910313aa1db1b0c63ee9684bb4f35c17e7192f43"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 04 08:18:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 04 08:18:39 2005 -0700"
      },
      "message": "Automatic merge of \u0027misc-fixes\u0027 branch from\n\n\trsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "910313aa1db1b0c63ee9684bb4f35c17e7192f43",
      "tree": "b3baa982a1138381296df3c98c2d2afe83e2af83",
      "parents": [
        "b9a6eaffe7ff3d3481efa9fa353b2c6a02eda756",
        "462cee296476278acaa54c41925b3273e0e4dd40"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Sat Jun 04 04:31:44 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jun 04 04:31:44 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch r8169-fix\n"
    },
    {
      "commit": "aa447acb9291518506a1aec644db47fa6c6e36eb",
      "tree": "4b7b3e5c72641f6695ea935ddd9f8250a2e4b937",
      "parents": [
        "317604633eface11cb7452298fa44a34624633dc",
        "5ba0eac6e0b7e2889649a1105d97c600595e2bb1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 02 17:39:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 02 17:39:49 2005 -0700"
      },
      "message": "Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "b597ef4712c05c962640a655386a7f06cc1a1fbc",
      "tree": "af2a1822d63cf447dd6e9b58808ea22341c85955",
      "parents": [
        "4fef0304eeaa4156db5625e3578f92ed94645a43"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Thu Jun 02 16:36:00 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jun 02 16:36:00 2005 -0700"
      },
      "message": "[NET]: Fix locking in shaper driver.\n\n o use a semaphore instead of an opencoded and racy lock\n o move locking out of shaper_kick and into the callers - most just\n   released the lock before calling shaper_kick\n o remove in_interrupt() tests.  from -\u003eclose we can always block, from\n   -\u003ehard_start_xmit and timer context never\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0fd56f67890acf7904c83e7de6cb71723eb1c962",
      "tree": "4de17dcc3cf06c3a8b43b45d1416065e3ad81267",
      "parents": [
        "c4eb2a93319d61923635c84a5f5e68965b14c754"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu Jun 02 14:04:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 02 15:12:31 2005 -0700"
      },
      "message": "[PATCH] drivers/net/hamradio/baycom_epp.c: cleanups\n\nThe times when tricky goto\u0027s produced better codes are long gone.\n\nThis patch should express the same in a better way.\n\n(Also fixes the final gcc-4.0 x86 compile error)\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: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1b62815193f6c20c60958e5347751155833e3d35",
      "tree": "c775c46e63084d6a63e515a303cebf701a673848",
      "parents": [
        "d4bc3927d284784b3f0bff05b4eed2242cc3e226"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun May 29 14:59:49 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 29 14:59:49 2005 -0700"
      },
      "message": "[TG3]: Fix bug in tg3_load_firmware_cpu\n\nAdd tg3_nvram_lock() and tg3_nvram_unlock() calls around tg3_halt_cpu().\nIt is possible that the bootcode may be loading code from nvram during\nthis call and stopping the cpu without getting the lock may cause\nuncompleted nvram data to be left in the nvram data register. Subsequent\ncalls to read/write nvram data will fail.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d4bc3927d284784b3f0bff05b4eed2242cc3e226",
      "tree": "acf2ae55152e4ec68abf108e978e6e8b6d719a32",
      "parents": [
        "c76949a6826fc11efcd6bb1abdca1ae02761071d"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun May 29 14:59:20 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 29 14:59:20 2005 -0700"
      },
      "message": "[TG3]: Add interrupt test\n\nThis test uses the previously added tg3_test_interrupt() to perform the\ntest.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c76949a6826fc11efcd6bb1abdca1ae02761071d",
      "tree": "f6d3eb7d76a7fa404765e4dfd67436e092541552",
      "parents": [
        "7942e1dbd7252b480ed238096dca617189d293df"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun May 29 14:58:59 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 29 14:58:59 2005 -0700"
      },
      "message": "[TG3]: Add loopback test\n\nThe test will loopback one packet in MAC loopback mode and verify the\npacket data.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7942e1dbd7252b480ed238096dca617189d293df",
      "tree": "cb152b70c3276bbe4cbb11600c3da2e98ec638b5",
      "parents": [
        "a71116d1f3b85a69fe3a3acec9223fefb4b1fc66"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun May 29 14:58:36 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 29 14:58:36 2005 -0700"
      },
      "message": "[TG3]: Add memory test\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a71116d1f3b85a69fe3a3acec9223fefb4b1fc66",
      "tree": "e3d5019a6b3f0eb874f4c9803ea0dc7ba338ae2c",
      "parents": [
        "944d980ecaabe44616a9e2d50101ce774f517bb6"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun May 29 14:58:11 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 29 14:58:11 2005 -0700"
      },
      "message": "[TG3]: Add register test\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "944d980ecaabe44616a9e2d50101ce774f517bb6",
      "tree": "a8e1c794fd332c19c739ba663a8d66acaee3d309",
      "parents": [
        "ca43007a92662621e5819912fc31c346e3a2eed8"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun May 29 14:57:48 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 29 14:57:48 2005 -0700"
      },
      "message": "[TG3]: Add parameter to tg3_halt\n\nAdd a reset kind parameter to tg3_halt() so that the RESET_KIND_SUSPEND\nparameter can be passed to tg3_halt() before doing offline tests.\n\nAll other calls to tg3_halt() will use the RESET_KIND_SHUTDOWN\nparameter.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ca43007a92662621e5819912fc31c346e3a2eed8",
      "tree": "dc24a6753a4ba4629e0593cbabbcdb3281e06a63",
      "parents": [
        "566f86adb336637d03900f53b886d879aa5f5d56"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun May 29 14:57:23 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 29 14:57:23 2005 -0700"
      },
      "message": "[TG3]: Add link test\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "566f86adb336637d03900f53b886d879aa5f5d56",
      "tree": "05ca3fb70b781c580e5732e362c26ead80245384",
      "parents": [
        "4cafd3f533475c976879d85773735c004f09f576"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun May 29 14:56:58 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 29 14:56:58 2005 -0700"
      },
      "message": "[TG3]: Add nvram test\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4cafd3f533475c976879d85773735c004f09f576",
      "tree": "b72e4f1f5a5272b473c70138f3f76ec3406f08f4",
      "parents": [
        "7ce54e3f428b33af714271140601c87b8bf2c544"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun May 29 14:56:34 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 29 14:56:34 2005 -0700"
      },
      "message": "[TG3]: Add basic selftest infrastructure\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b9a6eaffe7ff3d3481efa9fa353b2c6a02eda756",
      "tree": "10d746ff8ee32ae4ecdd2df5caea5a5f45271bc5",
      "parents": [
        "254feb882a7c6e4e51416dff6a97d847fbbba551"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Sun Apr 10 20:27:45 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri May 27 22:16:39 2005 -0400"
      },
      "message": "[PATCH] 3c574_cs: disable interrupts in el3_close\n\n3c574_cs forgets to disable interrupts during el3_close().\nfix it by doing what 3c59x does.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\n"
    },
    {
      "commit": "462cee296476278acaa54c41925b3273e0e4dd40",
      "tree": "c9d9fcfc4dd62807cb67678a6eda0151bfa8be95",
      "parents": [
        "126fa4b9ca5d9d7cb7d46f779ad3bd3631ca387c",
        "4ec5240ec367a592834385893200dd4fb369354c"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Thu May 26 21:40:25 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 26 21:40:25 2005 -0400"
      },
      "message": "Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git branch HEAD\n"
    },
    {
      "commit": "4ec5240ec367a592834385893200dd4fb369354c",
      "tree": "3ac9a34948049bff79a2b2ce49c0a3c84e35a748",
      "parents": [
        "f49809fe9b39e22b0f6f75c86295ce216ce3e374",
        "b6016b767397258b58163494a869f8f1199e6897"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 26 13:54:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 26 13:54:33 2005 -0700"
      },
      "message": "Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "b6016b767397258b58163494a869f8f1199e6897",
      "tree": "cd0bc87ff25ceaa1dd55860c9f212e18bb5a9f08",
      "parents": [
        "c8b35d2a29ec3c93e3b9c1e70d649a77a214b1c1"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Thu May 26 13:03:09 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 26 13:03:09 2005 -0700"
      },
      "message": "[BNX2]: New Broadcom gigabit network driver.\n\nA new driver bnx2 for Broadcom bcm5706 is available.\n\nThe patch also includes new 1000BASE-X advertisement bit definitions in\nmii.h\n\nThanks to David Miller and Jeff Garzik for reviewing and their valuable\nfeedback.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2f872f0401d4b470990864fbf99c19130f25ad4d",
      "tree": "715de6e359e359321df14fe5d21c9d50076be761",
      "parents": [
        "0dca51d362b8e4af6b0dbc9e54d1e5165341918a"
      ],
      "author": {
        "name": "Jay Vosburgh",
        "email": "fubar@us.ibm.com",
        "time": "Thu May 26 12:56:59 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 26 12:56:59 2005 -0700"
      },
      "message": "[BONDING]: bonding using arp_ip_target may stay down with active path \n\nCorrecting the list traversal makes the problem go away.\n\nSigned-off-by: Jay Vosburgh \u003cfubar@us.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ad6a9984eec72f3a609a8685281740f5e5f466aa",
      "tree": "c5c7ec0240ac7f99685153119e2cb70d526a92bc",
      "parents": [
        "38778204a1ad0d2c266f85170c2fb7d80ed43160",
        "562faf469f35bf63c0b021550811280c81bdc52e"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:11:38 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:11:38 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch tlan\n"
    },
    {
      "commit": "38778204a1ad0d2c266f85170c2fb7d80ed43160",
      "tree": "228ac07333de66aa16bacab46fa939112b99b7aa",
      "parents": [
        "8cf0d9d075916c9affa53a0cfa8d1b94c9e95fd7",
        "6da0f685935e13458a2206ac872d0d3c67a52f65"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:11:28 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:11:28 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch sis900\n"
    },
    {
      "commit": "8cf0d9d075916c9affa53a0cfa8d1b94c9e95fd7",
      "tree": "16b84843c379cbf366887d101b087b2b4287352b",
      "parents": [
        "8a75e7d644b373f86c8c2316392cb7374fc4e063",
        "b2e0852e1eee7c445b1789bef41204b64f981102"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:11:14 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:11:14 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch veth\n"
    },
    {
      "commit": "f5a702b26a0cd6052f0bae2bc3f0548538d3909c",
      "tree": "5efa09ed89088363d6b1ea1d3c76bad1eeccc5b8",
      "parents": [
        "5ea6f2c33f0c8b126136dbf1776ffbc444772cd7",
        "c16ef1ceedff27c1b452724ca7f89b729651098f"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:10:53 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:10:53 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch ns83820\n"
    },
    {
      "commit": "5ea6f2c33f0c8b126136dbf1776ffbc444772cd7",
      "tree": "6c0623142810d4c5cd00e5d594955d28a41eee3f",
      "parents": [
        "acb969560d5b42500697a8bcd1667ac824928383",
        "760f86d78d92f39e2ceb55b40f0885eb755c8c2f"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:10:38 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:10:38 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch natsemi\n"
    },
    {
      "commit": "acb969560d5b42500697a8bcd1667ac824928383",
      "tree": "97833fa73c86906f60dc07754afd92577f71e6c0",
      "parents": [
        "ee03a68c108cce4af3b4988cb1204e84d81f1243",
        "22c6d143f33f10721216a8cfa3a83f7edfc2bd4e"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:10:25 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:10:25 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch forcedeth\n"
    },
    {
      "commit": "ee03a68c108cce4af3b4988cb1204e84d81f1243",
      "tree": "21554af057d7b1cdadbe8d0b0ccfd24bf72bcc21",
      "parents": [
        "0c2fc10901e1b516526c92849ccd03327f119dbe",
        "41480af27a85d6008d9e11db8bc2730407c25e1d"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:09:52 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:09:52 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch airo\n"
    },
    {
      "commit": "0c2fc10901e1b516526c92849ccd03327f119dbe",
      "tree": "30305af53abe091a862c3efe8f363dc8793bad14",
      "parents": [
        "d20c507f28dbee33086e8212b98f9ddc5372cd81",
        "e885b5e83965c320e8eff1ec3ebfbf821b375568"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:07:51 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:07:51 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch atmel\n"
    },
    {
      "commit": "f6f3a488e56783836a0b6ca9188719a1229f505c",
      "tree": "7fe7a590feb16b650ecdb6359eee695123217051",
      "parents": [
        "a58eae6480f354595c3954534e1ab591dc3ef1bf",
        "dfa1b73ffb414b64dc0452260132a090eb25bf52"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 13:57:36 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 13:57:36 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch amd8111\n"
    },
    {
      "commit": "a58eae6480f354595c3954534e1ab591dc3ef1bf",
      "tree": "d73d9905ccb224c09c41a2ebebf08b29fa90eb7a",
      "parents": [
        "09e62666d8a6312426f96bf483cdb003bde556fe",
        "1bcd315362e215a72b56d1330bbf32f1c74eefb5"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 13:57:25 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 13:57:25 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch pcnet32\n"
    },
    {
      "commit": "09e62666d8a6312426f96bf483cdb003bde556fe",
      "tree": "1ecb7fd093169fb77d7cd5925bc214fd6c6d82e4",
      "parents": [
        "34812c9e188b47b1d6c9fff8ba530e6f2365ebc4",
        "ac79c82e793bc2440c4765e5eb1b834d2c18edf2"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 13:57:15 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 13:57:15 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch ixgb\n"
    },
    {
      "commit": "34812c9e188b47b1d6c9fff8ba530e6f2365ebc4",
      "tree": "63e968991d043a30b80f7e3f99a3f6445455a704",
      "parents": [
        "d6d78f63cea62851806bf6ac40c6f53349de442b",
        "2648345fcbadfae8e7113112ff9402e465a184dc"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 13:57:03 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 13:57:03 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch e1000\n"
    },
    {
      "commit": "d6d78f63cea62851806bf6ac40c6f53349de442b",
      "tree": "b9bebd1bf342ae93f1d909641725e3d084ed61a9",
      "parents": [
        "a83d5cf7a1d1dd22f3a8162b728a7e895192dda8",
        "042e2fb70006f135469d546726451b7d14768980"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 13:56:55 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 13:56:55 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch e100\n"
    },
    {
      "commit": "9092f46b5aed4515d9a427d5dab3be1584851f07",
      "tree": "3723469c5f2af23e29e7c25036d1cdca893f90b9",
      "parents": [
        "187a1a94d629621d1471b42308e63573b1150773"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed May 18 13:41:33 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue May 24 00:26:12 2005 -0400"
      },
      "message": "[PATCH] tulip: add return to ULI526X clause in tulip_mdio_write\n\nThe \u0027if\u0027 clause for ULI526X in tulip_mdio_write allows for\nspin_unlock_irqrestore to be called twice for tp-\u003emii_lock.  I believe\nthis is caused by the unintentional omission of a return at the end\nof that clause.  This patch adds that return.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d1faeaeb95a05275cf0c5b51b88f2fa833434625",
      "tree": "c6f827347b3c6c28bc55a8eb1e62ea2659202cab",
      "parents": [
        "ded7340d9d9142807a1ef94ab9c51d13ab76a1c9"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon May 23 14:00:44 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon May 23 14:00:44 2005 -0700"
      },
      "message": "[TG3]: Update driver version.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ded7340d9d9142807a1ef94ab9c51d13ab76a1c9",
      "tree": "9ad97c326b649cb4f7fd5ea1523b1992d1d7b0bd",
      "parents": [
        "413f5431a5a27e44c6610de640e507e1e3c885f4"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon May 23 13:59:47 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon May 23 13:59:47 2005 -0700"
      },
      "message": "[TG3]: Increase TEST_BUFFER_SIZE to 8K.\n\nThis makes the DMA bug workaround test more likely\nto find the problem on some systems.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "413f5431a5a27e44c6610de640e507e1e3c885f4",
      "tree": "d305294ab2e9d29128433fdc2844be8e5ba0fcad",
      "parents": [
        "180e42503300629692b513daeb55a6bb0b51500c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon May 23 13:13:15 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon May 23 13:13:15 2005 -0700"
      },
      "message": "[TG3]: Update driver version and reldate.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d8659255c599ba497bcfb8b4abc187d9e0951d99",
      "tree": "c0075e4503b2e91ffa3d3d6a920aa8318adac3ac",
      "parents": [
        "82d1542c1df6b3a0105843deddebeff03068d1dc"
      ],
      "author": {
        "name": "Xose Vazquez Perez",
        "email": "xose.vazquez@gmail.com",
        "time": "Mon May 23 12:54:51 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon May 23 12:54:51 2005 -0700"
      },
      "message": "[TG3]: Add 5752M device ID.\n\nAdd 0x1601 as 5752M, it\u0027s a 5752 but for mobile PCs.\nStolen from Broadcom bcm5700-8.1.55 driver.\n\nSomeone forgot to add it to tg3 ;-)\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n\n"
    },
    {
      "commit": "f7383c22246cfccbe912541dd83103009ed2b537",
      "tree": "264daa71bdac2165fe26ab7d3b8010a3609ee1e7",
      "parents": [
        "59e6b4343299373bc10dd131ab5142f53ddd838a"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 18 22:50:53 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 18 22:50:53 2005 -0700"
      },
      "message": "[TG3]: In tg3_poll(), resample status_tag after doing work.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "59e6b4343299373bc10dd131ab5142f53ddd838a",
      "tree": "1381e9d661f4ff83e89cb17678ce4813a90c4afb",
      "parents": [
        "15f9850d3c2d46f5851a424d2990a18b5bb5ebfd"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 18 22:50:10 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 18 22:50:10 2005 -0700"
      },
      "message": "[TG3]: Refine DMA boundary setting.\n\nExtract DMA boundary bit selection into a seperate\nfunction, tg3_calc_dma_bndry().  Call this from\ntg3_test_dma().\n\nMake DMA test more reliable by using no DMA boundry\nsetting during the test.  If the test passes, then\nuse the setting we selected before the test.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\n"
    },
    {
      "commit": "15f9850d3c2d46f5851a424d2990a18b5bb5ebfd",
      "tree": "a96514f0f797e0a315e12450279d103a888d1083",
      "parents": [
        "fac9b83ea79aa3112ed245d9a4fc2a5c3ec2b7ec"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 18 22:49:26 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 18 22:49:26 2005 -0700"
      },
      "message": "[TG3]: Set minimal hw interrupt mitigation.\n\nEven though we do software interrupt mitigation\nvia NAPI, it still helps to have some minimal\nhw assisted mitigation.\n\nThis helps, particularly, on systems where register\nI/O overhead is much greater than the CPU horsepower.\n\nFor example, it helps on NUMA systems.  In such cases\nthe PIO overhead to disable interrupts for NAPI accounts\nfor the majority of the packet processing cost.  The\nCPU is fast enough such that only a single packet is\nprocessed by each NAPI poll call.\n\nThanks to Michael Chan for reviewing this patch.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "fac9b83ea79aa3112ed245d9a4fc2a5c3ec2b7ec",
      "tree": "14749e6e5e0abdfb707b41dad714e36246e6cff8",
      "parents": [
        "05d3794aa8bd3b2c9f7920a05003c331cdeb75c5"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 18 22:46:34 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 18 22:46:34 2005 -0700"
      },
      "message": "[TG3]: Add tagged status support.\n\nWhen supported, use the TAGGED interrupt processing support\nthe chip provides.  In this mode, instead of a \"on/off\" binary\nsemaphore, an incrementing tag scheme is used to ACK interrupts.\n\nAll MSI supporting chips support TAGGED mode, so the tg3_msi()\ninterrupt handler uses it unconditionally.  This invariant is\nverified when MSI support is tested.\n\nSince we can invoke tg3_poll() multiple times per interrupt under\nhigh packet load, we fetch a new copy of the tag value in the\nstatus block right before we actually do the work.\n\nAlso, because the tagged status tells the chip exactly which\nwork we have processed, we can make two optimizations:\n\n1) tg3_restart_ints() need not check tg3_has_work()\n2) the tg3_timer() need not poke the chip 10 times per\n   second to keep from losing interrupt events\n\nBased upon valuable feedback from Michael Chan \u003cmchan@broadcom.com\u003e\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c8920ba041c8934b29370f5d62ab9ea8f147966b",
      "tree": "6e0e12acd812f221906289348bc4e08cd1047df6",
      "parents": [
        "c4cc26d3310a6614a20e32276228a5d44159fc9b"
      ],
      "author": {
        "name": "Daniel Andersen",
        "email": "daniel@linux-user.net",
        "time": "Thu May 05 15:14:09 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon May 16 00:04:29 2005 -0400"
      },
      "message": "[PATCH] wireless: 3CRWE154G72 Kconfig help fix\n\nVersion 2 of the 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 is not\nsupported by the prism54 project.  To stop confusion, the kernel\ndocumentation should state so as 3com made a good job hiding the version.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n\ndiff -puN drivers/net/wireless/Kconfig~wireless-3crwe154g72-kconfig-help-fix drivers/net/wireless/Kconfig\n"
    },
    {
      "commit": "c4cc26d3310a6614a20e32276228a5d44159fc9b",
      "tree": "35246410bf048fb6a0aa455b272f2a2933dbacad",
      "parents": [
        "99718699f5746cc365f3a9ab4769568a1da97635"
      ],
      "author": {
        "name": "Jiri Benc",
        "email": "jbenc@suse.cz",
        "time": "Wed Apr 27 12:48:56 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 23:18:48 2005 -0400"
      },
      "message": "[PATCH] Typo in tulip driver\n\nThis patch fixes a typo in tulip driver in 2.6.12-rc3.\n"
    },
    {
      "commit": "562faf469f35bf63c0b021550811280c81bdc52e",
      "tree": "a97720dac2a2fcd94407c825703ecab14e617a88",
      "parents": [
        "15efa9bb2d4da7cd9feb1c67fcf3d9e0e1bd00c6"
      ],
      "author": {
        "name": "James Harper",
        "email": "james.harper@bendigoit.com.au",
        "time": "Thu May 05 15:14:18 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 22:47:56 2005 -0400"
      },
      "message": "[PATCH] fix PROMISC/bridging in TLAN driver\n\nThis has been a problem for me for ages.  When using bridging, the driver\nis switched into promiscuous mode before the link init is complete.  The\ninit complete routine then resets the promisc bit on the card so the kernel\nstill thinks the card is in promiscuous mode but the card isn\u0027t.  doh.\n\nI think this bug only shows up in bridging when the bridge is started at\nboot time (or something else that sets promisc at the same time the card\nwas started).  If promisc is enabled later it works.\n\nHere\u0027s a trivial (and hopefully correct) patch that works for me. It\njust calls the promisc/multicast setup routine after init.\n\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "99718699f5746cc365f3a9ab4769568a1da97635",
      "tree": "6f8f9ad590b14514ad88c3478328795148c91e46",
      "parents": [
        "f7a3aae1723e7ffc9c4fcdb489365da7a3d81255"
      ],
      "author": {
        "name": "Geoff Levand",
        "email": "geoffrey.levand@am.sony.com",
        "time": "Thu Apr 14 11:20:32 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 22:44:26 2005 -0400"
      },
      "message": "[PATCH] {PATCH] Fix IBM EMAC driver ioctl bug\n\nFix IBM EMAC driver ioctl bug.\n\nI found IBM EMAC driver bug.\nSo mii-tool command print wrong status.\n\n  # mii-tool\n  eth0: 10 Mbit, half duplex, no link\n  eth1: 10 Mbit, half duplex, no link\n\nI can get correct status on fixed kernel.\n\n  # mii-tool\n  eth0: negotiated 100baseTx-FD, link okZZ\n  eth1: negotiated 100baseTx-FD, link ok\n\nHiroaki Fuse\n\nSigned-off-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e for CELF\n"
    },
    {
      "commit": "c16ef1ceedff27c1b452724ca7f89b729651098f",
      "tree": "a96c4517b3854e8dfa5f98a53d7efdb16f156fc7",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Benjamin LaHaise",
        "email": "bcrl@kvack.org",
        "time": "Wed Apr 06 11:17:59 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 22:26:45 2005 -0400"
      },
      "message": "[PATCH] ns83820 update\n\nChanges:\n- improved DAC ifdefs from Andi Kleen\n- removal of dead code from Adrian Bunk\n- fix half duplex collision behaviour\n"
    },
    {
      "commit": "f7a3aae1723e7ffc9c4fcdb489365da7a3d81255",
      "tree": "2c0a93d730060f63670d3e7f130ee12e26b3ed8f",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Sun Apr 03 09:15:52 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 22:22:32 2005 -0400"
      },
      "message": "[PATCH] drivers/net/wireless enabled by wrong option\n\n\tNET_WIRELESS is only a subset of the stuff in drivers/net/wireless;\nNET_RADIO is what covers all of them.\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\n"
    },
    {
      "commit": "15efa9bb2d4da7cd9feb1c67fcf3d9e0e1bd00c6",
      "tree": "f321ae5edc291d3096c2bd9c57a3b7abef3552ca",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed May 04 15:33:11 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:25:23 2005 -0400"
      },
      "message": "[PATCH] tlan: restore deleted module parameters.\n\nThe module parameter values got lost in the conversion to the new module_param\ninterface. This should fix it.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n\nIndex: tlan/drivers/net/tlan.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "6da0f685935e13458a2206ac872d0d3c67a52f65",
      "tree": "d41bb51feca5abe9384e6fb60ba128ad8f31b68f",
      "parents": [
        "da369b01d49b34803265096eb92a2d6da61cf0d0"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Apr 30 13:52:49 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:24:14 2005 -0400"
      },
      "message": "[PATCH] SIS900 must select MII\n\nThis patch fixes the following compile error caused by bk-netdev:\n\n\u003c--  snip  --\u003e\n\n...\n  LD      .tmp_vmlinux1\ndrivers/built-in.o(.text+0x98528): In function `sis900_get_settings\u0027:\n: undefined reference to `mii_ethtool_gset\u0027\ndrivers/built-in.o(.text+0x98538): In function `sis900_set_settings\u0027:\n: undefined reference to `mii_ethtool_sset\u0027\ndrivers/built-in.o(.text+0x98517): In function `sis900_get_link\u0027:\n: undefined reference to `mii_link_ok\u0027\ndrivers/built-in.o(.text+0x98547): In function `sis900_nway_reset\u0027:\n: undefined reference to `mii_nway_restart\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n\n\u003c--  snip  --\u003e\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Daniele Venzano \u003cvenza@brownhat.org\u003e\n"
    },
    {
      "commit": "1bcd315362e215a72b56d1330bbf32f1c74eefb5",
      "tree": "ceffa79b4dee4b9a489015afaad9574fed7b9742",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Don Fry",
        "email": "brazilnut@us.ibm.com",
        "time": "Fri Apr 29 14:51:17 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:22:29 2005 -0400"
      },
      "message": "[PATCH] pcnet32: fix resource leak with loopback test\n\nWhen running the loopback test, resources are not properly released on\ncompletion.  This patch frees all transmit resources after running the\nloopback test.  Tested on ia32 and ppc64 hardware.\n\nSigned-off-by: Don Fry \u003cbrazilnut@us.ibm.com\u003e\n"
    },
    {
      "commit": "41480af27a85d6008d9e11db8bc2730407c25e1d",
      "tree": "4418c446791764ae018a56375d90d483bc3bc25f",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dcbw@redhat.com",
        "time": "Tue May 10 09:45:51 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:20:57 2005 -0400"
      },
      "message": "[PATCH] wireless/airo: WEXT and quality corrections\n\nThis patch brings the airo driver into line with the current\nWEXT specification of signal quality.  It also fixes the values\nused to determine signal quality and level for MPI \u0026 PCMCIA 350\ncards.  It turns out that BSSListRid.rssi was actually in dBm\nfor 350 series cards, and that we can use the normalized\nsignal strength reported by the card as our \"quality\" value, on\na scale of 0 - 100.  Since signal level values are in dBm for\nthis driver, max_qual-\u003elevel MUST be 0, as specified in the WEXT\nspec.  This patch also uses the IW_QUAL constants new in WEXT\nversion 17.\n\nSigned-off-by: Dan Williams \u003cdcbw@redhat.com\u003e\n"
    },
    {
      "commit": "760f86d78d92f39e2ceb55b40f0885eb755c8c2f",
      "tree": "dd779d819fbda486cfdcc6ecd28afa4c1c40373b",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sat Apr 16 16:24:16 2005 +1000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:18:56 2005 -0400"
      },
      "message": "[PATCH] Fw: [Bugme-new] [Bug 4482] New: natsemi: incorrect initialization of IPv6 Neighbor-discovery multicast\n\nOn Wed, Apr 13, 2005 at 05:36:42PM +0000, Andrew Morton wrote:\n\u003e            Summary: natsemi: incorrect initialization of IPv6 Neighbor-\n\u003e                     discovery multicast\n\nI\u0027ve got a pair of FA312 cards and this problem has bothered me\nfor ages.  This has finally prompted me to do something about it :)\n\nTurns out that somebody wasn\u0027t following the documentation.  We were\ndoing 16-bit writes to 32-bit registers which led to some addresses\nworking and others not so lucky.\n\nThis patch should fix the problem.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "e885b5e83965c320e8eff1ec3ebfbf821b375568",
      "tree": "6bc2e9d321149f6f57e1a762a960a223ae89d5bf",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "simon@thekelleys.org.uk",
        "email": "simon@thekelleys.org.uk",
        "time": "Sat May 07 21:33:31 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:11:54 2005 -0400"
      },
      "message": "[PATCH] atmel wireless\n\nBelow is a one-liner for the atmel wireless driver, just adding\nanother card to the table.\n"
    },
    {
      "commit": "22c6d143f33f10721216a8cfa3a83f7edfc2bd4e",
      "tree": "d380788538dc82d08545818ba569234e3d665016",
      "parents": [
        "2918c35d311263bc313b3da272783860ce573189"
      ],
      "author": {
        "name": "Manfred Spraul",
        "email": "manfred@colorfullife.com",
        "time": "Tue Apr 19 21:17:09 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:10:01 2005 -0400"
      },
      "message": "[PATCH] forcedeth: Update error handling\n\nAyaz wrote an update to the error handling for forcedeth (which I\nmodified heavily, thus all bugs are mine):\nThe ERROR4 bit is not a fatal error, it just indicates a mismatch\nbetween the actual packet len and the len according to the 802.3 header.\nThe patch adds proper handling.\nThe patch also removes the code that drops all packets with RX_ERROR \u0026\n(!RX_FRAMINGERR): ERROR4 errors are also not fatal.\n"
    },
    {
      "commit": "b2e0852e1eee7c445b1789bef41204b64f981102",
      "tree": "a1c0465f681b7aae24d0ade106f68593e74a8346",
      "parents": [
        "41664c03f6c96a1f8a91714309b36f1b5ca85610"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu May 12 18:09:45 2005 +1000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:08:06 2005 -0400"
      },
      "message": "[PATCH] iseries_veth: Cleanup skbs to prevent unregister_netdevice() hanging\n\nHi Andrew, Jeff,\n\nThe iseries_veth driver is badly behaved in that it will keep TX packets\nhanging around forever if they\u0027re not ACK\u0027ed and the queue never fills up.\n\nThis causes the unregister_netdevice code to wait forever when we try to take\nthe device down, because there\u0027s still skbs around with references to our\nstruct net_device.\n\nThere\u0027s already code to cleanup any un-ACK\u0027ed packets in veth_stop_connection()\nbut it\u0027s being called after we unregister the net_device, which is too late.\n\nThe fix is to rearrange the module exit function so that we cleanup any\noutstanding skbs and then unregister the driver.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\n"
    },
    {
      "commit": "41664c03f6c96a1f8a91714309b36f1b5ca85610",
      "tree": "42805cf7bf92cf639f4c2e4dba8d1163cb11844b",
      "parents": [
        "eb235aef724568ae15af831968000cf9a3974b26"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu May 12 17:55:08 2005 +1000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:08:05 2005 -0400"
      },
      "message": "[PATCH] iseries_veth: Don\u0027t leak skbs in RX path\n\nHi Andrew, Jeff,\n\nUnder some strange circumstances the iseries_veth driver can leak skbs.\n\nFix is simply to call dev_kfree_skb() in the right place.\nFix up the comment as well.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\n"
    },
    {
      "commit": "eb235aef724568ae15af831968000cf9a3974b26",
      "tree": "ad6f5b503c26a81a734a436ceb2db9a933d8c9c2",
      "parents": [
        "f27eff1ffd65236b8e421188f76ad1b0b94e06eb"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu May 12 17:53:18 2005 +1000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:08:05 2005 -0400"
      },
      "message": "[PATCH] iseries_veth: Set dev-\u003etrans_start so watchdog timer works right\n\nHi Andrew, Jeff,\n\nThe iseries_veth driver doesn\u0027t set dev-\u003etrans_start in it\u0027s TX path. This\nwill cause the net device watchdog timer to fire earlier than we want it to,\nwhich causes the driver to needlessly reset its connections to other LPARs.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\n"
    },
    {
      "commit": "f27eff1ffd65236b8e421188f76ad1b0b94e06eb",
      "tree": "46184998b6bfbf24d083cbf5942ed1b10fe775af",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu May 12 17:47:27 2005 +1000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:08:05 2005 -0400"
      },
      "message": "[PATCH] iseries_veth: Don\u0027t send packets to LPARs which aren\u0027t up\n\nHi Andrew, Jeff,\n\nThe iseries_veth driver has a logic bug which means it will erroneously\nsend packets to LPARs for which we don\u0027t have a connection.\n\nThis usually isn\u0027t a big problem because the Hypervisor call fails\ngracefully and we return, but if packets are TX\u0027ed during the negotiation\nof the connection bad things might happen.\n\nRegardless, the right thing is to bail early if we know there\u0027s no\nconnection.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\n"
    },
    {
      "commit": "042e2fb70006f135469d546726451b7d14768980",
      "tree": "adb6d0eeb183e74c6bbac4f07a0e1699c4add156",
      "parents": [
        "962082b6df11fe8cabafd2971b07c914cd52ee2a"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:20:14 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:59:28 2005 -0400"
      },
      "message": "[PATCH] e100: Driver version, white space, comments, device id\n\nDriver version, white space, comments.\nAlso enabled ICH-7 support\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "962082b6df11fe8cabafd2971b07c914cd52ee2a",
      "tree": "b6c1cf72db43fbb5064cc91d3d07a4ffb68a6b0c",
      "parents": [
        "6bdacb1ad58bb6b772a4fc18f21684437bd5f439"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:19:46 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:59:28 2005 -0400"
      },
      "message": "[PATCH] e100: Performance optimizations to e100 Tx Path\n\nPerformance optimizations to e100 Tx Path\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "6bdacb1ad58bb6b772a4fc18f21684437bd5f439",
      "tree": "5e725858fcb9783c8c88986c1fa16d02ecdeebcb",
      "parents": [
        "0236ebb7ae85935b3b96eef7e8a4e203ea9958a0"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:17:54 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:59:28 2005 -0400"
      },
      "message": "[PATCH] e100: Fix Wake on lan related issues\n\nFix Wake on lan related issues\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "0236ebb7ae85935b3b96eef7e8a4e203ea9958a0",
      "tree": "040bae76d6b77d5a3ee3a5ba70b0de55df169a5d",
      "parents": [
        "1f53367d5d75ba37f258f6e955d6fc24814051a0"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:17:42 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:59:28 2005 -0400"
      },
      "message": "[PATCH] e100: Synchronize interface link state with poll routine\n\nSynchronize interface link state with e100 poll routine\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "1f53367d5d75ba37f258f6e955d6fc24814051a0",
      "tree": "05f5c9c8f79edb4d6a7b8465e46992de3941b10a",
      "parents": [
        "2acdb1e05c1a92e05ee710ed8f226a8f3183d5a0"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:17:20 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:59:28 2005 -0400"
      },
      "message": "[PATCH] e100: Render e100 NAPI state machine\n\nRender e100 NAPI state machine to be similar to the non-NAPI one.\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "2acdb1e05c1a92e05ee710ed8f226a8f3183d5a0",
      "tree": "e977185205ec68361d83c1e05b51b46174213628",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:16:58 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:59:27 2005 -0400"
      },
      "message": "[PATCH] e100: Execute tx_timeout task outside interrupt context\n\nExecute tx_timeout task outside the interrupt context\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n"
    },
    {
      "commit": "ac79c82e793bc2440c4765e5eb1b834d2c18edf2",
      "tree": "39a7c23fbb6ba9be73b7aacfebf24d3bfb68ef10",
      "parents": [
        "37d16f823799918107440cb9e552b0709347f77c"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:05:32 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:42 2005 -0400"
      },
      "message": "[PATCH] ixgb: Driver version, white space, comments, device id\n\nDriver version, white space, comments, device id \u0026 other\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_main.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c\n"
    },
    {
      "commit": "37d16f823799918107440cb9e552b0709347f77c",
      "tree": "427355cfc97b90cc1debce5496749d625cd9ba74",
      "parents": [
        "f404de1cd407c1f56fa478810c6c48e015d377bd"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:05:12 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:42 2005 -0400"
      },
      "message": "[PATCH] ixgb: Fixed msec_delay in osdep to use msleep\n\nFixed msec_delay in osdep to use msleep\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_osdep.h net-drivers-2.6/drivers/net/ixgb.new/ixgb_osdep.h\n"
    },
    {
      "commit": "f404de1cd407c1f56fa478810c6c48e015d377bd",
      "tree": "e7a40872bc886c7b1b784624402663eb1239f527",
      "parents": [
        "c2eba932b14718e34ac2609e35c6d41e032a2478"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:04:54 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:42 2005 -0400"
      },
      "message": "[PATCH] ixgb: Code optimization\n\nCode optimization\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_main.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c\n"
    },
    {
      "commit": "c2eba932b14718e34ac2609e35c6d41e032a2478",
      "tree": "9e18fd51bd7bf99e1d85eb3bc63021232469b03b",
      "parents": [
        "5e3c30deb21d0eb0da44830fb1c1fc7054e54229"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:04:32 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:42 2005 -0400"
      },
      "message": "[PATCH] ixgb: Remove hook for suspend, no power management\n\nRemove hook for suspend. No power management in 10GbE Controllers\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_main.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c\n"
    },
    {
      "commit": "5e3c30deb21d0eb0da44830fb1c1fc7054e54229",
      "tree": "5dad3ce257e4f14caf8ef3cc93e404b1a04ae33d",
      "parents": [
        "abf481d6af8670c89f33f354c6fbd9977b23cebc"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:04:07 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:42 2005 -0400"
      },
      "message": "[PATCH] ixgb: Support for ethtool -d\n\nixgb support for ethtool -d\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_ethtool.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_ethtool.c\n"
    },
    {
      "commit": "abf481d6af8670c89f33f354c6fbd9977b23cebc",
      "tree": "fc604f98db1a85be2c025c10192fd6cb767c29aa",
      "parents": [
        "41639fed1b32dde4ea3d94242a89308435d341be"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:03:32 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:41 2005 -0400"
      },
      "message": "[PATCH] ixgb: Fix EEPROM functions to be endian-aware\n\nFix EEPROM functions to be endian-aware\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_ee.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_ee.c\n"
    },
    {
      "commit": "41639fed1b32dde4ea3d94242a89308435d341be",
      "tree": "2e8232795eff9e0a2b6c6b3d22c0532c472c749d",
      "parents": [
        "6dfbb6dd391139be9f1cd333877c6e2b03da4bba"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 18:51:54 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:41 2005 -0400"
      },
      "message": "[PATCH] ixgb: Reset status in the Rx\n\nReset status in the Rx descriptor prior to handing it to the controller.\nLeave three Rx descriptors unused\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_main.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c\n"
    },
    {
      "commit": "6dfbb6dd391139be9f1cd333877c6e2b03da4bba",
      "tree": "2c2d4e22e332eb6602c294b7e65d63031e2db436",
      "parents": [
        "0c73f58636385a4d3dc68d0d0829d4c39d61b621"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 18:56:40 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:41 2005 -0400"
      },
      "message": "[PATCH] ixgb: Mask RXO interrupt\n\nDisable RXO interrupt to decrease recovery time when system is overloaded with data\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_main.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c\n"
    },
    {
      "commit": "0c73f58636385a4d3dc68d0d0829d4c39d61b621",
      "tree": "c27c1632dc2b55dbbe5e33fbe0a736176da70196",
      "parents": [
        "06c2f9ecb5b53f9d4fc1ef596da16683cc4af5ba"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 18:48:06 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:41 2005 -0400"
      },
      "message": "[PATCH] ixgb: Change RDT write bump size to 4\n\nChange RDT write bump size back to 4\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb.h net-drivers-2.6/drivers/net/ixgb.new/ixgb.h\n"
    },
    {
      "commit": "06c2f9ecb5b53f9d4fc1ef596da16683cc4af5ba",
      "tree": "9117d948a668e0c9f795678fec6a25d97af6f4e7",
      "parents": [
        "5633684d008b777ab169e8efcef39a898482f531"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 18:46:51 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:41 2005 -0400"
      },
      "message": "[PATCH] ixgb: Do not set the RS bit on context descriptors\n\nDon\u0027t set the RS bit on context descriptors, causes un-necessary bus activity\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_main.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c\n"
    },
    {
      "commit": "5633684d008b777ab169e8efcef39a898482f531",
      "tree": "c031a223e9ef9159f9f4982b042652ed768b4672",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 18:45:50 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:54:41 2005 -0400"
      },
      "message": "[PATCH] ixgb: Fix multi-cast packet count in statistics\n\nFix multi-cast packet count in statistics\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\ndiff -up net-drivers-2.6/drivers/net/ixgb/ixgb_main.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c\n"
    },
    {
      "commit": "2648345fcbadfae8e7113112ff9402e465a184dc",
      "tree": "ed615c4e72328e4ba137d700d341c96b7e611229",
      "parents": [
        "1125ecbc0a89db07bb4eb1ba892a23367c3bdeb5"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:44:46 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:55 2005 -0400"
      },
      "message": "[PATCH] e1000:Driver version,white space,comments,device id\n\nDriver version, white space, comments, device id \u0026 other\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_ethtool.c net-drivers-2.6/drivers/net/e1000.new/e1000_ethtool.c\n"
    },
    {
      "commit": "1125ecbc0a89db07bb4eb1ba892a23367c3bdeb5",
      "tree": "5302b4334c8f1f9ed6984231101e97e761b8b903",
      "parents": [
        "0e6ef3e02b6f07e37ba1c1abc059f8bee4e0847f"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:44:25 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:55 2005 -0400"
      },
      "message": "[PATCH] e1000:Adjust flow control watermarks for Jumbo Frames\n\nAdjust flow control watermarks for Jumbo Frames\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "0e6ef3e02b6f07e37ba1c1abc059f8bee4e0847f",
      "tree": "4382fe850661782004eabab9194d894a35fb3b2b",
      "parents": [
        "2d7edb923a823660b081bd4c660300ee19adca8d"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:44:14 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:54 2005 -0400"
      },
      "message": "[PATCH] e1000:Fix Packet Buffer Allocation logic for 82547_rev_2\n\nFix Packet Buffer Allocation logic for 82547_rev_2 controller\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "2d7edb923a823660b081bd4c660300ee19adca8d",
      "tree": "3442b72425638e8530d31490339567d42706534a",
      "parents": [
        "f0d11ed0b0650d2f93f56f65167c10a577c16c88"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:43:52 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:54 2005 -0400"
      },
      "message": "[PATCH] e1000:82573 specific code \u0026 packet split code\n\n82573 specific code \u0026 packet split code\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000.h net-drivers-2.6/drivers/net/e1000.new/e1000.h\n"
    },
    {
      "commit": "f0d11ed0b0650d2f93f56f65167c10a577c16c88",
      "tree": "323348d8a7a272ea33be40168cee46c0f1bc13a8",
      "parents": [
        "f1d2e4905eed4b13c3ba56ac6d30c283be996963"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:43:28 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:54 2005 -0400"
      },
      "message": "[PATCH] e1000: Modified e1000_clean: exit poll\n\nModified e1000_clean:: exit poll if no Tx and work_done \u003d\u003d 0\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "f1d2e4905eed4b13c3ba56ac6d30c283be996963",
      "tree": "b852be3add7242e2c667188a0fb7ed5300a8081a",
      "parents": [
        "97338bde27d97347bc83203d6ac5e93be1ebcd03"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:42:04 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:54 2005 -0400"
      },
      "message": "[PATCH] e1000:Removed redundant statement in e1000_clean_tx_irq\n\nRemoved redundant statement in e1000_clean_tx_irq\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "97338bde27d97347bc83203d6ac5e93be1ebcd03",
      "tree": "a2897ca9e0ea40ef14ea1bcb4af69769021e9414",
      "parents": [
        "a4cb847dac40577dd751a4deb4085ed080780679"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:41:46 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:54 2005 -0400"
      },
      "message": "[PATCH] e1000: Implement a workaround for 82546 errata 10\n\nImplement 82546 errata 10 --  first Tx descriptor cannot have more than 2015 byte of data in it or it could hang the transmitter.\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "a4cb847dac40577dd751a4deb4085ed080780679",
      "tree": "673dcbdd4bd65d32b9181ad61779b0788b36e8de",
      "parents": [
        "6d9157577d926d2a83fe8d4914c0cc216deb5842"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:41:28 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:53 2005 -0400"
      },
      "message": "[PATCH] e1000: e1000 stops working after resume\n\ne1000 stops working after resume, call pci_enable_device after pci_restore_state - Modified Andrew Morton\u0027s patch\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "6d9157577d926d2a83fe8d4914c0cc216deb5842",
      "tree": "70082b81242a849a62091d18389acafa7bb76b80",
      "parents": [
        "70b8f1e16a788eccdd36f39679774b1a08a6ba55"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:41:11 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:53 2005 -0400"
      },
      "message": "[PATCH] e1000:Fix computation of netdev stats from controller stats counters\n\nFix computation of netdev stats from controller stats counters - from\nsfeldma@pobox.com\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "70b8f1e16a788eccdd36f39679774b1a08a6ba55",
      "tree": "ec8314d660c96cff7b594fd0d157a26115e23818",
      "parents": [
        "2701234fc0372630457e3da14e36cde53c57d12e"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:40:40 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:53 2005 -0400"
      },
      "message": "[PATCH] e1000: Dump information on Tx ring\n\nDump information on Tx ring when \u0027NETDEV: Watchdog\u0027 condition is reached\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "2701234fc0372630457e3da14e36cde53c57d12e",
      "tree": "c95073b15f364a3528da2d5ff40bad66e8de22ac",
      "parents": [
        "4e48a2b91d408357cb0747151d8db5368ac8f1d0"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:40:28 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:53 2005 -0400"
      },
      "message": "[PATCH] e1000: Delay clean-up of last Tx packet\n\nDelay clean-up of last Tx packet to fix pre-mature writeback issue of Tx descriptors only when TSO is enabled\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "4e48a2b91d408357cb0747151d8db5368ac8f1d0",
      "tree": "600d1e3fdec1ef85d08eb7bf286a015ac308f09b",
      "parents": [
        "5de556249fde97493a4c79dbf8979ace0f76789f"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:39:53 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:53 2005 -0400"
      },
      "message": "[PATCH] e1000: Fix kernel panic with 82541 LOM\n\nFix kernel panic with 82541 LOM when using a 100M cable\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "5de556249fde97493a4c79dbf8979ace0f76789f",
      "tree": "a64f68956aeaad6ebf6409a5b5cbd38a4541c7a8",
      "parents": [
        "fa4f7ef3aaa6cee6b04ebe90266ee893e0b2ce07"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:39:30 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:53 2005 -0400"
      },
      "message": "[PATCH] e1000: Enable polling before enabling interrupts\n\nEnable polling before enabling interrupts -- avoids (in NAPI mode) entering the ISR and returning without doing any work because polling is not enabled. [romieu@fr.zoriel.com]\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c\n"
    },
    {
      "commit": "fa4f7ef3aaa6cee6b04ebe90266ee893e0b2ce07",
      "tree": "3a1ec2dbb7f0298b0de9db2b815bf7b1d2c4936c",
      "parents": [
        "df25e164878836196ee93d1a5757867da6eac30e"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:39:13 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:52 2005 -0400"
      },
      "message": "[PATCH] e1000: MSI support for PCI-e adapters\n\nMSI support for PCI-e adapters\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000.h net-drivers-2.6/drivers/net/e1000.new/e1000.h\n"
    },
    {
      "commit": "df25e164878836196ee93d1a5757867da6eac30e",
      "tree": "56a76255f8a7e30ffcba14432f408ce8b5a99917",
      "parents": [
        "e4eff7291c977308989b24fdfc7215a501302e6a"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:38:43 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:52 2005 -0400"
      },
      "message": "[PATCH] e1000: Fix msec-delay definition to use msleep\n\nFix msec-delay definition in e1000_osdep.h to use msleep\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_osdep.h net-drivers-2.6/drivers/net/e1000.new/e1000_osdep.h\n"
    },
    {
      "commit": "e4eff7291c977308989b24fdfc7215a501302e6a",
      "tree": "c773bc7d11aaf8acf8928c801afc34561818bc53",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Malli Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Thu Apr 28 19:38:30 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:48:52 2005 -0400"
      },
      "message": "[PATCH] e1000: made loopback test robust\n\nAdded enhanced functionality to the loopback diags to wrap the descriptor rings.\n\nSigned-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\nSigned-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\ndiff -up net-drivers-2.6/drivers/net/e1000/e1000_ethtool.c net-drivers-2.6/drivers/net/e1000.new/e1000_ethtool.c\n"
    },
    {
      "commit": "da369b01d49b34803265096eb92a2d6da61cf0d0",
      "tree": "6967b8292fa142e8e83f9bbaa788dacbfcfd3a8d",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Daniele Venzano",
        "email": "webvenza@libero.it",
        "time": "Thu May 12 20:13:14 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:13:14 2005 -0400"
      },
      "message": "  [PATCH] More ethtool support for sis900 and warning fix\n  \n  Add support to sis900 for the following ethtool ops:\n        - get_link\n        - get_settings\n        - set_settings\n        - nway_reset\n  \n  Signed-off-by: Daniele Venzano \u003cwebvenza@libero.it\u003e\n  Signed-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n\n"
    }
  ],
  "next": "126fa4b9ca5d9d7cb7d46f779ad3bd3631ca387c"
}
