)]}'
{
  "log": [
    {
      "commit": "e2adbcb480992de8a01acf9218e8bbd9b507fc6f",
      "tree": "92465e753d0221c0c54862994735a7fe078200fa",
      "parents": [
        "b6d35182fe62e57d368062adcc880ca35119d88e"
      ],
      "author": {
        "name": "Santiago Leon",
        "email": "santil@us.ibm.com",
        "time": "Wed Oct 26 10:47:08 2005 -0600"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 16:07:30 2005 -0400"
      },
      "message": "[PATCH] ibmveth fix buffer replenishing\n\nThis patch removes the allocation of RX skb\u0027s  buffers from a workqueue\nto be called directly at RX processing time.  This change was suggested\nby Dave Miller when the driver was starving the RX buffers and\ndeadlocking under heavy traffic:\n\n\u003e Allocating RX SKBs via tasklet is, IMHO, the worst way to\n\u003e do it.  It is no surprise that there are starvation cases.\n\u003e\n\u003e If tasklets or work queues get delayed in any way, you lose,\n\u003e and it\u0027s very easy for a card to catch up with the driver RX\u0027ing\n\u003e packets very fast, no matter how aggressive you make the\n\u003e replenishing.  By the time you detect that you need to be\n\u003e \"more aggressive\" it is already too late.\n\u003e The only pseudo-reliable way is to allocate at RX processing time.\n\u003e\n\nSigned-off-by: Santiago Leon \u003csantil@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "b6d35182fe62e57d368062adcc880ca35119d88e",
      "tree": "dd7767a40490d2d532cda4d35a18f8b8e614ab19",
      "parents": [
        "0abe791e94033b727f2b55670c2966f3d3d3cf70"
      ],
      "author": {
        "name": "Santiago Leon",
        "email": "santil@us.ibm.com",
        "time": "Wed Oct 26 10:47:01 2005 -0600"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 16:07:30 2005 -0400"
      },
      "message": "[PATCH] ibmveth fix buffer pool management\n\nThis patch changes the way the ibmveth driver handles the receive\nbuffers.  The old code mallocs and maps all the buffers in the pools\nregardless of MTU size and it also limits the number of buffer pools to\nthree. This patch makes the driver malloc and map the buffers necessary\nto support the current MTU. It also changes the hardcoded names of the\nbuffer pool number, size, and elements to arrays to make it easier to\nchange (with the hope of making them runtime parameters in the future).\n\nSigned-off-by: Santiago Leon \u003csantil@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "0abe791e94033b727f2b55670c2966f3d3d3cf70",
      "tree": "7fe7e9dffdcb5822537a5b03c7064667e05426e6",
      "parents": [
        "37ff238d68683d42e7363eee3303773906c336d9"
      ],
      "author": {
        "name": "Santiago Leon",
        "email": "santil@us.ibm.com",
        "time": "Wed Oct 26 10:46:53 2005 -0600"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 16:07:30 2005 -0400"
      },
      "message": "[PATCH] ibmveth fix bonding\n\nThis patch updates dev-\u003etrans_start and dev-\u003elast_rx so that the ibmveth\ndriver can be used with the ARP monitor in the bonding driver.\n\nSigned-off-by: Santiago Leon \u003csantil@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "37ff238d68683d42e7363eee3303773906c336d9",
      "tree": "45a016abbed939ee11427941b7036f6cfeca20d3",
      "parents": [
        "28fbef78a420acdea20570d31f3bdcbfa0cac0d2"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Oct 26 15:49:51 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 16:07:30 2005 -0400"
      },
      "message": "[PATCH] tg3: update version and minor fixes\n\nUpdate version and reldate and add more sanity checking to\ntg3_set_settings().\n\nSigned-off-by: Gary Zambrano \u003czambrano@broadcom.com\u003e\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "28fbef78a420acdea20570d31f3bdcbfa0cac0d2",
      "tree": "ef68381a6e776a802038e39529e89a0d1390fae0",
      "parents": [
        "a4e2b347848bf626b822599329933887dc90e50f"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Oct 26 15:48:35 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 16:07:30 2005 -0400"
      },
      "message": "[PATCH] tg3: fix ASF heartbeat\n\nChange the ASF heart beat to 5 seconds for faster detection of system\ncrash. The driver sends the heartbeat every 2 seconds and the ASF\nfirmware will timeout and reset the device if no heartbeat is received\nafter 5 seconds. The old scheme of 2 minutes is ineffective.\n\ntg3_write_mem_fast() is added to speed up the IO to send the heartbeat.\nWhen no workaround is needed, it will use direct MMIO to memory space\nto write to memory.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "a4e2b347848bf626b822599329933887dc90e50f",
      "tree": "414564393157868b8c6d708bfb2c750cf49b1f6b",
      "parents": [
        "5fadd053d9bb4345ec6f405d24db4e7eb49cf81e"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Oct 26 15:46:52 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 16:07:29 2005 -0400"
      },
      "message": "[PATCH] tg3: add 5714/5715 support\n\nAdd complete support for 5714/5715. These chips are very similar to\n5780 so the changes are very trivial. A TG3_FLG2_5780_CLASS flag is\nadded to identify these chips.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "e5dfa9282f3db461a896a6692b529e1823ba98c6",
      "tree": "574d23cebc57c657373b0e1b6692c047aba8dd6e",
      "parents": [
        "5dd962494f76fb3ef1196cd420b5d6260d7a3766",
        "b2ab040db85835e54c7559533df7f85902617926"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 09:05:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 09:05:25 2005 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "9e24974db6b01ec067c24de09588282b6a1407f0",
      "tree": "5ed1cc85738f76bfab07e61df84f55e35d642aca",
      "parents": [
        "53f9fc93f90a43701d6aaf3919be0614bb088b83"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Fri Oct 21 03:22:29 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 08:16:51 2005 -0700"
      },
      "message": "[PATCH] gfp_t: drivers/net\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ac9c18974f7d08cdedfb1e9599faa8c851c7cef9",
      "tree": "802058729c3d2401ec73c580c670d8b924b17954",
      "parents": [
        "9789089703c244ad766a13f441936736b6b1e709"
      ],
      "author": {
        "name": "Ayaz Abdulla",
        "email": "aabdulla@nvidia.com",
        "time": "Wed Oct 26 00:51:24 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Oct 26 00:51:24 2005 -0400"
      },
      "message": "[netdrvr forcedeth] scatter gather and segmentation offload support\n\nalso:\n- eliminate use of pointless get_nvpriv() wrapper,\n  and use netdev_priv() directly.\n- use NETDEV_TX_xxx return codes\n"
    },
    {
      "commit": "59b81827071a8ae7f399da533d268e1e33bfeeb7",
      "tree": "71b98092ae01162cc33c08617d24b7803f1f89de",
      "parents": [
        "902f90735b693550eb51a3989895f3148b8229d8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Oct 20 12:01:28 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Oct 20 16:06:11 2005 -0400"
      },
      "message": "[PATCH] sb1250-mac: PHY probing fixes.\n\nImprove sb1250-mac driver to probe for PHYs at addresses other\nthan 1, such as the PHYs on BigSur.\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 \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "902f90735b693550eb51a3989895f3148b8229d8",
      "tree": "faddc60f0b27ed6d2a26f20c2c09f365dc4a2d7d",
      "parents": [
        "07b8fede6da76ae6a0f547716c44b801a116bb4a",
        "93918e9afc76717176e9e114e79cdbb602a45ae8"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Oct 20 10:06:09 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Oct 20 10:06:09 2005 -0400"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "07b8fede6da76ae6a0f547716c44b801a116bb4a",
      "tree": "5f8e41799fc42343ee67b35a945b12b0a5864b09",
      "parents": [
        "b06c093ed2dc968b3c140dafa55fa6c7b72169e5"
      ],
      "author": {
        "name": "Mallikarjuna R Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Wed Oct 19 10:40:08 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Oct 20 10:05:36 2005 -0400"
      },
      "message": "[PATCH] e1000: Driver version, white space, comments, device id \u0026 other\n\nDriver version, white space, comments, device id \u0026 other\n\nOriginally posted on 8/31 (and perhaps before)...I think it has not\nbeen committed because the patch from that posting was damaged.  I\u0027m\nreposting to make sure it gets in... :-)\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\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "b06c093ed2dc968b3c140dafa55fa6c7b72169e5",
      "tree": "1452c7664692586d65d0a8bfc17cd3b75936d0eb",
      "parents": [
        "74b0247fbd4b6ed1693a420d85cf50267d840ef4"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Oct 19 08:07:34 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Oct 20 10:05:36 2005 -0400"
      },
      "message": "[PATCH] sundance: include MII address 0 in PHY probe\n\nInclude MII address 0 at the end of the PHY scan.  This covers the\nentire range of possible MII addresses.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c367c21c93ccdaf7e1e124891633d89f9ae77f54",
      "tree": "b9507834adaae1172a746b008a4a05db5e625b22",
      "parents": [
        "1c59827d1da9bcd6970800d4f8a031b5859e8b4c"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Oct 19 21:23:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 19 23:04:30 2005 -0700"
      },
      "message": "[PATCH] orinoco: limit message rate\n\nBrice Goglin \u003cBrice.Goglin@ens-lyon.org\u003e reports a printk storm from this\ndriver.  Fix.\n\nAcked-by: David Gibson \u003chermes@gibson.dropbear.id.au\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": "74b0247fbd4b6ed1693a420d85cf50267d840ef4",
      "tree": "2491ea6e4213531fc05a2beb612e175dd3e10dda",
      "parents": [
        "2039973af59889fea0d14362eae56792cfe8d25a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Oct 19 15:40:02 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Oct 19 22:14:20 2005 -0400"
      },
      "message": "[PATCH] sb1250-mac: Whitespace cleanup.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/sb1250-mac.c | 1030 +++++++++++++++++++++++------------------------\n 1 files changed, 515 insertions(+), 515 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2039973af59889fea0d14362eae56792cfe8d25a",
      "tree": "589acab53824f20a4cdd4cd5052ec9c6dc410abf",
      "parents": [
        "ab7a435a01a9995359a72851ff6896dc110c243f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Oct 19 15:39:05 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Oct 19 22:14:20 2005 -0400"
      },
      "message": "[PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR macros.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/sb1250-mac.c |  303 ++++++++++++++++++++---------------------------\n 1 files changed, 132 insertions(+), 171 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ab7a435a01a9995359a72851ff6896dc110c243f",
      "tree": "083a81fae56e6f72ec98715caeb9902305195e8f",
      "parents": [
        "c4cfe567b92d5663f98e2f82f28ffc3069fc982f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 18 21:01:29 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Oct 19 22:14:20 2005 -0400"
      },
      "message": "[PATCH] Remove unused header.\n\nmkiss.h has been integrated into mkiss.c earlier.\n\nSigned-off-by: Ralf Baechle DL5RB \u003cralf@linux-mips.org\u003e\n\n drivers/net/hamradio/mkiss.h |   62 -------------------------------------------\n 1 files changed, 62 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c4cfe567b92d5663f98e2f82f28ffc3069fc982f",
      "tree": "aea6ab8810c74be573d4e5f032b6aac46e16dbd2",
      "parents": [
        "2aa1d82db7a967b748c4b41854c4222cd0484114"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sat Oct 15 00:32:29 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 23:57:26 2005 -0400"
      },
      "message": "[PATCH] e1000 build fix\n\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2aa1d82db7a967b748c4b41854c4222cd0484114",
      "tree": "1f33849dad8fff3a9d287350126794f1cbfa0ef0",
      "parents": [
        "67ec2f805a5260c041b1c3c7a86ecfbc9670db06"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 18 21:31:02 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 22:29:14 2005 -0400"
      },
      "message": "[PATCH] sundance: expand reset mask\n\nExpand the mask used when reseting the chip to include the GlobalReset\nbit.  This fix comes from ICPlus and seems to be required for some\ncards.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "67ec2f805a5260c041b1c3c7a86ecfbc9670db06",
      "tree": "5cfe4895d39172cdc8afa192932d436322ca3be7",
      "parents": [
        "36841c9d02870983c2b08c85d56572c1ff011997"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 18 21:31:01 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 22:29:14 2005 -0400"
      },
      "message": "[PATCH] sundance: remove if (1) { ... } block in sundance_probe1\n\nRemove an if (1) { ... } block in sundance_probe1.  Its purpose seems\nto be only to allow for delaring some extra local variables.  But, it also\nadds ugly indentation without adding any meaning to the code.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "36841c9d02870983c2b08c85d56572c1ff011997",
      "tree": "367bdf81afd8fdc64147f95cb23493432449c05b",
      "parents": [
        "9f38c636ababfb41e58c9ec1e9719492ef7f0479"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 18 21:30:58 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 22:27:14 2005 -0400"
      },
      "message": "[PATCH] orinoco: remove redundance skb length check before padding\n\nChecking the skb-\u003elen value before calling skb_padto is redundant.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9f38c636ababfb41e58c9ec1e9719492ef7f0479",
      "tree": "52a0d64efd7a0f814dd327f2bd983a5c8260b1be",
      "parents": [
        "df49898a47061e82219c991dfbe9ac6ddf7a866b"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 18 21:30:59 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 22:27:13 2005 -0400"
      },
      "message": "[PATCH] b44: alternate allocation option for DMA descriptors\n\nThis is a (final?) hack to support the odd DMA allocation requirements\nof the b44 hardware.  The b44 hardware has a 30-bit DMA mask.  On x86,\nanything less than a 32-bit DMA mask forces allocations into the 16MB\nGFP_DMA range.  The memory there is somewhat limited, often resulting\nin an inability to initialize the b44 driver.\n\nThis hack uses streaming DMA allocation APIs in order to provide an\nalternative in case the GFP_DMA allocation fails.  It is somewhat ugly,\nbut not much worse than the similar existing hacks to support SKB\nallocations in the same driver.  FWIW, I have received positive\nfeedback on this from several Fedora users.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "df49898a47061e82219c991dfbe9ac6ddf7a866b",
      "tree": "4f0c2445eb5ddb49c622a9d368a9773bd4fb0f7a",
      "parents": [
        "7645baec58b9661366e2038c4ea02bd06aaf1fbc"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 18 21:30:58 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 22:27:13 2005 -0400"
      },
      "message": "[PATCH] bonding: cleanup comment for mode 1 IGMP xmit hack\n\nExpand comment explaining MAC address selection for replicated IGMP\nframes transmitted in bonding mode 1 (active-backup).  Also, a small\nwhitespace cleanup.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7645baec58b9661366e2038c4ea02bd06aaf1fbc",
      "tree": "03f977ac534403468a670140c0c05085fa95844f",
      "parents": [
        "4cac018ae30dac8f7fc089a8ff4963904c99725e"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 18 21:31:00 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 22:26:01 2005 -0400"
      },
      "message": "[PATCH] 8139too: fix resume for Realtek 8100B/8139D\n\nAdd \"HasHltClk\" flag for RTL-8100B/8139D hardware in order to fix\nproblems resuming from suspend-to-RAM.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "b7b1d2021452d0a3562807b6a90dfa5124147a79",
      "tree": "9c18a41353b2d40dfa844e955619e7d931ce853d",
      "parents": [
        "6ba98d311d0a4ff7dc36d8f435ce60174f4c30ec"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 18 21:31:01 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 22:26:01 2005 -0400"
      },
      "message": "[PATCH] epic100: fix counting of work_done in epic_poll\n\nwork_done is overwritten each time through the rx_action loop in\nepic_poll.  This screws-up the NAPI accounting if the loop is executed\nmore than once.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6ba98d311d0a4ff7dc36d8f435ce60174f4c30ec",
      "tree": "745daba38635eca9466319f8c8940d1fb3e8ed3c",
      "parents": [
        "923833405d8d81b5be036093773d88d87fc7e1bd"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 18 21:31:02 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 22:26:01 2005 -0400"
      },
      "message": "[PATCH] via-rhine: change mdelay to msleep and remove from ISR path\n\nGet rid of the mdelay call in rhine_disable_linkmon.  The function\nis called from the via-rhine versions of mdio_read and mdio_write.\nThose functions are indirectly called from rhine_check_media and\nrhine_tx_timeout, both of which can be called in interrupt context.\n\nSo, create tx_timeout_task and check_media_task as instances of struct\nwork_struct inside of rhine_private.  Then, change rhine_tx_timeout to\ninvoke schedule_work for tx_timeout_task (i.e. rhine_tx_timeout_task),\nmoving the work to process context.  Also, change rhine_error (invoked\nfrom rhine_interrupt) to invoke schedule_work for check_media_task\n(i.e. rhine_check_media_task), which simply calls rhine_check media\nin process context.  Finally, add a call to flush_scheduled_work in\nrhine_close to avoid any resource conflicts with pending work items.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "923833405d8d81b5be036093773d88d87fc7e1bd",
      "tree": "53cef37e2cdfdad21b3b375f57ba6d63ce341252",
      "parents": [
        "166d823d397b9f5404648cedfdefe13e10683694"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sun Oct 16 00:11:29 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:33:42 2005 -0400"
      },
      "message": "[PATCH] s2io build fix\n\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "166d823d397b9f5404648cedfdefe13e10683694",
      "tree": "de09a5a87b3c42925c70228ef2702eab5b891c3f",
      "parents": [
        "dcbf8477567c312c9f0512545d07e05175d740a4"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sun Oct 16 13:32:14 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:32:34 2005 -0400"
      },
      "message": "[PATCH] e1000_intr build fix\n\ndrivers/net/e1000/e1000_main.c: In function `e1000_intr\u0027:\ndrivers/net/e1000/e1000_main.c:3156: error: `i\u0027 undeclared (first use in this function)\ndrivers/net/e1000/e1000_main.c:3156: error: (Each undeclared identifier is reported only once\ndrivers/net/e1000/e1000_main.c:3156: error: for each function it appears in.)\n\nThis function is foul.\n\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "dcbf8477567c312c9f0512545d07e05175d740a4",
      "tree": "f3eab7df501b02de7bf09bc6b5c0b62cbabe27af",
      "parents": [
        "9cc975e00ddb291035bc4d2d49cdc8768ddf1cc3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:51:27 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:48 2005 -0400"
      },
      "message": "[PATCH] mipsnet: Virtual ethernet driver for MIPSsim.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/Kconfig   |    8 +\n drivers/net/Makefile  |    1\n drivers/net/mipsnet.c |  371 ++++++++++++++++++++++++++++++++++++++++++++++++++\n drivers/net/mipsnet.h |  127 +++++++++++++++++\n 4 files changed, 507 insertions(+)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9cc975e00ddb291035bc4d2d49cdc8768ddf1cc3",
      "tree": "133c9a5830efd71f28c0e2ae544533e17e350624",
      "parents": [
        "36156cdff17a5ab822898d33cd890a6f8287c43c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:51:21 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:48 2005 -0400"
      },
      "message": "[PATCH] ne: Support for RBHMA4500 eval board.\n\nSupport for Toshiba\u0027s RBHMA4500 eval board for the TX4938.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/ne.c |   15 +++++++++++++++\n 1 files changed, 15 insertions(+)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "36156cdff17a5ab822898d33cd890a6f8287c43c",
      "tree": "256f8f15cb24067fd69243759a078f30965d085e",
      "parents": [
        "4569504a36cb6223e2b7ad6530326a1563a8f456"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:51:16 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:48 2005 -0400"
      },
      "message": "[PATCH] declance: Use physical addresses at the interface level.\n\nUse physical addresses at the interface level, letting drivers remap\nthem as appropriate.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/declance.c |   26 ++++++++++----------------\n 1 files changed, 10 insertions(+), 16 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "4569504a36cb6223e2b7ad6530326a1563a8f456",
      "tree": "c4693f214012ce7a810a4f82c36d04557af3c2af",
      "parents": [
        "6684b4e28247f31543edf86ba785aa87e8fa3b39"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:51:11 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:48 2005 -0400"
      },
      "message": "[PATCH] declance: Deal with the bloody KSEG vs CKSEG horror...\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/declance.c |    2 +-\n 1 files changed, 1 insertion(+), 1 deletion(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6684b4e28247f31543edf86ba785aa87e8fa3b39",
      "tree": "58c93078ea5a4fe1492172f14d39214ff0066e4e",
      "parents": [
        "da848ec37d9cf9edbe269f8be9b3de52f90d70da"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:51:06 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:48 2005 -0400"
      },
      "message": "[PATCH] declance: Fix mapping of device.\n\nThese should really be addresses obtained with ioremap() or some\nbus-specific backend, but for now...\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/declance.c |    4 ++--\n 1 files changed, 2 insertions(+), 2 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "da848ec37d9cf9edbe269f8be9b3de52f90d70da",
      "tree": "09db5571eca2971dee69423aacf0376e9e4742b8",
      "parents": [
        "302a5c4b3d4d6aff7772a4b3431bb772586e6011"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:51:01 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:47 2005 -0400"
      },
      "message": "[PATCH] declance: Convert to irqreturn_t.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/declance.c |    5 +++--\n 1 files changed, 3 insertions(+), 2 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "302a5c4b3d4d6aff7772a4b3431bb772586e6011",
      "tree": "0f08e4c1419dae13e86039b53db2271d57bde4e3",
      "parents": [
        "2891439e7378e35534d7eb32f77671dc4d61db4c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:50:56 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:47 2005 -0400"
      },
      "message": "[PATCH] sgiseeq: Configure PIO and DMA timing requests.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/sgiseeq.c       |   28 ++++++++++++++--------------\n include/asm-mips/sgi/hpc3.h |   40 ++++++++++++++++++++--------------------\n 2 files changed, 34 insertions(+), 34 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2891439e7378e35534d7eb32f77671dc4d61db4c",
      "tree": "d2cba6b9391f5488f2b6d8d6418b43e9ae3c2969",
      "parents": [
        "bc053d45cb0ca5daeaa69ae9ac43cdea42693f60"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:50:51 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:47 2005 -0400"
      },
      "message": "[PATCH] sgiseeq: Fix resource handling.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/sgiseeq.c |    9 ++++-----\n 1 files changed, 4 insertions(+), 5 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "bc053d45cb0ca5daeaa69ae9ac43cdea42693f60",
      "tree": "1512d6f1f84744212c6138e02fde5c2f21227f8e",
      "parents": [
        "7f553e3db46b36d2662e1118f8b8fdbf086b76df"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:50:46 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:47 2005 -0400"
      },
      "message": "[PATCH] de2104x: Resurrect Cobalt support for 2.6.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/tulip/de2104x.c |    5 +++++\n 1 files changed, 5 insertions(+)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7f553e3db46b36d2662e1118f8b8fdbf086b76df",
      "tree": "72a243aa23c3ff32797b5b2e2269df8575a8d721",
      "parents": [
        "04115def6ad7ef51440365b65a7324fcb82d5d1d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:50:41 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:47 2005 -0400"
      },
      "message": "[PATCH] au1000_eth: Misc Au1000 net driver fixes.\n\n o Add support for DP83847 MII.\n o remove unused variable.\n o Add some initialisations so even an unknown MII won\u0027t result in a crash.\n o Correct error message to \"no known MIIs found\".\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/au1000_eth.c |   13 +++++--------\n 1 files changed, 5 insertions(+), 8 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "04115def6ad7ef51440365b65a7324fcb82d5d1d",
      "tree": "14e7113cad4264ec4cf6f26730437c293f182802",
      "parents": [
        "f567ef935094003ee70ea3fd10f5695d349c0f48"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:50:36 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:47 2005 -0400"
      },
      "message": "[PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/sb1250-mac.c |    9 ++++++++-\n 1 files changed, 8 insertions(+), 1 deletion(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "f567ef935094003ee70ea3fd10f5695d349c0f48",
      "tree": "6259ac64133506c683c9449e6fcb93a490d2f445",
      "parents": [
        "757d18faee58aa4c43bcaf9a44decf17fa68adeb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 10 14:50:24 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 18:03:47 2005 -0400"
      },
      "message": "[PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/sb1250-mac.c |    2 +-\n 1 files changed, 1 insertion(+), 1 deletion(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "28af493cd7b89cba7e3ee534079cf4f41bb4b4f9",
      "tree": "ea27df5ab7b728496a15602e0a7da74ff188378f",
      "parents": [
        "74cfe03f80adc320bde4dd37616354aefe2271aa",
        "39ca371c45b04cd50d0974030ae051906fc516b6"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 17:14:17 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 17:14:17 2005 -0400"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "74cfe03f80adc320bde4dd37616354aefe2271aa",
      "tree": "a5b58d998d2f653d34f331e17db92b8c3692e09e",
      "parents": [
        "5793f4be23f0171b4999ca68a39a9157b44139f3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Oct 12 23:11:01 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 17:03:28 2005 -0400"
      },
      "message": "[PATCH] Initialize the .owner field the tty_ldisc structure.\n\nIf .owner isn\u0027t set the module can be unloaded even while still active.\n\nSigned-off-by: Ralf Baechle DL5RB \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "5793f4be23f0171b4999ca68a39a9157b44139f3",
      "tree": "01455dae41fc5c025341e4d31b8013a2e727e66d",
      "parents": [
        "bc0a7438605c5e0cafdb32a3caf46254e146b116"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Oct 14 14:28:09 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 17:02:14 2005 -0400"
      },
      "message": "[PATCH] SMACK support for mkiss\n\nSMACK (Stuttgart Modified Amateurradio CRC KISS) is a KISS variant that\nuses CRC16 checksums to secure data transfers between the modem and host.\nIt\u0027s also used to communicate over a pty to applications such as Wampes.\n\nPatches for Linux 2.4 by Thomas Osterried DL9SAU, upgraded to the latest\nmkiss 2.6 mkiss driver by me.\n\nSigned-off-by: Thomas Osterried DL9SAU \u003cthomas@x-berg.in-berlin.de\u003e\nSigned-off-by: Ralf Baechle DL5RB \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "bc0a7438605c5e0cafdb32a3caf46254e146b116",
      "tree": "7331f97459c13f1f4bb18d8d2db6abd724ad6f7f",
      "parents": [
        "ad4ebed00fbf570411edbf6eb6c391e16b71df25"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 17 12:42:32 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 17:01:27 2005 -0400"
      },
      "message": "[PATCH] rcu in bpqether driver.\n\nFrom Suzanne Wood \u003csuzannew@cs.pdx.edu\u003e:\n\nClarify RCU implementation in bpqether.c.\n\nBecause bpq_new_device() calls list_add_rcu() and bpq_free_device() calls\nlist_del_rcu(), substitute list_for_each_entry_rcu() for\nlist_for_each_entry() in bpq_get_ax25_dev() and in bpq_seq_start().\n\nAdd rcu dereference protection in bpq_seq_next().\n\nThe rcu_read_lock()/unlock() in bpq_device_event() are removed because\nnetdev event handlers are called with RTNL locking in place.\n\nFYI: bpq_free_device() calls list_del_rcu() which, per list.h, requires\nsynchronize_rcu() which can block or call_rcu() or call_rcu_bh() which\ncannot block.  Herbert Xu notes that synchronization is done here by\nunregister_netdevice().  This calls synchronize_net() which in turn uses\nsynchronize_rcu().\n\nSigned-off-by: Ralf Baechle DL5RB \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ad4ebed00fbf570411edbf6eb6c391e16b71df25",
      "tree": "37f236700d5e831fee6bf8494cd57753231ddf14",
      "parents": [
        "59aee3c2a1e69fe5062bd1facb72d6fcea3f3f8f"
      ],
      "author": {
        "name": "ravinandan.arakali@neterion.com",
        "email": "ravinandan.arakali@neterion.com",
        "time": "Mon Oct 17 18:26:20 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 16:58:27 2005 -0400"
      },
      "message": "[PATCH] S2io: Offline diagnostics fixes\n\nThis patch fixes the following bugs with offline diagnostics\ncode(run with \"ethtool -t\").\n\n1. After running offline diagnostics, adapter would report\ncorrupted packets on receive. This was because of adapter not\nbeing brought out of \"RLDRAM test mode\".\n2. Current EEPROM test works only for Xframe I. Since Xframe II\nuses different interface(SPI), support for this interface has\nbeen added. Also, since SPI supports write access to all areas\nof EEPROM, negative testing is done only for Xframe I.\n3. Return values from subfunctions of offline diagnostics have\nbeen corrected.\n4. In register test, expected value from rx_queue_cfg register\nis made to depend on adapter type.\n5. After the test, need to restore values at EEPROM offsets\n0x4F0 and 0x7F0. These locations were modified as part of test.\n6. Use macro SPECIAL_REG_WRITE for write access to mc_rldram_test_ctrl\nregister. Also, couple of unnecessary writes to mc_rldram_test_ctrl\nhave been removed.\n\nSigned-off-by: Ravinandan Arakali \u003cravinandan.arakali@neterion.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6593b58cfb54138781c5cd88f605e2ae663301b0",
      "tree": "32ebcd01bb2eda36d83628d3a490555475c7e06c",
      "parents": [
        "e26148d934762b61133a64b6862f870624ff617d"
      ],
      "author": {
        "name": "Matteo Croce",
        "email": "3297627799@wind.it",
        "time": "Fri Oct 14 15:59:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 14 17:10:12 2005 -0700"
      },
      "message": "[PATCH] wireless/airo: Build fix\n\nThe aironet PCI driver has a build dependency on ISA that prevent the\ndriver to compile on systems that doesn\u0027t support ISA, like x86_64.  The\ndriver really doesn\u0027t depend on ISA, it does some ISA stuff in the\ninitialization code, since the driver supports both ISA and PCI cards.  So\nthe driver should depend on ISA_DMA_API to build on all systems, and this\nwill not hurt PCI at all.\n\nSigned-off-by: Matteo Croce \u003c3297627799@wind.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "59aee3c2a1e69fe5062bd1facb72d6fcea3f3f8f",
      "tree": "b337d73229a69e399d4e4f7128b33ce734660e35",
      "parents": [
        "0d69ae5fb7eb9ba3b54cf0ba4ef5ae591f31eef7",
        "046d20b73960b7a2474b6d5e920d54c3fd7c23fe"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Oct 13 21:22:27 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Oct 13 21:22:27 2005 -0400"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "875521ddccfa90d519cf31dfc8aa472f7f6325bb",
      "tree": "5a337befd661bc5fbd16b26b9c73ee1f620054b0",
      "parents": [
        "3c92c2ba33cd7d666c5f83cc32aa590e794e91b0"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 11 01:38:35 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 11 01:38:35 2005 -0400"
      },
      "message": "e100: revert CPU cycle saver microcode, it causes severe problems\nfor certain NICs\n\nReverting 685fac63f5ca6c5ca06bab641e1a32bbf9287e89:\n\u003e [PATCH] e100: CPU cycle saver microcode\n\u003e\n\u003e\n\u003e Add cpu cycle saver microcode to 8086:{1209/1229} other than ICH devices.\n\u003e\n\u003e Signed-off-by: Mallikarjuna R Chilakala \u003cmallikarjuna.chilakala@intel.com\u003e\n\u003e Signed-off-by: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\n\u003e Signed-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\n\u003e Signed-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7",
      "tree": "51f96a9db96293b352e358f66032e1f4ff79fafb",
      "parents": [
        "3b0e77bd144203a507eb191f7117d2c5004ea1de"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Fri Oct 07 07:46:04 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 08 15:00:57 2005 -0700"
      },
      "message": "[PATCH] gfp flags annotations - part 1\n\n - added typedef unsigned int __nocast gfp_t;\n\n - replaced __nocast uses for gfp flags with gfp_t - it gives exactly\n   the same warnings as far as sparse is concerned, doesn\u0027t change\n   generated code (from gcc point of view we replaced unsigned int with\n   typedef) and documents what\u0027s going on far better.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9aec247d3b213f3c29cfba921cf11deb1ed513cd",
      "tree": "6ce8272654896b4d0e05b1c82b8d7d3292284676",
      "parents": [
        "dce32c781b1c026863a254fe8123dd78c59ad984",
        "3a867b36c3234673e61f883ebc11ad18f80a176f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 06 14:16:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 06 14:16:19 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "0d69ae5fb7eb9ba3b54cf0ba4ef5ae591f31eef7",
      "tree": "be441bfa1e76035c00b66a3b06fea66cfd63d594",
      "parents": [
        "13d1ef29bc5125d7b77c5f6cdfde5ed31226005c",
        "9bc39bec87ee3e35897fe27441e979e7c208f624"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Oct 05 02:11:33 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Oct 05 02:11:33 2005 -0400"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "de54f3907d2f5d8e25cfafe513811f146b250dee",
      "tree": "702bc7b45a0429f6f6b0778b135fa1d4a7f38985",
      "parents": [
        "7b5b3f3d826ea87c224c66de9c95c09e7f110ecd"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Tue Oct 04 22:39:41 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Oct 04 22:39:41 2005 -0700"
      },
      "message": "[BONDING]: fix sparse gfp nocast warnings\n\nFix implicit nocast warnings in bonding code:\ndrivers/net/bonding/bond_main.c:1302:49: warning: implicit cast to nocast type\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9bc39bec87ee3e35897fe27441e979e7c208f624",
      "tree": "7c46d832b837b4441f7f4e4465d908b0e3e02a36",
      "parents": [
        "bb77c03cf40fec911c4ce9610b8207bf0050a5fd"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Tue Oct 04 21:33:10 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 23:37:21 2005 -0400"
      },
      "message": "[PATCH] orinoco: Information leakage due to incorrect padding\n\nThe orinoco driver can send uninitialized data exposing random pieces of\nthe system memory.  This happens because data is not padded with zeroes\nwhen its length needs to be increased.\n\nReported by Meder Kydyraliev \u003cmeder@o0o.nu\u003e\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "25e2d79f527b7abce624f30516f3167195b69a2e",
      "tree": "cbb84bef77eb8a9b69ccff4ddf05015ee07ee2fd",
      "parents": [
        "433992361ce95a1da76b76c9c24d4c957b058aff"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Tue Oct 04 17:40:44 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 04 13:22:00 2005 -0700"
      },
      "message": "[PATCH] bogus kfree() in ibmtr\n\nOn several failure exits in ibmtr we end up doing kfree() on dev-\u003epriv,\nwith dev allocated by alloc_trdev() and -\u003epriv never reassigned.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e2608361be343e6220e0a87e04ff224eb037df31",
      "tree": "33c2e8f377d89c323b0ced10e1929912cee0ebb3",
      "parents": [
        "075897ce3b1027fccb98f36dd1f18c07f5c374ef"
      ],
      "author": {
        "name": "Mateusz Berezecki",
        "email": "mateuszb@gmail.com",
        "time": "Tue Oct 04 08:14:00 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 08:14:00 2005 -0400"
      },
      "message": "[wireless ipw2200] remove redundant return statement\n"
    },
    {
      "commit": "075897ce3b1027fccb98f36dd1f18c07f5c374ef",
      "tree": "a795da3ac5c888f16b96082ddbd3d01c8c05493d",
      "parents": [
        "6c1792f4e8cf2ca03a8dd5ec4b162b9219e9268a"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 28 17:50:53 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:57:38 2005 -0400"
      },
      "message": "[PATCH] bonding: replicate IGMP traffic in activebackup mode\n\nReplicate IGMP frames across all slaves in activebackup mode. This\nensures fail-over is rapid for multicast traffic as well. Otherwise,\nmulticast traffic will be lost until the next IGMP membership report\npoll timeout.\n\nThis is conceptually similar to the treatment of IGMP traffic in\nbond_alb_xmit. In that case, IGMP traffic transmitted on any slave\nis re-routed to the active slave in order to ensure that multicast\ntraffic continues to be directed to the active receiver.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6c1792f4e8cf2ca03a8dd5ec4b162b9219e9268a",
      "tree": "2bcee321582d201510285d2cafff630a372761cd",
      "parents": [
        "dbc2309d90b59fbb2676dc2e39150aa095e8c222"
      ],
      "author": {
        "name": "John Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 04 07:51:45 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:51:45 2005 -0400"
      },
      "message": "[netdrvr s2io] Add a MODULE_VERSION entry\n"
    },
    {
      "commit": "dbc2309d90b59fbb2676dc2e39150aa095e8c222",
      "tree": "9d17c84d17c5a46e38fa07fef518f955c9944b5b",
      "parents": [
        "53232803241ae0f26b39897a4d4b37775837de00"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 28 17:50:51 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:49:12 2005 -0400"
      },
      "message": "[PATCH] s2io: change strncpy length arg to use size of target\n\nUse the size of the target array for the length argument to strncpy\ninstead of the size of the source or a magic number.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "53232803241ae0f26b39897a4d4b37775837de00",
      "tree": "b4ab0478eb6b32d7c799d6161502c3d6f761e3d9",
      "parents": [
        "d5919586265d36c6694a5d10ba589c02806873b6"
      ],
      "author": {
        "name": "Michal Schmidt",
        "email": "xschmi00@stud.feec.vutbr.cz",
        "time": "Tue Oct 04 07:46:21 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:46:21 2005 -0400"
      },
      "message": "airo: fix resume\n\nCisco Aironet doesn\u0027t resume properly from swsusp, because the resume\nmethod confuses a PM_EVENT_* for a PCI power state. It thinks that it is\nresuming from PCI_D1 and doesn\u0027t do the necessary initialization of the\ncard.\n\nSigned-off-by: Michal Schmidt \u003cxschmi00@stud.feec.vutbr.cz\u003e\n"
    },
    {
      "commit": "d5919586265d36c6694a5d10ba589c02806873b6",
      "tree": "b87f83c8215a65e1f1eb0b585d05afb21c15caaf",
      "parents": [
        "96eb549c0c20cf63ca13fac71d9d406701f744a6"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 04 12:22:16 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:42:22 2005 -0400"
      },
      "message": "[PATCH] AX.25: Convert mkiss.c to DEFINE_RWLOCK\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Ralf Baechle DL5RB \u003cralf@linux-mips.org\u003e\n\n drivers/net/hamradio/mkiss.c |    2 +-\n 1 files changed, 1 insertion(+), 1 deletion(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "96eb549c0c20cf63ca13fac71d9d406701f744a6",
      "tree": "32c23d9653d164e2f631970859d7b2e6ee25a003",
      "parents": [
        "be2b28ed3bb3dd3952e10fb72623b23c5d8b4795"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 04 12:20:24 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:42:21 2005 -0400"
      },
      "message": "[PATCH] AX.25: Delete debug printk from mkiss driver\n\nSigned-off-by: Ralf Baechle DL5RB \u003cralf@linux-mips.org\u003e\n\n--\n\n drivers/net/hamradio/mkiss.c |    1 -\n 1 files changed, 1 deletion(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "be2b28ed3bb3dd3952e10fb72623b23c5d8b4795",
      "tree": "53a3edbaac116616c4bf9977f69a7b7a84749ffe",
      "parents": [
        "a7990ba60adc46a808c737443393fdfecdc82593"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:13:43 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:13:43 2005 -0400"
      },
      "message": "e1000: fix warnings\n"
    },
    {
      "commit": "a7990ba60adc46a808c737443393fdfecdc82593",
      "tree": "5691856aa31edcf1ab15c12c777e9b1aff3a7d70",
      "parents": [
        "352c9f854cb197581d7135d1276742fd76b53c25"
      ],
      "author": {
        "name": "Mallikarjuna R Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Tue Oct 04 07:08:19 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:08:19 2005 -0400"
      },
      "message": "e1000: Flush shadow RAM\n\nFlush shadow RAM to save updates to ASF related bits for 82573 controllers.\nThese bits are past the first 63 words of NVM.\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\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "352c9f854cb197581d7135d1276742fd76b53c25",
      "tree": "938d630ff6ef3de60fcb6111bbe253a832ca019f",
      "parents": [
        "e4c811c9d2f2728ce15440c99b3b44b72799b43f"
      ],
      "author": {
        "name": "Mallikarjuna R Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Tue Oct 04 07:07:24 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:07:24 2005 -0400"
      },
      "message": "e1000: Added msleep_interruptible delay\n\nadded msleep_interruptible delay right before returning from diag_test to allow\nthe phy to recover from reset\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\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "e4c811c9d2f2728ce15440c99b3b44b72799b43f",
      "tree": "0806fd1239c088d970db38c9a5bfec9b35ce3477",
      "parents": [
        "2ae76d98fb9f0a9226dd62cf0a0b7547507d2862"
      ],
      "author": {
        "name": "Mallikarjuna R Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Tue Oct 04 07:05:44 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:05:44 2005 -0400"
      },
      "message": "e1000: Fixes for packet split related issues\n\nFixes for packet split related issues\n  * On platforms where PAGE_SIZE \u003e 4K, driver will use only required number of\n    pages compared to always using 3 pages.\n  * Packet split won\u0027t be used if the PAGE_SIZE is \u003e 16K\n  * Adds a statistics counter to splits.\n  * Setting the non Null ptr to zero sized buffers to solve packet split\n    receive descriptor error\n  * When the no of pages needed is calculated, the header buffer is not\n    included for a given MTU.\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\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2ae76d98fb9f0a9226dd62cf0a0b7547507d2862",
      "tree": "2f44f6d13bedba9235b1cc12aaa0f2cce61af78f",
      "parents": [
        "24025e4ecf88743e1b3d46451b0e3f9de4bbcba5"
      ],
      "author": {
        "name": "Mallikarjuna R Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Tue Oct 04 07:04:22 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:04:22 2005 -0400"
      },
      "message": "e1000: Enable custom configuration bits for 82571/2 controllers\n\nEnable custom configuration bits for 82571/2 controllers. The bits are\nrequired for correct functionality of these 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\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "24025e4ecf88743e1b3d46451b0e3f9de4bbcba5",
      "tree": "4ab263116b31128c40dcad3e22b26a46fae87ab4",
      "parents": [
        "581d708eb47cccb5f41bc0817e50c9b004011ba8"
      ],
      "author": {
        "name": "Mallikarjuna R Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Tue Oct 04 07:03:23 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:03:23 2005 -0400"
      },
      "message": "e1000: implementation of the multi-queue feature\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\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "581d708eb47cccb5f41bc0817e50c9b004011ba8",
      "tree": "960e94cc7df451c287f9bc92fd4016c5b362c54f",
      "parents": [
        "868d5309942927dc86f57009420c5d366ec05daa"
      ],
      "author": {
        "name": "Mallikarjuna R Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Tue Oct 04 07:01:55 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 07:01:55 2005 -0400"
      },
      "message": "e1000: multi-queue defines/modification to data structures\n\ndefines/modifies data structures, function prototypes and changes to the\ndriver rendering it capable of handling \u003cn\u003e tx/rx queues\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\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "868d5309942927dc86f57009420c5d366ec05daa",
      "tree": "c251bfd8341b6bf30064dd0ae50d790d8df65f7e",
      "parents": [
        "cc6e7c44f4b8ab13acf5521cd4b312848122179f"
      ],
      "author": {
        "name": "Mallikarjuna R Chilakala",
        "email": "mallikarjuna.chilakala@intel.com",
        "time": "Tue Oct 04 06:58:59 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 06:58:59 2005 -0400"
      },
      "message": "e1000: Support for 82571 and 82572 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\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "cc6e7c44f4b8ab13acf5521cd4b312848122179f",
      "tree": "9a95e57befa59f6a50e5eb8ef4c9f8ae26816b87",
      "parents": [
        "d9e34325fd62310b7b49243d02b774f3ef2452db"
      ],
      "author": {
        "name": "Ravinandan Arakali",
        "email": "ravinandan.arakali@neterion.com",
        "time": "Tue Oct 04 06:41:24 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 06:41:24 2005 -0400"
      },
      "message": "[PATCH] S2io: MSI/MSI-X support (runtime configurable)\n\nThis patch adds support for MSI/MSI-X feature to the driver.  It is\na runtime parameter(for now, loadable parameter).  Default is INTA.\n\nPatch has been tested on IA64 platform with Xframe II adapter,\nboth of which support MSI-X feature.  An improvement of about 7%\nin throughput(both Tx and Rx) was observed and a reduction by 7%\nin CPU utilization during Tx test.\n\nSigned-off-by: Ravinandan Arakali \u003cravinandan.arakali@neterion.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d9e34325fd62310b7b49243d02b774f3ef2452db",
      "tree": "d356eab72377f2576ad356de66daec23f28529a5",
      "parents": [
        "500f83abdc83d6bd472f3d103a9a9cd85df29a29",
        "832f8f0378ff1566f2a222352c7ad5df3f8d0d9d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 05:30:02 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 05:30:02 2005 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "832f8f0378ff1566f2a222352c7ad5df3f8d0d9d",
      "tree": "f7b42af2245acd767716bea1f5d2ec05666d99a6",
      "parents": [
        "81c58732277654a51bb52832e1bc74234bb977bc"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Tue Oct 04 00:41:22 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 05:29:48 2005 -0400"
      },
      "message": "[PATCH] sungem: fix gfp flags type\n\nFix nocast sparse warnings in sungen:\ndrivers/net/sungem.h:1040:45: warning: implicit cast to nocast type\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "81c58732277654a51bb52832e1bc74234bb977bc",
      "tree": "930a80364524f66dde215190729ec5718c10e416",
      "parents": [
        "f36a29d5672c7698ffe55c7c05107ae77fa698cc"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Oct 03 21:24:36 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 04 05:29:48 2005 -0400"
      },
      "message": "[PATCH] ns83820: fix gfp flags type\n\nFix implicit nocast warnings in ns83820 code, including __nocast:\ndrivers/net/ns83820.c:603:46: warning: implicit cast to nocast type\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "67974231d4354fe26aaa39a3153b5c0945b94858",
      "tree": "14eccea7e68aed055aff5847b8dfdb32500aece0",
      "parents": [
        "32fa2bfcf882f8901ca206e33b0d8975cc8e89a2"
      ],
      "author": {
        "name": "Ion Badulescu",
        "email": "ionut@badula.org",
        "time": "Mon Oct 03 22:31:36 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:31:36 2005 -0400"
      },
      "message": "[netdrvr starfire] fix highmem and broken firmware issues\n\nUnfortunately, [your patch] might address the crash but doesn\u0027t address\nthe real problem. It turns out that the problem is one of padding\n(the firmware cksum engine works only on 32-bit chunks, yuck), so\nthe special casing for length \u003d\u003d 1 wasn\u0027t sufficient anyway.\n\nThis patch addresses the issue, as well the other issue of i386 +\nCONFIG_HIGHMEM being broken. It is pretty much the same workaround\nthat Adaptec themselves used in their Windows driver. I have yet to\ncheck if it fixes the problem when the skb is non-linear, but this\npatch _will_ solve the problem for 99% of the users out there (those\nnot using sendfile).\n\nSigned-off-by: Ion Badulescu \u003cionut@badula.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "32fa2bfcf882f8901ca206e33b0d8975cc8e89a2",
      "tree": "de12ce1cdb382c4ae24839647e06159cc1742d3e",
      "parents": [
        "49a9db07abd4ac89693dbd4dcd92fcd1f30ece00"
      ],
      "author": {
        "name": "Grant Coady",
        "email": "grant_lkml@dodo.com.au",
        "time": "Sat Sep 10 00:14:05 2005 +1000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:23:26 2005 -0400"
      },
      "message": "[PATCH] net/Kconfig: convert pocket_adapter ISA to PARPORT\n\nThis patch changes pocket and parallel adaptors to depend on PARPORT\ninstead of ISA in order to get the option in newer SuperIO based systems.\n\nSigned-off-by: Grant Coady \u003cgcoady@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "49a9db07abd4ac89693dbd4dcd92fcd1f30ece00",
      "tree": "9fd0618ed25f7123671f066d2983c92fe4116e39",
      "parents": [
        "32b5bfab9a09b19ea9a7d902b249ebf311fd2999"
      ],
      "author": {
        "name": "Wade Farnsworth",
        "email": "wfarnsworth@mvista.com",
        "time": "Mon Oct 03 22:21:33 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:21:33 2005 -0400"
      },
      "message": "[PATCH] emac: add support for platform-specific unsupported PHY features\n\nThis patch adds support to the ibm_emac driver for platform-specific\nunsupported PHY features.\n\nThe patch attempts to determine the highest speed and duplex when\nautonegotiation is unsupported.\n\nSigned-off-by: Wade Farnsworth \u003cwfarnsworth@mvista.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "32b5bfab9a09b19ea9a7d902b249ebf311fd2999",
      "tree": "78e9032e407c10806df075f47cc791be34b31a55",
      "parents": [
        "217df670d9a4da036d68b22500ac06128811d5c8"
      ],
      "author": {
        "name": "Philippe De Muyter",
        "email": "phdm@macqel.be",
        "time": "Thu Sep 22 11:09:44 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:16:42 2005 -0400"
      },
      "message": "[PATCH] tulip DC21143 rev 48 10Mbit HDX fix\n\nThe patch below is necessary to allow my Digital DS21143 Tulip rev 48\nethernet interface to work in a 10Mbit Half Duplex network.  Without\nit, the driver keeps retrying other modes in an endless loop.  It seems\nlike someone already had the same problem with a rev 65 board :)\n\nSigned-off-by: Philippe De Muyter \u003cphdm@macqel.be\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "217df670d9a4da036d68b22500ac06128811d5c8",
      "tree": "b944f0379c1e513ca2d663f6dc0b5d226e9bdd73",
      "parents": [
        "9123e0d78990246304fe681167b8d8097f1e02d7"
      ],
      "author": {
        "name": "Jay Vosburgh",
        "email": "fubar@us.ibm.com",
        "time": "Mon Sep 26 16:11:50 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:15:00 2005 -0400"
      },
      "message": "[PATCH] fix bonding crash, remove old ABI support\n\nDavid S. Miller \u003cdavem@davemloft.net\u003e wrote:\n\u003eI think removing support for older ifenslave binaries is\n\u003ethe least painful solution to this problem.\n\n\tThis patch removes backwards compatibility for old ifenslave\nbinaries (ifenslave prior to verison 1.0.0).\n\n\tI did not similarly modify ifenslave itself; with sysfs on the\nhorizon, I don\u0027t see that as being worthwhile.\n\nSigned-off-by: Jay Vosburgh \u003cfubar@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3c8c7b2f32c52b259daa7564fefd582146799b23",
      "tree": "59ff1ad0d6b7821d474d8fccafd884703684b6d7",
      "parents": [
        "7cb3cd090c2725b80561958a362c2ba15a7a8c86",
        "9123e0d78990246304fe681167b8d8097f1e02d7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:06:19 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:06:19 2005 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "bb53d6d0e70cd0749a7844efc62cefeb24b134b6",
      "tree": "6d259bf1ff272c8ad04bb8d2235c37b1fab77ce4",
      "parents": [
        "8cb6108baee9dcd1dc96f476fe217d6a6b53c994"
      ],
      "author": {
        "name": "Komuro",
        "email": "komurojun-mbn@nifty.com",
        "time": "Mon Oct 03 22:03:28 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:03:28 2005 -0400"
      },
      "message": "[netdrvr] fix smc91c92_cs multicast bug\n\nThe smc91c92_cs multicast does not work\nif the count of multicast address is 1.\n\nSigned-off-by: \u003ckomurojun-mbn@nifty.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "0a1c80f1115b9a1aacf00a312a532ceef49dfa1b",
      "tree": "6c6b10398deab02281bfa638d586decafa158757",
      "parents": [
        "c2681dd8c71c8fb4ca530f94536550fcd843aae4"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Sun Oct 02 22:42:11 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:01:14 2005 -0400"
      },
      "message": "[PATCH] ns83820: fix gfp flags type\n\nFix implicit nocast warnings in ns83820 code:\ndrivers/net/ns83820.c:603:46: warning: implicit cast to nocast type\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7cb3cd090c2725b80561958a362c2ba15a7a8c86",
      "tree": "9fc947ea92077967b3a0e6437d32130b3e9d772d",
      "parents": [
        "c355184cd3cd58c9ffc78f2a17e0ac3563312ea7"
      ],
      "author": {
        "name": "Jouni Malinen",
        "email": "jkmaline@cc.hut.fi",
        "time": "Sun Oct 02 17:19:01 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:00:09 2005 -0400"
      },
      "message": "[PATCH] hostap: Unregister netdevs before freeing local data\n\nUnregister all netdevs before freeing local data. I was unable to\ntrigger any crashes without this change when running busy loops for\ndriver operations when ejecting a Prism2 PC Card. Anyway, should there\nbe a race condition with this, better make it less likely to happen by\nunregistering the netdevs first.\n\nSigned-off-by: Jouni Malinen \u003cjkmaline@cc.hut.fi\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c355184cd3cd58c9ffc78f2a17e0ac3563312ea7",
      "tree": "f6de150b08f98540bf660cedffd77785ce75b479",
      "parents": [
        "f7a74447553d698795ba74b7e17e916000b0cb08"
      ],
      "author": {
        "name": "Jouni Malinen",
        "email": "jkmaline@cc.hut.fi",
        "time": "Sun Oct 02 17:19:00 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:00:08 2005 -0400"
      },
      "message": "[PATCH] hostap: Do not free local-\u003ehw_priv before unregistering netdev\n\nlocal-\u003ehw_priv was being freed and set to NULL just before calling\nprism2_free_local_data(). However, this may expose a race condition in\nwhich something ends up trying to use hw_priv during shutdown. I\nhaven\u0027t noticed this happening, but better be safe than sorry, so\nlet\u0027s postpone hw_priv freeing to happen only after\nprism2_free_local_data() has returned.\n\nSigned-off-by: Jouni Malinen \u003cjkmaline@cc.hut.fi\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "f7a74447553d698795ba74b7e17e916000b0cb08",
      "tree": "02143425097ceec545e4de3795a44e12531e8b78",
      "parents": [
        "bab76198b3111bd0328be3c1fa208237eb12f86e"
      ],
      "author": {
        "name": "Jouni Malinen",
        "email": "jkmaline@cc.hut.fi",
        "time": "Sun Oct 02 17:18:59 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:00:08 2005 -0400"
      },
      "message": "[PATCH] hostap: Fix hostap_pci build with PRISM2_IO_DEBUG\n\nThe debug version of I/O functions in hostap_pci had not survived the\nchange to start using hw_priv pointer, so let\u0027s fix them to actually\ndefine the local hw_priv variable.\n\nSigned-off-by: Jouni Malinen \u003cjkmaline@cc.hut.fi\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "bab76198b3111bd0328be3c1fa208237eb12f86e",
      "tree": "11f1e2ec911c48a1e74563979457e8d299e414e5",
      "parents": [
        "2759c8d536efe3b853867f345627d89fb64c37af"
      ],
      "author": {
        "name": "Jouni Malinen",
        "email": "jkmaline@cc.hut.fi",
        "time": "Sun Oct 02 17:18:58 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:00:08 2005 -0400"
      },
      "message": "[PATCH] hostap: Remove hw specific dev_open/close handlers\n\nHost AP driver used hardware model specific dev_open/close handlers\nthat were called on dev_open/close if the hardware driver had\nregistered the handler. These were only used for hostap_cs and only\nfor tracking whether any of the netdevs were UP. This information is\nalready available from local-\u003enum_dev_open, so there is not need for\nthe special open/close handler.\n\nLet\u0027s get rid of these handlers. In addition to cleaning up the code,\nthis fixes a module refcounting issue for hostap_cs where ejecting the\ncard while any of the netdevs were open did not decrement refcount\nproperly.\n\nSigned-off-by: Jouni Malinen \u003cjkmaline@cc.hut.fi\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c2681dd8c71c8fb4ca530f94536550fcd843aae4",
      "tree": "383b262bd07294869cb8ba882b012e2533bbbcd1",
      "parents": [
        "ed39f731ab2e77e58122232f6e27333331d7793d"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Oct 03 12:03:13 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 21:58:33 2005 -0400"
      },
      "message": "[PATCH] skge: set mac address oops with bonding\n\nSkge driver was bringing link up/down when changing mac\naddress.  This doesn\u0027t work in the bonding environment, and is\nmore effort than needed.\n\nFixes-bug: http://bugzilla.kernel.org/show_bug.cgi?id\u003d5271\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ed39f731ab2e77e58122232f6e27333331d7793d",
      "tree": "9bd673c02644ec5f22107dd95e251a0f9abd4d29",
      "parents": [
        "7ce312467edc270fcbd8a699efabb37ce1802b98"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Oct 03 16:25:23 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Oct 03 16:25:23 2005 -0700"
      },
      "message": "[TG3]: Update driver version and release date.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e5ed639913eea3e4783a550291775ab78dd84966",
      "tree": "e6e915aa686d2a7125181fc83a847e1955a8ba46",
      "parents": [
        "a5e7c210fefd2454c757a3542e41063407ca7108"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Oct 03 14:35:55 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Oct 03 14:35:55 2005 -0700"
      },
      "message": "[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl\n\nThe following patch renames __in_dev_get() to __in_dev_get_rtnl() and\nintroduces __in_dev_get_rcu() to cover the second case.\n\n1) RCU with refcnt should use in_dev_get().\n2) RCU without refcnt should use __in_dev_get_rcu().\n3) All others must hold RTNL and use __in_dev_get_rtnl().\n\nThere is one exception in net/ipv4/route.c which is in fact a pre-existing\nrace condition.  I\u0027ve marked it as such so that we remember to fix it.\n\nThis patch is based on suggestions and prior work by Suzanne Wood and\nPaul McKenney.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "399de50bbbb2501a6db43daaa8a2dafbc9bcfe0c",
      "tree": "1c4e6034b0d5485c4ed3d010acc2d60d52ec2ed8",
      "parents": [
        "a232f76732e11c91c2215d3a43cf9ebc7f939939"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Oct 03 14:02:39 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Oct 03 14:02:39 2005 -0700"
      },
      "message": "[TG3]: Refine AMD K8 write-reorder chipset test.\n\nTest for VIA K8T800 north bridge instead of AMD K8 HyperTransport\nbridge based on new information from Andi Kleen. The AMD\nHyperTransport interface is not responsible for PCI transactions\nand so the re-ordering is more likely done by the VIA north bridge.\nThis code is subject to change if we get more information from AMD\nor VIA.\n\nPCI Express devices are excluded from doing the read flush since all\nchipsets in the write_reorder list are PCI chipsets.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a232f76732e11c91c2215d3a43cf9ebc7f939939",
      "tree": "e23578fb673d037193178b4a52b38ea5d42164c2",
      "parents": [
        "325ed8239309cb29f10ea58c5a668058ead11479"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Oct 03 14:01:37 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Oct 03 14:01:37 2005 -0700"
      },
      "message": "[CASSINI]: Convert to ethtool_ops\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "487fd4eb1445407c9760af08b0b34c3f4cdb4afc",
      "tree": "d4fe20f822429352184159985b5b330bf2fd4c2d",
      "parents": [
        "0e3a64e2162f971180bf1fdd91c263dbdfcfd385"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Oct 02 18:12:03 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Oct 02 18:12:03 2005 +0100"
      },
      "message": "[ARM] Fix init printk for EBSA110 network driver, and link timer\n\nArrange for the initialisation printks to happen after we\u0027ve\nregistered the network interface, so we know what name the\ndevice is.  Also, check the link every 500ms (and use\nmsecs_to_jiffies.)\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0e3a64e2162f971180bf1fdd91c263dbdfcfd385",
      "tree": "094b9c00b2b2f79a90aff52dd7aeaef979ae74de",
      "parents": [
        "b620cc2cd80393b9a0f9a76806cb7f9e91671dac"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Oct 02 18:02:25 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Oct 02 18:02:25 2005 +0100"
      },
      "message": "[ARM] Fix EBSA110 network driver link detection\n\nEBSA110 link detection didn\u0027t read the register - it wrote it.  Oops.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f0e837d9182d7903bde3ebafbd1d0d68c6d32d43",
      "tree": "a36abbed986e1d803efafd662ec3d65361f02853",
      "parents": [
        "a9487e48a34d7ad606f40a76080475a522a27cff"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Fri Sep 30 16:54:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 30 17:20:21 2005 -0700"
      },
      "message": "[PATCH] r8169: tone down the r8169 driver\n\nTone down the r8169 driver\n\nAs an alternative, people can use the boot time \u0027debug\u0027 option and/or use\n\u0027ethtool -s ethX msglvl xyz\u0027.  The different messages are listed at:\nhttp://www.zoreil.com/~romieu/r8169/doc/msglvl.txt\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\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": "66df3bbf0701b7408a1067c4b819aceee2686bba",
      "tree": "4823f28eaad12058917d2ef948175b6afd7b1c67",
      "parents": [
        "c215a16a4ad620b612b51495cbb99dbbb59bb585"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Fri Sep 30 04:19:43 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 30 08:42:24 2005 -0700"
      },
      "message": "[PATCH] volatile unsigned short f(...) doesn\u0027t make sense\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "46d7031ecb8a8360b0022abd8014f38cc1197166",
      "tree": "cabcd8381f42e2de878132af40fed9baf16521fb",
      "parents": [
        "74ba1fd96666170338dc732480b35b7a83cd164b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Fri Sep 30 03:21:45 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 30 08:42:24 2005 -0700"
      },
      "message": "[PATCH] cassini annotations and fixes\n\n - __user annotations\n - NULL noise removal\n - C99 initializers\n - s/u32/pm_message_t/ in -\u003esuspend()\n - removal of bogus casts in iounmap() arguments\n - if_mii() instead of open-coded variant\n\nRemains to be done: ethtool conversion.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eb693d2994eb762b2201aead31066265ab0be20b",
      "tree": "424e1e7f3d272d0fd5888435176b386594ce121f",
      "parents": [
        "6dec3cf5cdb600f39b9eac3349f6bf50eab87731",
        "01d40f28b125e0a9aa0ec24642be67fc4c5dfaff"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:56:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:56:47 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "666002218d59db271e5c1ede1d80227170c51987",
      "tree": "1fadcb278c817ce56a653e5c3c58637f5056feec",
      "parents": [
        "ecba97d4aacf4e80c56eb73e39af0369cb8539a4"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed Sep 28 22:32:57 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:26 2005 -0700"
      },
      "message": "[PATCH] proc_mkdir() should be used to create procfs directories\n\nA bunch of create_proc_dir_entry() calls creating directories had crept\nin since the last sweep; converted to proc_mkdir().\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f65a4d10c8a4eb9f919cf416e5dcd720b7d20f50",
      "tree": "71bb423f5c16dddcb16c5ec9ca431f8658ace866",
      "parents": [
        "b3ca80935100af47f226be439cb266378dab7bf7"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Sep 27 21:45:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] orinoco: Fix flood of kernel log with stupid WE warnings\n\nLatest wireless extensions moved a field from netdev -\u003e wireless_handlers.\nThe WE core will now printk a warning on every call to get_wireless_stats()\non a driver that still uses the old field.  This patch fixes orinoco.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\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": "1f26dac32057baaf67d10b45c6b5277db862911d",
      "tree": "b9a6872f69deb7642f7034dcd39c29cac5e78222",
      "parents": [
        "a79af59efd20990473d579b1d8d70bb120f0920c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Sep 27 15:24:13 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Sep 27 15:24:13 2005 -0700"
      },
      "message": "[NET]: Add Sun Cassini driver.\n\nWritten by Adrian Sun (asun@darksunrising.com).\nPorted to 2.6.x by Tom \u0027spot\u0027 Callaway \u003ctcallawa@redhat.com\u003e.\nFurther cleaned up and integrated by David S. Miller\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "63906e41fe70fe8a376c5887429448272a0ee7d4",
      "tree": "38129b935e279d1e127eed4ad20fcfeb60187602",
      "parents": [
        "59175839783287d3b03f18460bb3539c69300837",
        "c8a6c2963982c68475f409aeee21aa80b923cb9c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 27 13:32:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 27 13:32:33 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    }
  ],
  "next": "c8a6c2963982c68475f409aeee21aa80b923cb9c"
}
