)]}'
{
  "log": [
    {
      "commit": "2e2d9be8454e295374dfbddd7ceaba2e4fc01c76",
      "tree": "a7d55a0ef8111e716c4571aedba39fb1337c5ac1",
      "parents": [
        "641c218d120b03bdea4f658ab44930587cff9158"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Thu Apr 07 10:22:31 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Thu Sep 01 11:16:35 2011 -0400"
      },
      "message": "tipc: Update obsolete references to multicast link\n\nUpdates TIPC\u0027s broadcast link in a couple of places that were missed\nduring the transition from its former name (\"multicast-link\") to its\ncurrent name (\"broadcast-link\"). These changes are essentially cosmetic\nand do not affect the overall operation of TIPC.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "641c218d120b03bdea4f658ab44930587cff9158",
      "tree": "223ef08cadbfbc116d5a3ade058cd96d7a095c27",
      "parents": [
        "f882cb7684cf54d4f5d3e25443a80a039e1b4bd7"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Thu Apr 07 09:54:43 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Thu Sep 01 11:16:35 2011 -0400"
      },
      "message": "tipc: Enhance filtering of out-dated link reset messages\n\nEnsure TIPC ignores an out-dated link reset message whose session\nnumber predates the current session number. (Previously, TIPC only\nignored an out-date reset message whose session number was equal\nto the current link session number.)\n\nOut-dated link reset messages should not occur under normal circumstances;\nhowever, they can be generated if a link endpoint is unable to send a\nlink reset message right away and queues it for later delivery, but the\nqueued message is not sent until after the link is established.\n\nThanks to Laser [gotolaser@gmail.com] for diagnosing the problem and\ncontributing a prototype patch.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "f882cb7684cf54d4f5d3e25443a80a039e1b4bd7",
      "tree": "0ade2aba888449e606fd6ad3c01db3e3c473c197",
      "parents": [
        "062b4c99fe70f95e07e8af15617750d2a6fb6789"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Thu Apr 07 09:43:27 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Thu Sep 01 11:16:35 2011 -0400"
      },
      "message": "tipc: Initialize peer session field of newly created link endpoint\n\nInitializes the peer session number field of a newly created link\nendpoint to an invalid value. This eliminates the remote possibility\nthat it will accidentally match the session number used by the peer\nthe first time the link is activated, and cause the link to ignore\na valid RESET message.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "062b4c99fe70f95e07e8af15617750d2a6fb6789",
      "tree": "21a20850bc91d8cce0e2550f451f80607813a27e",
      "parents": [
        "ed33a9c4e354b08630bcf4cea70596f690487108"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Thu Apr 07 09:28:47 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Thu Sep 01 11:16:35 2011 -0400"
      },
      "message": "tipc: Display meaningful peer interface name during link creation\n\nSets the peer interface portion of the name of a newly created link\nendpoint to \"unknown\". This ensures that state and statistics information\ncan be properly displayed during the time between the link endpoint\u0027s\ncreation and the time handshaking with its peer is completed.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "ed33a9c4e354b08630bcf4cea70596f690487108",
      "tree": "dab46f277d18053d963ce17f8355dd3cea4e8fd2",
      "parents": [
        "5adeb17c936d2dca155e4c93e2c6ea70419a6033"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Tue Apr 05 15:15:04 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Thu Sep 01 11:16:35 2011 -0400"
      },
      "message": "tipc: Eliminate obsolete filter for unexpected unicast messages\n\nRemoves a test that ensures unicast link endpoints discard an incoming\nmessage if it will not be consumed by the node itself and cannot be\nforwarded to another node, since the preceding test already ensures that\nthe message is destined for this node and single-cluster TIPC no longer\nperforms message forwarding.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "5adeb17c936d2dca155e4c93e2c6ea70419a6033",
      "tree": "f3c6851837c14eefe68f0d59da1b87a48e9c03d1",
      "parents": [
        "ab7e11d9d0293ef1802d6ae8aab39ce58472b167"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Tue Apr 05 09:48:52 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Thu Sep 01 11:16:35 2011 -0400"
      },
      "message": "tipc: Remove obsolete manipulation of message re-route count field\n\nEliminates code that increments and validates the re-route count field\nof payload messages, since the elimination of multi-cluster support\nmeans that it is no longer necessary for TIPC to forward incoming messages\nto another node. (The obsolete code was incorrect anyway, since it\nincorrectly incremented the re-route count field of messages that\noriginated on the node that forwarded the message.)\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "ab7e11d9d0293ef1802d6ae8aab39ce58472b167",
      "tree": "a8de65ffad9f604a68ac6dddbc480c323905ab77",
      "parents": [
        "2234a722394cf5b9fdcbf5459678fdee450e54f4"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:30 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:03 2011 -0400"
      },
      "message": "greth: convert to SKB paged frag API.\n\nIn order to avoid long lines also use phys_to_virt(page_to_phys(page)) \u003d\u003e\npage_address(page) (since the are effectively the same thing for lowmem pages).\n\nAlso dump the frag\u0027s size instead of the headlen when dumping a frag.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2234a722394cf5b9fdcbf5459678fdee450e54f4",
      "tree": "0a9f00532f7650f4d76c1593efb7a6ce98e2d8a6",
      "parents": [
        "671173c30f53a5a39c63525540962c2b4a673749"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:29 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:02 2011 -0400"
      },
      "message": "gianfar: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "671173c30f53a5a39c63525540962c2b4a673749",
      "tree": "e31703e766910c3fd96c261bde5482826ea6b2b9",
      "parents": [
        "4bf5adbf757565d2cc19758aec8452e5364dd700"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:28 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:02 2011 -0400"
      },
      "message": "forcedeth: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4bf5adbf757565d2cc19758aec8452e5364dd700",
      "tree": "206c1cb1896d1a1e8e920c8f3ff2616950332de6",
      "parents": [
        "877749bf3f2f7a517ae74cd2c2fa4eed7aa9b51d"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:27 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:02 2011 -0400"
      },
      "message": "enic: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Christian Benvenuti \u003cbenve@cisco.com\u003e\nCc: Vasanthy Kolluri \u003cvkolluri@cisco.com\u003e\nCc: Roopa Prabhu \u003croprabhu@cisco.com\u003e\nCc: David Wang \u003cdwang2@cisco.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "877749bf3f2f7a517ae74cd2c2fa4eed7aa9b51d",
      "tree": "31ae3231c7a81515b82bd8e60397a05cdf61709b",
      "parents": [
        "18324d690d6a5028e3c174fc1921447aedead2b8"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:26 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:01 2011 -0400"
      },
      "message": "intel: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nCc: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nCc: Bruce Allan \u003cbruce.w.allan@intel.com\u003e\nCc: Carolyn Wyborny \u003ccarolyn.wyborny@intel.com\u003e\nCc: Don Skidmore \u003cdonald.c.skidmore@intel.com\u003e\nCc: Greg Rose \u003cgregory.v.rose@intel.com\u003e\nCc: PJ Waskiewicz \u003cpeter.p.waskiewicz.jr@intel.com\u003e\nCc: Alex Duyck \u003calexander.h.duyck@intel.com\u003e\nCc: John Ronciak \u003cjohn.ronciak@intel.com\u003e\nCc: e1000-devel@lists.sourceforge.net\nCc: netdev@vger.kernel.org\nAcked-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "18324d690d6a5028e3c174fc1921447aedead2b8",
      "tree": "5b7f8cdacf5776f33376f991369a1b8dfc20f573",
      "parents": [
        "4d5b1a674e3426aa53191978631472518da71852"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:25 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:01 2011 -0400"
      },
      "message": "cassini: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4d5b1a674e3426aa53191978631472518da71852",
      "tree": "1764ace6d9229916805cfba674d01b6d09f667f8",
      "parents": [
        "b061b39e3ae18ad75466258cf2116e18fa5bbd80"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:24 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:01 2011 -0400"
      },
      "message": "bna: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Rasesh Mody \u003crmody@brocade.com\u003e\nCc: Debashis Dutt \u003cddutt@brocade.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b061b39e3ae18ad75466258cf2116e18fa5bbd80",
      "tree": "a7ebd42989a1acd45ec14cbeb7d86f66cf04ca1a",
      "parents": [
        "9b22c7352b1882e45c7f24fe1575cee1846844cd"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:23 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:00 2011 -0400"
      },
      "message": "benet: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Sathya Perla \u003csathya.perla@emulex.com\u003e\nCc: Subbu Seetharaman \u003csubbu.seetharaman@emulex.com\u003e\nCc: Ajit Khaparde \u003cajit.khaparde@emulex.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9b22c7352b1882e45c7f24fe1575cee1846844cd",
      "tree": "662534a51eac9d662410c8dc52da15b31fc7f1a3",
      "parents": [
        "6adaaac7f149a0d21e0e72ba82aae3d86669e440"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:22 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:00 2011 -0400"
      },
      "message": "atlx: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Jay Cliburn \u003cjcliburn@gmail.com\u003e\nCc: Chris Snook \u003cchris.snook@gmail.com\u003e\nCc: Jie Yang \u003cjie.yang@atheros.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6adaaac7f149a0d21e0e72ba82aae3d86669e440",
      "tree": "59c16d64f39db8210330182f5e1a93bd3329788f",
      "parents": [
        "8d1bb865575d0d4a8cbe2ad5f8fd269e9dff0134"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:21 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:58:00 2011 -0400"
      },
      "message": "atl1e: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Jay Cliburn \u003cjcliburn@gmail.com\u003e\nCc: Chris Snook \u003cchris.snook@gmail.com\u003e\nCc: Jie Yang \u003cjie.yang@atheros.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8d1bb865575d0d4a8cbe2ad5f8fd269e9dff0134",
      "tree": "9dddfc6bc5a643e35bd66495ac1c43bda53c1b4e",
      "parents": [
        "c4c8d5796ce54e96885e227931986996b343a1d0"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:57:59 2011 -0400"
      },
      "message": "atl1c: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Jay Cliburn \u003cjcliburn@gmail.com\u003e\nCc: Chris Snook \u003cchris.snook@gmail.com\u003e\nCc: Jie Yang \u003cjie.yang@atheros.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c4c8d5796ce54e96885e227931986996b343a1d0",
      "tree": "36d43252b4896b45afff0cf9d8e84746f6201861",
      "parents": [
        "deb8a069e39b272c0a37bfa7a5f52d49600963a4"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:19 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:57:59 2011 -0400"
      },
      "message": "acenic: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Jes Sorensen \u003cjes@trained-monkey.org\u003e\nCc: linux-acenic@sunsite.dk\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "deb8a069e39b272c0a37bfa7a5f52d49600963a4",
      "tree": "879d31507ceee3c9912a260cb12be26f1c0af266",
      "parents": [
        "7b63e3a8ffde4daf50996eae2a0b541662da148c"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:18 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:57:59 2011 -0400"
      },
      "message": "8139cp: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7b63e3a8ffde4daf50996eae2a0b541662da148c",
      "tree": "45d716199f0b291f0631b871ae76c15d7930441d",
      "parents": [
        "3857e3ee2209b7289c434103e366f765ec82a22d"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Aug 29 23:18:17 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Aug 30 17:57:58 2011 -0400"
      },
      "message": "3c59x: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Steffen Klassert \u003cklassert@mathematik.tu-chemnitz.de\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3857e3ee2209b7289c434103e366f765ec82a22d",
      "tree": "50740547cf4a713d91998d6e71bb469c9e58c47e",
      "parents": [
        "5cbba3cd9db44d171673405d71b9aa0e35accdd1"
      ],
      "author": {
        "name": "Dmitry Kravkov",
        "email": "dmitry@broadcom.com",
        "time": "Mon Aug 29 11:35:44 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 22:56:56 2011 -0400"
      },
      "message": "bnx2x: Fix build error\n\nOn Mon, 2011-08-29 at 13:28 -0700, Randy Dunlap wrote:\n\u003e (on i386 or x86_64)\n\u003e\n\u003e drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:10148: error: \u0027bnx2x_fcoe_get_wwn\u0027 undeclared here (not in a function)\n\nThis should sync #define structures between definition and declaration\nAcked-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\n\nReported-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Dmitry Kravkov \u003cdmitry@broadcom.com\u003e\nAcked-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5cbba3cd9db44d171673405d71b9aa0e35accdd1",
      "tree": "1215970d979122a08563e98966b06e66ce274c19",
      "parents": [
        "728a98b831eecada40b36df53420d57e9292c880"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 22:55:53 2011 -0400"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 22:55:53 2011 -0400"
      },
      "message": "net: Fix duplicate CONFIG_SLIP entry in driver/net/Makefile\n\nReported-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "728a98b831eecada40b36df53420d57e9292c880",
      "tree": "e4bac789f65990bc6bcc5e82cd71f6a32ceca732",
      "parents": [
        "9254b751492c7fc08497a5c0e0cd668ddd269ea2"
      ],
      "author": {
        "name": "Sucheta Chakraborty",
        "email": "sucheta.chakraborty@qlogic.com",
        "time": "Mon Aug 29 12:50:30 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 22:52:50 2011 -0400"
      },
      "message": "qlcnic: add beacon test support.\n\nBeacon test flashes both port LEDs instead of just 1 LED of a port.\nUpdated driver version to 5.0.23.\n\nSigned-off-by: Sucheta Chakraborty \u003csucheta.chakraborty@qlogic.com\u003e\nSigned-off-by: Sony Chacko \u003csony.chacko@qlogic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9254b751492c7fc08497a5c0e0cd668ddd269ea2",
      "tree": "0835d876bf509dc1dc776ad87ee48cdcef043fbc",
      "parents": [
        "a2050c7eeef034521f34df9cb896e72ea6802331"
      ],
      "author": {
        "name": "Sritej Velaga",
        "email": "sritej.velaga@qlogic.com",
        "time": "Mon Aug 29 12:50:29 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 22:52:50 2011 -0400"
      },
      "message": "qlcnic: fix cdrp race condition\n\nReading CRB registers(if reqd) before releasing the api lock.\n\nSigned-off-by: Sritej Velaga \u003csritej.velaga@qlogic.com\u003e\nSigned-off-by: Sony Chacko \u003csony.chacko@qlogic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a2050c7eeef034521f34df9cb896e72ea6802331",
      "tree": "3935c29e29ad9cdcd2a69749fb438e769c5021f9",
      "parents": [
        "df3cfbe30bcd8ddfbbac2d0893c53b6d048dd1f8"
      ],
      "author": {
        "name": "Sritej Velaga",
        "email": "sritej.velaga@qlogic.com",
        "time": "Mon Aug 29 12:50:28 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 22:52:50 2011 -0400"
      },
      "message": "qlcnic: Add FLT entry for CO cards FW image region\n\nThe FLT entry for FW image region has changed for C0 cards.\nUpdated the driver to look at the right region in the FLT.\n\nSigned-off-by: Sritej Velaga \u003csritej.velaga@qlogic.com\u003e\nSigned-off-by: Sony Chacko \u003csony.chacko@qlogic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "df3cfbe30bcd8ddfbbac2d0893c53b6d048dd1f8",
      "tree": "ebb5768b3f9dec42e5443337b7f08ffbd0d0b666",
      "parents": [
        "44f65b290235a1b259eea1aa055b5b1be36d3c86"
      ],
      "author": {
        "name": "Manish chopra",
        "email": "Manish.Chopra@qlogic.com",
        "time": "Mon Aug 29 12:50:27 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 22:52:50 2011 -0400"
      },
      "message": "qlcnic: Change debug messages in loopback path\n\nAdded more debug messages while loopback test in progress\n\nSigned-off-by: Manish chopra \u003cManish.Chopra@qlogic.com\u003e\nSigned-off-by: Sony Chacko \u003csony.chacko@qlogic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "44f65b290235a1b259eea1aa055b5b1be36d3c86",
      "tree": "63ffb384f7f27e06cc6f263a9440f86584ae237e",
      "parents": [
        "1bddc59c2546a24a92b1e7d4d8fa1e1e38aeedb2"
      ],
      "author": {
        "name": "Sony Chacko",
        "email": "sony.chacko@qlogic.com",
        "time": "Mon Aug 29 12:50:26 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 22:52:49 2011 -0400"
      },
      "message": "qlcnic: detect fan failure\n\nSigned-off-by: Sony Chacko \u003csony.chacko@qlogic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1bddc59c2546a24a92b1e7d4d8fa1e1e38aeedb2",
      "tree": "09f07fe50e45aeb6a61c67c83cb714a5eca545d7",
      "parents": [
        "4f16061ede08b6bea34c4e699c9dfa7ba6c88793",
        "ba6e5eb107b4b26444cb67ce6fb8eb0973a97964"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 13:46:24 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 13:46:24 2011 -0700"
      },
      "message": "Merge branch \u0027for-davem\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next\n"
    },
    {
      "commit": "4f16061ede08b6bea34c4e699c9dfa7ba6c88793",
      "tree": "5251bd0d000031d1a22ae2a1c1aea92626362c88",
      "parents": [
        "f3116f62cb56ef5efd172371fab688bb27529f69"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Aug 29 11:49:40 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 29 13:20:23 2011 -0700"
      },
      "message": "net: fix Makefile typos \u0026 build errors\n\nFix many (randconfig) PPP build errors by fixing typos in\ndrivers/net/Makefile.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ba6e5eb107b4b26444cb67ce6fb8eb0973a97964",
      "tree": "9377baf652e0cd8360372020b0386e238d07a30d",
      "parents": [
        "f3116f62cb56ef5efd172371fab688bb27529f69",
        "a508a6ea234571e0e7d1e9f2455fc1eca54d1fef"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Aug 29 14:52:20 2011 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Aug 29 14:52:20 2011 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem\n"
    },
    {
      "commit": "f3116f62cb56ef5efd172371fab688bb27529f69",
      "tree": "6d2436b6b2f82cff218bad45a15d5a3d3db36af7",
      "parents": [
        "abcc80d26cc0408cad520471a1ada6aa421921ab"
      ],
      "author": {
        "name": "Emil Tantilov",
        "email": "emil.s.tantilov@intel.com",
        "time": "Fri Jul 29 06:46:15 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:35:28 2011 -0700"
      },
      "message": "ixgbe: clear RNBC only for 82598\n\nRNBC (0x03FC0) is only for 82598 and has different meaning\non newer HW. Make sure to only clear it for 82598.\n\nSigned-off-by: Emil Tantilov \u003cemil.s.tantilov@intel.com\u003e\nTested-by: Phil Schmitt \u003cphillip.j.schmitt@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "abcc80d26cc0408cad520471a1ada6aa421921ab",
      "tree": "e9bb504dbf9922b624358c2d9a70c88b8e48f819",
      "parents": [
        "53f096de3a2d04dc034b9dbcb160c6448960309d"
      ],
      "author": {
        "name": "Emil Tantilov",
        "email": "emil.s.tantilov@intel.com",
        "time": "Fri Jul 29 06:46:10 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:33:52 2011 -0700"
      },
      "message": "ixgbe: add check for supported modes\n\nWhen setting advertised speed/duplex with ethtool.\n\nAlso cleaned up the comment since we also support 100/F.\n\nSigned-off-by: Emil Tantilov \u003cemil.s.tantilov@intel.com\u003e\nTested-by: Phil Schmitt \u003cphillip.j.schmitt@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "53f096de3a2d04dc034b9dbcb160c6448960309d",
      "tree": "52a1cfb3679315c6610536f0dd921e9d80e1b2f8",
      "parents": [
        "6a864abbcea970de2ac3afaf530c44548e9d42a0"
      ],
      "author": {
        "name": "Don Skidmore",
        "email": "donald.c.skidmore@intel.com",
        "time": "Thu Jul 28 01:00:58 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:31:46 2011 -0700"
      },
      "message": "ixgbe: fix ixgbe_fc_autoneg_fiber bug\n\nA logic error in ixgbe_fc_autoneg_fiber() that treated a masked u32 as a\nboolean would make it so we would never fall hit a error check case.  So\nnow I force the u32 to a boolean value with \u0027!!\u0027.\n\nSigned-off-by: Don Skidmore \u003cdonald.c.skidmore@intel.com\u003e\nTested-by: Phil Schmitt \u003cphillip.j.schmitt@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "6a864abbcea970de2ac3afaf530c44548e9d42a0",
      "tree": "0a1c74ae0fc47c8b84e8e428307d34c5a169f410",
      "parents": [
        "634cdca5637475b74dbc7bd72208f5fdc5904d38"
      ],
      "author": {
        "name": "Don Skidmore",
        "email": "donald.c.skidmore@intel.com",
        "time": "Sat Jul 30 05:08:18 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:28:27 2011 -0700"
      },
      "message": "ixgbe: cleanup feature flags in ixgbe_probe\n\nI\u0027m removing NETIF_F_GRO from being initialed in the feature flags during\nixgbe_probe() bases on a comment from Michal Miroslaw\n\u003cmirq-linux@rere.qmqm.pl\u003e that it is always set by network code now.\n\nSigned-off-by: Don Skidmore \u003cdonald.c.skidmore@intel.com\u003e\nTested-by: Phil Schmitt \u003cphillip.j.schmitt@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "634cdca5637475b74dbc7bd72208f5fdc5904d38",
      "tree": "bf76f800af306a4ce7878001c02d5971412178b2",
      "parents": [
        "e7589eab92919483d624eb3356cf3ac80efc0790"
      ],
      "author": {
        "name": "John Fastabend",
        "email": "john.r.fastabend@intel.com",
        "time": "Thu Jul 21 22:43:29 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:25:51 2011 -0700"
      },
      "message": "ixgbe: PFC not cleared on X540 devices\n\nX540 devices do not clear PFC before sets. This results in\nthe device possibly responding to PFC frames that the user\nhas disabled. Although it would also be wrong for the peer\nto be transmitting these frames. Now we clear the register\nbefore set.\n\nSigned-off-by: John Fastabend \u003cjohn.r.fastabend@intel.com\u003e\nTested-by: Ross Brattain \u003cross.b.brattain@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "e7589eab92919483d624eb3356cf3ac80efc0790",
      "tree": "48003a6309184806ecfd4f973a7f3399cf1f9293",
      "parents": [
        "6172207634b9259bc57ebde158bb7a7313e31335"
      ],
      "author": {
        "name": "John Fastabend",
        "email": "john.r.fastabend@intel.com",
        "time": "Mon Jul 18 22:38:36 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:18:13 2011 -0700"
      },
      "message": "ixgbe: consolidate, setup for multiple traffic classes\n\nThis consolidates setup code for multiple traffic classes in\nthe setup_tc routine.\n\nPrep work to allow IEEE DCBX to optimize for number of traffic\nclasses. Also simplifies code paths.\n\nSigned-off-by: John Fastabend \u003cjohn.r.fastabend@intel.com\u003e\nTested-by: Ross Brattain \u003cross.b.brattain@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "6172207634b9259bc57ebde158bb7a7313e31335",
      "tree": "21366ba7696449be475fcd512c0b0c151b3591db",
      "parents": [
        "4fa2e0e178b23819283839b64dcb56f0f259ba39"
      ],
      "author": {
        "name": "John Fastabend",
        "email": "john.r.fastabend@intel.com",
        "time": "Mon Jul 18 22:38:30 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:15:53 2011 -0700"
      },
      "message": "ixgbe: remove unneeded fdir pb alloc case\n\nThe packet buffer is correctly allocated by generic pb allocation\npath in ixgbe_configure() there is no need to do the allocation\nhere as well.\n\nSigned-off-by: John Fastabend \u003cjohn.r.fastabend@intel.com\u003e\nTested-by: Ross Brattain \u003cross.b.brattain@intel.com\u003e\nTested-by: Phil Schmitt \u003cphillip.j.schmitt@intel.com\u003e\n"
    },
    {
      "commit": "4fa2e0e178b23819283839b64dcb56f0f259ba39",
      "tree": "4825c5c48aced9aa1a8380ee7228012e33005c78",
      "parents": [
        "09dca476e3201baac2dcbddc857b83aa25cbdf2e"
      ],
      "author": {
        "name": "John Fastabend",
        "email": "john.r.fastabend@intel.com",
        "time": "Mon Jul 18 22:38:25 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:12:45 2011 -0700"
      },
      "message": "ixgbe: fixup remaining call sites for arbitrary TCs\n\nOne existing call sites still expect either 4 or 8 traffic\nclasses to be specified. This fixes this allowing arbitrary\nvalues up to 8 to work as expected.\n\nSigned-off-by: John Fastabend \u003cjohn.r.fastabend@intel.com\u003e\nTested-by: Ross Brattain \u003cross.b.brattain@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "09dca476e3201baac2dcbddc857b83aa25cbdf2e",
      "tree": "63914fed08c000ff938e0c2e17dd26fbf2172072",
      "parents": [
        "7f9643fd773a372a5470ed2daedaec5bac918e35"
      ],
      "author": {
        "name": "Alexander Duyck",
        "email": "alexander.h.duyck@intel.com",
        "time": "Wed Jul 20 00:09:10 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:05:38 2011 -0700"
      },
      "message": "ixgbe: Always tag VLAN tagged packets\n\nThis change is meant to fix the patch:\n\tixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring\nAnd can be rolled into it if needed.\n\nWhat this fixes is that VLAN tagged packets were not being tagged if they\nwere prio 7 which matches up with TC_PRIO_CONTROL.  In order to fix it I am\njust setting things up so that we always tag VLAN tagged packets.\n\nSigned-off-by: Alexander Duyck \u003calexander.h.duyck@intel.com\u003e\nTested-by: Ross Brattain \u003cross.b.brattain@intel.com\u003e\nTested-by: Phil Schmitt \u003cphillip.j.schmitt@intel.com\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "7f9643fd773a372a5470ed2daedaec5bac918e35",
      "tree": "422c3b40bc5c983d4dc65e91df2462f1fcc2123f",
      "parents": [
        "7ac2ed0ceeafa130f85aa947b271b571c68b9e75"
      ],
      "author": {
        "name": "Alexander Duyck",
        "email": "alexander.h.duyck@intel.com",
        "time": "Wed Jun 29 05:43:27 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 29 01:04:12 2011 -0700"
      },
      "message": "ixgbe: Add support for setting CC bit when SR-IOV is enabled\n\nThis change makes it so that the CC bit in the descriptor is set when\nSR-IOV is enabled.  This is needed in order to support offloading\nfunctionality when passing traffic over the internal TX switch.\n\nSigned-off-by: Alexander Duyck \u003calexander.h.duyck@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "7ac2ed0ceeafa130f85aa947b271b571c68b9e75",
      "tree": "7f08a891990d46c84b0dd6b665fc0a70451fb6b2",
      "parents": [
        "343e43c02850a3abcd22bd144e5bdbc92fdd273c"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Thu Aug 25 13:22:24 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 28 17:16:13 2011 -0400"
      },
      "message": "caif: Remove OOM messages, use kzalloc\n\nRemove per site OOM messages because they duplicate\nthe generic mm subsystem OOM message.\n\nUse kzalloc instead of kmalloc/memset\nwhen next to the OOM message removals.\n\nReduces object size (allyesconfig ~2%)\n\n$ size -t drivers/net/caif/built-in.o.old net/caif/built-in.o.old\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n  32297\t    700\t   8224\t  41221\t   a105\tdrivers/net/caif/built-in.o.old\n  72159\t   1317\t  20552\t  94028\t  16f4c\tnet/caif/built-in.o.old\n 104456\t   2017\t  28776\t 135249\t  21051\t(TOTALS)\n$ size -t drivers/net/caif/built-in.o.new net/caif/built-in.o.new\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n  31975\t    700\t   8184\t  40859\t   9f9b\tdrivers/net/caif/built-in.o.new\n  70748\t   1317\t  20152\t  92217\t  16839\tnet/caif/built-in.o.new\n 102723\t   2017\t  28336\t 133076\t  207d4\t(TOTALS)\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "343e43c02850a3abcd22bd144e5bdbc92fdd273c",
      "tree": "a0fe72025375100fa2b07d7bbb335bee5813b7f0",
      "parents": [
        "3c9c36bcedd426f2be2826da43e5163de61735f7"
      ],
      "author": {
        "name": "Jiri Pirko",
        "email": "jpirko@redhat.com",
        "time": "Thu Aug 25 02:50:51 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 28 17:15:26 2011 -0400"
      },
      "message": "benet: remove bogus \"unlikely\" on vlan check\n\nUse of unlikely in this place is wrong. Remove it.\n\nSigned-off-by: Jiri Pirko \u003cjpirko@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3c9c36bcedd426f2be2826da43e5163de61735f7",
      "tree": "bdbccabd938d1fe85d1502afbaaee52a07a1ff9c",
      "parents": [
        "dcc7e3a6a2a2464cf96dee329f7c58fe8c230d97"
      ],
      "author": {
        "name": "Bhanu Prakash Gollapudi",
        "email": "bprakash@broadcom.com",
        "time": "Fri Aug 26 09:45:41 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 28 17:08:28 2011 -0400"
      },
      "message": "net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only when CONFIG_LIBFCOE is enabled\n\nbnx2fc driver calls netdev-\u003enetdev_ops-\u003endo_fcoe_get_wwn() and it may not\nbe defined with the current Kconfig dependencies.  ndo_fcoe_get_wwn is\ndependent on CONFIG_FCOE, but bnx2fc does not select CONFIG_FCOE, as it does\nnot depend on fcoe driver. Since both fcoe and bnx2fc drivers select\nCONFIG_LIBFCOE, define NETDEV_FCOE_WWNN and NETDEV_FCOE_WWPN when\nCONFIG_LIBFCOE is defined.\n\nReported-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nReported-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nCc: Yi Zou \u003cyi.zou@intel.com\u003e\nSigned-off-by: Bhanu Prakash Gollapudi \u003cbprakash@broadcom.com\u003e\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nReviewed-by: Yi Zou \u003cyi.zou@intel.com\u003e\nAcked-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dcc7e3a6a2a2464cf96dee329f7c58fe8c230d97",
      "tree": "499e2bac1150905c0e0da9b7711cc9d373137c6b",
      "parents": [
        "dc219a2e4812eecdc5438d2a0e2434b03d3efbf2"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Fri Aug 26 09:45:40 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 28 17:08:27 2011 -0400"
      },
      "message": "cnic: Add timeout for ramrod replies.\n\nIf the bnx2x device has encountered parity errors, the chip will not DMA\nany replies.  Using wait_event_timeout() will allow us to make forward\nprogress and let bnx2x reset the chip.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nReviewed-by: Bhanu Prakash Gollapudi \u003cbprakash@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dc219a2e4812eecdc5438d2a0e2434b03d3efbf2",
      "tree": "63e0a80b381df71c5c798b49d60f6fe5129d7ae0",
      "parents": [
        "95148229d32e5c68445a59d981482dba57f91919"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Fri Aug 26 09:45:39 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 28 17:08:27 2011 -0400"
      },
      "message": "cnic, bnx2fc: Increase maximum FCoE sessions.\n\nIncrease it to NVRAM configured limit or 1024 whichever is less.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: Bhanu Prakash Gollapudi \u003cbprakash@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "95148229d32e5c68445a59d981482dba57f91919",
      "tree": "5bbc1e38abd7db893036d2659788453edffc6dac",
      "parents": [
        "efe3d3c8ee6805c7e8b17f9aae554c04b271ab99",
        "88f07484ccdf08e58dc462ed1ac7eb2e84d88a17"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Aug 27 12:14:34 2011 -0400"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Aug 27 12:14:34 2011 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/next-organize\n"
    },
    {
      "commit": "88f07484ccdf08e58dc462ed1ac7eb2e84d88a17",
      "tree": "eabe5787c1a2292674f473002eb484f8f4e9dcb3",
      "parents": [
        "88491d8103498a6166f70d5999902fec70924314"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Tue Aug 23 01:29:52 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:56 2011 -0700"
      },
      "message": "drivers/net/ethernet/*: Enabled vendor Kconfig options\n\nBased on finds for Stephen Rothwell, where current defconfig\u0027s\nenable a ethernet driver and it is not compiled due to the newly\nadded NET_VENDOR_* component of Kconfig.\n\nThis patch enables all the \"new\" Kconfig options so that current\ndefconfig\u0027s will continue to compile the expected drivers.  In\naddition, by enabling all the new Kconfig options does not add\nany un-expected options.\n\nCC: Stephen Rothwll \u003csfc@canb.auug.org.au\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "88491d8103498a6166f70d5999902fec70924314",
      "tree": "d22646735d94ad81597b535e9e56131cc1896d71",
      "parents": [
        "330278cde612888e79fc4ab13d8f725258e903dd"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Tue Aug 23 00:42:10 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:49 2011 -0700"
      },
      "message": "drivers/net: Kconfig \u0026 Makefile cleanup\n\nThe is does a general cleanup of the drivers/net/ Kconfig and\nMakefile.  This patch create a \"core\" option and places all\nthe networking core drivers into this option (default is yes\nfor this option).  In addition, it alphabitizes the Kconfig\ndriver options.\n\nAs a side cleanup, found that the arcnet, token ring, and PHY\nKconfig options were a tri-state option and should have been\na bool option.\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "330278cde612888e79fc4ab13d8f725258e903dd",
      "tree": "460e3dd3ef318b62bb5f77af16edd827399ed1d4",
      "parents": [
        "c0153225a0e86013b8b8267ffd94e5484d83b916"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 22 18:04:50 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:44 2011 -0700"
      },
      "message": "com20020_cs: Move the PCMCIA Arcnet driver\n\nMove the COM20020 PCMICA Arcnet driver into drivers/net/arcnet/ with\nthe other Arcnet drivers.  Made the necessary Kconfig and Makefile\nchanges as well.\n\nSince this was the \"last\" PCMCIA driver in drivers/net/pcmcia/, this patch\nalso cleans up the references to drivers/net/pcmcia.\n\nCC: Arnaldo Carvalho de Melo \u003cacme@ghostprotocols.net\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "c0153225a0e86013b8b8267ffd94e5484d83b916",
      "tree": "4fc92fd61995d2f19d9cfa605732be435aaa2b85",
      "parents": [
        "b5451d783ade99308dfccdf5ca284ed07affa4ff"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 22 17:37:03 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:39 2011 -0700"
      },
      "message": "ixbmtr_cs: Move the IBM PCMCIA Token Ring driver\n\nMove the IBM PCMCIA Token Ring driver into drivers/net/tokenring/ with\nthe other Token Ring drivers.  Made the necessary Kconfig and Makefile\nchanges as well.\n\nCC: Mike Phillips \u003cphillim@amtrak.com\u003e\nCC: Burt Silverman \u003cburts@us.ibm.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "b5451d783ade99308dfccdf5ca284ed07affa4ff",
      "tree": "98830cee17e38f3351bb3f1cc839ee3c29ec68a3",
      "parents": [
        "18e635f4b3e1e1b43cb239321f6120918ba38d46"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Wed Aug 03 03:17:13 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:36 2011 -0700"
      },
      "message": "slip: Move the SLIP drivers\n\nMove the Serial Line Internet Protocol (SLIP) drivers into\ndrivers/net/slip/ and make the necessary Kconfig and Makefile\nchanges.\n\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nAcked-by: Alan Cox \u003calan@linux.intel.com\u003e\n"
    },
    {
      "commit": "18e635f4b3e1e1b43cb239321f6120918ba38d46",
      "tree": "5955bae430b853445e32a5d932c2710a82ea7a02",
      "parents": [
        "ff5a3b509e4ec96a2a4c57052a2d96e855778a24"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Wed Aug 03 03:01:58 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:33 2011 -0700"
      },
      "message": "plip: Move the PLIP driver\n\nMove the Parallel Line Internet Protocol (PLIP) driver into\ndrivers/net/plip/ and make the necessary Kconfig and Makefile changes.\n\nCC: Niibe Yutaka \u003cgniibe@mri.co.jp\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nAcked-by: Alan Cox \u003calan@linux.intel.com\u003e\n"
    },
    {
      "commit": "ff5a3b509e4ec96a2a4c57052a2d96e855778a24",
      "tree": "cf7b81e65c03ab1cbadd949742aed7146cb80dd0",
      "parents": [
        "224cf5ad14c038b13c119dff29422f178a306f54"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Mon Aug 01 22:48:13 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:30 2011 -0700"
      },
      "message": "hippi: Move the HIPPI driver\n\nMove the HIPPI driver into drivers/net/hippi/ and make the\nnecessary Kconfig and Makefile changes.\n\nCC: Jes Sorensen \u003cjes@wildopensource.com\u003e\nCC: Jes Sorensen \u003cjes@trained-monkey.org\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "224cf5ad14c038b13c119dff29422f178a306f54",
      "tree": "89bf411ea743e9d7bbd3c609eeb7220270a97fc5",
      "parents": [
        "aab3ac26108642eaa06efa4697dab595c7de2bbd"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sun Jul 31 02:38:19 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:26 2011 -0700"
      },
      "message": "ppp: Move the PPP drivers\n\nMove the PPP drivers into drivers/net/ppp/ and make the\nnecessary Kconfig and Makefile changes.\n\nCC: Paul Mackerras \u003cpaulus@samba.org\u003e\nCC: Frank Cusack \u003cfcusack@fcusack.com\u003e\nCC: Michal Ostrowski \u003cmostrows@speakeasy.net\u003e\nCC: Michal Ostrowski \u003cmostrows@earthlink.net\u003e\nCC: Dmitry Kozlov \u003cxeb@mail.ru\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "aab3ac26108642eaa06efa4697dab595c7de2bbd",
      "tree": "7d8bb44750e2854e89309a3bab6ecf95e356015a",
      "parents": [
        "33f810b2036f13f1b123062a9e5c1794d400ce81"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Wed Aug 24 01:34:35 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:23 2011 -0700"
      },
      "message": "skfp: Fix SysKonnect FDDI driver compile issues\n\nAfter moving the skfp driver, issues with the #include pathing to\ntheir locel headers was somehow exposed.  Several headers had the\nincorrect path, so they were not able to be found during compile\ntime.\n\nThis patch fixes up the path issues to the local headers that need\nto be included.\n\nCC: \"Maciej W. Rozycki\" \u003cmacro@linux-mips.org\u003e\nCC: Christoph Goos \u003ccgoos@syskonnect.de\u003e\nCC: \u003clinux@syskonnect.de\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "33f810b2036f13f1b123062a9e5c1794d400ce81",
      "tree": "370b55026f4bd856e96842f86af631ca2bab3da2",
      "parents": [
        "3cd0999d134235d64b175edd2eb1d46ebc97b377"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sun Jul 31 00:06:29 2011 -0700"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:58:13 2011 -0700"
      },
      "message": "fddi: Move the FDDI drivers\n\nMove the FDDI drivers into drivers/net/fddi/ and make the\nnecessary Kconfig and Makefile changes.\n\nCC: \"Maciej W. Rozycki\" \u003cmacro@linux-mips.org\u003e\nCC: Christoph Goos \u003ccgoos@syskonnect.de\u003e\nCC: \u003clinux@syskonnect.de\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "efe3d3c8ee6805c7e8b17f9aae554c04b271ab99",
      "tree": "c5a976b148a7453dada76d8eb33905493354c4b4",
      "parents": [
        "30065e63d8366b6ea4c8962fa255adfac157ce06"
      ],
      "author": {
        "name": "Alexander Duyck",
        "email": "alexander.h.duyck@intel.com",
        "time": "Fri Jul 15 03:05:21 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:00:10 2011 -0700"
      },
      "message": "ixgbe: convert rings from q_vector bit indexed array to linked list\n\nThis change converts the current bit array into a linked list so that the\nq_vectors can simply go through ring by ring and locate each ring needing\nto be cleaned.\n\nSigned-off-by: Alexander Duyck \u003calexander.h.duyck@intel.com\u003e\nTested-by: Phil Schmitt \u003cphillip.j.schmitt@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "30065e63d8366b6ea4c8962fa255adfac157ce06",
      "tree": "ddcb54b08d92118ec082048f8f6fee686064160f",
      "parents": [
        "471a76ded87d3375a3449dfa3d1cec567edd0c50"
      ],
      "author": {
        "name": "Alexander Duyck",
        "email": "alexander.h.duyck@intel.com",
        "time": "Fri Jul 15 03:05:14 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Sat Aug 27 00:00:03 2011 -0700"
      },
      "message": "ixgbe: Simplify transmit cleanup path\n\nThis patch helps to simplify the work being done by the transmit path by\nremoving the unnecessary compares between count and the work limit.  Instead\nwe can simplify this by just adding a budget value that will act as a count\ndown from the work limit value.\n\nSigned-off-by: Alexander Duyck \u003calexander.h.duyck@intel.com\u003e\nTested-by: Phil Schmitt \u003cphillip.j.schmitt@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "471a76ded87d3375a3449dfa3d1cec567edd0c50",
      "tree": "f22b03b2d2036e35ea699238d6e47ba25225e6c3",
      "parents": [
        "4197aa7bb81877ebb06e4f2cc1b5fea2da23a7bd"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Wed Jun 08 08:53:03 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Fri Aug 26 23:55:12 2011 -0700"
      },
      "message": "ixgbevf: convert to ndo_fix_features\n\nPrivate rx_csum flags are now duplicate of netdev-\u003efeatures \u0026 NETIF_F_RXCSUM.\nRemoving this needs deeper surgery.\n\nSince ixgbevf doesn\u0027t change hardware state on RX csum enable/disable\nits reset is avoided.\n\nThings noticed:\n - HW VLAN acceleration probably can be toggled, but it\u0027s left as is\n - the resets on RX csum offload change can probably be avoided\n - there is A LOT of copy-and-pasted code here\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "4197aa7bb81877ebb06e4f2cc1b5fea2da23a7bd",
      "tree": "90e69cb83d51aae53fb0293ae888ec7c4ef5b31a",
      "parents": [
        "98b9e48fca11c8aa54b25c02d3329392b52db8ab"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "eric.dumazet@gmail.com",
        "time": "Wed Jun 22 05:01:35 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Fri Aug 26 23:50:09 2011 -0700"
      },
      "message": "ixgbevf: provide 64 bit statistics\n\nCompute statistics per ring using 64 bits, and provide\nnetwork device stats in 64 bits.\n\nIt should make this driver multiqueue operations faster (no more cache\nline ping pongs on netdev-\u003estats structure)\n\nUse u64_stats_sync infrastructure so that its safe on 32bit arches as\nwell.\n\nBased on a prior patch from Stephen Hemminger\n\nSigned-off-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nCC: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nAcked-by: Greg Rose \u003cgregory.v.rose@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "98b9e48fca11c8aa54b25c02d3329392b52db8ab",
      "tree": "9fe0adc6cb1cef157878c35a11f75ca37fcdfc9b",
      "parents": [
        "dc221294719ae0f28cc260cc37edd439161088a9"
      ],
      "author": {
        "name": "Greg Rose",
        "email": "gregory.v.rose@intel.com",
        "time": "Fri Jun 03 03:53:24 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Fri Aug 26 23:31:09 2011 -0700"
      },
      "message": "ixgbevf: Check if EOP has changed before using it\n\nThere is a chance that between the time EOP is read and the time it is\nused another transmit on a different CPU could have run and completed,\nthus leaving EOP in a bad state.\n\nSigned-off-by: Greg Rose \u003cgregory.v.rose@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "dc221294719ae0f28cc260cc37edd439161088a9",
      "tree": "6c59be3b8ebb11d2de1afae72a4f21251334d5fc",
      "parents": [
        "3cd0999d134235d64b175edd2eb1d46ebc97b377"
      ],
      "author": {
        "name": "Bruce Allan",
        "email": "bruce.w.allan@intel.com",
        "time": "Fri Aug 19 03:23:48 2011 +0000"
      },
      "committer": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Fri Aug 26 23:28:39 2011 -0700"
      },
      "message": "e1000e: convert to netdev features/hw_features API\n\nPrivate rx_csum flags are now duplicate of netdev-\u003efeatures \u0026\nNETIF_F_RXCSUM.  Remove those duplicates and use the net_device_ops\nndo_set_features.  This is based on the original patch submitted by\nMichał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\n\nCc: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: Bruce Allan \u003cbruce.w.allan@intel.com\u003e\nTested-by: Aaron Brown \u003caaron.f.brown@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\n"
    },
    {
      "commit": "3cd0999d134235d64b175edd2eb1d46ebc97b377",
      "tree": "7ae299a0d55bbdba0435563cacc1fc52f5a62490",
      "parents": [
        "31c15a2f24ebdab14333d9bf5df49757842ae2ec",
        "cd2967803617cd0a0bb8611e7d41c33a451207a5"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 13:13:04 2011 -0400"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 13:13:04 2011 -0400"
      },
      "message": "Merge branch \u0027davem-next.mii\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6\n"
    },
    {
      "commit": "31c15a2f24ebdab14333d9bf5df49757842ae2ec",
      "tree": "ef89d4b94c4f41f6d18c923490441189ff95b52d",
      "parents": [
        "363437f40a23bacdead80bb80d08d8193a20cfce"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dnelson@redhat.com",
        "time": "Thu Aug 25 14:39:24 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:55:18 2011 -0400"
      },
      "message": "e1000: save skb counts in TX to avoid cache misses\n\nVirtual Machines with emulated e1000 network adapter running on Parallels\u0027\nserver were seeing kernel panics due to the e1000 driver dereferencing an\nunexpected NULL pointer retrieved from buffer_info-\u003eskb.\n\nThe problem has been addressed for the e1000e driver, but not for the e1000.\nSince the two drivers share similar code in the affected area, a port of the\nfollowing e1000e driver commit solves the issue for the e1000 driver:\n\ncommit 9ed318d546a29d7a591dbe648fd1a2efe3be1180\nAuthor: Tom Herbert \u003ctherbert@google.com\u003e\nDate:   Wed May 5 14:02:27 2010 +0000\n\n    e1000e: save skb counts in TX to avoid cache misses\n\n    In e1000_tx_map, precompute number of segements and bytecounts which\n    are derived from fields in skb; these are stored in buffer_info.  When\n    cleaning tx in e1000_clean_tx_irq use the values in the associated\n    buffer_info for statistics counting, this eliminates cache misses\n    on skb fields.\n\nSigned-off-by: Dean Nelson \u003cdnelson@redhat.com\u003e\nAcked-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "363437f40a23bacdead80bb80d08d8193a20cfce",
      "tree": "e5dce35d8aa3ad364dafc1274b3a4c469dbcdb88",
      "parents": [
        "18cf1248eca3f1fc38e12b314a6cadd286260e65"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "eric.dumazet@gmail.com",
        "time": "Thu Aug 25 06:21:32 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:55:18 2011 -0400"
      },
      "message": "net_sched: sfb: optimize enqueue on full queue\n\nIn case SFB queue is full (hard limit reached), there is no point\nspending time to compute hash and maximum qlen/p_mark.\n\nWe instead just early drop packet.\n\nSigned-off-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "18cf1248eca3f1fc38e12b314a6cadd286260e65",
      "tree": "9e58836297302493e72a36f7432487c2709cc81e",
      "parents": [
        "44861f4455a77beaec2e53459c77b7fb0eda91a7"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Wed Aug 24 01:30:28 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:55:18 2011 -0400"
      },
      "message": "bna: off by one in bfa_msgq_rspq_pi_update()\n\nThe rspq-\u003ersphdlr[] array has BFI_MC_MAX elements, so this test was\noff by one.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nAcked-by: Rasesh Mody \u003crmody@brocade.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "44861f4455a77beaec2e53459c77b7fb0eda91a7",
      "tree": "601361470575247574b7b22f95d75e44804206df",
      "parents": [
        "3756a89f3d039d8a6aa2556f8d57d4b2ec25d5dd"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Wed Aug 24 01:29:22 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:55:18 2011 -0400"
      },
      "message": "bna: unlock on error path in pnad_pci_probe()\n\nWe introduced a new lock here, so there was error path which needs\nan unlock now.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nAcked-by: Rasesh Mody \u003crmody@brocade.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3756a89f3d039d8a6aa2556f8d57d4b2ec25d5dd",
      "tree": "2b8b0849725996505e35013fcdc1404b081d45c8",
      "parents": [
        "6e68c912eee8f5ebc975cfb81d66d4a214b07d46"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Tue Aug 23 06:33:24 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:55:18 2011 -0400"
      },
      "message": "bnx2x: Add new PHY BCM54616\n\nThe BCM54616 PHY is very similar to the 54618SE, only without EEE support, which will not be activated due to querying the actual PHY type.\nThis check is already done by reading a dedicated PHY register.\n\nSigned-off-by: Yaniv Rosner \u003cyanivr@broadcom.com\u003e\nSigned-off-by: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6e68c912eee8f5ebc975cfb81d66d4a214b07d46",
      "tree": "b08f810c9b66469efcf588e7047beb61e1c8507e",
      "parents": [
        "bc59ba399113fcbcac56ba22edde4b816199d48c"
      ],
      "author": {
        "name": "Michal Schmidt",
        "email": "mschmidt@redhat.com",
        "time": "Tue Aug 23 06:15:32 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:49:23 2011 -0400"
      },
      "message": "bnx2x: resurrect RX hashing\n\nbnx2x used to be able to set rxhash, but this was lost in the conversion\nto hw_features (commit 66371c441).\nRestore it and enable it by default.\n\nSigned-off-by: Michal Schmidt \u003cmschmidt@redhat.com\u003e\nCC: Vladislav Zolotarov \u003cvladz@broadcom.com\u003e\nCC: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nCC: Dmitry Kravkov \u003cdmitry@broadcom.com\u003e\nCC: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "bc59ba399113fcbcac56ba22edde4b816199d48c",
      "tree": "16c9023b050de412a934008b99eb8c2cf3464be1",
      "parents": [
        "165c68d5a291537eaf2d3821a19335c9ec100ba6"
      ],
      "author": {
        "name": "chetan loke",
        "email": "loke.chetan@gmail.com",
        "time": "Thu Aug 25 10:43:30 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:44 2011 -0400"
      },
      "message": "af_packet: Prefixed tpacket_v3 structs to avoid name space collision\n\nstructs introduced in tpacket_v3 implementation are prefixed with \u0027tpacket\u0027\nto avoid namespace collision.\n\nCompile tested.\n\nSigned-off-by: Chetan Loke \u003cloke.chetan@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "165c68d5a291537eaf2d3821a19335c9ec100ba6",
      "tree": "4ea485969cad853819e7034398898ce0b0bff9eb",
      "parents": [
        "94b06fdbfce46f3126810e30698bdf010617179b"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Wed Aug 24 22:28:15 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:43 2011 -0400"
      },
      "message": "fcoe: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: Robert Love \u003crobert.w.love@intel.com\u003e\nCc: \"James E.J. Bottomley\" \u003cJBottomley@parallels.com\u003e\nCc: devel@open-fcoe.org\nCc: linux-scsi@vger.kernel.org\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "94b06fdbfce46f3126810e30698bdf010617179b",
      "tree": "23dd8e3ee4e71ec95d51fddf7cf1be85f70830a1",
      "parents": [
        "f55c95724789fccb412abef13c3f503e55148790"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Wed Aug 24 22:28:14 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:43 2011 -0400"
      },
      "message": "bnx2fc: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: Bhanu Prakash Gollapudi \u003cbprakash@broadcom.com\u003e\nCc: \"James E.J. Bottomley\" \u003cJBottomley@parallels.com\u003e\nCc: linux-scsi@vger.kernel.org\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f55c95724789fccb412abef13c3f503e55148790",
      "tree": "ca80b2898827352d5839a2b93f32f8d62a615d0d",
      "parents": [
        "b7b6a688d217936459ff5cf1087b2361db952509"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Wed Aug 24 22:28:13 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:43 2011 -0400"
      },
      "message": "bnx2x: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b7b6a688d217936459ff5cf1087b2361db952509",
      "tree": "a9aa03f85691e4f41e97697a588a820cf83dced8",
      "parents": [
        "dc234d0b24e9639476969ece81d56dd7588e944a"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Wed Aug 24 22:28:12 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:43 2011 -0400"
      },
      "message": "bnx2: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: Michael Chan \u003cmchan@broadcom.com\u003e\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dc234d0b24e9639476969ece81d56dd7588e944a",
      "tree": "c149a2e469a6d628942390dfcb65f0a99b5f880a",
      "parents": [
        "5581be3b48914b0f9126b14daa02d334928322b0"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Wed Aug 24 22:28:11 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:43 2011 -0400"
      },
      "message": "tg3: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: Matt Carlson \u003cmcarlson@broadcom.com\u003e\nCc: Michael Chan \u003cmchan@broadcom.com\u003e\nCc: netdev@vger.kernel.org\nCc: devicetree-discuss@lists.ozlabs.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5581be3b48914b0f9126b14daa02d334928322b0",
      "tree": "209a32b5a8bc19a28a188bb4b48ec5a695a664e0",
      "parents": [
        "cf383ebb1300e910377c124e8eb582c6bc27d2b6"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Wed Aug 24 22:28:10 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:42 2011 -0400"
      },
      "message": "IPoIB: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: Roland Dreier \u003croland@kernel.org\u003e\nCc: Sean Hefty \u003csean.hefty@intel.com\u003e\nCc: Hal Rosenstock \u003chal.rosenstock@gmail.com\u003e\nCc: linux-rdma@vger.kernel.org\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "cf383ebb1300e910377c124e8eb582c6bc27d2b6",
      "tree": "1ba5493cde1bf5a146c16f847c3c12760663fadb",
      "parents": [
        "70b1052ad284d97d0a4d7f56ad63d1757f1da08f"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Wed Aug 24 22:28:09 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:42 2011 -0400"
      },
      "message": "IB: nes: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: Faisal Latif \u003cfaisal.latif@intel.com\u003e\nCc: Roland Dreier \u003croland@kernel.org\u003e\nCc: Sean Hefty \u003csean.hefty@intel.com\u003e\nCc: Hal Rosenstock \u003chal.rosenstock@gmail.com\u003e\nCc: linux-rdma@vger.kernel.org\nCc: netdev@vger.kernel.org\nAcked-by: Faisal Latif \u003cfaisal.latif@intel.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "70b1052ad284d97d0a4d7f56ad63d1757f1da08f",
      "tree": "1d2d4f524c1e73d4705fa35cb2cf35e4109be063",
      "parents": [
        "c517202f3cf1cd189259c50d55622d8c7ab16eb2"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Wed Aug 24 22:28:08 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:42 2011 -0400"
      },
      "message": "IB: amso1100: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: Tom Tucker \u003ctom@opengridcomputing.com\u003e\nCc: Steve Wise \u003cswise@opengridcomputing.com\u003e\nCc: Roland Dreier \u003croland@kernel.org\u003e\nCc: Sean Hefty \u003csean.hefty@intel.com\u003e\nCc: Hal Rosenstock \u003chal.rosenstock@gmail.com\u003e\nCc: linux-rdma@vger.kernel.org\nCc: netdev@vger.kernel.org\nAcked-by: Steve Wise \u003cswise@opengridcomputing.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c517202f3cf1cd189259c50d55622d8c7ab16eb2",
      "tree": "3ba97fc45e6db0f804a9a3b4438de69923a42c4d",
      "parents": [
        "767df1c7174406127d3619c2f7a862655b34074f"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Wed Aug 24 22:28:07 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:38:42 2011 -0400"
      },
      "message": "atm: convert to SKB paged frag API.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: Chas Williams \u003cchas@cmf.nrl.navy.mil\u003e\nCc: linux-atm-general@lists.sourceforge.net\nCc: netdev@vger.kernel.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "767df1c7174406127d3619c2f7a862655b34074f",
      "tree": "e4b83805286bd2f8677ee29353a87adfbe56c1db",
      "parents": [
        "5740bb569303a1272cf082a652c020e980e4781b"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Aug 24 18:46:06 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:02:51 2011 -0400"
      },
      "message": "headers, can: Add missing #include to \u003clinux/can/bcm.h\u003e\n\n\u003clinux/can/bcm.h\u003e uses type canid_t, defined in \u003clinux/can.h\u003e.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nAcked-by: Oliver Hartkopp \u003csocketcan@hartkopp.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5740bb569303a1272cf082a652c020e980e4781b",
      "tree": "b7aebce759cb510a21e6e34ac62f583aa6073bb2",
      "parents": [
        "598aaff2ee05c91728e5845956dd9754ed04315c"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Aug 24 18:45:42 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:02:50 2011 -0400"
      },
      "message": "headers, xtables: Add missing #include \u003clinux/netfilter.h\u003e\n\nVarious headers use union nf_inet_addr, defined in \u003clinux/netfilter.h\u003e.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nAcked-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "598aaff2ee05c91728e5845956dd9754ed04315c",
      "tree": "6f537ce36316252140a3350c468584e7bd8733ab",
      "parents": [
        "3828620bc0c2d055c3e66c075de4c2a609baec26"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Aug 24 18:45:36 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:02:50 2011 -0400"
      },
      "message": "headers, netfilter: Add missing #include \u003climits.h\u003e for userland\n\nVarious headers use INT_MIN and INT_MAX, which are defined for\nuserland in \u003climits.h\u003e.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nAcked-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3828620bc0c2d055c3e66c075de4c2a609baec26",
      "tree": "89e9ddd201f8599e47890f7fb5af327132c1fee7",
      "parents": [
        "7ff30c43f316f1febcfb6e84d511ab34ea433e7b"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Aug 24 18:45:14 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:02:50 2011 -0400"
      },
      "message": "headers, tipc: Add missing #include to \u003clinux/tipc_config.h\u003e for userland\n\n\u003clinux/tipc_config.h\u003e defines inline functions using ntohs() etc.\nFor userland these are defined in \u003carpa/inet.h\u003e.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7ff30c43f316f1febcfb6e84d511ab34ea433e7b",
      "tree": "597da153649ad5c1f7e0934749d96d3bb9cb3bca",
      "parents": [
        "bcb949b8847655516ba499ca75cd8529f167e360"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Aug 24 18:44:57 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:02:50 2011 -0400"
      },
      "message": "headers, netfilter: Use kernel type names __u8, __u16, __u32\n\nThese types are guaranteed to be defined by \u003clinux/types.h\u003e for\nboth userland and kernel, unlike u_intN_t.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nAcked-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "bcb949b8847655516ba499ca75cd8529f167e360",
      "tree": "7e5457a45e5ddf1381bffc9cfe793504afe10696",
      "parents": [
        "d4b172d2ecb99edfb6afce6af8a65447af347543"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Aug 24 18:43:55 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:02:50 2011 -0400"
      },
      "message": "headers, net: Use __kernel_sa_family_t in more definitions shared with userland\n\nComplete the work started with commit\n6602a4baf4d1a73cc4685a39ef859e1c5ddf654c (\u0027net: Make userland include\nof netlink.h more sane\u0027).\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d4b172d2ecb99edfb6afce6af8a65447af347543",
      "tree": "90498aa19696d1bd87b93c6a530c13dada7773ae",
      "parents": [
        "c2e0cd88691f214fdeacb63bbd823703456a1617"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Aug 24 18:43:50 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:02:50 2011 -0400"
      },
      "message": "headers, pppol2tp: Use __kernel_pid_t in \u003clinux/pppol2tp.h\u003e\n\n\u003clinux/types.h\u003e defines __kernel_pid_t for userland; pid_t is\ndefined elsewhere (and potentially differently).\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c2e0cd88691f214fdeacb63bbd823703456a1617",
      "tree": "9d1782b5ae8ce94307091e6fd4db9800bcf3fd18",
      "parents": [
        "22ad72b0277b02d4b4dee99ae69a58f616a46435"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Aug 24 18:43:18 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:02:50 2011 -0400"
      },
      "message": "headers, ax25: Add missing #include to \u003clinux/netrom.h\u003e, \u003clinux/rose.h\u003e\n\nThese headers use the ax25_address type defined in \u003clinux/ax25.h\u003e.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nAcked-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "22ad72b0277b02d4b4dee99ae69a58f616a46435",
      "tree": "e3de95068cd643b3e9b612e59a1e38ce69f50928",
      "parents": [
        "0856a304091b33a8e8f9f9c98e776f425af2b625"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Aug 24 18:40:48 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 26 12:02:50 2011 -0400"
      },
      "message": "headers, pppox: Add missing #include to \u003clinux/if_pppox.h\u003e\n\n\u003clinux/if_ppox.h\u003e uses ETH_ALEN, defined in \u003clinux/if_ether.h\u003e.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a508a6ea234571e0e7d1e9f2455fc1eca54d1fef",
      "tree": "9f91e85f56f684b2a4bb4f1d7774d237db8ddd66",
      "parents": [
        "80d6e96be80593ae98a5d68c9ae4e054359d1a89"
      ],
      "author": {
        "name": "Luis R. Rodriguez",
        "email": "mcgrof@qca.qualcomm.com",
        "time": "Tue Aug 23 13:37:07 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:58 2011 -0400"
      },
      "message": "ath9k: add AR9580 support\n\nThis has been tested in STA and AP mode by Florian.\n\nCc: David Quan \u003cdquan@qca.qualcomm.com\u003e\nCc: Kathy Giori \u003ckgiori@qca.qualcomm.com\u003e\nCc: Senthil Balasubramanian \u003csenthilb@qca.qualcomm.com\u003e\nTested-by: Florian Fainelli \u003cflorian@openwrt.org\u003e\nSigned-off-by: Luis R. Rodriguez \u003cmcgrof@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "80d6e96be80593ae98a5d68c9ae4e054359d1a89",
      "tree": "0a78c5b5b80a42cc611b65fe47f9e4b750c57f35",
      "parents": [
        "5a63ef0faf90985c847a2f924a72a22830ed1c10"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@googlemail.com",
        "time": "Thu Aug 25 15:00:54 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:58 2011 -0400"
      },
      "message": "carl9170: Use do_div for 64-bit division to fix 32-bit kernels\n\nUse the do_div macro for 64-bit division. Otherwise, the module will\nreference __udivdi3 under 32-bit kernels, which is not allowed in\nkernel space.\n\ndrivers/built-in.o: In function `carl9170_collect_tally\u0027:\ncmd.c:191: undefined reference to `__udivdi3\u0027\ncmd.c:192: undefined reference to `__udivdi3\u0027\ncmd.c:193: undefined reference to `__udivdi3\u0027\n\nReported-by: Kalle Valo \u003ckvalo@adurom.com\u003e\nSigned-off-by: Christian Lamparter \u003cchunkeey@googlemail.com\u003e\nTested-by: Kalle Valo \u003ckvalo@adurom.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "5a63ef0faf90985c847a2f924a72a22830ed1c10",
      "tree": "112f161349723e0168f2f2301e507a0e105c2d5f",
      "parents": [
        "5fa71984f37e882d8c93e20f6db56d2ac3470178"
      ],
      "author": {
        "name": "Luis R. Rodriguez",
        "email": "mcgrof@qca.qualcomm.com",
        "time": "Wed Aug 24 15:36:08 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:58 2011 -0400"
      },
      "message": "ath9k_hw: add AR9580 support\n\nHere are the AR9580 1.0 initvals checksums using the\nAtheros initvals-tools [1]. This is useful for when\nwe udate the initvals again with other values. It ensures\nthat we match the same initvals used internally. The\ntool is documented on the wiki [2].\n\n$ ./initvals -f ar9580-1p0\n0x00000000e912711f        ar9580_1p0_modes_fast_clock\n0x000000004a488fc7        ar9580_1p0_radio_postamble\n0x00000000f3888b02        ar9580_1p0_baseband_core\n0x0000000003f783bb        ar9580_1p0_mac_postamble\n0x0000000094be244a        ar9580_1p0_low_ob_db_tx_gain_table\n0x0000000094be244a        ar9580_1p0_high_power_tx_gain_table\n0x0000000090be244a        ar9580_1p0_lowest_ob_db_tx_gain_table\n0x00000000ed9eaac6        ar9580_1p0_baseband_core_txfir_coeff_japan_2484\n0x00000000c4d66d1b        ar9580_1p0_mac_core\n0x00000000e8e9043a        ar9580_1p0_mixed_ob_db_tx_gain_table\n0x000000003521a300        ar9580_1p0_wo_xlna_rx_gain_table\n0x00000000301fc841        ar9580_1p0_soc_postamble\n0x00000000a9a06b3a        ar9580_1p0_high_ob_db_tx_gain_table\n0x00000000a15ccf1b        ar9580_1p0_soc_preamble\n0x0000000029495000        ar9580_1p0_rx_gain_table\n0x0000000037ac0ee8        ar9580_1p0_radio_core\n0x00000000603a1b80        ar9580_1p0_baseband_postamble\n0x000000003d8b4396        ar9580_1p0_pcie_phy_clkreq_enable_L1\n0x00000000398b4396        ar9580_1p0_pcie_phy_clkreq_disable_L1\n0x00000000397b4396        ar9580_1p0_pcie_phy_pll_on_clkreq\n\n[1] git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/initvals-tool.git\n[2] http://wireless.kernel.org/en/users/Drivers/ath9k_hw/initvals-tool\n\nCc: David Quan \u003cdquan@qca.qualcomm.com\u003e\nCc: Kathy Giori \u003ckgiori@qca.qualcomm.com\u003e\nCc: Senthil Balasubramanian \u003csenthilb@qca.qualcomm.com\u003e\nTested-by: Florian Fainelli \u003cflorian@openwrt.org\u003e\nSigned-off-by: Luis R. Rodriguez \u003cmcgrof@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "5fa71984f37e882d8c93e20f6db56d2ac3470178",
      "tree": "cd6d3ebad9862360d51472922754cc5fd42514cd",
      "parents": [
        "c3e5fac8e54591d2e4585d3329ead61ba059eb1d"
      ],
      "author": {
        "name": "Mohammed Shafi Shajakhan",
        "email": "mohammed@qca.qualcomm.com",
        "time": "Thu Aug 25 01:01:22 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:57 2011 -0400"
      },
      "message": "ath9k_htc: Add get_stats call back\n\ncurrently this call back is used only in debugfs of mac80211\n\nSigned-off-by: Mohammed Shafi Shajakhan \u003cmohammed@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c3e5fac8e54591d2e4585d3329ead61ba059eb1d",
      "tree": "a4b97876062280395fe7e192f2b42807dcec45fe",
      "parents": [
        "22c55e6e7ed46ad3734c206d90b5ccba3b318d22"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Aug 24 15:05:14 2011 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:57 2011 -0400"
      },
      "message": "b43: correct warning for uninitialized variable \u0027macstat\u0027\n\n  CC [M]  drivers/net/wireless/b43/pio.o\ndrivers/net/wireless/b43/pio.c: In function ‘pio_rx_frame’:\ndrivers/net/wireless/b43/pio.c:614:6: warning: ‘macstat’ may be used uninitialized in this function\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "22c55e6e7ed46ad3734c206d90b5ccba3b318d22",
      "tree": "500f138a0e99248ae6e74518e8105b62cff11395",
      "parents": [
        "ea5a08cfa5fe9d10333eb7d65a7158ab766dae93"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Aug 24 14:08:41 2011 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:57 2011 -0400"
      },
      "message": "ath9k: remove replicated null check in ath_pci_aspm_init\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "ea5a08cfa5fe9d10333eb7d65a7158ab766dae93",
      "tree": "6c7ad24746c9e2cbdf31f177eb366755b768700f",
      "parents": [
        "c750f795c721805f69254cf4dd91f67b28ff6ddc"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Wed Aug 24 11:52:35 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:57 2011 -0400"
      },
      "message": "b43: HT-PHY: read clip state\n\nWe don\u0027t know yet when to restore it, implement just reading. We found\nout what for are that PHY ops by comparing HT with N code.\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c750f795c721805f69254cf4dd91f67b28ff6ddc",
      "tree": "b49688aa279b0e403b8b5a8cd5c6fa476d2a8c4b",
      "parents": [
        "fe8e084455f273b32cc57a5fbaf6c22ef984d657"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Wed Aug 24 11:52:34 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:57 2011 -0400"
      },
      "message": "b43: HT-PHY: use separated function for forcing RF sequence\n\nComparison of the HT and N code has shown similarities in the ops\nperformed after b43_mac_phy_clock_set. That way we understood what is\nhappening in the HT-PHY code.\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "fe8e084455f273b32cc57a5fbaf6c22ef984d657",
      "tree": "6fd518470fd4ee97819660f52214496cdb2c6992",
      "parents": [
        "dde88b736f228be8bb2a831a4c373910d0b950fa"
      ],
      "author": {
        "name": "Luis R. Rodriguez",
        "email": "mcgrof@qca.qualcomm.com",
        "time": "Tue Aug 23 15:07:31 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:56 2011 -0400"
      },
      "message": "MAINTANERS: update Qualcomm Atheros addresses\n\nQualcomm ate up Atheros, all of the old e-mail addresses\nno longer work and e-mails sent to it will bounce. Update\nthe addresses to the new shiny Qualcomm Atheros (QCA) ones.\n\nCc: stable@kernel.org\nCc: netdev@vger.kernel.org\nCc: jouni@qca.qualcomm.com\nCc: yangjie@qca.qualcomm.com\nCc: vthiagar@qca.qualcomm.com\nCc: senthilb@qca.qualcomm.com\nSigned-off-by: Luis R. Rodriguez \u003cmcgrof@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "dde88b736f228be8bb2a831a4c373910d0b950fa",
      "tree": "88c40cad2048736a7d0511cdad4f066a1597352e",
      "parents": [
        "9533b4ac86e20656d95f25e536c81c994e5f57a6"
      ],
      "author": {
        "name": "Luis R. Rodriguez",
        "email": "mcgrof@qca.qualcomm.com",
        "time": "Tue Aug 23 15:03:34 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:56 2011 -0400"
      },
      "message": "wireless: relicense regulatory header to ISC\n\nI will suck out stuff to userspace to start the regulatory\nrevampamp, this work will be permissively licensed.\n\nSigned-off-by: Luis R. Rodriguez \u003cmcgrof@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "9533b4ac86e20656d95f25e536c81c994e5f57a6",
      "tree": "a536c82bddcd66c41dfee63526b9499313a4734a",
      "parents": [
        "c75786c9ef9e726dc139325a775e90a684b00ed7"
      ],
      "author": {
        "name": "Eliad Peller",
        "email": "eliad@wizery.com",
        "time": "Tue Aug 23 14:37:47 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:56 2011 -0400"
      },
      "message": "mac80211: add uapsd_queues and max_sp params fields\n\nAdd uapsd_queues and max_sp fields to ieee80211_sta.\nThese fields might be needed by low-level drivers in\norder to configure the AP.\n\nSigned-off-by: Eliad Peller \u003celiad@wizery.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c75786c9ef9e726dc139325a775e90a684b00ed7",
      "tree": "90ea19402f4f63217f79410a2909c0c943851927",
      "parents": [
        "a21fa87e3a3a8390f17f53967baa574f4e1e1e76"
      ],
      "author": {
        "name": "Eliad Peller",
        "email": "eliad@wizery.com",
        "time": "Tue Aug 23 14:37:46 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Aug 26 10:47:56 2011 -0400"
      },
      "message": "nl80211/cfg80211: add STA WME parameters\n\nAdd new NL80211_ATTR_STA_WME nested attribute that contains\nwme params needed by the low-level driver (uapsd_queues and\nmax_sp).\n\nAdd these params to the station_parameters struct as well.\n\nSigned-off-by: Eliad Peller \u003celiad@wizery.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    }
  ],
  "next": "a21fa87e3a3a8390f17f53967baa574f4e1e1e76"
}
