)]}'
{
  "log": [
    {
      "commit": "e930438c42e744ef1f8bfdbb338253c9f384df42",
      "tree": "9fd71b732916dc8ccbf985461b4cd1bfd00137a6",
      "parents": [
        "316cb4ef3eb2ad6e35e15cc56d39c6cda58c093a"
      ],
      "author": {
        "name": "Yang Hongyang",
        "email": "yanghy@cn.fujitsu.com",
        "time": "Mon Apr 13 14:40:14 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 13 15:04:33 2009 -0700"
      },
      "message": "Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)\n\nThis is the second go through of the old DMA_nBIT_MASK macro,and there\u0027re not\nso many of them left,so I put them into one patch.I hope this is the last round.\nAfter this the definition of the old DMA_nBIT_MASK macro could be removed.\n\nSigned-off-by: Yang Hongyang \u003cyanghy@cn.fujitsu.com\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Tony Lindgren \u003ctony@atomide.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "284901a90a9e0b812ca3f5f852cbbfb60d10249d",
      "tree": "06c1b5a0f83c90cfb662f756e7781977ce739ce8",
      "parents": [
        "6afd142fd0dfba497246d0fab236c20a7b4bf778"
      ],
      "author": {
        "name": "Yang Hongyang",
        "email": "yanghy@cn.fujitsu.com",
        "time": "Mon Apr 06 19:01:15 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:31:11 2009 -0700"
      },
      "message": "dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)\n\nReplace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)\n\nSigned-off-by: Yang Hongyang\u003cyanghy@cn.fujitsu.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "508827ff0ac3981d420edac64a70de7f4e304d38",
      "tree": "b0cee8ddef9f0ceab68c388e4ae46b7295eb2cb5",
      "parents": [
        "2c3c3d02f28801d7ad2da4952b2c7ca6621ef221",
        "72e2240f181871675d3a979766330c91d48a1673"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Mar 05 02:06:47 2009 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Mar 05 02:06:47 2009 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\nConflicts:\n\tdrivers/net/tokenring/tmspci.c\n\tdrivers/net/ucc_geth_mii.c\n"
    },
    {
      "commit": "858b9ced6e73a0f087294c398a1ae70a7eeed94f",
      "tree": "81a2298b2c45d90f68b016fb0b4fa05c19a787f5",
      "parents": [
        "4222474519ff5b31a526dfa1da7aa4b0e38bef5c"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "roel.kluin@gmail.com",
        "time": "Wed Mar 04 00:11:42 2009 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Mar 04 00:11:42 2009 -0800"
      },
      "message": "net: more timeouts that reach -1\n\nwith while (timeout-- \u003e 0); timeout reaches -1 after the loop, so the tests\nbelow are off by one. also don\u0027t do an \u0027\u003c 0\u0027 test on an unsigned.\n\nSigned-off-by: Roel Kluin \u003croel.kluin@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "814c01dc7c533033b4e99981a2e24a6195bfb43c",
      "tree": "56f8b27147b2a45ac2ae23f5bec736e1cba41a89",
      "parents": [
        "eb352b838d42e66f0267c40249798ffda3c63037"
      ],
      "author": {
        "name": "Guo-Fu Tseng",
        "email": "cooldavid@cooldavid.org",
        "time": "Fri Feb 27 17:59:44 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Mar 01 20:39:32 2009 -0800"
      },
      "message": "jme: Adding {64,40}bits DMA mask back\n\nAll JMC250 chips have no problem with higher bits support.\nAdding it back.\n\nFound-by: Ethan Hsiao \u003cethanhsiao@jmicron.com\u003e\nSigned-off-by: Guo-Fu Tseng \u003ccooldavid@cooldavid.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "eb352b838d42e66f0267c40249798ffda3c63037",
      "tree": "13bf27e332a56e7d4e969a127cc8728d9ee93134",
      "parents": [
        "7f7fd2da92b4ce20f55d3b7615089cf8e04cfffc"
      ],
      "author": {
        "name": "Guo-Fu Tseng",
        "email": "cooldavid@cooldavid.org",
        "time": "Fri Feb 27 17:58:16 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Mar 01 20:39:32 2009 -0800"
      },
      "message": "jme: Clear all modified GHC register flags\n\nClear all modified GHC register flags.\n\nFixed-by: Ethan Hsiao \u003cethanhsiao@jmicron.com\u003e\nSigned-off-by: Guo-Fu Tseng \u003ccooldavid@cooldavid.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7f7fd2da92b4ce20f55d3b7615089cf8e04cfffc",
      "tree": "720664405ab7d943c800db4b660f86661d73b4dc",
      "parents": [
        "07c8d2aad7db8c649a49a22f713f83e6f24b8edd"
      ],
      "author": {
        "name": "Guo-Fu Tseng",
        "email": "cooldavid@cooldavid.org",
        "time": "Fri Feb 27 17:57:01 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Mar 01 20:39:31 2009 -0800"
      },
      "message": "jme: Fix pci sync\n\nWe should sync ring descriptor to pci device after modifying it.\nSigned-off-by: Guo-Fu Tseng \u003ccooldavid@cooldavid.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "07c8d2aad7db8c649a49a22f713f83e6f24b8edd",
      "tree": "0570e3df364c19bd723c51caccf51c664d768f2f",
      "parents": [
        "fc1f209514691af9167e462880e858efc8b22d83"
      ],
      "author": {
        "name": "Guo-Fu Tseng",
        "email": "cooldavid@cooldavid.org",
        "time": "Fri Feb 27 17:54:07 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Mar 01 20:39:31 2009 -0800"
      },
      "message": "jme: Modifies messages to display correct hardware version\n\nThis patch modifies messages to display correct hardware version.\nSigned-off-by: Guo-Fu Tseng \u003ccooldavid@cooldavid.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "908a7a16b852ffd618a9127be8d62432182d81b4",
      "tree": "a0b509227e26bef7edd347575761e0dbeb5756e7",
      "parents": [
        "889bd9b6dbcd426b8698c4a779dd7dbf247f57b8"
      ],
      "author": {
        "name": "Neil Horman",
        "email": "nhorman@tuxdriver.com",
        "time": "Mon Dec 22 20:43:12 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 22 20:43:12 2008 -0800"
      },
      "message": "net: Remove unused netdev arg from some NAPI interfaces.\n\nWhen the napi api was changed to separate its 1:1 binding to the net_device\nstruct, the netif_rx_[prep|schedule|complete] api failed to remove the now\nvestigual net_device structure parameter.  This patch cleans up that api by\nproperly removing it..\n\nSigned-off-by: Neil Horman \u003cnhorman@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e4e6c38cab208b369bfc8e9a57186581bf0b9987",
      "tree": "3a84024d6180b37ce938c4d552d311bbaccff1e9",
      "parents": [
        "4f40bf46897ddb57f149c0758f0cef0cc7782f7f"
      ],
      "author": {
        "name": "Guo-Fu Tseng",
        "email": "cooldavid@cooldavid.org",
        "time": "Wed Dec 03 21:20:04 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Dec 03 21:20:04 2008 -0800"
      },
      "message": "jme: Remove 64 and 40 bit dma_mask\n\nAlthough the hardware supports the 64bit DMA address in design,\nbut later found that it actually not working.\nThis patch reduced the rang to 32bit.\n\nFound-by: \"Ethan\" \u003cethanhsiao@jmicron.com\u003e\nSigned-off-by: \"Guo-Fu Tseng\" \u003ccooldavid@cooldavid.org\u003e\nAcked-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4f40bf46897ddb57f149c0758f0cef0cc7782f7f",
      "tree": "98a0e6000bf92f26b0a2f75afbe8daf8f6f602d5",
      "parents": [
        "59e4220a1112bf65924bc2e47b5757911b6f349b"
      ],
      "author": {
        "name": "akeemting",
        "email": "akeem@jmicron.com",
        "time": "Wed Dec 03 21:19:16 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Dec 03 21:19:16 2008 -0800"
      },
      "message": "jme: GHC register control fix for new hardware\n\nDue to the hardware design, except the first chip on the market,\nother chips needs to setup the clock source for MAC processor\nimplicitly through Global Host Control Register(GHC).\n(Strange design huh?)\n\n10/100M uses the PCI-E as clock source, and 1G uses GPHY.\n\nAnd I reordered the code a little, to make it easier to read.\n\nFound-by: \"Ethan\" \u003cethanhsiao@jmicron.com\u003e\nFixed-by: \"akeemting\" \u003cakeem@jmicron.com\u003e\nSigned-off-by: \"Guo-Fu Tseng\" \u003ccooldavid@cooldavid.org\u003e\nAcked-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e48714baac0e81ed9e19a5785eee52e1eca8f56e",
      "tree": "58a9fd86ba31d4a4fd87cdc91294ce1faa24c15b",
      "parents": [
        "e245a3855eec42127b722ed9688a49ec3f3c9a27"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@vyatta.com",
        "time": "Fri Nov 21 17:28:33 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Nov 21 17:28:33 2008 -0800"
      },
      "message": "jme: convert driver to net_device_ops\n\nConvert driver to new net_device_ops. Compile tested only.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6ab33d51713d6d60c7677c0d020910a8cb37e513",
      "tree": "546c2ff099b2757e75cf34ddace874f1220f740e",
      "parents": [
        "7be6065b39c3f1cfa796667eac1a2170465acc91",
        "13d428afc007fcfcd6deeb215618f54cf9c0cae6"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 20 16:44:00 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 20 16:44:00 2008 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\nConflicts:\n\n\tdrivers/net/ixgbe/ixgbe_main.c\n\tinclude/net/mac80211.h\n\tnet/phonet/af_phonet.c\n"
    },
    {
      "commit": "31c221c49f92d17632e0d662eb62a27e8b425805",
      "tree": "aa33c50007f415765655275b0be8c8ad751aff95",
      "parents": [
        "9d6ada9f4141fb8ab3c5d7dffe382f6a68b8e961"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Wed Nov 19 15:50:59 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Nov 19 15:50:59 2008 -0800"
      },
      "message": "net: jme.c rxdesc.flags is __le16, other missing endian swaps\n\nThis is the minimal patch to fix endian mismatches.  These are\nprobably bugs on big-endian arches, noops on little endian.\n\njme_rxsum_ok could be improved to directly take a __le16 and\nchange all of the masks/sets to be in little-endian, but\nhas not been done here to keep the patch small.\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "babcda74e9d96bb58fd9c6c5112dbdbff169e695",
      "tree": "fcbe5e70f1fff01ad49504171e964c387a5ad7f8",
      "parents": [
        "ab2910921064b657610a3b501358a305e13087ea"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 03 21:11:17 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 03 21:11:17 2008 -0800"
      },
      "message": "drivers/net: Kill now superfluous -\u003elast_rx stores.\n\nThe generic packet receive code takes care of setting\nnetdev-\u003elast_rx when necessary, for the sake of the\nbonding ARP monitor.\n\nDrivers need not do it any more.\n\nSome cases had to be skipped over because the drivers\nwere making use of the -\u003elast_rx value themselves.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7c510e4b730a92cecf94ada45c989d8be0200d47",
      "tree": "61f1926964c580946367588602a8eb039561f077",
      "parents": [
        "e174961ca1a0b28f7abf0be47973ad57cb74e5f0"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Mon Oct 27 17:47:26 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Oct 27 17:47:26 2008 -0700"
      },
      "message": "net: convert more to %pM\n\nA number of places still use %02x:...:%02x because it\u0027s\nin debug statements or for no real reason. Make a few\nof them use %pM.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b7c6bfb710cfd6552c3186cb8ce1ac9eef7a0e3d",
      "tree": "c780955709ace1b54288f3abfd838567c54bf600",
      "parents": [
        "bf94e17bc8d35fc339945a42990a2f2b5e9b5a40"
      ],
      "author": {
        "name": "Kamalesh Babulal",
        "email": "kamalesh@linux.vnet.ibm.com",
        "time": "Mon Oct 13 18:41:01 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Oct 13 18:41:01 2008 -0700"
      },
      "message": "net: fix driver build errors due to missing net/ip6_checksum.h include\n\n  2.6.27-git2 kernel build fails with allyesconfig on powerpc with \nbuild error \n\n\u003cintroduced by commit 01f2e4ead2c51226ed1283ef6a8388ca6f4cff8f\u003e \n\nCC    drivers/net/enic/enic_main.o\ndrivers/net/enic/enic_main.c: In function âenic_queue_wq_skb_tsoâ:\ndrivers/net/enic/enic_main.c:576: error: implicit declaration of function âcsum_ipv6_magicâ\nmake[3]: *** [drivers/net/enic/enic_main.o] Error 1\n\n\u003cintroduced by commit c4e84bde1d595d857d3c74b49b9c45cc770df792\u003e\n\ndrivers/net/qlge/qlge_main.c: In function âql_tsoâ:\ndrivers/net/qlge/qlge_main.c:1862: error: implicit declaration of function âcsum_ipv6_magicâ\nmake[3]: *** [drivers/net/qlge/qlge_main.o] Error 1\n  \n\u003cintroduced by commit 95252236e73e789dd186ce796a2abc60b3a61ebe\u003e\n\ndrivers/net/jme.c: In function âjme_tx_tsoâ:\ndrivers/net/jme.c:1784: error: implicit declaration of function âcsum_ipv6_magicâ\nmake[2]: *** [drivers/net/jme.o] Error 1\n\nSigned-off-by: Kamalesh Babulal \u003ckamalesh@linux.vnet.ibm.com\u003e\nSigned-off-by: Ron Mercer \u003cron.mercer@qlogic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1947b36d8f7eb706972bd50fceb063d317d62570",
      "tree": "f7e48ed60c2fffdb22f16951a833b4bf213a9d1d",
      "parents": [
        "14717f811b6662ca77bf39c07f5589c3b084f942"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sun Oct 12 21:08:58 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Oct 12 21:08:58 2008 -0700"
      },
      "message": "jme: remove unused #include \u003cversion.h\u003e\n\nThe file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.\n  drivers/net/jme.c\n\nThis patch removes the said #include \u003cversion.h\u003e.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "724f88057609c00d6e973c3a7e0eb72f8eec2da9",
      "tree": "10d556773e163bd24183f3aad332be76e558b3ff",
      "parents": [
        "6dc0c97fdcf63cf65a5857ad739a41f9eac9f2fc"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 08 19:54:31 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 08 19:54:31 2008 -0700"
      },
      "message": "jme: Fix warnings with CONFIG_PM disabled.\n\ndrivers/net/jme.c:1598: warning: ‘jme_set_100m_half’ defined but not used\ndrivers/net/jme.c:1618: warning: ‘jme_wait_link’ defined but not used\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "576b5223e2caa0f19afb8ac17455759c214370ce",
      "tree": "0cfd422dbf935fe2878f8b160b4649e6997589f7",
      "parents": [
        "a821ebe580c535e3e8e354c6ab10516a0e95e202"
      ],
      "author": {
        "name": "akeemting",
        "email": "akeem@jmicron.com",
        "time": "Wed Oct 08 19:50:03 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 08 19:51:32 2008 -0700"
      },
      "message": "jme: Faulty IRQ handle bug fix\n\nFix IRQ handle bug when interrupt mode.\n\nThe driver was incorrectly handled and returned IRQ_HANDLED\nwhile the device is not generating the interrupt.\nIt happened due to faulty determination of interrupt status register.\n\nFound by: \"Ethan\" \u003cethanhsiao@jmicron.com\u003e\nFixed by: \"akeemting\" \u003cakeem@jmicron.com\u003e\nSigned-off-by: Guo-Fu Tseng \u003ccooldavid@cooldavid.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a821ebe580c535e3e8e354c6ab10516a0e95e202",
      "tree": "b47d39b17146c16b358f8e01e1dc7709564b4ee8",
      "parents": [
        "0ce2f03bade2046d6eb6184d52d065688382d7bd"
      ],
      "author": {
        "name": "Guo-Fu Tseng",
        "email": "cooldavid@cooldavid.org",
        "time": "Wed Oct 08 19:48:58 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 08 19:51:31 2008 -0700"
      },
      "message": "jme: Added half-duplex mode and IPv6 RSS fix\n\n1. Set bit 5 of GPREG1 to 1 to enable hardware workaround for half-duplex\n   mode. Which the MAC processor generates CRS/COL by itself instead of\n   receive it from PHY processor.\n\n2. Set bit 6 of GPREG1 to 1 to enable hardware workaround that masks the\n   MAC processor working right while calculating IPv6 RSS in 10/100\n   mode.\n\n3. Group the workaround codes all together.\n\nSigned-off-by: Guo-Fu Tseng \u003ccooldavid@cooldavid.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "95252236e73e789dd186ce796a2abc60b3a61ebe",
      "tree": "c0bc95c30c01294c16c0a2c9269dafb3273e0743",
      "parents": [
        "01f2e4ead2c51226ed1283ef6a8388ca6f4cff8f"
      ],
      "author": {
        "name": "Guo-Fu Tseng",
        "email": "cooldavid@cooldavid.org",
        "time": "Tue Sep 16 01:00:11 2008 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Thu Sep 18 11:34:54 2008 -0400"
      },
      "message": "jme: JMicron Gigabit Ethernet Driver\n\nSupporting JMC250, and JMC260.\n\nSigned-off-by: Guo-Fu Tseng \u003ccooldavid@cooldavid.org\u003e\nAcked-and-tested-by: Ethan Hsiao \u003cethanhsiao@jmicron.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    }
  ]
}
