)]}'
{
  "log": [
    {
      "commit": "46a60f2d718d56bba8695d6f1145eb40548d86f8",
      "tree": "2d4ef2035baac15a36dbad636ac84922c021f97f",
      "parents": [
        "c535a9dd26d1a4c6dcbd486cbe181a9e71237af1"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Sep 09 12:54:56 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 14 08:32:07 2005 -0400"
      },
      "message": "[PATCH] skge: gmac register access errors in dual port\n\nMerge of four previous patches and the Kconfig fix\n * Remove debug printk\u0027s\n * whitespace cleanup and version number change\n * clear interrupts, reset phy, and reset hardware on shutdown\n * ignore 64bit counter overflow interrupts\n * fix a couple of places where second port could clobber state\n   of first port.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2af6921f6382456ed69163be9d2ee2c339134496",
      "tree": "1bd5840f28e7730e9e6264e1d4b61ccbf1d592ff",
      "parents": [
        "357d596bd552ad157a906289ab13ea6ba7e66e3d"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Sep 12 11:18:10 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 11 20:43:46 2005 -0700"
      },
      "message": "[PATCH] m68knommu: config support for FEC eth of 523x Coldfire processor family\n\nAdd configuration support for the FEC ethernet controller in the\nFreescale 523x processor family. Also add and option to configure\nthe second FEC controller on some Freescale processors.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "aaec0fab5f8809fe1509fdc204e769bb35ebe41a",
      "tree": "8f2ae06374413dd9d3e56a12b0592be9bb58c6e5",
      "parents": [
        "25097d4bda4a554d8b4a9989c7d8bcb67ef53f48"
      ],
      "author": {
        "name": "Jens Osterkamp",
        "email": "Jens.Osterkamp@de.ibm.com",
        "time": "Mon Sep 05 15:19:29 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Sep 06 22:17:49 2005 -0400"
      },
      "message": "[PATCH] net: add driver for the NIC on Cell Blades\n\nThis patch adds a driver for a new 1000 Mbit ethernet NIC.  It is\nintegrated on the south bridge that is used for our Cell Blades.\n\nThe code gets the MAC address from the Open Firmware device tree, so it\nwon\u0027t compile on platforms other than ppc64.\n\nThis is the first public release, so I don\u0027t expect the first version to\nget merged, but I\u0027d aim for integration within the 2.6.13 time frame.\n\nCc: Utz Bacher \u003cutz.bacher@de.ibm.com\u003e\nSigned-off-by: Arnd Bergmann \u003carndb@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9a4822063e4865d07e902edbd0f31baf4857c2ce",
      "tree": "5eb9ceb861914b59becad669b58b17444057a3c9",
      "parents": [
        "63c9e549148fb95c11befb4f255c84ded9277f89"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Thu Aug 25 06:24:56 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:10:00 2005 -0400"
      },
      "message": "[PATCH] (15/22) Kconfig fix (82596)\n\ndriver is non-modular\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "e797637f4c1cbcecb2d8f5cfa05b161da1f0b802",
      "tree": "f22e5bff47b87d30af3a63b467c99521f7fe5bba",
      "parents": [
        "c3d6f1f24cf3fdfdad3bff631349dc2aef06c8df"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:57:51 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:53 2005 -0400"
      },
      "message": "[PATCH] sis190: basic sis191 support\n\nThe sis191 is the gigabit brother of the sis190. SiS\u0027s driver suggests\nthat the register set is backward compatible: this should hopefully\ngive a basic driver.\n\nThe device should allow the usual features from a modern ethernet\nadapter (802.1q, SG, Jumbo frames, TSO, checksum offload). So far\nthe relevant register layout is not documented. SiS\u0027s driver does\nnot provide these features either (at least not for Linux).\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "0f302dc35412dc67035efc188b9d5c40711b4222",
      "tree": "57cbbe8e722e6a82bfd8bb3b8227898c54615c72",
      "parents": [
        "b129a8ccd53f74c43e4c83c8e0031a4990040830"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Wed Aug 31 21:48:47 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Aug 31 21:48:47 2005 +0100"
      },
      "message": "[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions\n\nPatch from Sascha Hauer\n\nThis patch adds support for setting and getting RTS / CTS via\nset_mtctrl / get_mctrl functions.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "39fbe47377062200acc26ea0ccef223b4399a82c",
      "tree": "f814fd07700893cda1822128098150e45dd758c9",
      "parents": [
        "cfc4692825ea4d932b94c0ec791f2f01d055b79f",
        "c1b054d03f5b31c33eaa0b267c629b118eaf3790"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Aug 29 16:53:08 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Aug 29 16:53:08 2005 -0400"
      },
      "message": "/spare/repo/netdev-2.6 branch \u0027chelsio\u0027\n"
    },
    {
      "commit": "c1b054d03f5b31c33eaa0b267c629b118eaf3790",
      "tree": "9333907ca767be24fcb3667877242976c3e3c8dd",
      "parents": [
        "559fb51ba7e66fe298b8355fabde1275b7def35f",
        "bf4e70e54cf31dcca48d279c7f7e71328eebe749"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Aug 29 16:40:27 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Aug 29 16:40:27 2005 -0400"
      },
      "message": "Merge /spare/repo/linux-2.6/\n"
    },
    {
      "commit": "8aaf226a8eaa0823c4f3c58d5207004ff6e3e758",
      "tree": "c1e4c4f573b4704aa7298775d4a8724be3036b64",
      "parents": [
        "1703ecc7e88ea2d583fc9ebe7de8edb004eff863",
        "3690b6c124fbc7259634f3b80d92a6d9fe51ec79"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Aug 29 15:52:56 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Aug 29 15:52:56 2005 -0400"
      },
      "message": "/spare/repo/netdev-2.6 branch \u0027sis190\u0027\n"
    },
    {
      "commit": "75a95178dafb5c8d69b4abe45ea746a9cea23142",
      "tree": "1dbf80c83d9521dcdebc9e670f48da6c1ba34187",
      "parents": [
        "8531c5ffbca65f6df868637c26e6df6f88bff738",
        "0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Aug 24 01:03:34 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Aug 24 01:03:34 2005 -0400"
      },
      "message": "Merge upstream into \u0027upstream\u0027 branch of netdev-2.6.git.\n\nHand fix merge conflict in drivers/net/tokenring/Kconfig.\n"
    },
    {
      "commit": "997183dc2a8992374d93e66f5ea0d58fa1022a47",
      "tree": "55f4012ba6a1216c5eed29f59b25c321731a46f9",
      "parents": [
        "6299afc40c8612a87358ecea80882395fe67111f"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Tue Aug 23 22:46:46 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Aug 23 18:43:43 2005 -0700"
      },
      "message": "[PATCH] Kconfig fix (emac dependencient)\n\nemac doesn\u0027t build modular; ibm_emac_debug doesn\u0027t build at all (missing\nheaders).\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e9985d53e3da3b51d0334d0622c449fda78ae089",
      "tree": "020ddcd5e7a35759125c845ae04382e32174b804",
      "parents": [
        "8348b4db5f56d2c0d3849db06055225ec15b255a"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Aug 09 02:41:00 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Aug 19 03:10:00 2005 -0400"
      },
      "message": "[PATCH] SIS190 must select MII\n\nSIS190 must select MII since it\u0027s using it.\n\nWhile I was editing the Kconfig entry, I also converted the spaces to\ntabs.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "00db8189d984d6c51226dafbbe4a667ce9b7d5da",
      "tree": "f19468548c938523e3519670f8554e7a1b9c0c31",
      "parents": [
        "b0825488a642cadcf39709961dde61440cb0731c"
      ],
      "author": {
        "name": "Andy Fleming",
        "email": "afleming@freescale.com",
        "time": "Sat Jul 30 19:31:23 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 19:31:23 2005 -0400"
      },
      "message": "This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling\nethernet drivers to remain as ignorant as is reasonable of the connected\nPHY\u0027s design and operation details.\n\nSigned-off-by: Andy Fleming \u003cafleming@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "890e8d0a3ded0b1dee9020bbef7e9908e2228ffb",
      "tree": "9f9cb58c1490f492cd4f9d0edce8829f7518d7e5",
      "parents": [
        "b0825488a642cadcf39709961dde61440cb0731c"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:08:43 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:20:59 2005 -0400"
      },
      "message": "[PATCH] sis190: resurrection\n\nRaise the sis190 driver from the dead\n\nThe driver handles the integrated network device found on SiS 965L\nchipset. It follows the classical (non-napi) interrupt-driven model\nand provides minimal ethtool support.\n\nThe code comes from a heavy cleanup/rewrite of the original code\nwhich was removed from the kernel on 14/04/2004. Since the r8169\ndriver does not work too bad and there will probably be (at least)\na few months of improvements/testing/fixing, I made the code as\nclose as possible to the r8169 one.\n\nPascal Chapperon \u003cpascal.chapperon@wanadoo.fr\u003e deserves some special\ncredit for testing and bug-catching. Many thanks to Lars Vahlenberg\nas well.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "5e43db7730e7cef7d37968ea789c41392519a864",
      "tree": "fc62684947bba192c649af7701ba85e2eedaabe5",
      "parents": [
        "7cee432a22bb328ea7a4012dacc5a3471fabeb07"
      ],
      "author": {
        "name": "Matt Mackall",
        "email": "mpm@selenic.com",
        "time": "Wed Jul 27 15:24:42 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jul 27 15:24:42 2005 -0700"
      },
      "message": "[NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.c\n\nMove in_aton to allow netpoll and pktgen to work without the rest of\nthe IPv4 stack. Fix whitespace and add comment for the odd placement.\n\nDelete now-empty net/ipv4/utils.c\n\nRe-enable netpoll/netconsole without CONFIG_INET\n\nSigned-off-by: Matt Mackall \u003cmpm@selenic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "cbcd2a4cca1a6223e4f98661ef524919d322675e",
      "tree": "555f2e6e4eb777a9a507ee81763010a8686634ab",
      "parents": [
        "eaa1c5d05947819643b2e72cbfc51ae2ddcf1991"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Wed Jul 27 13:04:35 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jul 27 13:04:35 2005 -0700"
      },
      "message": "[NET]: Improve presentation of networking driver families.\n\nSuggestion from Sam Ravnborg \u003csam@ravnborg.org\u003e\n\nIt causes all driver families to be displayed aligned immediately under the\nmain network drivers heading (in menuconfig/xconfig/gconfig) instead of\nnot being subordinate to (i.e., not indented) the Network device support\nheading at all.\nThe improved network driver families are:\n  token ring, wireless, PCMCIA, WAN, ATM, and S390.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "23a534e7b1ad2650002bbc236493791ac23440ee",
      "tree": "76a8c8a1cb3ff915fdb337242a073f651998915d",
      "parents": [
        "eb3f8f5e22cdee8138e654963e371ad337830efb"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Jul 19 14:00:53 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 14:00:53 2005 -0700"
      },
      "message": "[NET]: NETCONSOLE must depend on INET\n\nNETCONSOLE\u003dy and INET\u003dn results in the following compile error:\n\nnet/built-in.o: In function `netpoll_parse_options\u0027:\n: undefined reference to `in_aton\u0027\nnet/built-in.o: In function `netpoll_parse_options\u0027:\n: undefined reference to `in_aton\u0027\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "54208991e15fa00e37a9d172ac0d87191a832165",
      "tree": "9344b79fd780f2a840b3d4f4e6d4dd048ab9cd23",
      "parents": [
        "d1ad1ff299dd908d07c5e5f27f88bbdb235eb7a5"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Jul 18 13:45:12 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jul 18 13:45:12 2005 -0700"
      },
      "message": "[NET]: Kconfig: NETCONSOLE and NETPOLL together\n\nPut NETCONSOLE and NETPOLL options together since they are related.\nThis cuts down on the hassle of flipping back and forth between\nthe Networking menu and the Network drivers menu to change their\nconfig settings.\n\nTested with menuconfig, gconfig, and xconfig.\ngconfig has a small problem with this.  I think that it\u0027s\na bug in gconfig and I will take it up with Romain Lievin.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d5950b4355049092739bea97d1bdc14433126cc5",
      "tree": "a76e11dfb7209e3ab49352ee4f8776b4a59249d9",
      "parents": [
        "0b7f22aab4e960c75e82ad696ef852f9b0015e7d"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Jul 11 21:03:49 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jul 11 21:03:49 2005 -0700"
      },
      "message": "[NET]: add a top-level Networking menu to *config\n\nCreate a new top-level menu named \"Networking\" thus moving\nnet related options and protocol selection way from the drivers\nmenu and up on the top-level where they belong.\n\nTo implement this all architectures has to source \"net/Kconfig\" before\ndrivers/*/Kconfig in their Kconfig file. This change has been\nimplemented for all architectures.\n\nDevice drivers for ordinary NIC\u0027s are still to be found\nin the Device Drivers section, but Bluetooth, IrDA and ax25\nare located with their corresponding menu entries under the new\nnetworking menu item.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0dd3c7814750adc58ed3e7b79e1943a14a790db6",
      "tree": "4a0aed30cf98ff9789f7206d68ff4941f7c5356c",
      "parents": [
        "7aa55fcec236daed20dd362c99229184691d0e7f"
      ],
      "author": {
        "name": "dmitry pervushin",
        "email": "dpervushin@ru.mvista.com",
        "time": "Mon Jun 20 15:32:54 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:21:03 2005 -0400"
      },
      "message": "[PATCH] cs89x0.c: support for Philips\u0027 pnx0105 network adapter\n\nThis patch is to provide support for cs89x0-based network device on\nPhilips\u0027 pnx0105 board.\n\nSigned-off-by: dmitry pervushin \u003cdpervushin@ru.mvista.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "f04e3f092a855ce798f274b38712b90d51b73bca",
      "tree": "8621acdb22109710043e5d0f5a765bd12dbc813d",
      "parents": [
        "a9fc25108995f1f59ee30026818d7ec2bb016fbe"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon May 16 21:13:03 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Jun 26 18:33:33 2005 -0400"
      },
      "message": "[PATCH] document that 8139TOO supports 8129/8130\n\nThe 8129/8130 support is a sub-option that is not visible if the user\nhasn\u0027t enabled the 8139 support.\n\nLet\u0027s make it a bit easier for users to find the driver for their nic.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "a5324343955997d1439f26518ddac567cd5d134b",
      "tree": "f43558389c41e3a0f076c4ee55d77c4aa1561779",
      "parents": [
        "8199d3a79c224bbe5943fa08684e1f93a17881b0",
        "a4936044001694f033fe4ea94d6034d51a6b465c"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed Jun 22 21:50:57 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Jun 22 21:50:57 2005 -0400"
      },
      "message": "Merge /spare/repo/linux-2.6/\n"
    },
    {
      "commit": "2089a0d38bc9c2cdd084207ebf7082b18cf4bf58",
      "tree": "ecdbd64b6587bab6f5c4dac03a0fd10f70cf3026",
      "parents": [
        "03d661d3d7dd2c20330d775c13157419049f1617",
        "0b2d7fea1c3893c3790e0b89c310ec1321f1b8c0"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Sat Jun 04 17:54:39 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jun 04 17:54:39 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch skge\n"
    },
    {
      "commit": "bdb7a3427be1e31327df0543cc397bf3c994b039",
      "tree": "a5cc2585912388a454e23177181c6dd365983681",
      "parents": [
        "140fedb5f2efd1f23b26afb2d812004556ba9515",
        "5aa83a4c0a1568257ff7e249d39af64f75978b97"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Sat Jun 04 17:12:32 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jun 04 17:12:32 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch remove-drivers\n"
    },
    {
      "commit": "79121839aad7153907b92462759675266f1f2ac4",
      "tree": "04193828c34aa1b46149840b2b24cdb703aaab5c",
      "parents": [
        "b00b2f70ddde86b0a4674b8518c78d3ad5dc68b7",
        "a1365275e745bb0a173c918a52bcdfa6ce122f7e"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Sat Jun 04 17:02:29 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jun 04 17:02:29 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch dm9000\n"
    },
    {
      "commit": "4ec5240ec367a592834385893200dd4fb369354c",
      "tree": "3ac9a34948049bff79a2b2ce49c0a3c84e35a748",
      "parents": [
        "f49809fe9b39e22b0f6f75c86295ce216ce3e374",
        "b6016b767397258b58163494a869f8f1199e6897"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 26 13:54:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 26 13:54:33 2005 -0700"
      },
      "message": "Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "b6016b767397258b58163494a869f8f1199e6897",
      "tree": "cd0bc87ff25ceaa1dd55860c9f212e18bb5a9f08",
      "parents": [
        "c8b35d2a29ec3c93e3b9c1e70d649a77a214b1c1"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Thu May 26 13:03:09 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 26 13:03:09 2005 -0700"
      },
      "message": "[BNX2]: New Broadcom gigabit network driver.\n\nA new driver bnx2 for Broadcom bcm5706 is available.\n\nThe patch also includes new 1000BASE-X advertisement bit definitions in\nmii.h\n\nThanks to David Miller and Jeff Garzik for reviewing and their valuable\nfeedback.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8199d3a79c224bbe5943fa08684e1f93a17881b0",
      "tree": "77726ddade7ca4282bc12315abcb01fdf241be74",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "christoph@graphe.net",
        "time": "Wed Mar 30 13:34:31 2005 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 19:15:02 2005 -0400"
      },
      "message": "[PATCH] A new 10GB Ethernet Driver by Chelsio Communications\n\nA Linux driver for the Chelsio 10Gb Ethernet Network Controller by Chelsio\n(http://www.chelsio.com).  This driver supports the Chelsio N210 NIC and is\nbackward compatible with the Chelsio N110 model 10Gb NICs.  It supports\nAMD64, EM64T and x86 systems.\n\nSigned-off-by: Tina Yang \u003ctinay@chelsio.com\u003e\nSigned-off-by: Scott Bardone \u003csbardone@chelsio.com\u003e\nSigned-off-by: Christoph Lameter \u003cchristoph@lameter.com\u003e\n\nAdrian said:\n\n- my3126.c is unused (because t1_my3126_ops isn\u0027t used anywhere)\n- what are the EXTRA_CFLAGS in drivers/net/chelsio/Makefile for?\n- $(cxgb-y) in drivers/net/chelsio/Makefile seems to be unneeded\n- completely unused global functions:\n  - espi.c: t1_espi_get_intr_counts\n  - sge.c: t1_sge_get_intr_counts\n- the following functions can be made static:\n  - sge.c: t1_espi_workaround\n  - sge.c: t1_sge_tx\n  - subr.c: __t1_tpi_read\n  - subr.c: __t1_tpi_write\n  - subr.c: t1_wait_op_done\n\nshemminger said:\n\nThe performance recommendations in cxgb.txt are common to all fast devices,\nand should be in one file rather than just for this device. I would rather\nsee ip-sysctl.txt updated or a new file on tuning recommendations started.\nSome of them have consequences that aren\u0027t documented well.\nFor example, turning off TCP timestamps risks data corruption from sequence wrap.\n\nA new driver shouldn\u0027t need so may #ifdef\u0027s unless you want to putit on older\nvendor versions of 2.4\n\nSome accessor and wrapper functions like:\n        t1_pci_read_config_4\n        adapter_name\n        t1_malloc\nare just annoying noise.\n\nWhy have useless dead code like:\n\n/* Interrupt handler */\n+static int pm3393_interrupt_handler(struct cmac *cmac)\n+{\n+       u32 master_intr_status;\n+/*\n+    1. Read master interrupt register.\n+    2. Read BLOCK\u0027s interrupt status registers.\n+    3. Handle BLOCK interrupts.\n+*/\n\nJeff said:\n\nstep 1:  kill all the OS wrappers.\n\n And do you really need hooks for multiple MACs, when only one MAC is\n really supported?  Typically these hooks are at a higher level anyway --\n struct net_device.\n\nFrom: Christoph Lameter \u003cchristoph@lameter\n\nDriver modified as suggested by Pekka Enberg, Stephen Hemminger and Andrian\nBunk.  Reduces the size of the driver to ~260k.\n\n- clean up tabs\n- removed my3126.c\n- removed 85% of suni1x10gexp_regs.h\n- removed 80% of regs.h\n- removed various calls, renamed variables/functions.\n- removed system specific and other wrappers (usleep, msleep)\n- removed dead code\n- dropped redundant casts in osdep.h\n- dropped redundant check of kfree\n- dropped weird code (MODVERSIONS stuff)\n- reduced number of #ifdefs\n- use kcalloc now instead of kmalloc\n- Add information about known issues with the driver\n- Add information about authors\n\nSigned-off-by: Scott Bardone \u003csbardone@chelsio.com\u003e\nSigned-off-by: Christoph Lameter \u003cchristoph@lameter.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n\ndiff -puN /dev/null Documentation/networking/cxgb.txt\n"
    },
    {
      "commit": "a1365275e745bb0a173c918a52bcdfa6ce122f7e",
      "tree": "81385d67fed6e10d177d1b26ae48966b33b037ef",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu May 05 15:14:15 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:31:07 2005 -0400"
      },
      "message": "[PATCH] DM9000 network driver\n\nThis patch adds support for the davicom dm9000 network driver.  The dm9000\nis found on some embedded arm boards such as the pimx1 or the scb9328.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n\ndiff -puN /dev/null drivers/net/dm9000.c\n"
    },
    {
      "commit": "6da0f685935e13458a2206ac872d0d3c67a52f65",
      "tree": "d41bb51feca5abe9384e6fb60ba128ad8f31b68f",
      "parents": [
        "da369b01d49b34803265096eb92a2d6da61cf0d0"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Apr 30 13:52:49 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:24:14 2005 -0400"
      },
      "message": "[PATCH] SIS900 must select MII\n\nThis patch fixes the following compile error caused by bk-netdev:\n\n\u003c--  snip  --\u003e\n\n...\n  LD      .tmp_vmlinux1\ndrivers/built-in.o(.text+0x98528): In function `sis900_get_settings\u0027:\n: undefined reference to `mii_ethtool_gset\u0027\ndrivers/built-in.o(.text+0x98538): In function `sis900_set_settings\u0027:\n: undefined reference to `mii_ethtool_sset\u0027\ndrivers/built-in.o(.text+0x98517): In function `sis900_get_link\u0027:\n: undefined reference to `mii_link_ok\u0027\ndrivers/built-in.o(.text+0x98547): In function `sis900_nway_reset\u0027:\n: undefined reference to `mii_nway_restart\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n\n\u003c--  snip  --\u003e\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Daniele Venzano \u003cvenza@brownhat.org\u003e\n"
    },
    {
      "commit": "5aa83a4c0a1568257ff7e249d39af64f75978b97",
      "tree": "d7e2922e7a72b5083e2495616ac261c6ce300a80",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu May 12 22:27:35 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 22:27:35 2005 -0400"
      },
      "message": "  [PATCH] remove two obsolete net drivers\n  \n  The options FMV18X and SK_G16 do depend on the non-available\n  CONFIG_OBSOLETE even in kernel 2.4 - IOW, the last time it was able to\n  select them was in kernel 2.2 (or even before).\n  \n  Since it seems noone misses these drivers, this patch removes them.\n  \n  Signed-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n  Signed-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "baef58b1b09ac0e9339e021144b921560482c8bd",
      "tree": "b3375c3b188a01734b681fdd4e2aa27cd64ef176",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Thu May 12 20:14:36 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:14:36 2005 -0400"
      },
      "message": "[netdrvr] new driver skge, for SysKonnect cards\n"
    },
    {
      "commit": "a553260618d88c4790daec7975c88f3db1080b5b",
      "tree": "75e46d5335ac3393bf453a36531bbe2ec60c1d21",
      "parents": [
        "7fbacd5213a03b262bb17a826b166900e8b168ac"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Wed May 04 05:39:42 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed May 04 07:33:14 2005 -0700"
      },
      "message": "[PATCH] ISA DMA Kconfig fixes - part 3\n\nDrivers that expect ISA DMA API are marked as such in Kconfig.\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "16b817579fb61050f1abcc0e81089974328a9c27",
      "tree": "7e1a511bfdab8965fb5b3502f47f7018c03861d8",
      "parents": [
        "d8f6098d5b0e9755c79d05e30b185a6e964fd3fa"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Sat Apr 16 15:24:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:24:30 2005 -0700"
      },
      "message": "[PATCH] ppc32: MV643XX ethernet is an option for Pegasos\n\nThis patch allows Kconfig to build the MV643xx ethernet driver on Pegasos\n(CONFIG_PPC_MULTIPLATFORM) and adds what I think is a missing fix from\nDale\u0027s batch, that is remove SA_INTERRUPT and add SA_SHIRQ in there as the\ninterrupt is shared if I understand things correctly.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Fabio Massimo Di Nitto \u003cfabbione@ubuntu.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
