)]}'
{
  "log": [
    {
      "commit": "6a878184c202395ea17212f111ab9ec4b5f6d6ee",
      "tree": "7a4143652fcb41693af44963b7e94b334dd94f54",
      "parents": [
        "d8a33496671e4533aed090793436d58debea6f3a"
      ],
      "author": {
        "name": "Jan Blunck",
        "email": "jblunck@suse.de",
        "time": "Sun Jan 08 01:05:07 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:14:07 2006 -0800"
      },
      "message": "[PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1\n\nSince version 4.1 the gcc is warning about ignored attributes. This patch is\nusing the equivalent attribute on the struct instead of on each of the\nstructure or union members.\n\nGCC Manual:\n  \"Specifying Attributes of Types\n\n   packed\n    This attribute, attached to struct or union type definition, specifies\n    that\n    each member of the structure or union is placed to minimize the memory\n    required. When attached to an enum definition, it indicates that the\n    smallest integral type should be used.\n\n    Specifying this attribute for struct and union types is equivalent to\n    specifying the packed attribute on each of the structure or union\n    members.\"\n\nSigned-off-by: Jan Blunck \u003cjblunck@suse.de\u003e\nCc: Dave Jones \u003cdavej@codemonkey.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9ded96f24c3a5fcbef954e88c443385a1af37eb9",
      "tree": "49f43337e2b8d63a5a28402a15d99fe27d8d2a1c",
      "parents": [
        "705b6c7b34f2621f95f606d0e683daa10cdb8eb9"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+lkml@arm.linux.org.uk",
        "time": "Sun Jan 08 01:02:07 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:13:46 2006 -0800"
      },
      "message": "[PATCH] IRQ type flags\n\nSome ARM platforms have the ability to program the interrupt controller to\ndetect various interrupt edges and/or levels.  For some platforms, this is\ncritical to setup correctly, particularly those which the setting is dependent\non the device.\n\nCurrently, ARM drivers do (eg) the following:\n\n\terr \u003d request_irq(irq, ...);\n\n\tset_irq_type(irq, IRQT_RISING);\n\nHowever, if the interrupt has previously been programmed to be level sensitive\n(for whatever reason) then this will cause an interrupt storm.\n\nHence, if we combine set_irq_type() with request_irq(), we can then safely set\nthe type prior to unmasking the interrupt.  The unfortunate problem is that in\norder to support this, these flags need to be visible outside of the ARM\narchitecture - drivers such as smc91x need these flags and they\u0027re\ncross-architecture.\n\nFinally, the SA_TRIGGER_* flag passed to request_irq() should reflect the\nproperty that the device would like.  The IRQ controller code should do its\nbest to select the most appropriate supported mode.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "277cb103e3d7b31b8f4941b6a495b1b80236b05c",
      "tree": "3a0f4bb2e2342fb41425301fbcb4b711a9d179e4",
      "parents": [
        "37610ff3cb63f59b89370681ff780687d8a7bed3"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jan 08 01:01:14 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:12:46 2006 -0800"
      },
      "message": "[PATCH] cs89x0: fix up after pnx0105 Kconfig symbol renaming\n\nThe Kconfig symbol for pnx0105 was recently renamed to ARCH_PNX010X.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nCc: dmitry pervushin \u003cdpervushin@ru.mvista.com\u003e\nCc: \u003cdsaxena@plexity.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "37610ff3cb63f59b89370681ff780687d8a7bed3",
      "tree": "3bc3e49f946cb0baed2a0dcdcc0ac05ad2471d4b",
      "parents": [
        "084f746a01ca026920e388e76e913cc7a26d5a3f"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jan 08 01:01:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:12:46 2006 -0800"
      },
      "message": "[PATCH] fix Kconfig depends for cs89x0 (PNX010X support)\n\nPNX010X support for CS89x0 should be conditional on NET_PCI, as it is an \u0027on\nboard controller\u0027 and NET_PCI includes that category of NICs.  Since\nARCH_PNX0105 was recently changed to ARCH_PNX010X, incorporate that change as\nwell while we\u0027re at it.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nCc: dmitry pervushin \u003cdpervushin@ru.mvista.com\u003e\nCc: \u003cdsaxena@plexity.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "084f746a01ca026920e388e76e913cc7a26d5a3f",
      "tree": "8eb430502c39b4398bb162e80b012cc659fc4eee",
      "parents": [
        "3b68d70dffe255e7681d5725d96bc2b92a24bb9d"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jan 08 01:01:12 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:12:46 2006 -0800"
      },
      "message": "[PATCH] cs89x0: switch {in,out}sw to {read,write}words\n\nImplement readwords/writewords that use readword/writeword, and switch the\nrest of the driver over to use these.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nCc: dmitry pervushin \u003cdpervushin@ru.mvista.com\u003e\nCc: \u003cdsaxena@plexity.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3b68d70dffe255e7681d5725d96bc2b92a24bb9d",
      "tree": "0f311381f9d39e10360431cb57c94b7bcae62727",
      "parents": [
        "3eaa5e7dcce0653d2bfd2ab85a623687da49f8d5"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jan 08 01:01:11 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:12:45 2006 -0800"
      },
      "message": "[PATCH] cs89x0: cleanly implement ixdp2x01 and pnx0501 support\n\nImplement suitable versions of the readword/writeword macros for ixdp2x01 and\npnx0501.  Handle the 32-bit spacing of the registers in these functions\ninstead of in the header file.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nCc: dmitry pervushin \u003cdpervushin@ru.mvista.com\u003e\nCc: \u003cdsaxena@plexity.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3eaa5e7dcce0653d2bfd2ab85a623687da49f8d5",
      "tree": "92f8471f9776088acec5db6efb7fe9158446a583",
      "parents": [
        "0d5affcfe23ade8c4c01154e7e381e2a9a916399"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jan 08 01:01:10 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:12:45 2006 -0800"
      },
      "message": "[PATCH] cs89x0: make {read,write}reg use {read,write}word\n\nMake readreg/writereg use readword/writeword.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nCc: dmitry pervushin \u003cdpervushin@ru.mvista.com\u003e\nCc: \u003cdsaxena@plexity.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0d5affcfe23ade8c4c01154e7e381e2a9a916399",
      "tree": "ba1e07c7e7ade464c79fa76681f5883136333608",
      "parents": [
        "fc8c7d79b117f7a5b17640bf657d95afe4025bb8"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jan 08 01:01:09 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:12:45 2006 -0800"
      },
      "message": "[PATCH] cs89x0: swap {read,write}reg and {read,write}word\n\nReverse the order of readreg/writereg and readword/writeword in the\nfile, so that we can make readreg/writereg use readword/writeword.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nCc: dmitry pervushin \u003cdpervushin@ru.mvista.com\u003e\nCc: \u003cdsaxena@plexity.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fc8c7d79b117f7a5b17640bf657d95afe4025bb8",
      "tree": "15255d30ca5e97793abbb8fc5bef83b8eb6495c2",
      "parents": [
        "974dffc2dd72d499a3ff150f61c8025b097a2c34"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jan 08 01:01:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:12:45 2006 -0800"
      },
      "message": "[PATCH] cs89x0: convert {inw,outw} calls to {read,write}word\n\nSwitch all occurences of inw/outw in the driver over to readword/writeword.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nCc: dmitry pervushin \u003cdpervushin@ru.mvista.com\u003e\nCc: \u003cdsaxena@plexity.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "974dffc2dd72d499a3ff150f61c8025b097a2c34",
      "tree": "17b4a4890466dd8f67cd5163030c6f9675d3adb7",
      "parents": [
        "2f659f462d2ab519068d0e2bb677d7a700decb8d"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jan 08 01:01:06 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:12:45 2006 -0800"
      },
      "message": "[PATCH] cs89x0: make {read,write}word take base_addr\n\nreadword() and writeword() take a \u0027struct net_device *\u0027 and deref its\n-\u003ebase_addr member.  Make them take the base_addr directly instead, so\nthat we can switch the other occurences of inw/outw in the file over\nto readword/writeword as well.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nCc: dmitry pervushin \u003cdpervushin@ru.mvista.com\u003e\nCc: \u003cdsaxena@plexity.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b341387225832c392ed83b9f89d15668b033a106",
      "tree": "38f153768969a3b6ad6b10e735931913baee2983",
      "parents": [
        "e16a8f0b8c53312beb1d8b52e463aae79aa809c7"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Fri Jan 06 23:08:42 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Jan 07 12:57:40 2006 -0800"
      },
      "message": "[AX25/MKISS]: unbalanced spinlock_bh in ax_encaps()\n\nThe unlocking disappeared during commit\n5793f4be23f0171b4999ca68a39a9157b44139f3.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6a85081d1c3ab7935c3ade8f4b2700a860d6fb2e",
      "tree": "73cae3b34825a7ca26bf86cd0baf031ed652ccb4",
      "parents": [
        "6a19b41b35bf45fc27a46dccf26005b3f44c1aa1"
      ],
      "author": {
        "name": "Marko Kohtala",
        "email": "marko.kohtala@gmail.com",
        "time": "Fri Jan 06 00:19:51 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:58 2006 -0800"
      },
      "message": "[PATCH] parport: include fixes\n\nSmall cleanup of includes meant for older implementation.\n\nSigned-off-by: Marko Kohtala \u003cmarko.kohtala@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "347a8dc3b815f0c0fa62a1df075184ffe4cbdcf1",
      "tree": "a6ec76690127e87fe6efa42b6238caadd6c07e7b",
      "parents": [
        "9bbc8346fb21fad3f678220b067450e436e45dbf"
      ],
      "author": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Fri Jan 06 00:19:28 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:53 2006 -0800"
      },
      "message": "[PATCH] s390: cleanup Kconfig\n\nSanitize some s390 Kconfig options.  We have ARCH_S390, ARCH_S390X,\nARCH_S390_31, 64BIT, S390_SUPPORT and COMPAT.  Replace these 6 options by\nS390, 64BIT and COMPAT.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f8cfa618dccbdc6dab5297f75779566a388a98fd",
      "tree": "b91e0952038dafc6e03bf8b1d8948b1fdefec031",
      "parents": [
        "b463581154f3f3eecda27cae60df813fefcd84d3"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Nov 14 21:25:51 2005 +0100"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Fri Jan 06 00:03:24 2006 +0100"
      },
      "message": "[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback\n\nUnify the EVENT_CARD_INSERTION and \"attach\" callbacks to one unified\nprobe() callback. As all in-kernel drivers are changed to this new\ncallback, there will be no temporary backwards-compatibility. Inside a\nprobe() function, each driver _must_ set struct pcmcia_device\n*p_dev-\u003einstance and instance-\u003ehandle correctly.\n\nWith these patches, the basic driver interface for 16-bit PCMCIA drivers\nnow has the classic four callbacks known also from other buses:\n\n        int (*probe)            (struct pcmcia_device *dev);\n        void (*remove)          (struct pcmcia_device *dev);\n\n        int (*suspend)          (struct pcmcia_device *dev);\n        int (*resume)           (struct pcmcia_device *dev);\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "b463581154f3f3eecda27cae60df813fefcd84d3",
      "tree": "5e5b0f7a32b0727b64e52b9b2649897e6c841074",
      "parents": [
        "f3990715589d378a2d3aa9b8accd78bb4a2378b7"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Nov 14 21:25:35 2005 +0100"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Fri Jan 06 00:03:20 2006 +0100"
      },
      "message": "[PATCH] pcmcia: remove dev_list from drivers\n\nThe linked list of devices managed by each PCMCIA driver is, in very most\ncases, unused. Therefore, remove it from many drivers.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "cc3b4866bee996c922e875b8c8efe9f0d8803aae",
      "tree": "6632837b6986f33566f75ed971cecbdc210e3201",
      "parents": [
        "8e9e793d68fcda6cc84c18cedf85ca0f91d801a8"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Nov 14 21:23:14 2005 +0100"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Fri Jan 06 00:03:10 2006 +0100"
      },
      "message": "[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback\n\nUnify the \"detach\" and REMOVAL_EVENT handlers to one \"remove\" function.\nOld functionality is preserved, for the moment.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "98e4c28b7ec390c2dad6a4c69d69629c0f7e8b10",
      "tree": "b3d46f0643352e541d6a39e6da09059687cf713d",
      "parents": [
        "63e7ebd06402951bc8863ba5b7bc9b9f42044849"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Nov 14 21:21:18 2005 +0100"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jan 05 23:59:02 2006 +0100"
      },
      "message": "[PATCH] pcmcia: new suspend core\n\nMove the suspend and resume methods out of the event handler, and into\nspecial functions. Also use these functions for pre- and post-reset, as\nalmost all drivers already do, and the remaining ones can easily be\nconverted.\n\nBugfix to include/pcmcia/ds.c\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "25c862cc9ea9b312c25a9f577f91b973131f1261",
      "tree": "8e8f56531144370ced50fa98db2973f4e93e38b0",
      "parents": [
        "52347f4e810ba323d02cd2c26b5d738f4a2c3d5e",
        "8ded4ac018ea706bf7ee926601a27184665c9c28"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:36:52 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:36:52 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild\n"
    },
    {
      "commit": "52347f4e810ba323d02cd2c26b5d738f4a2c3d5e",
      "tree": "d956016f7aefff1030ca0f7885ac6a6f890a9e94",
      "parents": [
        "1cb9e8e01d2c73184e2074f37cd155b3c4fdaae6",
        "48d727a9f93e617d6d443507acf7d1b849c63366"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:34:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:34:57 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial\n"
    },
    {
      "commit": "d779188d2baf436e67fe8816fca2ef53d246900f",
      "tree": "9bac75842a5611172860feec3c4019ff874a2b89",
      "parents": [
        "f61ea1b0c825a20a1826bb43a226387091934586",
        "ac67c6247361b3b8644b34e5301a46d5069c1373"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:31:56 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:31:56 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "d347da0deffa1d8f88f0d270eab040e4707c9916",
      "tree": "e0911f2ef4d36a7b44f7a5379feabebbd37dcfc4",
      "parents": [
        "c6c88bbde4d8b2ffe9886b7130b2e23781d424e5",
        "74cb8798222bb7d1aecb0acb91e6eeedf5feb948"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:27:41 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:27:41 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "75318d2d7cab77b14c5d3dbd5e69f2680a769e16",
      "tree": "13098167bd41d7dd0b0d3f678534a6daa29b4005",
      "parents": [
        "2143acc6dc79bdbff812f02a7dc5ab9d4fc81fc8"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Nov 21 14:53:03 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jan 04 13:48:34 2006 -0800"
      },
      "message": "[PATCH] USB: remove .owner field from struct usb_driver\n\nIt is no longer needed, so let\u0027s remove it, saving a bit of memory.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "3c19065a1e2c862becc576bc65e54f2bc1cbffe6",
      "tree": "ffea801487e7bb870fad3ef3dbd4605193acd5d4",
      "parents": [
        "88df8ef59a3eb54b1e2412765ff2736d2376d1ca"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Jan 03 15:27:38 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 03 15:27:38 2006 -0800"
      },
      "message": "[IEEE80211] ipw2200: Simplify multicast checks.\n\nFrom: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n\nis_multicast_ether_addr() accepts broadcast too, so the\nis_broadcast_ether_addr() calls are redundant.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "fd30333d0fab9e870af89e112454996c188655e9",
      "tree": "881b51d7039d5c513729a6179110f31091b2c99a",
      "parents": [
        "b5e5fa5e093e42cab4ee3d6dcbc4f450ad29a723"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Jan 03 14:19:25 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 03 14:19:25 2006 -0800"
      },
      "message": "[TG3]: fixup tot_len calculation\n\nTurning struct iphdr::tot_len into __be16 added sparse warning.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "17ba15fb6264f27374bc87f4c3f8519b80289d85",
      "tree": "3134abef98d88aa029aa7faa72d8a41686644e99",
      "parents": [
        "8639a11e23d9eb0a6ceac2feed27acdfbb158f95"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Dec 27 20:57:40 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Jan 03 13:11:23 2006 -0800"
      },
      "message": "[PPPOX]: Fix assignment into const proto_ops.\n\nAnd actually, with this, the whole pppox layer can basically\nbe removed and subsumed into pppoe.c, no other pppox sub-protocol\nimplementation exists and we\u0027ve had this thing for at least 4\nyears.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "14c850212ed8f8cbb5972ad6b8812e08a0bc901c",
      "tree": "53c88f03e7bbac4064f6e80d462ad484ee038326",
      "parents": [
        "25995ff577675b58dbd848b7758e7bad87411947"
      ],
      "author": {
        "name": "Arnaldo Carvalho de Melo",
        "email": "acme@mandriva.com",
        "time": "Tue Dec 27 02:43:12 2005 -0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Jan 03 13:11:21 2006 -0800"
      },
      "message": "[INET_SOCK]: Move struct inet_sock \u0026 helper functions to net/inet_sock.h\n\nTo help in reducing the number of include dependencies, several files were\ntouched as they were getting needed headers indirectly for stuff they use.\n\nThanks also to Alan Menegotto for pointing out that net/dccp/proto.c had\nlinux/dccp.h include twice.\n\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@mandriva.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "25995ff577675b58dbd848b7758e7bad87411947",
      "tree": "4d47595b01f8645552fa8af7b2be2019f133fefb",
      "parents": [
        "ce1d4d3e88b3a69d23c3feb436a0b36b6ca0642b"
      ],
      "author": {
        "name": "Arnaldo Carvalho de Melo",
        "email": "acme@mandriva.com",
        "time": "Tue Dec 27 02:42:22 2005 -0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Jan 03 13:11:19 2006 -0800"
      },
      "message": "[SOCK]: Introduce sk_receive_skb\n\nIts common enough to to justify that, TCP still can\u0027t use it as it has the\nprequeueing stuff, still to be made generic in the not so distant future :-)\n\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@mandriva.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ac67c6247361b3b8644b34e5301a46d5069c1373",
      "tree": "dd83147e304181e889eefa39e5056451031f4b5d",
      "parents": [
        "c4c48d83e9ffb1c25cccd59d5ea9dda6ded01faf",
        "88026842b0a760145aa71d69e74fbc9ec118ca44"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Jan 03 10:49:18 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Jan 03 10:49:18 2006 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "4a4efbdee278b2f4ed91aad2db5c006ff754276e",
      "tree": "be5742c3d3ff5382c8a6ccdcd31bfe00fb9b6491",
      "parents": [
        "7a1119b1fc87cc347d3932b8aee051e86b32818f"
      ],
      "author": {
        "name": "Matt Mackall",
        "email": "mpm@selenic.com",
        "time": "Tue Jan 03 13:27:11 2006 +0100"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@r063144.stusta.swh.mhn.de",
        "time": "Tue Jan 03 13:27:11 2006 +0100"
      },
      "message": "s/retreiv/retriev/g\n\nAs everyone knows, the rule is: \"i before e.. um.. always.\"\n\nSigned-off-by: Matt Mackall \u003cmpm@selenic.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "352dd1df32e672be4cff71132eb9c06a257872fe",
      "tree": "f8477d3133b8f43fe1108a1516295f507b2ca359",
      "parents": [
        "02959a875caec8cabd36111046ad537251ef405f"
      ],
      "author": {
        "name": "Brian Gerst",
        "email": "bgerst@didntduck.org",
        "time": "Tue Dec 27 23:43:31 2005 -0500"
      },
      "committer": {
        "name": "",
        "email": "sam@mars.ravnborg.org",
        "time": "Sun Jan 01 22:21:50 2006 +0100"
      },
      "message": "gitignore: misc files\n\nIgnore all files generated from *_shipped files, plus a few others.\n\nSigned-off-by: Brian Gerst \u003cbgerst@didntduck.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "a8b554e75b0c14d5e12a11eaea604e536f49da29",
      "tree": "53392403940c6d28c1be4b75e7b79e8c50938faa",
      "parents": [
        "091465d7514893a55dcf63e420698b21159c39a7"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Dec 28 13:05:41 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Dec 28 13:05:41 2005 -0800"
      },
      "message": "[TG3]: Update driver version and reldate.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "091465d7514893a55dcf63e420698b21159c39a7",
      "tree": "cbfaedb45164d21d0d2f4af5efad2fc78dd37f92",
      "parents": [
        "67dbb4ea33731415fe09c62149a34f472719ac1d"
      ],
      "author": {
        "name": "Chris Elmquist",
        "email": "chrise@sgi.com",
        "time": "Tue Dec 20 13:25:19 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Dec 28 13:04:52 2005 -0800"
      },
      "message": "[TG3]: ethtool -d hangs PCIe systems\n\nResubmitting after recommendation to use GET_REG32_1() instead of\nGET_REG32_LOOP(..., 1).  Retested.  Problem remains fixed.\n\nPrevent tg3_get_regs() from reading reserved and undocumented registers\nat RX_CPU_BASE and TX_CPU_BASE offsets which caused hostile behavior\non PCIe platforms.\n\nAcked-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1b93ae64cabe5e28dd5a1f35f96f938ca4f6ae20",
      "tree": "a8c5c7d08e6c658853245ad0b0cf47f0af1ff83d",
      "parents": [
        "6732badee0dad467fcc9dd0168af8677b2b1bc2f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Dec 27 13:57:59 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Dec 27 13:57:59 2005 -0800"
      },
      "message": "[NET]: Validate socket filters against BPF_MAXINSNS in one spot.\n\nCurrently the checks are scattered all over and this leads\nto inconsistencies and even cases where the check is not made.\n\nBased upon a patch from Kris Katterjohn.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a7c2491a13cc72fc09c062e635b9a77ff6bb4a73",
      "tree": "f8f4ed7bbc05369aadfd32668b892fe2740a0f3b",
      "parents": [
        "1836098f97d22c81652aeeec64d1819dc2177bdb",
        "3df3cc6d18b6dcd38c33c198fb8adf1f1fa5f4a7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 24 11:55:16 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 24 11:55:16 2005 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "1836098f97d22c81652aeeec64d1819dc2177bdb",
      "tree": "1bd940fb161aea432af117543e936ca9b677c985",
      "parents": [
        "8f43d8e1147406901b7d972d1b528d94def23b0e"
      ],
      "author": {
        "name": "Manfred Spraul",
        "email": "manfred@colorfullife.com",
        "time": "Sat Dec 24 14:19:24 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 24 11:53:32 2005 -0800"
      },
      "message": "[PATCH] forcedeth: fix random memory scribbling bug\n\nTwo critical bugs were found in forcedeth 0.47:\n - TSO doesn\u0027t work.\n - pci_map_single() for the rx buffers is called with size\u003d\u003d0.  This bug\n   is critical, it causes random memory corruptions on systems with an\n   iommu.\n\nBelow is a minimal fix for both bugs, for 2.6.15.\n\nTSO will be fixed properly in the next version.  Tested on x86-64.\n\nSigned-Off-By: Manfred Spraul \u003cmanfred@colorfullife.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "afcceaa3c7b7fbf7e2b95c5f0dd43547b03292d2",
      "tree": "1a691fea08c6ce71a339ef879a8b574308bfdc52",
      "parents": [
        "d495657200bd3ce10f9cb52401056804bf365811"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Dec 14 00:33:49 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 10:05:51 2005 -0500"
      },
      "message": "[PATCH] missing license for libphy.ko\n\nAndy,\n\nlibphy has no license tag. Something like the attached (untested!) patch\nis needed. Hopefully such a change finds its way into 2.6.15.\n\nfilename: /lib/modules/2.6.15-rc5-3-ppc64/kernel/drivers/net/phy/libphy.ko\nvermagic:       2.6.15-rc5-3-ppc64 SMP gcc-4.1\ndepends:\nsrcversion:     ACC921B5E82701BE1E6F603\n\n drivers/net/phy/phy_device.c |    4 ++++\n 1 files changed, 4 insertions(+)\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d495657200bd3ce10f9cb52401056804bf365811",
      "tree": "a1d1ddd873685657e4a9ded74a35f63047ed120e",
      "parents": [
        "c8cb00f6ac9aa13b0575726163b165fd2276ff25"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Fri Dec 16 18:57:10 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 10:05:51 2005 -0500"
      },
      "message": "[PATCH] orinoco_nortel: Add Symbol LA-4123 ID\n\nAdd ID for Symbol LA-4123.  Reported by Tomas Novak \u003ctap@post.cz\u003e\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c8cb00f6ac9aa13b0575726163b165fd2276ff25",
      "tree": "62dafcea2b222a2425d7a580c8678def4d578277",
      "parents": [
        "c162eeaa21fde6c27112690f5bc0a461a9f1763e"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Fri Dec 16 18:49:53 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 10:05:50 2005 -0500"
      },
      "message": "[PATCH] orinoco_nortel: Fix incorrect PCI resource use\n\norinoco_nortel was broken during conversion to iomem API.  Wrong PCI BAR\nis used for chipset registers.  Reported by Tomas Novak \u003ctap@post.cz\u003e\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c4c48d83e9ffb1c25cccd59d5ea9dda6ded01faf",
      "tree": "e761460e62fcc11ad358a93c3a5fb24da6ed7a77",
      "parents": [
        "6e15b7124990e4b91645601e7a90d3fe72873336"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Dec 20 15:08:10 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:38:35 2005 -0500"
      },
      "message": "[PATCH] sky2: version 0.11\n\nVersion number change.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6e15b7124990e4b91645601e7a90d3fe72873336",
      "tree": "4b7e90e86467ed541c055a69362dc5ba8bc34ec8",
      "parents": [
        "6ed995bb29f042eece8392d9bae0b83f84bcdb23"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Dec 20 15:08:09 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:38:35 2005 -0500"
      },
      "message": "[PATCH] sky2: handle hardware packet overrun\n\nIt is possible for hardware to get confused when an oversized frame\nis received. In that case, just drop the packet and increment a counter.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6ed995bb29f042eece8392d9bae0b83f84bcdb23",
      "tree": "f1ac80aa3da1a9426373d711dd5c0a16f63c959f",
      "parents": [
        "1b537565a85cbe5cc9d5174d348a9014381af718"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Dec 20 15:08:08 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:38:35 2005 -0500"
      },
      "message": "[PATCH] sky2: don\u0027t lose multicast addresses\n\nDon\u0027t lose multicast addresses when link goes down or ring\nparameters change.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "1b537565a85cbe5cc9d5174d348a9014381af718",
      "tree": "fa61606c4426c3384703db9b2bacc84b6d6ad8b4",
      "parents": [
        "edd702e847fb8a9774a2ed8d50d2b8299b8c7f89"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Dec 20 15:08:07 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:38:35 2005 -0500"
      },
      "message": "[PATCH] sky2: handle out of memory on admin changes\n\nDon\u0027t die if we run out of memory on mtu or ring parameter change.\nFor other admin operations, don\u0027t rebuild Rx ring, just restart the PHY.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "edd702e847fb8a9774a2ed8d50d2b8299b8c7f89",
      "tree": "3abf9920526b65889aa8216742d85ee3d0e39cba",
      "parents": [
        "b35de2eb389aa1889941ec3d02fff6d7a2569825"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Thu Dec 15 12:18:00 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:38:35 2005 -0500"
      },
      "message": "[PATCH] skge: error handling on resume\n\nAlso have to handle out of memory condition on resume.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "b35de2eb389aa1889941ec3d02fff6d7a2569825",
      "tree": "7ad3937122f50b2ac10d5d466b089c4b5cf99afe",
      "parents": [
        "26b7625c46d5d72570252d30fec6814682476684"
      ],
      "author": {
        "name": "Jens Osterkamp",
        "email": "Jens.Osterkamp@de.ibm.com",
        "time": "Thu Dec 15 13:42:21 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:37:39 2005 -0500"
      },
      "message": "[PATCH] spidernet: fix Kconfig after BPA-\u003eCELL rename\n\nWe changed the name of the Kconfig symbols along with\nthe move to arch/powerpc. This one hunk got lost during\nthe conversion.\n\nFrom: Jens.Osterkamp@de.ibm.com\nCc: netdev@vger.kernel.org\nSigned-off-by: Arnd Bergmann \u003carndb@de.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "26b7625c46d5d72570252d30fec6814682476684",
      "tree": "5087ee9f346cf6e839a3b442785a4c8a4fbde180",
      "parents": [
        "f15943f500c2d3edaee6b4c23dfd738715e74618"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Dec 14 19:25:23 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:37:38 2005 -0500"
      },
      "message": "[PATCH] git-netdev-all: s2io warning fix\n\ndrivers/net/s2io.c: In function `s2io_txdl_getskb\u0027:\ndrivers/net/s2io.c:2023: warning: cast from pointer to integer of different size\ndrivers/net/s2io.c: In function `s2io_open\u0027:\ndrivers/net/s2io.c:3325: warning: long long unsigned int format, u64 arg (arg 3)\ndrivers/net/s2io.c:3333: warning: long long unsigned int format, u64 arg (arg 3)\ndrivers/net/s2io.c: In function `s2io_eeprom_test\u0027:\ndrivers/net/s2io.c:4749: warning: long long unsigned int format, long unsigned int arg (arg 3)\ndrivers/net/s2io.c:4749: warning: long long unsigned int format, u64 arg (arg 4)\ndrivers/net/s2io.c:4768: warning: long long unsigned int format, long unsigned int arg (arg 3)\ndrivers/net/s2io.c:4768: warning: long long unsigned int format, u64 arg (arg 4)\n\nI had to update this patch because more warnings have just appeared.\n\nYou cannot print a u64 with %l or %ll.  You do not know what type the\narchitecture is using.  It must be cast to a type which matches the printf\ncontrol string - unsigned long long.\n\nThe patch also fixes some overly-long strings.  Please try to keep the code\nlooking neat in an 80-col window.\n\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nCc: Ananda Raju \u003cAnanda.Raju@neterion.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "f15943f500c2d3edaee6b4c23dfd738715e74618",
      "tree": "68307aabed0a157e6b764ec98e73b0e79d283745",
      "parents": [
        "3b8bb472ad8eee6f42bc82647ff5d6d9bfe49e20"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Dec 14 15:47:49 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:36:06 2005 -0500"
      },
      "message": "[PATCH] skge: version number (1.3)\n\nEnough changes for one version.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3b8bb472ad8eee6f42bc82647ff5d6d9bfe49e20",
      "tree": "a283968f8bee753cbd4be1bdbb3dcd78824c5e48",
      "parents": [
        "2770b5172e9b3d135b16d1e5d8344919ac09319d"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Dec 14 15:47:48 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:36:06 2005 -0500"
      },
      "message": "[PATCH] skge: handle out of memory on ring parameter change\n\nIf changing ring parameters is unable to allocate memory, we need\nto return an error and take the device down.\n\nFixes-bug: http://bugzilla.kernel.org/show_bug.cgi?id\u003d5715\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2770b5172e9b3d135b16d1e5d8344919ac09319d",
      "tree": "fc36114e4a8cbe74cb09a2c83482989648fe3cbf",
      "parents": [
        "7731a4ea1bbb7c9336bcdec8ef4050cf08a35268"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Dec 14 15:47:47 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:36:06 2005 -0500"
      },
      "message": "[PATCH] skge: get rid of Yukon2 defines\n\nDon\u0027t need to keep Yukon-2 related definitions around for Skge\ndriver that is only for Yukon-1 and Genesis.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7731a4ea1bbb7c9336bcdec8ef4050cf08a35268",
      "tree": "2aa5dbad868dbaa1bd60972abcd9dcb9ac66fdba",
      "parents": [
        "e8df8554605f014765732605667145c0824a12b7"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Dec 14 15:47:46 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:36:05 2005 -0500"
      },
      "message": "[PATCH] skge: handle out of memory on MTU size changes\n\nChanging the MTU size causes the receiver to have to reallocate buffers.\nIf this allocation fails, then we need to return an error, and take\nthe device offline. It can then be brought back up or reconfigured\nfor a smaller MTU.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "e8df8554605f014765732605667145c0824a12b7",
      "tree": "1cc2a9230a90483ff86d67592764c9482c490dce",
      "parents": [
        "ee294dcda1d5dea5b909164cdc459a8483ee2983"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Dec 14 15:47:45 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:36:05 2005 -0500"
      },
      "message": "[PATCH] skge: avoid up/down on pause param changes\n\nChange the pause settings doesn\u0027t need to cause link to go down/up.\nIt can be handled by the phy_reset code.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ee294dcda1d5dea5b909164cdc459a8483ee2983",
      "tree": "35141a9b95b0713bf79bd44de75517eb37c937c7",
      "parents": [
        "aa84505fb0fb9504c61d77e8e6930a417fc404d6"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Dec 14 15:47:44 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:36:05 2005 -0500"
      },
      "message": "[PATCH] skge: avoid up/down on speed changes\n\nChange the speed settings doesn\u0027t need to cause link to go down/up.\nIt can be handled by doing the same logic as nway_reset.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "aa84505fb0fb9504c61d77e8e6930a417fc404d6",
      "tree": "f81404128e2340df1827104ab063a0f0cfd45691",
      "parents": [
        "ebc62fb36ca40539fb08575f94c7da75d1b9db85"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Dec 14 14:38:44 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 24 09:35:17 2005 -0500"
      },
      "message": "[PATCH] chelsio: transmit routine return values\n\nThe Chelsio driver does not return the correct values from\nthe transmit routine. It works because the values don\u0027t conflict,\nbut it is using the wrong defines. And -ENOMEM is not a legal return\nvalue.\n\nSince t1_sge_tx is only called in one place, making it static\nallows compiler to be potentially inline it.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "14904398e5b573d13f8c8dbd43a452ff34c0efc2",
      "tree": "47ee2b44aee6999eb53c808367df23b57990c269",
      "parents": [
        "c162eeaa21fde6c27112690f5bc0a461a9f1763e"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Dec 21 18:50:12 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Dec 22 23:09:44 2005 -0800"
      },
      "message": "[SUNGEM]: Fix link error with CONFIG_HOTPLUG disabled.\n\ngem_remove_one() is called from the __devinit gem_init_one().\n\nTherefore, gem_remove_one() mustn\u0027t be __devexit.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "38690194bc897dd60a61a71b15e861e13b5d8bdd",
      "tree": "e22bcf8fa17bb374beff14a8fb693334e6e99f19",
      "parents": [
        "b401e9e2ec44a5fc1d8053546276bff584b7118e"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Dec 19 16:27:28 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 19 16:27:28 2005 -0800"
      },
      "message": "[TG3]: Fix ethtool memory test\n\nSkip the memory 0xb50 to 0x1000 during \"ethtool -t\" memory test.\nOverwriting memory in this region can cause ASF problems.\n\nUpdate version and release date.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b401e9e2ec44a5fc1d8053546276bff584b7118e",
      "tree": "3f554445d377269c941688d2ce23479bd198d8a3",
      "parents": [
        "dc56b7d46dd2b303a844166ef931270b882bf08c"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Dec 19 16:27:04 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 19 16:27:04 2005 -0800"
      },
      "message": "[TG3]: Add tw32_wait_f() for some sensitive registers\n\nThe tw32_f() function (register write with immediate read flush) can\nhang when used on some registers to switch clock frequencies and\npower. A new tw32_wait_f() is added for such registers with the\ndelay before the read and after the read.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dc56b7d46dd2b303a844166ef931270b882bf08c",
      "tree": "80b4270d0addf4cf335b9dd47e5c4507c8f8a7b6",
      "parents": [
        "8c2dc7e1e7213c55f1b97eba09de6c0cee9ad12f"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Dec 19 16:26:28 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 19 16:26:28 2005 -0800"
      },
      "message": "[TG3]: Some low power fixes\n\nAdd some missing workarounds in tg3_set_power_state():\n\n1. Workaround to prevent overdrawing current on 5714.\n\n2. Do not power down 5700\u0027s PHY because of hw limitation.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8c2dc7e1e7213c55f1b97eba09de6c0cee9ad12f",
      "tree": "47bc9b91cc44c68701004494bb9dc9d777ba27a4",
      "parents": [
        "df7addbb45874f0f992266003155de5a22e1872f"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Dec 19 16:26:02 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 19 16:26:02 2005 -0800"
      },
      "message": "[TG3]: Fix peer device handling\n\nLocate the pdev_peer for dual port 5714 NIC devices in addition to\n5704 devices. The name is also changed to tg3_find_peer() from\ntg3_find_5704_peer(). It is also necessary to call netdev_priv() to\nget to the peer\u0027s private tg3 structure.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "418fbfe979d96efc7b91f29b2085d51541c61f0b",
      "tree": "a9acb07328e0c76011727d5b3b6f5407afcd2866",
      "parents": [
        "8b132f4ee7304fec4fa27dec67879bc0172e916a",
        "ff60dde9e46b87757d5e83bd58be0688fca8e816"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 19 00:09:53 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 19 00:09:53 2005 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "37eb47ed445f4ca1247f3c7b600c0885c2ca8c31",
      "tree": "9cd0933fbb86c1a52be884ecc77edaf4760521ac",
      "parents": [
        "51bfb75b0b2652f60ab1200627e9041f4624c819"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Dec 15 09:17:29 2005 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 15 10:04:29 2005 -0800"
      },
      "message": "[PATCH] s2io: __iomem annotations for recent changes\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6921d201f77e14848df2eaa597e26525f468abea",
      "tree": "cef66b131fd1cb980d209c5ecb590a0783fdf985",
      "parents": [
        "16fe9d74f14ed74af778c5db7f9129e29916f4a7"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Dec 13 21:15:53 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 13 21:15:53 2005 -0800"
      },
      "message": "[TG3]: Fix low power state\n\nFix the following bugs in tg3_set_power_state():\n\n1. Both WOL and ASF flags require switching to aux power.\n\n2. Add a missing handshake with firmware to enable WOL.\n\n3. Turn off the PHY if both WOL and ASF are disabled.\n\n4. Add nvram arbitration before halting the firmware.\n\n5. Fix tg3_setup_copper_phy() to switch to 100Mbps when\n   changing to low power state.\n\nUpdate revision and date.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "16fe9d74f14ed74af778c5db7f9129e29916f4a7",
      "tree": "909a2b173d5140b22df9f35a252dc204dba56bdd",
      "parents": [
        "6a9eba15f51c56da637e45ea1316eaa2a848986a"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Dec 13 21:09:54 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 13 21:09:54 2005 -0800"
      },
      "message": "[TG3]: Fix 5704 single-port mode\n\nIf the dual-port 5704 is configured as a single-port device with\nonly one PCI function, it would trigger a BUG() condition in\ntg3_find_5704_peer(). This fixes the problem by returning its\nown pdev if the peer cannot be found.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6a9eba15f51c56da637e45ea1316eaa2a848986a",
      "tree": "fb18f2580e6aaa2c14c042b51e80bc8eb6b9806b",
      "parents": [
        "381291b7d3e17ac966498312dc571dcca1b93efc"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Dec 13 21:08:58 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 13 21:08:58 2005 -0800"
      },
      "message": "[TG3]: Fix suspend and resume\n\nFix tg3_suspend() and tg3_resume() by clearing and setting the\nTG3_FLAG_INIT_COMPLETE flag when appropriate. tg3_set_power_state()\nlooks at TG3_FLAG_INIT_COMPLETE on the peer device to determine\nwhen to appropriately switch to aux power.  \n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "381291b7d3e17ac966498312dc571dcca1b93efc",
      "tree": "619ab88cbec0112674f72b3a8c6b3aae1bacd69a",
      "parents": [
        "65ab592dc5b34caebabfe1340e7c18f52a785079"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Dec 13 21:08:21 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 13 21:08:21 2005 -0800"
      },
      "message": "[TG3]: Fix nvram arbitration bugs.\n\nThe nvram arbitration rules were not strictly followed in a few places\nand this could lead to reading corrupted values from the nvram.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n\n\n"
    },
    {
      "commit": "d22a8ccff761c81f2930bd90fa5712e51a0e9a62",
      "tree": "52a92cf1b9a65e4440276706c4b4e879d4008a87",
      "parents": [
        "783e3385a134305d49d7b431df6e591265e7ec14",
        "98684a9d91bceff829b6dc7adf0f662d59cfa6e3"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 11:36:18 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 11:36:18 2005 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "98684a9d91bceff829b6dc7adf0f662d59cfa6e3",
      "tree": "aab9b27171852e0d933b5bfbc981ae5338e5e062",
      "parents": [
        "be0d9b6c7aeaad1683059c00131cabd4c894c17c"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 11:35:22 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 11:35:22 2005 -0500"
      },
      "message": "[netdrvr skge] fix build\n"
    },
    {
      "commit": "783e3385a134305d49d7b431df6e591265e7ec14",
      "tree": "7db0b8f854201e2ad343ea5b1c6fab7c3bca5a9b",
      "parents": [
        "fd803241744ad6e4262b6588c6af89e8fb794098",
        "1cf9e8a7865c0ac216034e519cf6b8505055ea50"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 00:07:46 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 00:07:46 2005 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "fd803241744ad6e4262b6588c6af89e8fb794098",
      "tree": "d8c4261a4799a2c9ee980cdd6a0c3c5ac61cafed",
      "parents": [
        "ff7eba15ae65e4299fd9e0fbf067477ce6b43d91"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Tue Dec 13 00:06:22 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 00:06:22 2005 -0500"
      },
      "message": "e1000: Fixes for 8357x\n\n- TSO workaround\n- Fixes eeprom version reporting\n- Fix loopback test\n- Fix for WOL\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: John Ronciak \u003cjohn.ronciak@intel.com\u003e\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\n"
    },
    {
      "commit": "ff7eba15ae65e4299fd9e0fbf067477ce6b43d91",
      "tree": "67158d972ead1868cee25f8f3864dfd6b532cc9f",
      "parents": [
        "fed954dafc0ab03e00501862df397e8f8e2211fd",
        "3c92cae74b24bdd521ad67eff260a8e4ce540d2b"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 00:01:02 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 13 00:01:02 2005 -0500"
      },
      "message": "Merge branch \u0027e1000\u0027\n"
    },
    {
      "commit": "ee1c81917a0c10f44c1b400482b8372e68238ff8",
      "tree": "987cfbd2134b82bea55c55fa17bd70d29df70458",
      "parents": [
        "0e670506668a43e1355b8f10c33d081a676bd521"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Dec 06 15:01:49 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 23:33:03 2005 -0500"
      },
      "message": "[PATCH] skge: get rid of warning on race\n\nGet rid of warning in case of race with ring full and lockless\ntx on the skge driver. It is possible to be in the transmit\nroutine with no available slots and already stopped.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "016cc85072944bfa03c5e4b587ae89588ce2e5df",
      "tree": "4e50ca29a0e4a3ff260f8eae0972ab7f83e08cd1",
      "parents": [
        "20234989a8ae0ff418e2acdef72205fb7cb3f819"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Fri Dec 09 19:12:10 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:30:38 2005 -0500"
      },
      "message": "[PATCH] pcnet32: use MAC address from prom also on powerpc\n\nThe CSR contains garbage after a coldboot on RS/6000.\nOne some systems (like my 44p 270) the MAC address is all FF,\non others (like my B50) it is ff:ff:ff:fd:ff:6b.\n\nIt can eventually be fixed by loading pcnet32, set the interface\ninto the UP state, rmmod pcnet32 and load it again. But this worked\nonly on the 270.\n\nOnly netbooting after a cold start provides the correct MAC address\nvia prom and CSR. This makes it very unreliable.\nI dont know why the MAC is stored in two different places. Remove\nthe special case for powerpc, which was added in early 2.4 development.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\n\n drivers/net/pcnet32.c |    5 -----\n 1 files changed, 5 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "20234989a8ae0ff418e2acdef72205fb7cb3f819",
      "tree": "6888e6c6b8f2beef67b3f85570aebb853f8443f9",
      "parents": [
        "92f268e034faf793f6d40de2f0fc81478a14ff39",
        "49d7bc64283970ee83d2c954d04ba00d04e5943d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:30:15 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:30:15 2005 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "fed954dafc0ab03e00501862df397e8f8e2211fd",
      "tree": "85874d5a83a5fa86d0ddc96846cb2bac066fa766",
      "parents": [
        "75d070c56fa77913b165947f046304efcd38e516"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:12 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:22 2005 -0500"
      },
      "message": "[PATCH] sky2: version 0.10\n\nChange version number.  Still don\u0027t have enough history on this\nto call it 1.0 yet.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "75d070c56fa77913b165947f046304efcd38e516",
      "tree": "0f9117ae2530aedb6c5536d63bd029b10873daa7",
      "parents": [
        "585b56012f08a6edc598d17b28a6c434134bfaff"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:11 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:22 2005 -0500"
      },
      "message": "[PATCH] sky2: disable rx checksum on Yukon XL\n\nUnder load, my SysKonnect SK-9S22 sees duplicate checksums from\nearlier packets.  Doesn\u0027t happen on other platforms so just disable\nreceive checksum there.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "585b56012f08a6edc598d17b28a6c434134bfaff",
      "tree": "4273e79cb7c933f30da7f3e3dc72ac523b39384a",
      "parents": [
        "d70cd51ac0585a9273abea4c333e8f0dd8385d27"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:10 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:22 2005 -0500"
      },
      "message": "[PATCH] sky2: turn on tx flow control\n\nTurn symmetric flow control on by default. This was an oversight\nin the initial versions.\n\nSigned-off-by: Stephen HEmminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d70cd51ac0585a9273abea4c333e8f0dd8385d27",
      "tree": "07b77d08e778e304727fedc0f7186f37a31e075c",
      "parents": [
        "8c463ef7928d7a42bb9ca410df9b294dc01c1850"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:09 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:21 2005 -0500"
      },
      "message": "[PATCH] sky2: prefetch tuning\n\nAdd a couple more prefetches to where we walk the rings.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "8c463ef7928d7a42bb9ca410df9b294dc01c1850",
      "tree": "37615a7fc948094d2780aab66a354af0d4609d03",
      "parents": [
        "8cc048e338ad4034255f3ff72ef1f631963e1263"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:08 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:21 2005 -0500"
      },
      "message": "[PATCH] sky2: quiet ring full message in case of race\n\nDon\u0027t print ring full message if we lose race.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "8cc048e338ad4034255f3ff72ef1f631963e1263",
      "tree": "95cb0c92ff78511ad5980dd53118b70657fb870d",
      "parents": [
        "69634ee7366d05b26b2650584bed180edf923125"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:07 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:21 2005 -0500"
      },
      "message": "[PATCH] sky2: handle tx timeout\n\nPut more logic in to try and handle transmit timeout recovery.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "69634ee7366d05b26b2650584bed180edf923125",
      "tree": "f446c787632620f28f2b89984271788e37a2d9d2",
      "parents": [
        "3e4b32e11674a40cf50e48a79764f12988641e20"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:06 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:21 2005 -0500"
      },
      "message": "[PATCH] sky2: interrupt coalescing tuning\n\nAdjust interrupt deferral values for better performance and avoid\nstarvation issues under stress.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3e4b32e11674a40cf50e48a79764f12988641e20",
      "tree": "228cf5cbb3d9234a5324fa938f51461850e8f599",
      "parents": [
        "af2a58acb12f6b19e6f04b730203e199abedc44a"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:05 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:21 2005 -0500"
      },
      "message": "[PATCH] sky2: interrupt/poll optimization\n\nOptimize poll routine by not clearing interrupt till after\nprocessing, and checking for more work before re-enable.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "af2a58acb12f6b19e6f04b730203e199abedc44a",
      "tree": "8fc6c649cff639a3d9af758af90f9b7806bd892b",
      "parents": [
        "13b97b74b964f9da9b5dab6c57708bccd3ada542"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:04 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:21 2005 -0500"
      },
      "message": "[PATCH] sky2: transmit complete routine optimization\n\nHand optimize transmit completion routine.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "13b97b74b964f9da9b5dab6c57708bccd3ada542",
      "tree": "568bb52919395e53eb70b186e16a98c5f37f5b5a",
      "parents": [
        "0e3ff6aab1ff2d093996bd7b8c9c06c3d823855c"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:03 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:21 2005 -0500"
      },
      "message": "[PATCH] sky2: transmit complete index optimization\n\nChange transmit complete handling to use the status values\nin the poll list because they are in-cache, rather than reading\nnon-cached memory for chips status.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "0e3ff6aab1ff2d093996bd7b8c9c06c3d823855c",
      "tree": "044b1b395a657643750ab79641a12889c8fdc765",
      "parents": [
        "6cdbbdf3055f4657c9d6ccc79257bbcac1a9a1fc"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:02 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:21 2005 -0500"
      },
      "message": "[PATCH] sky2: transmit logic fixes\n\nSome transmit side small fixes:\n * When computing number of list elements per transmit, do full\n   comparision to check for checksuming.\n * Get rid of racy check for tx_complete\n * Change stop test to match wake condition.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6cdbbdf3055f4657c9d6ccc79257bbcac1a9a1fc",
      "tree": "c3910bd44972cb55e29a112fa932a35b17910373",
      "parents": [
        "734d18684695dd1c6a9527b50e01bba4acab4738"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:01 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:20 2005 -0500"
      },
      "message": "[PATCH] sky2: tx/rx ring data structure split\n\nSplit Tx and Rx ring into two different data structures.\nTx needs the next value (to handle partial status), and\nRx always needs the mapaddr (to handle resubmitting same buffer).\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "734d18684695dd1c6a9527b50e01bba4acab4738",
      "tree": "a080ae5a4e4c6fe3a7ee5897b1e5a01c726267d4",
      "parents": [
        "129372d0524c9124d5693f63c1d3c1ce2e3714ce"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:35:00 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:20 2005 -0500"
      },
      "message": "[PATCH] sky2: map length optimization\n\nDon\u0027t need to keep track of mapping length in ring structure\nbecause we can get the same info from other info.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "129372d0524c9124d5693f63c1d3c1ce2e3714ce",
      "tree": "725dc0b2a818e6a4d694ddbea9fb2f469f4adcec",
      "parents": [
        "f2e46561cc1afa82b18b2fc6efc8510ec57c7d7d"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:34:59 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:20 2005 -0500"
      },
      "message": "[PATCH] sky2: ring distance optimization\n\nFaster way to compute ring distance.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "f2e46561cc1afa82b18b2fc6efc8510ec57c7d7d",
      "tree": "1d73466e4b0893bfd679f8efb9f2428afdf2a106",
      "parents": [
        "91c86df5a8a44157b456bf1e91fc6d878582e68c"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:34:58 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:20 2005 -0500"
      },
      "message": "[PATCH] sky2: no irq disable needed during tx\n\nDon\u0027t need to disable interrupts during the transmit routine.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "91c86df5a8a44157b456bf1e91fc6d878582e68c",
      "tree": "74f9e3f1c9b78ede4350d3ad59914dd75def74e0",
      "parents": [
        "fb17358fe31e01baf902a9fd1fce0e29e3493517"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:34:57 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:20 2005 -0500"
      },
      "message": "[PATCH] sky2: phy processing in workqueue rather than tasklet\n\nDo phy processing in a work queue rather than a tasklet.\nThis means we can let bottom halves run.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "fb17358fe31e01baf902a9fd1fce0e29e3493517",
      "tree": "eaeb557cd4835bf608a20563915b1985931db55c",
      "parents": [
        "bdb5c58ebe4301f9c3470cc35adeff1ef7ee99eb"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:34:56 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:20 2005 -0500"
      },
      "message": "[PATCH] sky2: ethtool get/set interrupt coalescing\n\nAdd support for get/set the interrupt coalescing settings.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "bdb5c58ebe4301f9c3470cc35adeff1ef7ee99eb",
      "tree": "d81a92afb5792af5c9195964cc7f48e16df1ef0e",
      "parents": [
        "6e23231b6509f17a251e6dfddb607d300680ac25"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:34:55 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:20 2005 -0500"
      },
      "message": "[PATCH] sky2: copy threshold as module parameter\n\nMake the copy threshold a module parameter for those who\nmay want to turn it off.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6e23231b6509f17a251e6dfddb607d300680ac25",
      "tree": "5e65eb35ccd20f05988a09c29c3b93304249bddc",
      "parents": [
        "92f965e8c5433408d5a3805c6882b657eb6cbdb1"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:34:54 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:20 2005 -0500"
      },
      "message": "[PATCH] sky2: device structure alignment\n\nIt is a useful optimization to rearrange the structure\nslightly to align receive and transmit portions.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "92f965e8c5433408d5a3805c6882b657eb6cbdb1",
      "tree": "063db455feceaa73fdc3305c14e17cab838e6da1",
      "parents": [
        "b1086eef813ecee09bd6b8ae364acf0fad065cba"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Dec 09 11:34:53 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:27:19 2005 -0500"
      },
      "message": "[PATCH] sky2: don\u0027t die if we see chip rev 0xb5\n\nThere maybe new versions of Yukon2 in the future, so make the\ndriver more robust to handle this.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "b1086eef813ecee09bd6b8ae364acf0fad065cba",
      "tree": "bc723bbdfc2898252e3fd8e14320d7fac58dca4b",
      "parents": [
        "003a20c81ec278595820d3829b544e90919f6f61",
        "49d7bc64283970ee83d2c954d04ba00d04e5943d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:24:45 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Dec 12 15:24:45 2005 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "1f064a87c80c86bd3878e6633de61e8b71aa6788",
      "tree": "b5e5eefaa380590f118176c4c1855b9f98b5e85b",
      "parents": [
        "4ebf0ae2618fbbb0d365e5d295a30ccfcb91fe0b"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Dec 06 17:36:44 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 06 17:36:44 2005 -0800"
      },
      "message": "[TG3]: remove warning on race\n\n[ Move assosciated code comment to the correct spot, and\n  update driver version and release date -DaveM ]\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "92f268e034faf793f6d40de2f0fc81478a14ff39",
      "tree": "8983344799b050f7394e3d85413576b6a63842b3",
      "parents": [
        "436b0f76f2cee6617f27a649637766628909dd5d"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Dec 05 11:00:40 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Dec 06 04:43:40 2005 -0500"
      },
      "message": "[PATCH] sk98lin: rx checksum offset not set\n\nThe checksum offsets for receive offload were not being set correctly.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "fd8a882b612de93b351996ed42a9557afc1f8c34",
      "tree": "baadcaa7217cc40f41f04eb40c0d1236cf462716",
      "parents": [
        "c8a4f06e4b27dba425ed49fa603d9257e4cd9ece",
        "3b6efee9231e12fce09c94930bfc59f66f18d662"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 03 21:08:17 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 03 21:08:17 2005 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "f89c2b464558a21fd3be8d578b7d13e810fb6b8a",
      "tree": "ffac18b8c1a929ff57af0d626b10cb383d0fd2ad",
      "parents": [
        "d359b6ff6a79e250422fdfa991b36d37c286eda1"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Thu Dec 01 08:41:32 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 03 20:29:03 2005 -0500"
      },
      "message": "[PATCH] sky2: interrupt not cleared.\n\nOne of the rearrangements dropped this and it means\nsky2 spins in napi/interrupt.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d359b6ff6a79e250422fdfa991b36d37c286eda1",
      "tree": "715b57bf5d944081ca85a662ce5f48423084f3cb",
      "parents": [
        "0f52bf905884c6dd7f994c9e2f533b2c02f0bd4b"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Thu Dec 01 11:12:47 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 03 20:29:03 2005 -0500"
      },
      "message": "[PATCH] ixp2000: change netif_schedule_test to __netif_schedule_prep\n\nSky2 update changed name of netif_schedule_test to __netif_schedule_prep\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "0f52bf905884c6dd7f994c9e2f533b2c02f0bd4b",
      "tree": "42e15d05ffb12e7bfa3be630c383efb19a9ceed9",
      "parents": [
        "c75f4742e2306a319baaa556e53209d4e7c47f0d"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "Brice.Goglin@ens-lyon.org",
        "time": "Thu Dec 01 01:41:46 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 04:51:34 2005 -0500"
      },
      "message": "[PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200\n\nThere are currently two IPW_DEBUG options in drivers/net/wireless/Kconfig\n(one for ipw2100 and one for ipw2200).  The attached patch splits it into\nIPW2100_DEBUG and IPW2200_DEBUG.\n\nSigned-off-by: Brice Goglin \u003cBrice.Goglin@ens-lyon.org\u003e\nCc: \"James P. Ketrenos\" \u003cipw2100-admin@linux.intel.com\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c75f4742e2306a319baaa556e53209d4e7c47f0d",
      "tree": "6644c1c802b8a4f9efb02eca774d9ec24c5fa845",
      "parents": [
        "62d65a8062530a4b2673999deb9be368fa60ca87"
      ],
      "author": {
        "name": "Takis",
        "email": "panagiotis.issaris@gmail.com",
        "time": "Thu Dec 01 01:41:45 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 04:51:34 2005 -0500"
      },
      "message": "[PATCH] ipw2200: kzalloc conversion and Kconfig dependency fix\n\n- Use kzalloc for IPW2200\n- Fix config dependency for IPW2200\n\nSigned-off-by: Panagiotis Issaris \u003ctakis@issaris.org\u003e\nCc: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nCc: Yi Zhu \u003cyi.zhu@intel.com\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "62d65a8062530a4b2673999deb9be368fa60ca87",
      "tree": "89ccd9b8de02b247f145275311378280ae26cdfb",
      "parents": [
        "f89b23217372ed9bdba8804c1616d445402d1e05",
        "ea182d4aefa3a27847d890b1592a608d1180aa45"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 04:51:26 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Dec 01 04:51:26 2005 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    }
  ],
  "next": "ea182d4aefa3a27847d890b1592a608d1180aa45"
}
