)]}'
{
  "log": [
    {
      "commit": "6f94f709b5b1d3a9b5f1ff7d4f3534de6cde3ff6",
      "tree": "cb7f485ca55cdb36df949c78ef5bb892b62d20f3",
      "parents": [
        "17a9440f7deb781935c76e2e55d376a35611a6f9"
      ],
      "author": {
        "name": "Cesar Eduardo Barros",
        "email": "cesarb@cesarb.net",
        "time": "Thu May 29 21:58:36 2008 -0300"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Fri May 30 22:07:17 2008 -0400"
      },
      "message": "sc92031: remove bogus unlikely()\n\nCommit 5a0a92e67b5009a71e011658da04fb92dad8961f mentions len \u003c ETH_ZLEN\nis true for ARP packets. This obviously is not unlikely.\n\nSigned-off-by: Cesar Eduardo Barros \u003ccesarb@cesarb.net\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "5a0a92e67b5009a71e011658da04fb92dad8961f",
      "tree": "972c08baf56fbd8abfcf5d5854567e846b322e80",
      "parents": [
        "789585e968f07653a29a9e829aed20386043636c"
      ],
      "author": {
        "name": "Gerrit Renker",
        "email": "gerrit@erg.abdn.ac.uk",
        "time": "Sat May 17 08:35:36 2008 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Thu May 22 06:19:18 2008 -0400"
      },
      "message": "[SC92031] Using padto turned driver into an IPv6-only interface\n\nIPv4 would work with this driver only with static arp table entries,\nthe patch  reverts a padto introduced in\n\n commit 26a17b7bbb36a8552d531bc1ad08472fb5aa3007\n sc92031: start transmit return value bugfix\n\nThe padto does not work because the driver code evaluates `len\u0027 later on and\nthere are cases where skb-\u003elen is not updated accordingly.\n\nThis was observed with ARP frames (skb-\u003elen \u003d 42 bytes, !skb_cloned(),\nskb_tailroom \u003d 84 bytes). Then in skb_pad(), the first condition is true, where\nskb-\u003elen is not updated. As a consequence, the driver uses 42 bytes instead of\nthe 60 bytes, and the ARP frame never makes it onto the wire.\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "2723b019214c8787ee2fb54dacacfd112d2e5bf4",
      "tree": "938cd9992a3f10f66473bcb85ad32f41865dadf5",
      "parents": [
        "26a17b7bbb36a8552d531bc1ad08472fb5aa3007"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@vyatta.com",
        "time": "Wed Apr 02 10:13:12 2008 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Wed Apr 16 20:41:35 2008 -0400"
      },
      "message": "sc92031: use netdev_alloc_skb\n\nUse netdev_alloc_skb since it handles any NUMA node memory localtion issues\nand sets skb-\u003edev. Since device driver was not setting skb-\u003edev, I bet\nfilter rules based on device would not work.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "26a17b7bbb36a8552d531bc1ad08472fb5aa3007",
      "tree": "3a1041cb4661f313fbba5e276f3d0eeef36d28d4",
      "parents": [
        "9c28eaea90aef8db20004d29f924ad3059d9704e"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@vyatta.com",
        "time": "Wed Apr 02 10:11:11 2008 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Wed Apr 16 20:41:35 2008 -0400"
      },
      "message": "sc92031: start transmit return value bugfix\n\nAny negative return value from start_xmit is interpreted as NETDEV_TX_LOCK\nwhich is not what this driver wants. It should return 0 (NETDEV_TX_OK)\nwhen it consumes a packet.\n\nAlso, use skb_padto() as the generic way to pad small frames.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "9c28eaea90aef8db20004d29f924ad3059d9704e",
      "tree": "af689acdc80293efba164493008698c68ebab45b",
      "parents": [
        "10c6462090cccb643f31e26a14cb933bc31d8666"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@vyatta.com",
        "time": "Wed Apr 02 10:11:20 2008 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Wed Apr 16 20:41:34 2008 -0400"
      },
      "message": "sc92031: use net_device stats\n\nStatistics structure is available for use in net_device structure.\nCompile tested only.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "5a81f14330ce70bc256b624593768fd1b4170d27",
      "tree": "3ccd2b3cd96391c7a622da23620396ddbf2bead1",
      "parents": [
        "c500cb265e35c76d741714a61bc635e0f02d64d2"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@vyatta.com",
        "time": "Thu Apr 10 21:30:38 2008 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Sat Apr 12 04:39:20 2008 -0400"
      },
      "message": "sc92031: sysfs link missing\n\nAdd missing sysfs device association. Compile tested only -ENOHW.\n\nAddresses http://bugzilla.kernel.org/show_bug.cgi?id\u003d10380\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nCc: Cesar Eduardo Barros \u003ccesarb@cesarb.net\u003e\nCc: \u003ctom@sharkbay.at\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "b9f2c0440d806e01968c3ed4def930a43be248ad",
      "tree": "b8e4668b0a4eab842fc33402e92b15f6c63cbc18",
      "parents": [
        "753f492093da7a40141bfe083073400f518f4c68"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 03 18:07:32 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Oct 10 16:51:45 2007 -0700"
      },
      "message": "[netdrvr] Stop using legacy hooks -\u003eself_test_count, -\u003eget_stats_count\n\nThese have been superceded by the new -\u003eget_sset_count() hook.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "88d3aafdae5c5e1d2dd9489a5c8a24e29d335f2e",
      "tree": "272ce75c30a170420ac8bbfd679c3faed9f9d20a",
      "parents": [
        "09f75cd7bf13720738e6a196cc0107ce9a5bd5a0"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Sep 15 14:41:06 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Oct 10 16:51:17 2007 -0700"
      },
      "message": "[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls\n\nFor the operations\n\tget-tx-csum\n\tget-sg\n\tget-tso\n\tget-ufo\nthe default ethtool_op_xxx behavior is fine for all drivers, so we\npermit op\u003d\u003dNULL to imply the default behavior.\n\nThis provides a more uniform behavior across all drivers, eliminating\nethtool(8) \"ioctl not supported\" errors on older drivers that had\nnot been updated for the latest sub-ioctls.\n\nThe ethtool_op_xxx() functions are left exported, in case anyone\nwishes to call them directly from a driver-private implementation --\na not-uncommon case.  Should an ethtool_op_xxx() helper remain unused\nfor a while, except by net/core/ethtool.c, we can un-export it at a\nlater date.\n\n[ Resolved conflicts with set/get value ethtool patch... -DaveM ]\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "313674afa8fdced2fe79f50f38e1c387b63d8790",
      "tree": "40b14cab2f48af45615dacf35c93a268c42b7f9a",
      "parents": [
        "61a44b9c4b20d40c41fd1b70a4ceb13b75ea79a4"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "matthew@wil.cx",
        "time": "Tue Jul 31 14:00:29 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 31 14:00:29 2007 -0700"
      },
      "message": "[NET]: ethtool_perm_addr only has one implementation\n\nAll drivers implement ethtool get_perm_addr the same way -- by calling\nthe generic function.  So we can inline the generic function into the\ncaller and avoid going through the drivers.\n\nSigned-off-by: Matthew Wilcox \u003cmatthew@wil.cx\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0",
      "tree": "d338fad7a61824d8c14c079c0be437ea4ad83f01",
      "parents": [
        "029720f15dcd3c6c16824177cfc486083b229411"
      ],
      "author": {
        "name": "Arnaldo Carvalho de Melo",
        "email": "acme@redhat.com",
        "time": "Wed Apr 25 17:40:23 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Apr 25 22:24:30 2007 -0700"
      },
      "message": "[ETH]: Make eth_type_trans set skb-\u003edev like the other *_type_trans\n\nOne less thing for drivers writers to worry about.\n\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "699784b7614ce61b16a075445b8e5b6c379c5086",
      "tree": "b6eba3c51a434838c96b1de6114146485db72b71",
      "parents": [
        "bb8a954f27ed8fb8f57e80e6b63d837cfdcad689"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Apr 09 11:51:15 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Apr 09 13:31:14 2007 -0700"
      },
      "message": "[SC92031]: Fix priv-\u003elock context\n\nThe spin_lock calls made in dev-\u003eopen and dev-\u003eclose must disable\nBH since open/close are made in process context.  Conversely, the\ncall in dev-\u003ehard_start_xmit does not need to disable BH since it\nis already executing with BH disabled.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2db6346f76ac5bd5b632373240e3e54828111837",
      "tree": "60cc90d997cbbd3dc2d246f7a099f7e476b7fe49",
      "parents": [
        "38515e908ba3a9c467ad3bf347b9bce69216df94"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Feb 14 00:33:20 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 14 08:09:55 2007 -0800"
      },
      "message": "[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2\n\nThe obsolete SA_xxx interrupt flags have been used despite the scheduled\nremoval.  Fixup the remaining users in -mm.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bf345707299b34de90fbae062eff51e76561eb40",
      "tree": "fe7bfccf1e479a798f592d702399f8808f9633f8",
      "parents": [
        "ae306cca3ada3c84f3e30e1091a98d99ee1d0557"
      ],
      "author": {
        "name": "Cesar Eduardo Barros",
        "email": "cesarb@cesarb.net",
        "time": "Tue Dec 19 13:08:47 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Feb 05 16:58:45 2007 -0500"
      },
      "message": "driver for Silan SC92031 netdev\n\nThis is a driver for the Silan SC92031/Rsltek 8139D NIC chip.\n\nThis chip is found on at least one counterfeit Encore ENL832-TX-RENT NIC\n[1], which came with a mini-CD with the 2.4 driver.  A slightly older\nversion of the driver was found at [2].  The main difference between them\nis that the newer one has a small bugfix in the RX path, a lot of\ngratuitous renaming of functions, all the printable strings changed to show\nas a \"Rsltek 8139D\" [sic], and a PCI ID of 8139 instead of 2031.  The\ndriver on this patch is a rewrite of the vendor drivers (based mostly on\nthe older one).\n\nChanges from the previous patch sent to netdev:\n- Use MMIO instead of PIO\n- Changed TX bounce buffers allocation\n- Use skb_copy_and_csum_dev\n- Several small bug fixes\n- Tested for more than just a few minutes each time\n\n[1] See http://www.encore-usa.com/faq.php under ENL832-TX-RENT for more\n    information\n[2] Look for SL_LINUX.ZIP (which is really a .tar.gz) at\n    http://broadbandforum.in/dataone_Intex_LAN_cardlinux-t4207-s15.html\n[3] To compile on 2.6.17, simply add back the last argument to the\n    interrupt handler in two places, and copy the boolean declarations\n    from 2.6.19\n\n[akpm@osdl.org: build fixes]\nSigned-off-by: Cesar Eduardo Barros \u003ccesarb@cesarb.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    }
  ]
}
