)]}'
{
  "log": [
    {
      "commit": "97bda706b475655088201d7bb96cb8dd6d0d1aa3",
      "tree": "d691e4a6128a2edc45886120561a8cdc532b057b",
      "parents": [
        "497d7c8681dec5084b2e79193c2aaeddc789477f"
      ],
      "author": {
        "name": "shemminger@osdl.org",
        "email": "shemminger@osdl.org",
        "time": "Mon Aug 28 10:00:47 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Aug 29 17:18:29 2006 -0400"
      },
      "message": "[PATCH] sky2: dont use force status bit\n\nDon\u0027t use force status bit. It was never implemented on all chips, or has\nno impact.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "497d7c8681dec5084b2e79193c2aaeddc789477f",
      "tree": "cf0063f49e00f8eda26d95cceef7696fdcf15808",
      "parents": [
        "fba5008cda606488cf42b60de60b4414cc2276ad"
      ],
      "author": {
        "name": "shemminger@osdl.org",
        "email": "shemminger@osdl.org",
        "time": "Mon Aug 28 10:00:46 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Aug 29 17:18:29 2006 -0400"
      },
      "message": "[PATCH] sky2: use netdev_alloc_skb\n\nUse netdev_alloc_skb for buffer allocation to allow for headroom.\nThis prevents bugs in code paths that assume extra space at the\nfront and makes sky2 behave like other drivers.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "fba5008cda606488cf42b60de60b4414cc2276ad",
      "tree": "0cf28b14ceac3281a97972e9b048e747fec7f5e9",
      "parents": [
        "699a71238856b19091503c671bac8abb1e3f9a3a"
      ],
      "author": {
        "name": "shemminger@osdl.org",
        "email": "shemminger@osdl.org",
        "time": "Mon Aug 28 10:00:45 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Aug 29 17:18:29 2006 -0400"
      },
      "message": "[PATCH] sky2: remove cloned/pskb_expand_head check\n\nThe code to handle cloned skb overwriting is unnecessary in the\nsky2 driver and is buggy. The bug is that pskb_expand_head can change the\nskb but the driver has already mapped in the header.\n\nSince the sky2 hardware doesn\u0027t need to overwrite memory, the buggy\ncode can just be removed; it was mistakenly copied from the tg3\ndriver.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "699a71238856b19091503c671bac8abb1e3f9a3a",
      "tree": "db0e6db06961db05c35f3df61e7f14b845b7cd29",
      "parents": [
        "85a7ea1b0a3263f3ad423b789a841d03c9acbb65",
        "891b11f619dcfe045015394fa89041f02dac9428"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:45:36 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:45:36 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 into tmp\n"
    },
    {
      "commit": "85a7ea1b0a3263f3ad423b789a841d03c9acbb65",
      "tree": "1bd6e9fca08067157425fee973cf68594c827829",
      "parents": [
        "c58ac5caeb32ef17c2e4fc208f7dc93f6de32b7d"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Mon Aug 21 17:36:56 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:43:51 2006 -0400"
      },
      "message": "[PATCH] myri10ge: use multicast support in the firmware\n\nSome recent myri10ge firmwares support multicast filtering as well\nas an extended mcp_irq_data structure (64 instead of 40 bytes).\nThe new command MXGEFW_CMD_SET_STATS_DMA_V2 is used to check\nwhether the firmware support those. mgp-\u003efw_multicast_support\nis defined accordingly.\n\nWhen fw_multicast_support is set, some new multicast filtering\ncommands is passed to the board in myri10ge_set_multicast_list().\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c58ac5caeb32ef17c2e4fc208f7dc93f6de32b7d",
      "tree": "b31514090620ca564bfe75ba970b843800e51015",
      "parents": [
        "8d8b03297c96811501e3821edd4602b315458030"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Mon Aug 21 17:36:49 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:43:51 2006 -0400"
      },
      "message": "[PATCH] myri10ge: use netif_msg_link\n\nAdd msg_enable and use netif_msg_link to enable/disable reporting\nof link status changes since some Ethernet switches seem to generate\na lot of status changes under some circumstances and some people\nwant to avoid useless flooding in the logs.\n\nAlso add a counter for link status changes to statistics.\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "8d8b03297c96811501e3821edd4602b315458030",
      "tree": "241e690a9b7957d48b6069940871f37aa9c7df5a",
      "parents": [
        "c67eebd67400c4c2ae1389317f1de0cbb3b7a1ca",
        "357eb4cf75fdb9dbe46b64d50f3670de6a45dc91"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:42:07 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:42:07 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 into upstream\n"
    },
    {
      "commit": "357eb4cf75fdb9dbe46b64d50f3670de6a45dc91",
      "tree": "0ba358be2a3a9a62f722838adea7fff8a1f946ff",
      "parents": [
        "c5ab964debe92d0ec7af330f350a3433c1b5b61e",
        "9b5cce07648d059a013444116bd0140b047b25a1"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:41:25 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:41:25 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes\n"
    },
    {
      "commit": "c5ab964debe92d0ec7af330f350a3433c1b5b61e",
      "tree": "a9d3c4b97efe1e0b1854ba4c7130905d786f95c8",
      "parents": [
        "8d91626636ed9ce8b742edb52ae48f2faefd5864"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Aug 22 18:55:44 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:40:51 2006 -0400"
      },
      "message": "[PATCH] spectrum_cs: Fix firmware uploading errors\n\nspectrum_cs: Fix the logic so we error when the device is *not* present!\n\nThis fixes firmware upload failures which prevent the driver from\nworking (the bug is also present in 2.6.17).\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "8d91626636ed9ce8b742edb52ae48f2faefd5864",
      "tree": "d6270c4b398f356081b4f078cf32e21bafd23f7e",
      "parents": [
        "9a469abe9c6bab3ce237ee433541931bbd827faf"
      ],
      "author": {
        "name": "Don Fry",
        "email": "brazilnut@us.ibm.com",
        "time": "Tue Aug 22 10:22:37 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:40:03 2006 -0400"
      },
      "message": "[PATCH] pcnet32: break in 2.6.18-rc1 identified\n\nA change I made for 2.6.17 and another for 2.6.18 do not work on older\npcnet32 chips which I do not have access to.  If the chip is a 79C970 or\n79C965, do not try and suspend or check the link status.\nI have tested with a 79C970A, 79C971, 79C972, 79C973, 79C975, 79C976,\nand 79C978.\n\nSigned-off-by:  Don Fry \u003cbrazilnut@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9a469abe9c6bab3ce237ee433541931bbd827faf",
      "tree": "b1f3634a602b612fbbf62254f80c7c2c72a4540f",
      "parents": [
        "cb958186ed543d1a4f074ceb1c783fe8b0908437"
      ],
      "author": {
        "name": "Joerg Ahrens",
        "email": "joerg@hydrops.han.de",
        "time": "Sun Aug 20 21:51:57 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:38:32 2006 -0400"
      },
      "message": "[PATCH] xirc2ps_cs: Cannot reset card in atomic context\n\nI am using a Xircom CEM33 pcmcia NIC which has occasional hardware problems.\nIf the netdev watchdog detects a transmit timeout, do_reset is called which\nmsleeps - this is illegal in atomic context.\n\nThis patch schedules the timeout handling as a workqueue item.\n\nSigned-off-by: Daniel Drake \u003cdsd@gentoo.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "cb958186ed543d1a4f074ceb1c783fe8b0908437",
      "tree": "852a5b70ff626b7b9dbf1c1e6da5a65b55cb40c7",
      "parents": [
        "a76b044af147135b5fb7570aba35d4908f143cc9"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Sat Aug 19 19:37:57 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:37:04 2006 -0400"
      },
      "message": "[PATCH] Signedness issue in drivers/net/3c515.c\n\nwhile playing with gcc 4.1 -Wextra warnings, I came across this one:\n\ndrivers/net/3c515.c:1027: warning: comparison of unsigned expression \u003e\u003d 0 is always true\n\nSince i is unsigned the \u003e\u003d 0 check in the for loop is always true,\nso we might spin there forever unless the if condition triggers.\nSince i is only used in this loop, this patch changes it to\nan integer.\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9b5cce07648d059a013444116bd0140b047b25a1",
      "tree": "7c8abb693dc50f81b442b5f459350b2e0f996f86",
      "parents": [
        "794ccda61c7dc2aa6c66e8ef18a44d865d3c3a7d"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Tue Aug 15 21:41:39 2006 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Aug 23 14:20:37 2006 -0400"
      },
      "message": "[PATCH] hostap: Restore antenna selection settings after port reset\n\nIntersil firmware 1.7.4 (and possibly others) loses the antenna\nselection settings when the port is reset.\n\nSigned-off-by: David Acker \u003cdacker@roinet.com\u003e\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "794ccda61c7dc2aa6c66e8ef18a44d865d3c3a7d",
      "tree": "0df81c4afd909be8545a3e5106c2383867481203",
      "parents": [
        "ef7d1b244fa6c94fb76d5f787b8629df64ea4046"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Tue Aug 15 20:42:20 2006 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Aug 23 14:20:37 2006 -0400"
      },
      "message": "[PATCH] spectrum_cs: Fix incorrect use of pcmcia_dev_present()\n\nThis bug was introduced during the PCMCIA API conversion and broke\nspectrum_cs completely.\n\nTracked down by Fredrik Tolf \u003cfredrik@dolda2000.com\u003e\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c67eebd67400c4c2ae1389317f1de0cbb3b7a1ca",
      "tree": "6110d2bf15227860a80e880c3bb01147f32039c3",
      "parents": [
        "1fb0a6c8c6fe08ae1a5c20f5bdb05a287df3b828"
      ],
      "author": {
        "name": "Komuro",
        "email": "komurojun-mbn@nifty.com",
        "time": "Wed Aug 16 13:54:11 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:52:05 2006 -0400"
      },
      "message": "[PATCH] network: axnet_cs.c: add new id (0x021b, 0x0202)\n\nSigned-off-by: komurojun-mbn@nifty.com\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1fb0a6c8c6fe08ae1a5c20f5bdb05a287df3b828",
      "tree": "ddb34baf5704fa755c96cedb14aa913c4fea65a0",
      "parents": [
        "299176206b266f204be859adf9e66efd06628ab2",
        "a76b044af147135b5fb7570aba35d4908f143cc9"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:51:34 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:51:34 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 into upstream\n"
    },
    {
      "commit": "a76b044af147135b5fb7570aba35d4908f143cc9",
      "tree": "600000a46abd1ce07ea8e2d73fe0bed1df7178fc",
      "parents": [
        "2ca2d5e84c19ddbc0126087af6288533a05f1799"
      ],
      "author": {
        "name": "Krzysztof Halasa",
        "email": "khc@pm.waw.pl",
        "time": "Wed Aug 16 01:52:23 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:51:25 2006 -0400"
      },
      "message": "[PATCH] WAN: fix C101 card carrier handling\n\nHi,\n\nOne of my recent changes broke C101 carrier handling, this patch\nfixes it. Also fixes an old TX underrun checking bug.\n\n2.6.18 material. Please apply.\nThanks.\n\nSigned-off-by: Krzysztof Halasa \u003ckhc@pm.waw.pl\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "299176206b266f204be859adf9e66efd06628ab2",
      "tree": "e25d9ee1c43940e00e70124a18d869a75de543ab",
      "parents": [
        "5243a37b7991c85e3ea3afb6e3e13eea7ec2927d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:48:59 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:48:59 2006 -0400"
      },
      "message": "drivers/net: Remove deprecated use of pci_module_init()\n\nFrom: Michal Piotrowski \u003cmichal.k.k.piotrowski@gmail.com\u003e\n\nSigned-off-by: Michal Piotrowski \u003cmichal.k.k.piotrowski@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "5243a37b7991c85e3ea3afb6e3e13eea7ec2927d",
      "tree": "f00a3c22acf4f5297752ee935dd24ef5012efd87",
      "parents": [
        "a513c315f95c6d73041436fd1598d51722bd6264"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Tue Aug 15 11:41:11 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:46:33 2006 -0400"
      },
      "message": "[PATCH] remove an unused function from the header\n\nRemoves an unused function from the via-velocity-driver.\nIt doesn\u0027t make the binary smaller, but the source cleaner.\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "a513c315f95c6d73041436fd1598d51722bd6264",
      "tree": "505f9a15c1771756cf21011e3f291b81c86cb3df",
      "parents": [
        "fd6746daade513bf7f887625c107878b6aacccfd",
        "113b898e38cb20e80847c24154ce62273b948c6a"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:46:13 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:46:13 2006 -0400"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream\n"
    },
    {
      "commit": "fd6746daade513bf7f887625c107878b6aacccfd",
      "tree": "ee192025b75d54d2db00f6d19b8b307366af1599",
      "parents": [
        "e700f9f4a208bf6c5d2b4dd67816555930524476"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Mon Aug 14 17:53:15 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:45:17 2006 -0400"
      },
      "message": "[PATCH] myri10ge: convert to netdev_alloc_skb\n\nConvert the myri10ge driver to use netdev_alloc_skb instead of dev_alloc_skb,\nwhich requires to propagate the net_device across several functions.\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e700f9f4a208bf6c5d2b4dd67816555930524476",
      "tree": "58fb624280c4295b8975d18055ac323959cd2e9f",
      "parents": [
        "846050dd49719b1f68248807bba5c27bfc86f81a"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Mon Aug 14 17:52:54 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:45:17 2006 -0400"
      },
      "message": "[PATCH] myri10ge: define some previously hardwired firmware constants\n\nDefine some previously hardwired firmware constants.\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "846050dd49719b1f68248807bba5c27bfc86f81a",
      "tree": "79922936e8cde867ba90d753f79aa61f575e162b",
      "parents": [
        "49666145de54b5d6d256442bb1bec03ffae1ac76",
        "2ca2d5e84c19ddbc0126087af6288533a05f1799"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:45:11 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:45:11 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 into upstream\n"
    },
    {
      "commit": "2ca2d5e84c19ddbc0126087af6288533a05f1799",
      "tree": "4d8014f576180e9a689dfcb9d405d412b19471ef",
      "parents": [
        "5b4b8454344a0391bb0f69fda0f4ec8e1f0d2fed"
      ],
      "author": {
        "name": "Vitaly Bordug",
        "email": "vbordug@ru.mvista.com",
        "time": "Mon Aug 14 23:00:31 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:31 2006 -0400"
      },
      "message": "[PATCH] ppc32: board-specific part of fs_enet update\n\nThis contains board-specific portion to respect driver changes (for 8272ads ,\n885ads and 866ads).  Altered platform_data structures as well as initial setup\nroutines relevant to fs_enet.\n\nChanges to the mpc8560ads ppc/ code are also introduced, but mainly as\nreference, since the entire board support is going to appear in arch/powerpc.\n\nSigned-off-by: Vitaly Bordug \u003cvbordug@ru.mvista.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "5b4b8454344a0391bb0f69fda0f4ec8e1f0d2fed",
      "tree": "a5e662cdc03d319e56a277281dcde754150276f4",
      "parents": [
        "11b0bacd717c285c94dbb56505a28434b34f0639"
      ],
      "author": {
        "name": "Vitaly Bordug",
        "email": "vbordug@ru.mvista.com",
        "time": "Mon Aug 14 23:00:30 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:31 2006 -0400"
      },
      "message": "[PATCH] FS_ENET: use PAL for mii management\n\nThis patch should update the fs_enet infrastructure to utilize Phy Abstraction\nLayer subsystem.  Along with the above, there are apparent bugfixes, overhaul\nand improvements.\n\nSigned-off-by: Vitaly Bordug \u003cvbordug@ru.mvista.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "11b0bacd717c285c94dbb56505a28434b34f0639",
      "tree": "d98e1576210a258d3b412809dfe0177f028575be",
      "parents": [
        "ec42cdb624059bb9d9d1accca5ed4345bf8f5fda"
      ],
      "author": {
        "name": "Vitaly Bordug",
        "email": "vbordug@ru.mvista.com",
        "time": "Mon Aug 14 23:00:29 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:31 2006 -0400"
      },
      "message": "[PATCH] PAL: Support of the fixed PHY\n\nThis makes it possible for HW PHY-less boards to utilize PAL goodies.  Generic\nroutines to connect to fixed PHY are provided, as well as ability to specify\nsoftware callback that fills up link, speed, etc.  information into PHY\ndescriptor (the latter feature not tested so far).\n\nSigned-off-by: Vitaly Bordug \u003cvbordug@ru.mvista.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ec42cdb624059bb9d9d1accca5ed4345bf8f5fda",
      "tree": "5b39ebb8cd878baf0cb3f1a1b1f94994ab00fac5",
      "parents": [
        "3d8f3f3c3697a7603a802427c9226f5dfe6d67ad"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Mon Aug 14 23:00:28 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:30 2006 -0400"
      },
      "message": "[PATCH] xircom_cb: wire up errors from pci_register_driver()\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nCc: Valerie Henson \u003cval_henson@linux.intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "3d8f3f3c3697a7603a802427c9226f5dfe6d67ad",
      "tree": "c6deeab098c67b4a303630ac9430cbec0d45d5c6",
      "parents": [
        "239e44e1f05e2163ee066c07a753f9fb445979b2"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Mon Aug 14 23:00:27 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:30 2006 -0400"
      },
      "message": "[PATCH] s390: fix arp_tbl lock usage in qeth\n\nqeth: bhs must be disabled when accessing neighbour tables.\n\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\n[ INFO: inconsistent lock state ]\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "239e44e1f05e2163ee066c07a753f9fb445979b2",
      "tree": "a27bbfc4d0fc2e31387f00096c8c3bc717df797c",
      "parents": [
        "b68a60e598c0d1e738c807c47cb181e8cc52a0d8"
      ],
      "author": {
        "name": "Edgar E. Iglesias",
        "email": "edgar.iglesias@axis.com",
        "time": "Mon Aug 14 23:00:24 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:30 2006 -0400"
      },
      "message": "[PATCH] skge: remember to run netif_poll_disable()\n\nSigned-off-by: Edgar E. Iglesias \u003cedgar.iglesias@axis.com\u003e\nCc: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b68a60e598c0d1e738c807c47cb181e8cc52a0d8",
      "tree": "cc06e0cd5a74c4ebdc5e5fecd2ab7a47d28f8130",
      "parents": [
        "7e29f8bf39de372e3903a0b12f34285d30a8a244"
      ],
      "author": {
        "name": "Jim Lewis",
        "email": "jim@jklewis.com",
        "time": "Mon Aug 14 23:00:23 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:30 2006 -0400"
      },
      "message": "[PATCH] Add ethtool -g support to Spidernet network driver\n\nAdd ethtool -g (show ring sizes) support to the Spidernet network driver.\n\nSigned-off-by: James K Lewis \u003cjklewis@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "7e29f8bf39de372e3903a0b12f34285d30a8a244",
      "tree": "c0c1fee1da797d3147a0359e7c6f054aaa745ce1",
      "parents": [
        "b933b4d93888b584eda826bffa68a3a1283f8411"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Aug 14 23:00:22 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:30 2006 -0400"
      },
      "message": "[PATCH] build fixes: smc91x\n\nUnclear how these bugs arrived, presumably from incorrect cleanup of\nthe 16-bit-only paths, but smc91x wouldn\u0027t build for OMAP.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Nicolas Pitre \u003cnico@cam.org\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b933b4d93888b584eda826bffa68a3a1283f8411",
      "tree": "3d1ac29f142f1248ec5e5aa9994545818ab0f301",
      "parents": [
        "76cb4fe7c0926c2c59f4a36ab169aa2d547c93d1"
      ],
      "author": {
        "name": "Roger Luethi",
        "email": "rl@hellgate.ch",
        "time": "Mon Aug 14 23:00:21 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:30 2006 -0400"
      },
      "message": "[PATCH] via-rhine: add option avoid_D3 (work around broken BIOSes)\n\nIt looks like broken BIOSes controlling Rhine chips will remain in use in\nsignificant numbers; such systems fail to come up via PXE after they have\nbeen put into D3 (power-saving) mode.\n\nThis patch adds a module option for disabling the call that puts the chip\nto sleep.\n\nSigned-off-by: Roger Luethi \u003crl@hellgate.ch\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nCc: Joerg Bashir \u003cbrak@archive.org\u003e\nCc: Tim Phipps \u003ctim@phipps-hutton.freeserve.co.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "76cb4fe7c0926c2c59f4a36ab169aa2d547c93d1",
      "tree": "2fa424665a54379e3d3ee07e7b9d6beb6101a462",
      "parents": [
        "ab1976682f31661a898b92593bccfeae14d0a0ae"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+lkml@arm.linux.org.uk",
        "time": "Mon Aug 14 23:00:20 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:29 2006 -0400"
      },
      "message": "[PATCH] lockdep: fix smc91x\n\nWhen booting using root-nfs, I\u0027m seeing (independently) two lockdep dumps\nin the smc91x driver.  The patch below fixes both.  Both dumps look like\nreal locking issues.\n\nNico - please review and ack if you think the patch is correct.\n\nDump 1:\n\nSending DHCP requests .\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\n[ INFO: inconsistent lock state ]\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ab1976682f31661a898b92593bccfeae14d0a0ae",
      "tree": "3f24400e997275daa7ef117498037b54f8a4ce63",
      "parents": [
        "633949a145df19d6d338b0f227f033a0a1c5562a"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Aug 14 23:00:18 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:29 2006 -0400"
      },
      "message": "[PATCH] via-rhine: NAPI poll enable\n\nThe poll_enable should be in init_registers before enabling interrupts, not\nin tx_timeout.  Thanks for spotting it Roger.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nCc: Roger Luethi \u003crl@hellgate.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "633949a145df19d6d338b0f227f033a0a1c5562a",
      "tree": "d000e88532f0420eeb42c2525ae3a8d44818a29f",
      "parents": [
        "a4d09272480e57cd4aa1156cac7aba9b08885bf9"
      ],
      "author": {
        "name": "Roger Luethi",
        "email": "rl@hellgate.ch",
        "time": "Mon Aug 14 23:00:17 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:29 2006 -0400"
      },
      "message": "[PATCH] via-rhine: NAPI support\n\nAdd NAPI support to the via-rhine driver so that it can handle higher\nspeeds and doesn\u0027t get overloaded by interrupts as easily.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Roger Luethi \u003crl@hellgate.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "a4d09272480e57cd4aa1156cac7aba9b08885bf9",
      "tree": "5c073158dfc31a6842a75fbf22f80bb304dff934",
      "parents": [
        "2fd0e33f4f967022ef2f3249b6c512b309734384"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Mon Aug 14 23:00:17 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:29 2006 -0400"
      },
      "message": "[PATCH] smc911x: Re-release spinlock on spurious interrupt\n\nThe smc911x driver forgets to release the spinlock on spurious interrupts.\nThis little patch fixes it.\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "2fd0e33f4f967022ef2f3249b6c512b309734384",
      "tree": "bffe84f8bc99cae4e3d9d5dcdb637534574aa8c5",
      "parents": [
        "330ce0de93fd7cc0f72fa57a7ec892befe7035d2"
      ],
      "author": {
        "name": "Kevin Hao",
        "email": "haokexin@gmail.com",
        "time": "Mon Aug 14 23:00:15 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:29 2006 -0400"
      },
      "message": "[PATCH] net: Add netconsole support to dm9000 driver\n\nAdd netconsole support to dm9000 driver.\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "330ce0de93fd7cc0f72fa57a7ec892befe7035d2",
      "tree": "a5c73ae34d2e17ed21f479b74ee76cc27f132e3c",
      "parents": [
        "6fd7587bc284af61f92e547287aa5cd616a9c7ba"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:14 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:29 2006 -0400"
      },
      "message": "[PATCH] s2io build fix\n\nsparc32:\n\ndrivers/net/s2io.c:2636: warning: implicit declaration of function \u0027disable_irq\u0027\ndrivers/net/s2io.c:2656: warning: implicit declaration of function \u0027enable_irq\u0027\n\nCc: Ananda Raju \u003cAnanda.Raju@neterion.com\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "6fd7587bc284af61f92e547287aa5cd616a9c7ba",
      "tree": "432fc5550fc21d2f6748e97cf3f15d845d3be3e3",
      "parents": [
        "ce973b141dfac4a0f160c7435d65e3ea47753ce8"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Mon Aug 14 23:00:13 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:29 2006 -0400"
      },
      "message": "[PATCH] Update smc91x driver with ARM Versatile board info\n\nWe need to specify a Versatile-specific SMC_IRQ_FLAGS value or the new\ngeneric IRQ layer will complain thusly:\n\nNo IRQF_TRIGGER set_type function for IRQ 25 (\u003cNULL\u003e)\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ce973b141dfac4a0f160c7435d65e3ea47753ce8",
      "tree": "2dfda8aa29023fca37e1f5127d2e5e6fae1c6180",
      "parents": [
        "e4c780b1ffc7d7bc27b7dc57fcf17ebb8d3006bc"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Mon Aug 14 23:00:11 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:29 2006 -0400"
      },
      "message": "[PATCH] Freescale QE UCC gigabit ethernet driver\n\nQE(QUICC Engine) is a new generation communication coprocessor, which can\nbe found on some of the latest Freescale PowerQUICC CPUs(e.g.  MPC8360).\nThe UCC(Unified Communications Controller) module of QE can work as gigabit\nEthernet device.  This patch provides driver for the device.\n\nSigned-off-by: Shlomi Gridish \u003cgridish@freescale.com\u003e\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e4c780b1ffc7d7bc27b7dc57fcf17ebb8d3006bc",
      "tree": "5d7858b0067f56d3584c1ff572211edd106f74c0",
      "parents": [
        "3418e469ebaebec16f7df83074087eb901fb76b9"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Aug 14 23:00:10 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:28 2006 -0400"
      },
      "message": "[PATCH] drivers/net/e1000/: possible cleanups\n\n- make needlessly global functions static\n- #if 0 the following unused global functions:\n  - e1000_hw.c: e1000_mc_addr_list_update()\n  - e1000_hw.c: e1000_read_reg_io()\n  - e1000_hw.c: e1000_enable_pciex_master()\n  - e1000_hw.c: e1000_ife_disable_dynamic_power_down()\n  - e1000_hw.c: e1000_ife_enable_dynamic_power_down()\n  - e1000_hw.c: e1000_write_ich8_word()\n  - e1000_hw.c: e1000_duplex_reversal()\n  - e1000_main.c: e1000_io_read()\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: John Ronciak \u003cjohn.ronciak@intel.com\u003e\nCc: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nCc: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nCc: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "3418e469ebaebec16f7df83074087eb901fb76b9",
      "tree": "afeabd4c0dec7a9e6433711739d8639736adb55b",
      "parents": [
        "90d5aed2d9c7d2f3915b75342988114fd7b6c13d"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:10 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:28 2006 -0400"
      },
      "message": "[PATCH] sundance section fix\n\ndrivers/net/sundance.c:110: error: version causes a section type conflict\n\nI don\u0027t understand this error.  It\u0027s referred to from both __init and\n__devinit code.  With CONFIG_HOTPLUG\u003dn, version[] is placed in .init.data and\nis referred to from .init.text.\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "90d5aed2d9c7d2f3915b75342988114fd7b6c13d",
      "tree": "c6f31166423c921264746d55606e852ae54bd6bf",
      "parents": [
        "c9d26c9785d900d8547b268f0c0507f252879c48"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:09 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:28 2006 -0400"
      },
      "message": "[PATCH] fealnx section fix\n\nWith CONFIG_HOTPLUG\u003dn it won\u0027t compile:\n\ndistcc[25607] ERROR: compile drivers/net/fealnx.c on g5/64 failed\n\nversion[] is referred to from both __init code and from __devinit code, so\nmove it out of __init altogether.\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c9d26c9785d900d8547b268f0c0507f252879c48",
      "tree": "c5a7b9271bdb12eb59c0eae0e5280d2b4c6d25eb",
      "parents": [
        "c971ef46cb94b8bb4a12555fa757e5f67934fcd9"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:08 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:44:28 2006 -0400"
      },
      "message": "[PATCH] winbond-840 section fix\n\nWith CONFIG_HOTPLUG\u003dn it won\u0027t compile:\n\ndrivers/net/tulip/winbond-840.c:141: error: version causes a section type conflict\n\n(For some reason it gets the same error if marked __initdata.  Give up.)\n\nCc: Valerie Henson \u003cval_henson@linux.intel.com\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c971ef46cb94b8bb4a12555fa757e5f67934fcd9",
      "tree": "550066c59719ab851cc29c2b1cb38bf79d0168f6",
      "parents": [
        "1e13b0d82d24ac3c8b2f16a09dd9ce537cad134c"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:08 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:17 2006 -0400"
      },
      "message": "[PATCH] seeq8005 section fix\n\nWARNING: drivers/net/seeq8005.o - Section mismatch: reference to .init.text:seeq8005_probe from .text between \u0027init_module\u0027 (at offset 0x106) and \u0027seeq8005_open\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1e13b0d82d24ac3c8b2f16a09dd9ce537cad134c",
      "tree": "635d9f406619002c29cdb09c59d9ad0537fa66f9",
      "parents": [
        "5e5fa01d55e9949660a89b23f4a43884eaf49097"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:07 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:17 2006 -0400"
      },
      "message": "[PATCH] ni65 section fix\n\nWARNING: drivers/net/ni65.o - Section mismatch: reference to .init.text:ni65_probe from .text between \u0027init_module\u0027 (at offset 0x54a) and \u0027ni65_stop_start\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "5e5fa01d55e9949660a89b23f4a43884eaf49097",
      "tree": "14be2d40add932e7313099740c0990c8814c3851",
      "parents": [
        "daca7cd7612639848c39744e02dab537755b31a1"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:06 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:17 2006 -0400"
      },
      "message": "[PATCH] wd section fix\n\nWARNING: drivers/net/wd.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0xfd) and \u0027wd_open\u0027\nWARNING: drivers/net/wd.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x14b) and \u0027wd_open\u0027\nWARNING: drivers/net/wd.o - Section mismatch: reference to .init.data:wd_portlist from .text between \u0027init_module\u0027 (at offset 0x17f) and \u0027wd_open\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "daca7cd7612639848c39744e02dab537755b31a1",
      "tree": "2b7a6be6773fca149d6f36da84b82dedc8957351",
      "parents": [
        "6d2cdb4fd1cc1b15ad070a57c9b2bc40bb1565e7"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:06 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:16 2006 -0400"
      },
      "message": "[PATCH] smctr section fix\n\nWARNING: drivers/net/tokenring/smctr.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x2ba0) and \u0027smctr_reset_adapter\u0027\nWARNING: drivers/net/tokenring/smctr.o - Section mismatch: reference to .init.text:smctr_probe from .text between \u0027init_module\u0027 (at offset 0x2bf4) and \u0027smctr_reset_adapter\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "6d2cdb4fd1cc1b15ad070a57c9b2bc40bb1565e7",
      "tree": "3b5165c848cdc720dc19ee8f0446e38dfe2cacaa",
      "parents": [
        "19a8664d8a05f75cab3cd4eb8022d22d3f0c53c3"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:05 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:16 2006 -0400"
      },
      "message": "[PATCH] ibmtr section fix\n\nWARNING: drivers/net/tokenring/ibmtr.o - Section mismatch: reference to .init.data:ibmtr_mem_base from .text between \u0027ibmtr_probe1\u0027 (at offset 0x6e6) and \u0027ibmtr_probe_card\u0027\nWARNING: drivers/net/tokenring/ibmtr.o - Section mismatch: reference to .init.data:ibmtr_mem_base from .text between \u0027ibmtr_probe1\u0027 (at offset 0x74a) and \u0027ibmtr_probe_card\u0027\nWARNING: drivers/net/tokenring/ibmtr.o - Section mismatch: reference to .init.data:ibmtr_mem_base from .text between \u0027ibmtr_probe1\u0027 (at offset 0x7fd) and \u0027ibmtr_probe_card\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "19a8664d8a05f75cab3cd4eb8022d22d3f0c53c3",
      "tree": "8838993ab88afcf6e37c475051676cd5b469d277",
      "parents": [
        "dab3d02ec05d16aab680de471cb5d20c5d4852e8"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:05 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:16 2006 -0400"
      },
      "message": "[PATCH] ni52 section fix\n\nWARNING: drivers/net/ni52.o - Section mismatch: reference to .init.text:ni52_probe from .text between \u0027init_module\u0027 (at offset 0x997) and \u0027ni52_close\u0027\nWARNING: drivers/net/ni65.o - Section mismatch: reference to .init.text:ni65_probe from .text between \u0027init_module\u0027 (at offset 0x54a) and \u0027ni65_stop_start\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "dab3d02ec05d16aab680de471cb5d20c5d4852e8",
      "tree": "f70ca2ccbb33ecde64575170ac6079ac680c0802",
      "parents": [
        "3805f0e28ca313893b87e881201561d5c1857dd8"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:04 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:16 2006 -0400"
      },
      "message": "[PATCH] lne390 section fix\n\nWARNING: drivers/net/lne390.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x100) and \u0027lne390_close\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "3805f0e28ca313893b87e881201561d5c1857dd8",
      "tree": "0c12ca79dc2cf4b20c1669903586811c8f6c8cf1",
      "parents": [
        "58f149fc65ebced1148789cfb37457a8c7aaca75"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:03 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:16 2006 -0400"
      },
      "message": "[PATCH] lance section fix\n\nWARNING: drivers/net/lance.o - Section mismatch: reference to .init.data:lance_portlist from .text between \u0027init_module\u0027 (at offset 0x8d3) and \u0027lance_purge_ring\u0027\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "58f149fc65ebced1148789cfb37457a8c7aaca75",
      "tree": "1ef93d92b6e75e1bfdbfe3ae66c373902d80a9f0",
      "parents": [
        "5757f5c6d7d9cbe4bf6a464f1842a767f505d440"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:03 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:16 2006 -0400"
      },
      "message": "[PATCH] eth16i section fix\n\nWARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.data:cardname from .text between \u0027init_module\u0027 (at offset 0x6d2) and \u0027eth16i_multicast\u0027\nWARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x6ef) and \u0027eth16i_multicast\u0027\nWARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x702) and \u0027eth16i_multicast\u0027\nWARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.data:cardname from .text between \u0027init_module\u0027 (at offset 0x70e) and \u0027eth16i_multicast\u0027\nWARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x71d) and \u0027eth16i_multicast\u0027\nWARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.data:cardname from .text between \u0027init_module\u0027 (at offset 0x729) and \u0027eth16i_multicast\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "5757f5c6d7d9cbe4bf6a464f1842a767f505d440",
      "tree": "2328e0ea7e58284e255a0efcbfaa5fca71cc42e9",
      "parents": [
        "b1176b95b4b851b05a2f541ef54e7ce3ed358d19"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:02 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:16 2006 -0400"
      },
      "message": "[PATCH] es3210 section fix\n\nWARNING: drivers/net/es3210.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0xdf) and \u0027es_close\u0027\nWARNING: drivers/net/es3210.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x100) and \u0027es_close\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b1176b95b4b851b05a2f541ef54e7ce3ed358d19",
      "tree": "b89c89277d6b8aa74aca7f05fe11b558a3a522f1",
      "parents": [
        "02a3245fcf0911ff92100aa54823dc1c5950fba9"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:01 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:15 2006 -0400"
      },
      "message": "[PATCH] eexpress section fix\n\nWARNING: drivers/net/eexpress.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x6c3) and \u0027eexp_hw_lasttxstat\u0027\nWARNING: drivers/net/eexpress.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x74f) and \u0027eexp_hw_lasttxstat\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "02a3245fcf0911ff92100aa54823dc1c5950fba9",
      "tree": "64d5f935e051e3377e608183888988ab4e97d9c5",
      "parents": [
        "d543cbb6d192313d9027ed09c7a1e085b1234082"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:01 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:15 2006 -0400"
      },
      "message": "[PATCH] eepro section fix\n\nWARNING: drivers/net/eepro.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x284) and \u0027eepro_ethtool_get_drvinfo\u0027\nWARNING: drivers/net/eepro.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x2a7) and \u0027eepro_ethtool_get_drvinfo\u0027\nWARNING: drivers/net/eepro.o - Section mismatch: reference to .init.data:eepro_portlist from .text between \u0027init_module\u0027 (at offset 0x2b3) and \u0027eepro_ethtool_get_drvinfo\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "d543cbb6d192313d9027ed09c7a1e085b1234082",
      "tree": "32be5033c73d5ea47ec05b7147dcaf33116dc4cb",
      "parents": [
        "5d930108c914c04fbb0bfbb059d23a5fcaf0d1e7"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 23:00:00 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:15 2006 -0400"
      },
      "message": "[PATCH] e2100 section fix\n\nWARNING: drivers/net/e2100.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0xd9) and \u0027e21_reset_8390\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "5d930108c914c04fbb0bfbb059d23a5fcaf0d1e7",
      "tree": "fd23d6c39c9860e49e8a6faac0c2dec6ad21751e",
      "parents": [
        "e26c129a49a7a4990f362a9cdb3084198b4d9d7b"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 22:59:59 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:15 2006 -0400"
      },
      "message": "[PATCH] at1700 section fix\n\nWARNING: drivers/net/at1700.o - Section mismatch: reference to .init.text:at1700_probe from .text between \u0027init_module\u0027 (at offset 0x75) and \u0027net_get_stats\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e26c129a49a7a4990f362a9cdb3084198b4d9d7b",
      "tree": "c75a8653a660579065ac5c1767622265c90bf250",
      "parents": [
        "5f3bc456ce190a963a8816be5a318df9998f3bc5"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 22:59:59 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:15 2006 -0400"
      },
      "message": "[PATCH] cs89x0 section fix\n\nWARNING: drivers/net/cs89x0.o - Section mismatch: reference to .init.data:version from .text between \u0027init_module\u0027 (at offset 0x13d8) and \u0027net_get_stats\u0027\nWARNING: drivers/net/cs89x0.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x1634) and \u0027net_get_stats\u0027\nWARNING: drivers/net/cs89x0.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0x1a1f) and \u0027net_get_stats\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "5f3bc456ce190a963a8816be5a318df9998f3bc5",
      "tree": "562371db20835786b44a2588d7d7a8f00b6c15ad",
      "parents": [
        "62a87b8051ded3d1fcb89773c9febd1bb34d3cbd"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 22:59:58 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:15 2006 -0400"
      },
      "message": "[PATCH] cops section fix\n\nWARNING: drivers/net/appletalk/cops.o - Section mismatch: reference to .init.text:cops_probe from .text between \u0027init_module\u0027 (at offset 0xae) and \u0027cops_rx\u0027\n\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "62a87b8051ded3d1fcb89773c9febd1bb34d3cbd",
      "tree": "0216e4fec6dc6af488a58b6e0da427d7336565db",
      "parents": [
        "864fe05dfa4ff3e230acf3b4ccf878b6f22603c4"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 22:59:57 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:15 2006 -0400"
      },
      "message": "[PATCH] ac3200 section fixes\n\nWARNING: drivers/net/ac3200.o - Section mismatch: reference to .init.text: from .text between \u0027init_module\u0027 (at offset 0xf9) and \u0027ac_close_card\u0027\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "864fe05dfa4ff3e230acf3b4ccf878b6f22603c4",
      "tree": "be3eb18d68f4a60a4f5341e5163981c4638bdaf8",
      "parents": [
        "41ace1861a93f12f70ff10026fb1539fea38fcf8"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Aug 14 22:59:57 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:40:15 2006 -0400"
      },
      "message": "[PATCH] 82596 section fixes\n\nWARNING: drivers/net/82596.o - Section mismatch: reference to .init.text:i82596_probe from .text between \u0027init_module\u0027 (at offset 0x141) and \u0027i596_add_cmd\u0027\n\nAlso nail a couple of crazy inlines.\n\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "49666145de54b5d6d256442bb1bec03ffae1ac76",
      "tree": "b79bcaabffa18847cab31efdf798dc5740e8d73b",
      "parents": [
        "bcd68373877e74d8ca5039c10dc5d699ba5dc7d0",
        "41ace1861a93f12f70ff10026fb1539fea38fcf8"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:25:47 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:25:47 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 into upstream\n"
    },
    {
      "commit": "41ace1861a93f12f70ff10026fb1539fea38fcf8",
      "tree": "c6d841ae9b73d6b7d6a887c21ce378cebc9c97f7",
      "parents": [
        "09e590e5d5a93f2eaa748a89c623258e6bad1648",
        "ef7d1b244fa6c94fb76d5f787b8629df64ea4046"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:25:34 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Aug 19 17:25:34 2006 -0400"
      },
      "message": "Merge branch \u0027master\u0027 into upstream-fixes\n"
    },
    {
      "commit": "ef7d1b244fa6c94fb76d5f787b8629df64ea4046",
      "tree": "eb6b35bb250f46d75853764bd9309c75e4f03c72",
      "parents": [
        "ed0da6fc9d3096f54c4a76737eeae57ac81418cf",
        "78eb887733ec8ff5d6e6c69e3c32a187a9303622"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Aug 18 11:02:52 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Aug 18 11:02:52 2006 -0700"
      },
      "message": "Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "ed0da6fc9d3096f54c4a76737eeae57ac81418cf",
      "tree": "3bf45a192d991c5a5c80ac86eb333f9a4f796044",
      "parents": [
        "774bd8613d0188cda72408f8ffce258d73953cad",
        "9e8a9bc2d2c3ac3b8542cc5c2544248df6f3f1c5"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Aug 18 09:20:04 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Aug 18 09:20:04 2006 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n"
    },
    {
      "commit": "78eb887733ec8ff5d6e6c69e3c32a187a9303622",
      "tree": "1028d082b0240f04f1b0d8f91b9e2813e329710c",
      "parents": [
        "8311731afc439f508ab4d759edadedae75afb73e"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Thu Aug 17 18:22:32 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Aug 17 18:22:32 2006 -0700"
      },
      "message": "[BRIDGE]: Disable SG/GSO if TX checksum is off\n\nWhen the bridge recomputes features, it does not maintain the\nconstraint that SG/GSO must be off if TX checksum is off.\nThis patch adds that constraint.\n\nOn a completely unrelated note, I\u0027ve also added TSO6 and TSO_ECN\nfeature bits if GSO is enabled on the underlying device through\nthe new NETIF_F_GSO_SOFTWARE macro.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8311731afc439f508ab4d759edadedae75afb73e",
      "tree": "c1f63cd1d4e10b6a62c3a62e2407c998d9fbaec6",
      "parents": [
        "d205dc40798d97d63ad348bfaf7394f445d152d4"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Aug 17 18:13:53 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Aug 17 18:13:53 2006 -0700"
      },
      "message": "[NETFILTER]: ip_tables: fix table locking in ipt_do_table\n\ntable-\u003eprivate might change because of ruleset changes, don\u0027t use it without\nholding the lock.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d205dc40798d97d63ad348bfaf7394f445d152d4",
      "tree": "603d58aaacec053300396db71b7143ea115ee902",
      "parents": [
        "6e8fcbf64024f9056ba122abbb66554aa76bae5d"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Aug 17 18:12:38 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Aug 17 18:12:38 2006 -0700"
      },
      "message": "[NETFILTER]: ctnetlink: fix deadlock in table dumping\n\nip_conntrack_put must not be called while holding ip_conntrack_lock\nsince destroy_conntrack takes it again.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9e8a9bc2d2c3ac3b8542cc5c2544248df6f3f1c5",
      "tree": "d9b8ab7ddcdfd2a97b3dcb5aca8ecfdbe0e8c0ca",
      "parents": [
        "5315862045c5dc5dfe0754fbd07df1350180628a"
      ],
      "author": {
        "name": "Jon Loeliger",
        "email": "jdl@freescale.com",
        "time": "Thu Aug 17 12:24:42 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Aug 18 10:08:37 2006 +1000"
      },
      "message": "[POWERPC] Fix the mpc8641_hpcn.dts file.\n\nAdd \u0027linux,phandle\u0027 entry to i8259@4d0 node.\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Jon Loeliger \u003cjdl@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "5315862045c5dc5dfe0754fbd07df1350180628a",
      "tree": "233c42e4d675a73e0024a154ae0d162943a22133",
      "parents": [
        "707ba16f0ffed3b83ced3c7f4d4d332a70f8b41d"
      ],
      "author": {
        "name": "Jon Loeliger",
        "email": "jdl@jdl.com",
        "time": "Wed Aug 09 10:37:28 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Aug 18 10:08:36 2006 +1000"
      },
      "message": "[POWERPC] Offer PCI as a CONFIG choice for PPC_86xx.\n\nAlso fix 80-column run-over.\n\nSigned-off-by: Jon Loeliger \u003cjdl@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "707ba16f0ffed3b83ced3c7f4d4d332a70f8b41d",
      "tree": "b09fd11a02e17ab66a9bafbf53463e03dc713bb8",
      "parents": [
        "f583165f6a926e9f27ff8d15c0e4b22e83f0d599"
      ],
      "author": {
        "name": "Jon Loeliger",
        "email": "jdl@freescale.com",
        "time": "Thu Aug 03 16:27:57 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Aug 18 10:02:45 2006 +1000"
      },
      "message": "[POWERPC] Add MPC8641 HPCN Device Tree Source file.\n\nAs per list discussion, let\u0027s add device tree source files\nunder powerpc/boot/dts.  If nothing else, it is a starting point.\n\nSigned-off-by: Jon Loeliger \u003cjdl@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "f583165f6a926e9f27ff8d15c0e4b22e83f0d599",
      "tree": "d4765340b1184a4a94565bbad197cb7b2488d6d1",
      "parents": [
        "9a936a2e0526089194159eae31238e36b1c19e74"
      ],
      "author": {
        "name": "Jon Loeliger",
        "email": "jdl@jdl.com",
        "time": "Thu Aug 17 08:42:35 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Aug 18 09:50:16 2006 +1000"
      },
      "message": "[POWERPC] Convert to mac-address for ethernet MAC address data.\n\nAlso accept \"local-mac-address\".  However the old \"address\"\nis now obsolete, but accepted for backwards compatibility.\nIt should be removed after all device trees have been\nconverted to use \"mac-address\".\n\nSigned-off-by: Jon Loeliger \u003cjdl@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "6e8fcbf64024f9056ba122abbb66554aa76bae5d",
      "tree": "61fec2bd4815d30110dc2ba7da3b7578fb08a0d8",
      "parents": [
        "acd6e00b8e4db542cb6bc9ddfbb4e18bbe29ce4d"
      ],
      "author": {
        "name": "Alexey Kuznetsov",
        "email": "kuznet@ms2.inr.ac.ru",
        "time": "Thu Aug 17 16:44:46 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Aug 17 16:44:46 2006 -0700"
      },
      "message": "[IPV4]: severe locking bug in fib_semantics.c\n\nFound in 2.4 by Yixin Pan \u003cyxpan@hotmail.com\u003e.\n\n\u003e When I read fib_semantics.c of Linux-2.4.32, write_lock(\u0026fib_info_lock) \u003d\n\u003e is used in fib_release_info() instead of write_lock_bh(\u0026fib_info_lock).  \u003d\n\u003e Is the following case possible: a BH interrupts fib_release_info() while \u003d\n\u003e holding the write lock, and calls ip_check_fib_default() which calls \u003d\n\u003e read_lock(\u0026fib_info_lock), and spin forever.\n\nSigned-off-by: Alexey Kuznetsov \u003ckuznet@ms2.inr.ac.ru\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "acd6e00b8e4db542cb6bc9ddfbb4e18bbe29ce4d",
      "tree": "f644e1ee2a5d85b1d680897105ad8f38a562cfc1",
      "parents": [
        "c7fa9d189e93877a1fa08ab00f230e0689125e45"
      ],
      "author": {
        "name": "David L Stevens",
        "email": "dlstevens@us.ibm.com",
        "time": "Thu Aug 17 16:27:39 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:57 2006 -0700"
      },
      "message": "[MCAST]: Fix filter leak on device removal.\n\nThis fixes source filter leakage when a device is removed and a\nprocess leaves the group thereafter.\n\nThis also includes corresponding fixes for IPv6 multicast source\nfilters on device removal.\n\nSigned-off-by: David L Stevens \u003cdlstevens@us.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c7fa9d189e93877a1fa08ab00f230e0689125e45",
      "tree": "26aab5d6e79f8c25c89a8a70fa18c9c29819b8f0",
      "parents": [
        "d4274b51a5c8147b5341e15927368e75b632d297"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Aug 15 16:34:13 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:56 2006 -0700"
      },
      "message": "[NET]: Disallow whitespace in network device names.\n\nIt causes way too much trouble and confusion in userspace.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d4274b51a5c8147b5341e15927368e75b632d297",
      "tree": "fbf4f8b5929bc89acada9b3cbfc588cf1f159e92",
      "parents": [
        "c0956bd25161bff45304d482cda51ca4b3b572f1"
      ],
      "author": {
        "name": "Panagiotis Issaris",
        "email": "takis@issaris.org",
        "time": "Tue Aug 15 16:01:07 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:55 2006 -0700"
      },
      "message": "[PPP]: handle kmalloc failures and convert to using kzalloc\n\nThe PPP code contains two kmalloc()s followed by memset()s without\nhandling a possible memory allocation failure.  (Suggested by Joe\nPerches).\n\nAnd furthermore, conversions from kmalloc+memset to kzalloc.\n\n[akpm@osdl.org: fix error-path leak]\n[akpm@osdl.org: cleanups]\n[paulus@samba.org: don\u0027t add useless printk and cardmap_destroy calls]\n\nSigned-off-by: Panagiotis Issaris \u003ctakis@issaris.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c0956bd25161bff45304d482cda51ca4b3b572f1",
      "tree": "d8cb679684f4a4e9a3cdc7808ed26cfd0f12b43b",
      "parents": [
        "b9c6e3e96669ade31afd3a39f17393e577b609c5"
      ],
      "author": {
        "name": "Ralf Hildebrandt",
        "email": "Ralf.Hildebrandt@charite.de",
        "time": "Tue Aug 15 02:12:43 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:54 2006 -0700"
      },
      "message": "[PKT_SCHED] cls_u32: Fix typo.\n\nSigned-off-by: Ralf Hildebrandt \u003cRalf.Hildebrandt@charite.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b9c6e3e96669ade31afd3a39f17393e577b609c5",
      "tree": "a503803033ea92a516c41312f6bdac65e5bd80d9",
      "parents": [
        "932f3772cf76cc1b1fd1538ceee3edba9bf2164f"
      ],
      "author": {
        "name": "Kevin Hilman",
        "email": "khilman@mvista.com",
        "time": "Tue Aug 15 02:02:33 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:53 2006 -0700"
      },
      "message": "[ATM]: Compile error on ARM\n\natm_proc_exit() is declared as __exit, and thus in .exit.text.  On\nsome architectures (ARM) .exit.text is discarded at compile time, and\nsince atm_proc_exit() is called by some other __init functions, it\nresults in a link error.\n\nSigned-off-by: Kevin Hilman \u003ckhilman@mvista.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "932f3772cf76cc1b1fd1538ceee3edba9bf2164f",
      "tree": "f9ad57d1369359d30fbab271cb736519c0606e20",
      "parents": [
        "2f8af120a159a843948749ea88bcacda9779b132"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Aug 15 01:39:36 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:52 2006 -0700"
      },
      "message": "[BNX2]: Convert to netdev_alloc_skb()\n\nConvert dev_alloc_skb() to netdev_alloc_skb() and increase default\nrx ring size to 255. The old ring size of 100 was too small.\n\nUpdate version to 1.4.44.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2f8af120a159a843948749ea88bcacda9779b132",
      "tree": "e633037a72db856b8078e814e3451dd8f44c14de",
      "parents": [
        "fb33f82568d32016b3b3c00819574f9526e52be3"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Aug 15 01:39:10 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:51 2006 -0700"
      },
      "message": "[BNX2]: Fix tx race condition.\n\nFix a subtle race condition between bnx2_start_xmit() and bnx2_tx_int()\nsimilar to the one in tg3 discovered by Herbert Xu:\n\nCPU0\t\t\t\t\tCPU1\nbnx2_start_xmit()\n\tif (tx_ring_full) {\n\t\ttx_lock\n\t\t\t\t\tbnx2_tx()\n\t\t\t\t\t\tif (!netif_queue_stopped)\n\t\tnetif_stop_queue()\n\t\tif (!tx_ring_full)\n\t\t\t\t\t\tupdate_tx_ring\n\t\t\tnetif_wake_queue()\n\t\ttx_unlock\n\t}\n\nEven though tx_ring is updated before the if statement in bnx2_tx_int() in\nprogram order, it can be re-ordered by the CPU as shown above.  This\nscenario can cause the tx queue to be stopped forever if bnx2_tx_int() has\njust freed up the entire tx_ring.  The possibility of this happening\nshould be very rare though.\n\nThe following changes are made, very much identical to the tg3 fix:\n\n1. Add memory barrier to fix the above race condition.\n\n2. Eliminate the private tx_lock altogether and rely solely on\nnetif_tx_lock.  This eliminates one spinlock in bnx2_start_xmit()\nwhen the ring is full.\n\n3. Because of 2, use netif_tx_lock in bnx2_tx_int() before calling\nnetif_wake_queue().\n\n4. Add memory barrier to bnx2_tx_avail().\n\n5. Add bp-\u003etx_wake_thresh which is set to half the tx ring size.\n\n6. Check for the full wake queue condition before getting\nnetif_tx_lock in tg3_tx().  This reduces the number of unnecessary\nspinlocks when the tx ring is full in a steady-state condition.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "fb33f82568d32016b3b3c00819574f9526e52be3",
      "tree": "dea58578fe7ae7b0fd3f375983e5544cd9c1c03c",
      "parents": [
        "bb699cbca0096aa3f5f750264ec0af080732375a"
      ],
      "author": {
        "name": "Jan \"Yenya\" Kasprzak",
        "email": "kas@fi.muni.cz",
        "time": "Tue Aug 15 01:33:50 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:50 2006 -0700"
      },
      "message": "[NET]: Terminology in ip-sysctl.txt\n\nthis minor patch fixes the description of net.ipv4.tcp_mem sysctl\nin ip-sysctl.txt - the headline names the values \"min, pressure, max\",\nwhile the description uses the \"low, pressure, high\" values.\nBoth tcp_rmem and tcp_wmem descriptions use the \"min, pressure, max\"\nvalues, so I have changed the tcp_mem to match this and not vice versa.\n\nSigned-off-by: Jan \"Yenya\" Kasprzak \u003ckas@fi.muni.cz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "bb699cbca0096aa3f5f750264ec0af080732375a",
      "tree": "4340b45f9750f7855abe937ff9c5c1427166e48a",
      "parents": [
        "640c41c77a96dbbfb74d40ae86ab75b759afb911"
      ],
      "author": {
        "name": "Michal Ruzicka",
        "email": "michal.ruzicka@comstar.cz",
        "time": "Tue Aug 15 00:20:17 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:49 2006 -0700"
      },
      "message": "[IPV4]: Possible leak of multicast source filter sctructure\n\nThere is a leak of a socket\u0027s multicast source filter list structure\non closing a socket with a multicast source filter set on an interface\nthat does not exist any more.\n\nSigned-off-by: Michal Ruzicka \u003cmichal.ruzicka@comstar.cz\u003e\nAcked-by: David L Stevens \u003cdlstevens@us.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "640c41c77a96dbbfb74d40ae86ab75b759afb911",
      "tree": "58c7ae0097b2d5a2b724ffb36edcd3a3ab18ba05",
      "parents": [
        "deb47c66e12a645f7eec9b1c153c05ed47989439"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Aug 15 00:06:56 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:48 2006 -0700"
      },
      "message": "[IPV6] lockdep: annotate __icmpv6_socket\n\nSplit off __icmpv6_socket\u0027s sk-\u003esk_dst_lock class, because it gets\nused from softirqs, which is safe for __icmpv6_sockets (because they\nnever get directly used via userspace syscalls), but unsafe for normal\nsockets.\n\nHas no effect on non-lockdep kernels.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "deb47c66e12a645f7eec9b1c153c05ed47989439",
      "tree": "388b5f4f24bc74fc03fcf3d67f3ae1c65f356177",
      "parents": [
        "855751125093f758871b70da2951d8b92b6368cc"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Aug 15 00:04:56 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:47 2006 -0700"
      },
      "message": "[NETFILTER]: xt_physdev build fix\n\nIt needs netfilter_bridge.h for brnf_deferred_hooks\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "855751125093f758871b70da2951d8b92b6368cc",
      "tree": "6c9e71da19a4fa164380c25c0d443f4eb965c917",
      "parents": [
        "7ea49ed73c8d0d0bdf7c11fc18c61572d2d22176"
      ],
      "author": {
        "name": "Suresh Siddha",
        "email": "suresh.b.siddha@intel.com",
        "time": "Tue Aug 15 00:03:01 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:47 2006 -0700"
      },
      "message": "[NET]: Fix potential stack overflow in net/core/utils.c\n\nOn High end systems (1024 or so cpus) this can potentially cause stack\noverflow.  Fix the stack usage.\n\nSigned-off-by: Suresh Siddha \u003csuresh.b.siddha@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7ea49ed73c8d0d0bdf7c11fc18c61572d2d22176",
      "tree": "09cf48c5f48bdee89b7a2579ba4c7b072ca842e9",
      "parents": [
        "774bd8613d0188cda72408f8ffce258d73953cad"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Aug 14 17:08:36 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Aug 17 16:29:46 2006 -0700"
      },
      "message": "[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.\n\nSince __vlan_hwaccel_rx() is essentially bypassing the\nnetif_receive_skb() call that would have occurred if we did the VLAN\ndecapsulation in software, we are missing the skb_bond() call and the\nassosciated checks it does.\n\nExport those checks via an inline function, skb_bond_should_drop(),\nand use this in __vlan_hwaccel_rx().\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9a936a2e0526089194159eae31238e36b1c19e74",
      "tree": "fbc8063ccd2c78eeb135047f5a603b6f0d7b8959",
      "parents": [
        "e5c14ce118ab6a96afb2af5c4ec9727b03ab1936"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sun Aug 06 20:51:25 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Aug 18 07:23:29 2006 +1000"
      },
      "message": "[POWERPC] powerpc: Clear HID0 attention enable on PPC970 at boot time\n\nClear HID0[en_attn] at CPU init time on PPC970.  Closes CVE-2006-4093.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e5c14ce118ab6a96afb2af5c4ec9727b03ab1936",
      "tree": "8533e1253717881dc93bca17537d4ff9418fabdc",
      "parents": [
        "83db3dde2604d48e30a468c82da163dd1a8602b3"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 17 03:59:27 2006 +0200"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 17 16:41:11 2006 +1000"
      },
      "message": "[POWERPC] Fix irq radix tree remapping typo\n\nThe code for using the radix tree for reverse mapping of interrupts has\na typo that causes it to create incorrect mappings if the software and\nhardware numbers happen to be different. This would, among others, cause\nthe IDE interrupt to fail on js20\u0027s. This fixes it.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "83db3dde2604d48e30a468c82da163dd1a8602b3",
      "tree": "6955ecdc6b0901da808686a2e9e07a3646008aac",
      "parents": [
        "b6f35b4966e0ae59cec45e5292b100698d12dc5f"
      ],
      "author": {
        "name": "Ananth N Mavinakayanahalli",
        "email": "ananth@in.ibm.com",
        "time": "Fri Aug 11 17:01:34 2006 +0530"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 17 16:41:10 2006 +1000"
      },
      "message": "[POWERPC] kprobes: Fix possible system crash during out-of-line single-stepping\n\n- On archs that have no-exec support, we vmalloc() a executable scratch\narea of PAGE_SIZE and divide it up into an array of slots of maximum\ninstruction size for that arch\n- On a kprobe registration, the original instruction is copied to the\nfirst available free slot, so if multiple kprobes are registered, chances\nare, they get contiguous slots\n- On POWER4, due to not having coherent icaches, we could hit a situation\nwhere a probe that is registered on one processor, is hit immediately on\nanother. This second processor could have fetched the stream of text from\nthe out-of-line single-stepping area *before* the probe registration\ncompleted, possibly due to an earlier (and a different) kprobe hit and\nhence would see stale data at the slot.\n\nExecuting such an arbitrary instruction lead to a problem as reported\nin LTC bugzilla 23555.\n\nThe correct solution is to call flush_icache_range() as soon as the\ninstruction is copied for out-of-line single-stepping, so the correct\ninstruction is seen on all processors.\n\nThanks to Will Schmidt who tracked this down.\n\nSigned-off-by: Ananth N Mavinakayanahalli \u003cananth@in.ibm.com\u003e\nAcked-by: Will Schmidt \u003cwill_schmidt@vnet.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b6f35b4966e0ae59cec45e5292b100698d12dc5f",
      "tree": "5ff3b2832c1c3eebbef699df710068ab106ab2db",
      "parents": [
        "47585d8f5dea10dea49c948f1fb13ef7632409c7"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Wed Jul 05 14:39:43 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 17 16:41:10 2006 +1000"
      },
      "message": "[POWERPC] Make crash.c work on 32-bit and 64-bit\n\nTo compile kexec on 32-bit we need a few more bits and pieces. Rather\nthan add empty definitions, we can make crash.c work on 32-bit, with\nonly a couple of kludges.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "47585d8f5dea10dea49c948f1fb13ef7632409c7",
      "tree": "d9386ca930b7470e64f3d60076e3cf72f1b22c75",
      "parents": [
        "90bdde362cc506173c1d18b8f516b18e5b228e96"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Wed Jul 05 14:39:42 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 17 16:41:10 2006 +1000"
      },
      "message": "[POWERPC] Move some kexec logic into machine_kexec.c\n\nWe\u0027re missing a few functions for kexec to compile on 32-bit. There\u0027s\nnothing really 64-bit specific about the 64-bit versions, so make them\ngeneric rather than adding empty definitions for 32-bit.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "90bdde362cc506173c1d18b8f516b18e5b228e96",
      "tree": "38d9739db7292724c4577790483d7f551bec74fc",
      "parents": [
        "eac8392f9591b359847b8a6abb75ca60967bcecd"
      ],
      "author": {
        "name": "Will Schmidt",
        "email": "will_schmidt@vnet.ibm.com",
        "time": "Tue Aug 08 09:40:00 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 17 16:41:10 2006 +1000"
      },
      "message": "[POWERPC] update {g5,iseries,pseries}_defconfigs\n\nUpdating the defconfigs for iseries, pseries, and G5.   Sticking with\nthe defaults, with the following exceptions:  I\u0027ve turned off HW_RANDOM\nfor all three configs.   For G5, I\u0027ve enabled SND_AOA and friends as\nmodules; this includes the FABRIC_LAYOUT, ONYX, TAS, TOONIE and\nSOUNDBUS* config options.\n\nSigned-off-by: Will Schmidt \u003cwill_schmidt@vnet.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "eac8392f9591b359847b8a6abb75ca60967bcecd",
      "tree": "b4f834392fe4021bbace3c0f58ad01581cfd844e",
      "parents": [
        "81b73dd92b97423b8f5324a59044da478c04f4c4"
      ],
      "author": {
        "name": "David Wilder",
        "email": "dwilder@us.ibm.com",
        "time": "Thu Jun 29 15:17:30 2006 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 17 16:41:10 2006 +1000"
      },
      "message": "[POWERPC] Make secondary CPUs call into kdump on reset exception\n\nIn the case of a system hang, the user will invoke soft-reset to\ninitiate the kdump boot.  If xmon is enabled, the CPU(s) enter into the\nxmon debugger.   Unfortunately, the secondary CPU(s) will return to the\nhung state when they exit from the debugger (returned from die() -\u003e\nsystem_reset_exception()).  This causes a problem in kdump since the\nhung CPU(s) will not respond to the IPI sent from kdump.  This patch\nfixes the issue by calling crash_kexec_secondary() directly from\nsystem_reset_exception() without returning to the previous state.  These\nsecondary CPUs wait 5ms until the kdump boot is started by the primary\nCPU.   In the case we exited from the debugger to \"recover\" (command \u0027x\u0027\nin xmon) the primary and the secondary CPUs will all return from die()\n-\u003e system_reset_exception() -\u003ecrash_kexec_secondary() wait 5ms, then\nreturn to the previous state.  A kdump boot is not started in this case.\n\nSigned-off-by: Haren Myneni \u003charen@us.ibm.com\u003e\nSigned-off-by: David Wilder \u003cdwilder@us.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "891b11f619dcfe045015394fa89041f02dac9428",
      "tree": "b4b9c10c42d2ab2e68671055510183d0a11cb5a2",
      "parents": [
        "3ae84d9269592a1284892c93597a604a894f1102"
      ],
      "author": {
        "name": "Auke Kok",
        "email": "auke\\-jan.h.kok@intel.com",
        "time": "Wed Aug 16 13:47:31 2006 -0700"
      },
      "committer": {
        "name": "Auke Kok",
        "email": "juke-jan.h.kok@intel.com",
        "time": "Wed Aug 16 13:47:31 2006 -0700"
      },
      "message": "ixgb: Increment version to 1.0.109-k4\n\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\n"
    },
    {
      "commit": "3ae84d9269592a1284892c93597a604a894f1102",
      "tree": "e6bb8f5adf7b944ff21b25b0a4586529efceeefb",
      "parents": [
        "0fe198a5e10229b269624a18bbd390001a8d3476"
      ],
      "author": {
        "name": "Jesse Brandeburg",
        "email": "jesse.brandeburg@intel.com",
        "time": "Wed Aug 16 13:47:25 2006 -0700"
      },
      "committer": {
        "name": "Auke Kok",
        "email": "juke-jan.h.kok@intel.com",
        "time": "Wed Aug 16 13:47:25 2006 -0700"
      },
      "message": "ixgb: fix cache miss due to miscalculation\n\nReduce writeback threshold by 1. We were instructing the hardware to\nwait until the 17th descriptor which went over the cache line limit.\n\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: Auke Kok \u003cauke.jan.h.kok@intel.com\u003e\n"
    },
    {
      "commit": "0fe198a5e10229b269624a18bbd390001a8d3476",
      "tree": "80d96642bec0829a89082a121c78c4aeaa067e0b",
      "parents": [
        "dc335d9735220b3a9ece5ec2d95864b1e8ff06a0"
      ],
      "author": {
        "name": "Manasi Deval",
        "email": "manasi.deval@intel.com",
        "time": "Wed Aug 16 13:47:20 2006 -0700"
      },
      "committer": {
        "name": "Auke Kok",
        "email": "juke-jan.h.kok@intel.com",
        "time": "Wed Aug 16 13:47:20 2006 -0700"
      },
      "message": "ixgb: Add CX4 PHY type detection and subdevice ID.\n\nSigned-off-by: Manasi Deval \u003cmanasi.deval@intel.com\u003e\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\n"
    },
    {
      "commit": "dc335d9735220b3a9ece5ec2d95864b1e8ff06a0",
      "tree": "3a5ea5a43370be5507f03c9a060ca8f1544af3e7",
      "parents": [
        "600c977c0801210602d7502f9c978c2b8c31a209"
      ],
      "author": {
        "name": "Auke Kok",
        "email": "auke\\-jan.h.kok@intel.com",
        "time": "Wed Aug 16 13:39:09 2006 -0700"
      },
      "committer": {
        "name": "Auke Kok",
        "email": "juke-jan.h.kok@intel.com",
        "time": "Wed Aug 16 13:39:09 2006 -0700"
      },
      "message": "e1000: Increment driver version to 7.1.9-k6\n\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\n"
    },
    {
      "commit": "600c977c0801210602d7502f9c978c2b8c31a209",
      "tree": "ff7a270e51012a4e10717e68ff9a0a2a7d57dd82",
      "parents": [
        "7820d4281a0d746a92992a9117aec007628ae3fe"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Wed Aug 16 13:39:04 2006 -0700"
      },
      "committer": {
        "name": "Auke Kok",
        "email": "juke-jan.h.kok@intel.com",
        "time": "Wed Aug 16 13:39:04 2006 -0700"
      },
      "message": "e1000: Disable aggressive clocking on esb2 with SERDES port\n\nDisable aggressive clocking on esb2 with SERDES port as it causes\nhardware problems.\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\n"
    },
    {
      "commit": "7820d4281a0d746a92992a9117aec007628ae3fe",
      "tree": "4691b2f0f5a81ee508e360a3373c6364c146c1db",
      "parents": [
        "c9c1b834c7b6e00badfd9a775682644f192f0357"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Wed Aug 16 13:39:00 2006 -0700"
      },
      "committer": {
        "name": "Auke Kok",
        "email": "juke-jan.h.kok@intel.com",
        "time": "Wed Aug 16 13:39:00 2006 -0700"
      },
      "message": "e1000: Force full DMA clocking for 10/100 speed\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\n"
    }
  ],
  "next": "c9c1b834c7b6e00badfd9a775682644f192f0357"
}
