)]}'
{
  "log": [
    {
      "commit": "eb07a9408e05f67caa671bdf2a509a4d2bd05abf",
      "tree": "e17b801356317ffa1225c2cb19e9580649d528fb",
      "parents": [
        "4d95847381228639844c7197deb8b2211274ef22"
      ],
      "author": {
        "name": "Matt Carlson",
        "email": "mcarlson@broadcom.com",
        "time": "Wed Apr 20 07:57:36 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 21 17:05:55 2011 -0700"
      },
      "message": "tg3: Adjust rx prod ring bd replenish thresholds\n\nThe oldest tg3 devices had large rx producer ring BD caches.  Back then,\nit made sense to make the BD cache replenish threshold only a function\nof the number of rx buffers posted by the driver.  Since then, the BD\ncache sizes have shrunk to 25% of their original size and, in some\ncases, the ring sizes have quadrupled in size.  Under such conditions,\nstatic BD cache replenish thresholds no longer match the hardware\nconstraints.\n\nThis patch attempts to factor in the BD cache size into the bd cache\nreplenish strategy, taking the existing hardware bugs into account.\n\nSigned-off-by: Matt Carlson \u003cmcarlson@broadcom.com\u003e\nReviewed-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4d95847381228639844c7197deb8b2211274ef22",
      "tree": "d288f902722d44cac4ad4f13ed0246c0ede3c6eb",
      "parents": [
        "e138f96bf5142c400b6b00f4cf69031bccc48f32"
      ],
      "author": {
        "name": "Matt Carlson",
        "email": "mcarlson@broadcom.com",
        "time": "Wed Apr 20 07:57:35 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 21 17:05:54 2011 -0700"
      },
      "message": "tg3: Workaround rx_discards stat bug\n\nThe 5717, 5718, 5719 A0, and 5720 A0 has a bug where the rx_discards\nstatistic counter will increment when dropping unwanted multicast\nframes.  This patch works around the problem by attempting to\nrecreate the data using other means.  The resulting value will not be\naccurate, but it can still serve as a problem indicator.\n\nSigned-off-by: Matt Carlson \u003cmcarlson@broadcom.com\u003e\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e138f96bf5142c400b6b00f4cf69031bccc48f32",
      "tree": "8bdce5d650c14e7366682a25d343d29b273ce7f8",
      "parents": [
        "e1cdd553d482ceb083fac5e544e8702fccefbfd6"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 21 15:19:02 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 21 15:19:02 2011 -0700"
      },
      "message": "mv643xx_eth: Fix build regression.\n\nFrom Stephen Rothwell:\n\n--------------------\nAfter merging the final tree, today\u0027s linux-next build (powerpc chrp32_defconfig)\nfailed like this:\n\ndrivers/net/mv643xx_eth.c: In function \u0027port_start\u0027:\ndrivers/net/mv643xx_eth.c:2250: error: \u0027dev\u0027 undeclared (first use in this function)\n\nCaused by commit aad59c431b77 (\"net: mv643xx: convert to hw_features\").\n--------------------\n\nReported-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e1cdd553d482ceb083fac5e544e8702fccefbfd6",
      "tree": "b2b0f0bdc7a90c03a91bba6289143ae0056c651a",
      "parents": [
        "ee916fd0fdb8f43dacaab431de3e1f7225039d72"
      ],
      "author": {
        "name": "Wei Yongjun",
        "email": "yjwei@cn.fujitsu.com",
        "time": "Sun Apr 17 17:29:03 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 21 10:35:44 2011 -0700"
      },
      "message": "sctp: implement event notification SCTP_SENDER_DRY_EVENT\n\nThis patch implement event notification SCTP_SENDER_DRY_EVENT.\nSCTP Socket API Extensions:\n\n  6.1.9. SCTP_SENDER_DRY_EVENT\n\n  When the SCTP stack has no more user data to send or retransmit, this\n  notification is given to the user. Also, at the time when a user app\n  subscribes to this event, if there is no data to be sent or\n  retransmit, the stack will immediately send up this notification.\n\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ee916fd0fdb8f43dacaab431de3e1f7225039d72",
      "tree": "98dc89aaaf3b2e6c4b69276e7e33c960f4b7b19a",
      "parents": [
        "209ba424c2c6e5ff4dd0ff79bb23659aa6048eac"
      ],
      "author": {
        "name": "Wei Yongjun",
        "email": "yjwei@cn.fujitsu.com",
        "time": "Sun Apr 17 17:28:01 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 21 10:35:44 2011 -0700"
      },
      "message": "sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT\n\nThis patch change the auth event type name to SCTP_AUTHENTICATION_EVENT,\nwhich is based on API extension compliance.\n\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "209ba424c2c6e5ff4dd0ff79bb23659aa6048eac",
      "tree": "df443b83a4d458cfb46ea2e08e176b2433fa5b66",
      "parents": [
        "4c6a6f42131dd750dcfe3c71e63bfc046e5a227e"
      ],
      "author": {
        "name": "Wei Yongjun",
        "email": "yjwei@cn.fujitsu.com",
        "time": "Sun Apr 17 17:27:08 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 21 10:35:43 2011 -0700"
      },
      "message": "sctp: implement socket option SCTP_GET_ASSOC_ID_LIST\n\nThis patch Implement socket option SCTP_GET_ASSOC_ID_LIST.\nSCTP Socket API Extension:\n\n  8.2.6. Get the Current Identifiers of Associations\n         (SCTP_GET_ASSOC_ID_LIST)\n\n  This option gets the current list of SCTP association identifiers of\n  the SCTP associations handled by a one-to-many style socket.\n\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4c6a6f42131dd750dcfe3c71e63bfc046e5a227e",
      "tree": "3f339059c819b083700e803319fa54a4666bd312",
      "parents": [
        "92c73af58e9f1b487322ce25a7a67889c9d91343"
      ],
      "author": {
        "name": "Wei Yongjun",
        "email": "yjwei@cn.fujitsu.com",
        "time": "Tue Apr 19 21:32:28 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:51:06 2011 -0700"
      },
      "message": "sctp: move chunk from retransmit queue to abandoned list\n\nIf there is still data waiting to retransmit and remain in\nretransmit queue, while doing the next retransmit, if the\nchunk is abandoned, we should move it to abandoned list.\n\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "92c73af58e9f1b487322ce25a7a67889c9d91343",
      "tree": "e15fe97de52dfade4956a5c6378f16ddde0d0c7c",
      "parents": [
        "de6becdc0844ff92b38ffd9f0c4db1d3de02835f"
      ],
      "author": {
        "name": "Wei Yongjun",
        "email": "yjwei@cn.fujitsu.com",
        "time": "Tue Apr 19 21:31:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:51:05 2011 -0700"
      },
      "message": "sctp: make heartbeat information in sctp_make_heartbeat()\n\nMake heartbeat information in sctp_make_heartbeat() instead\nof make it in sctp_sf_heartbeat() directly for common using.\n\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "de6becdc0844ff92b38ffd9f0c4db1d3de02835f",
      "tree": "f52df91a347ece7e4efc09ca2974e8e38f38a3f8",
      "parents": [
        "85c5ed4e44a262344ce43b4bf23204107923ca95"
      ],
      "author": {
        "name": "Wei Yongjun",
        "email": "yjwei@cn.fujitsu.com",
        "time": "Tue Apr 19 21:30:51 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:51:05 2011 -0700"
      },
      "message": "sctp: fix to check the source address of COOKIE-ECHO chunk\n\nSCTP does not check whether the source address of COOKIE-ECHO\nchunk is the original address of INIT chunk or part of the any\naddress parameters saved in COOKIE in CLOSED state. So even if\nthe COOKIE-ECHO chunk is from any address but with correct COOKIE,\nthe COOKIE-ECHO chunk still be accepted. If the COOKIE is not from\na valid address, the assoc should not be established.\n\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "85c5ed4e44a262344ce43b4bf23204107923ca95",
      "tree": "1b494d271d2e08a4f316bbf8cbeb677eed11b939",
      "parents": [
        "deb85a6ecc432a4f342004a6ac2a0dad7cba6846"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Tue Apr 19 21:30:01 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:51:04 2011 -0700"
      },
      "message": "sctp: handle ootb packet in chunk order as defined\n\nChanged the order of processing SHUTDOWN ACK and COOKIE ACK\nrefer to section 8.4:Handle \"Out of the Blue\" Packets.\n\nSHUTDOWN ACK chunk should be processed before processing\n\"Stale Cookie\" ERROR or a COOKIE ACK.\n\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "deb85a6ecc432a4f342004a6ac2a0dad7cba6846",
      "tree": "45bbca28f552fe2f74202117d564ecd7cbe8ddde",
      "parents": [
        "0b8f9e25b0aaf5a5d9fd844a97e5c17746b865d4"
      ],
      "author": {
        "name": "Vlad Yasevich",
        "email": "vladislav.yasevich@hp.com",
        "time": "Tue Apr 19 21:29:23 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:51:03 2011 -0700"
      },
      "message": "sctp: bail from sctp_endpoint_lookup_assoc() if not bound\n\nThe sctp_endpoint_lookup_assoc() function uses a port hash\nto lookup the association and then checks to see if any of\nthem are on the current endpoint.  However, if the current\nendpoint is not bound, there can\u0027t be any associations on\nit, thus we can bail early.\n\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0b8f9e25b0aaf5a5d9fd844a97e5c17746b865d4",
      "tree": "cc531084f434bc4602341f3144ee654a9a4af612",
      "parents": [
        "48669698c23339e0fa31753f04e77648fc210339"
      ],
      "author": {
        "name": "Vlad Yasevich",
        "email": "vladislav.yasevich@hp.com",
        "time": "Tue Apr 19 21:28:26 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:51:03 2011 -0700"
      },
      "message": "sctp: remove completely unsed EMPTY state\n\nSCTP does not SCTP_STATE_EMPTY and we can never be in\nthat state.  Remove useless code.\n\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "48669698c23339e0fa31753f04e77648fc210339",
      "tree": "d8480e12cc6aa6a1d0671f025b151eb14d32cb30",
      "parents": [
        "96ca468b86b09aa6a001ac65dba93a6c4a3692a5"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Tue Apr 19 21:27:07 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:51:02 2011 -0700"
      },
      "message": "sctp: remove redundant check when walking through a list of TLV parameters\n\nWhen  pos.v \u003c\u003d (void *)chunk + end - ntohs(pos.p-\u003elength) and\nntohs(pos.p-\u003elength) \u003e\u003d sizeof(sctp_paramhdr_t) these two expressions are all true,\npos.v \u003c\u003d (void *)chunk + end - sizeof(sctp_paramhdr_t) *must* be true.\n\nThis patch removes this kind of redundant check.\nIt\u0027s same to  _sctp_walk_errors macro.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "96ca468b86b09aa6a001ac65dba93a6c4a3692a5",
      "tree": "2fe288fb35d4dd0faa0cd9ea0fd6c32690ec387d",
      "parents": [
        "8a00be1c89cc17fda5f438794ff27449af6f00f1"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Tue Apr 19 21:26:26 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:51:02 2011 -0700"
      },
      "message": "sctp: check invalid value of length parameter in error cause\n\nRFC4960, section 3.3.7 said:\n If an endpoint receives an ABORT with a format error or no TCB is\n found, it MUST silently discard it.\n\nWhen an endpoint receives ABORT that parameter value is invalid,\ndrop it.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8a00be1c89cc17fda5f438794ff27449af6f00f1",
      "tree": "a9b01d90300f59ca15b5f38a0c3804ccca6bb719",
      "parents": [
        "882553752196605bf27057e7adb298ecae8058c4"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Tue Apr 19 21:25:40 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:51:01 2011 -0700"
      },
      "message": "sctp: check parameter value of length in ERROR chunk\n\nWhen an endpoint receives ERROR that parameter value is invalid,\nsend an ABORT to peer with a Protocol Violation error code.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "882553752196605bf27057e7adb298ecae8058c4",
      "tree": "b8c0cf62ff19b1982ecb42a8c5e877266453f405",
      "parents": [
        "47103041e91794acdbc6165da0ae288d844c820b"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 06:13:10 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:45 2011 -0700"
      },
      "message": "net: tun: convert to hw_features\n\nThis changes offload setting behaviour to what I think is correct:\n - offloads set via ethtool mean what admin wants to use (by default\n   he wants \u0027em all)\n - offloads set via ioctl() mean what userspace is expecting to get\n   (this limits which admin wishes are granted)\n - TUN_NOCHECKSUM is ignored, as it might cause broken packets when\n   forwarded (ip_summed \u003d\u003d CHECKSUM_UNNECESSARY means that checksum\n   was verified, not that it can be ignored)\n\nIf TUN_NOCHECKSUM is implemented, it should set skb-\u003ecsum_* and\nskb-\u003eip_summed (\u003d CHECKSUM_PARTIAL) for known protocols and let others\nbe verified by kernel when necessary.\n\nTUN_NOCHECKSUM handling was introduced by commit\nf43798c27684ab925adde7d8acc34c78c6e50df8:\n\n    tun: Allow GSO using virtio_net_hdr\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "47103041e91794acdbc6165da0ae288d844c820b",
      "tree": "52fd28c25ef5b0fe6dfe6d8d76d097362841c371",
      "parents": [
        "135d84a9f28854f875f32f97485737b0013c99d6"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 03:35:06 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:45 2011 -0700"
      },
      "message": "net: xen-netback: convert to hw_features\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nAcked-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "135d84a9f28854f875f32f97485737b0013c99d6",
      "tree": "5e42b4b9321c7a69908090efde029517cc868191",
      "parents": [
        "b9367bf3ee6da380e0c338bd75bb8e8e4e0b981b"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 03:03:57 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:44 2011 -0700"
      },
      "message": "net: qlcnic: convert to hw_features\n\nBit more than minimal conversion. There might be some issues because\nof qlcnic_set_netdev_features() if it\u0027s called after netdev init.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b9367bf3ee6da380e0c338bd75bb8e8e4e0b981b",
      "tree": "c642c64be693dc21fa769afb6483bce5cf245343",
      "parents": [
        "756a6b03da98903fa22ad7f10752de11782249fc"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 02:14:25 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:43 2011 -0700"
      },
      "message": "net: ibmveth: convert to hw_features\n\nA minimal conversion.\n\nibmveth_set_csum_offload() can be folded into ibmveth_set_features()\nand adapter-\u003erx_csum removed - left for later cleanup.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "756a6b03da98903fa22ad7f10752de11782249fc",
      "tree": "a360baaa47e0669fbd75d8d7374b70d0f7250cf0",
      "parents": [
        "3d96c74d8983b16bc7ecb196e61a2173fcc3f09f"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 01:56:12 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:43 2011 -0700"
      },
      "message": "net: pch_gbe: convert to hw_features\n\nThis also fixes bug in xmit path, where TX checksum offload state was used\ninstead of skb-\u003eip_summed to decide if the offload was needed.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3d96c74d8983b16bc7ecb196e61a2173fcc3f09f",
      "tree": "3ecb598a9e24e916854e43f7f0ce5016ebebc22e",
      "parents": [
        "6204b47ec4394f7e472885c8d05d9cda96d97a25"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 00:43:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:42 2011 -0700"
      },
      "message": "net: infiniband/ulp/ipoib: convert to hw_features\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6204b47ec4394f7e472885c8d05d9cda96d97a25",
      "tree": "887f57b02c53cc2cf0f7c6365978747474133bbe",
      "parents": [
        "dd6f6d024906b8f05a0832c78c16a1e818958321"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 00:43:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:42 2011 -0700"
      },
      "message": "net: s390: convert to hw_features\n\noptions.large_send was easy to get rid of. options.checksum_type has deeper\nroots so is left for later cleanup.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dd6f6d024906b8f05a0832c78c16a1e818958321",
      "tree": "4f01ca0ce3511e579a661e0fdffb53d502872264",
      "parents": [
        "8727bfaa8a723009e9c6eb1bb57b90ebdb0a4126"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 00:43:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:41 2011 -0700"
      },
      "message": "net: infiniband/hw/nes: convert to hw_features\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8727bfaa8a723009e9c6eb1bb57b90ebdb0a4126",
      "tree": "40c3fedfdc3f6af7e36e42a0a63a50101c9b3a48",
      "parents": [
        "97dbee73978497c615a46d324e4f5629b9772f86"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 00:43:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:40 2011 -0700"
      },
      "message": "Staging: convert hv network driver to hw_features\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "97dbee73978497c615a46d324e4f5629b9772f86",
      "tree": "e1401ac5a43fe796d51693e9503c025aa507c12c",
      "parents": [
        "290129f9880302d4fa468f7ff2f72de4b4d418ae"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 00:43:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:40 2011 -0700"
      },
      "message": "net: batman-adv: remove rx_csum ethtool_ops\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "290129f9880302d4fa468f7ff2f72de4b4d418ae",
      "tree": "59167c647c853e0a76dc45a9ae1e96e1e7ceae4f",
      "parents": [
        "c6ef006bf57fb6a8a0b134928b5c5606090ef0a0"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Tue Apr 19 00:43:19 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 20 01:30:39 2011 -0700"
      },
      "message": "net: dsa: remove ethtool_ops-\u003eset_sg\n\nRemove set_sg from DSA slave ethtool_ops. Features inheritance looks\nbroken/not fully implemented anyway.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c6ef006bf57fb6a8a0b134928b5c5606090ef0a0",
      "tree": "75edcd54d0d475cb1c3a21e06422c333b5a0096f",
      "parents": [
        "ee9cbaca7d73ea0098f00ecd10fe6e4a4792e32c"
      ],
      "author": {
        "name": "Vlad Yasevich",
        "email": "vladislav.yasevich@hp.com",
        "time": "Mon Apr 18 19:15:22 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 21:45:22 2011 -0700"
      },
      "message": "sctp: Release all routes when processing acks ADD_IP or DEL_IP\n\nWhen processing an ACK for ADD_IP parameter, we only release\nthe routes on non-active transports.  This can cause a wrong\nsource address to be used.  We can release the routes and\ncause new route lookups and source address selection so that\nnew addresses can be used as source.  Additionally, we don\u0027t need\nto lookup routes for all transports at the same time.  We can let\nthe transmit code path update the cached route when the transport\nactually sends something.\n\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ee9cbaca7d73ea0098f00ecd10fe6e4a4792e32c",
      "tree": "248b339ae6e8c048dcbe844c4cd8bcf1ebbbfc2f",
      "parents": [
        "f246a7b7c5b9df0ea0f0807a7101995af5e83213"
      ],
      "author": {
        "name": "Vlad Yasevich",
        "email": "vladislav.yasevich@hp.com",
        "time": "Mon Apr 18 19:14:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 21:45:21 2011 -0700"
      },
      "message": "sctp: Allow bindx_del to accept 0 port\n\nWe allow 0 port when adding new addresses.  It only\nmakes sence to allow 0 port when removing addresses.\nWhen removing the currently bound port will be used\nwhen the port in the address is set to 0.\n\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f246a7b7c5b9df0ea0f0807a7101995af5e83213",
      "tree": "4362f120c0f483b603407f04c66a0f7b472b0287",
      "parents": [
        "934253a7b4ab4151037ea9532552628723a14442"
      ],
      "author": {
        "name": "Vlad Yasevich",
        "email": "vladislav.yasevich@hp.com",
        "time": "Mon Apr 18 19:13:56 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 21:45:21 2011 -0700"
      },
      "message": "sctp: teach CACC algorithm about removed transports\n\nWhen we have have to remove a transport due to ASCONF, we move\nthe data to a new active path.  This can trigger CACC algorithm\nto not mark that data as missing when SACKs arrive.  This is\nbecause the transport passed to the CACC algorithm is the one\nthis data is sitting on, not the one it was sent on (that one\nmay be gone).  So, by sending the original transport (even if\nit\u0027s NULL), we may start marking data as missing.\n\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "934253a7b4ab4151037ea9532552628723a14442",
      "tree": "34958bbe96f709ff06c7e9ea77d44b96da3986d7",
      "parents": [
        "66009927f1e7374afdc6f9fdd25c493ee4eadf7c"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Mon Apr 18 19:13:18 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 21:45:20 2011 -0700"
      },
      "message": "sctp: use memdup_user to copy data from userspace\n\nUse common function to simply code.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "66009927f1e7374afdc6f9fdd25c493ee4eadf7c",
      "tree": "0c7ae1b31bc879bd9a334c4348275f59754979ae",
      "parents": [
        "6a435732accd9e3f4a8d9c320fabe578b1bf5add"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Mon Apr 18 19:12:40 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 21:45:19 2011 -0700"
      },
      "message": "sctp: kill abandoned SCTP_CMD_TRANSMIT command\n\nRemove SCTP_CMD_TRANSMIT command as it never be used.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6a435732accd9e3f4a8d9c320fabe578b1bf5add",
      "tree": "35492d5afc59dabb41361c5a6dec015b89303fe6",
      "parents": [
        "33c7cfdbb0d2bc021979e4947c7030c30d572532"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Mon Apr 18 19:11:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 21:45:19 2011 -0700"
      },
      "message": "sctp: use common head of addr parameter to access member in addr-unrelated code\n\nThe \u0027p\u0027 member of struct sctp_paramhdr is common part for\nIPv4 addr parameter and IPv6 addr parameter in union sctp_addr_param.\n\nFor addr-related code, use specified addr parameter.\nOtherwise, use common header to access type/length member.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "33c7cfdbb0d2bc021979e4947c7030c30d572532",
      "tree": "4efc68e4e16ecb3ad53ad082eabcae92dafd5bcf",
      "parents": [
        "709d38714eff234432956931437457e0de806784"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Mon Apr 18 19:11:01 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 21:45:18 2011 -0700"
      },
      "message": "sctp: fix the comment of sctp_sf_violation_paramlen()\n\nUpdate the comment about sctp_sf_violation_paramlen() to be\nmore precise.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "709d38714eff234432956931437457e0de806784",
      "tree": "68f80e7621d3031f6577bb86188152c8cddbbeb5",
      "parents": [
        "d0381c42aabdbd9402501d08ea44a89695ad58b4"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Mon Apr 18 19:19:29 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 21:45:18 2011 -0700"
      },
      "message": "sctp: delete unused macro definition of sctp_chunk_is_control\n\nThe macro never be used.\nAnd if needed, can use !sctp_chunk_is_data instead of.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d0381c42aabdbd9402501d08ea44a89695ad58b4",
      "tree": "ac4346135bd10d1fe86c9fc681896151085a0d74",
      "parents": [
        "187e87566d22b0d0e99b5ae7c6e18569ab5f6aee"
      ],
      "author": {
        "name": "Ajit Khaparde",
        "email": "ajit.khaparde@emulex.com",
        "time": "Tue Apr 19 12:11:55 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 20:13:11 2011 -0700"
      },
      "message": "be2net: add code to display default value of tx rate for VFs\n\nThis change will allow the default value of tx rate to be displayed\nwhen ip link show is called on a PF interface.\n\nSigned-off-by: Ajit Khaparde \u003cajit.khaparde@emulex.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "187e87566d22b0d0e99b5ae7c6e18569ab5f6aee",
      "tree": "ee9330899174466eb9f45e515b6f282736524e12",
      "parents": [
        "6349935bdfa4a210fb557e7541caad1d41925ccc"
      ],
      "author": {
        "name": "Ajit Khaparde",
        "email": "ajit.khaparde@emulex.com",
        "time": "Tue Apr 19 12:11:46 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 20:13:10 2011 -0700"
      },
      "message": "be2net: pass domain id to be_cmd_link_status_query\n\nSigned-off-by: Ajit Khaparde \u003cajit.khaparde@emulex.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6349935bdfa4a210fb557e7541caad1d41925ccc",
      "tree": "dde28ee903ffe89d4a6dcb050507ee82d2e6faa8",
      "parents": [
        "4fa9ed07e3965a809fa309a769675ac1c6dc692b"
      ],
      "author": {
        "name": "Ajit Khaparde",
        "email": "ajit.khaparde@emulex.com",
        "time": "Tue Apr 19 12:11:02 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 20:13:10 2011 -0700"
      },
      "message": "be2net: fix be_mcc_compl_process to identify eth_get_stat command\n\neth_get_statistics and vlan_config command have same opcode.\nUse opcode subsystem id to differentiate one from other.\n\nSigned-off-by: Ajit Khaparde \u003cajit.khaparde@emulex.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4fa9ed07e3965a809fa309a769675ac1c6dc692b",
      "tree": "9a171b397a4bbfe373d581d289242346437ea711",
      "parents": [
        "16a871ef552ff55c80b6d8d895e371ea07c58281"
      ],
      "author": {
        "name": "Ajit Khaparde",
        "email": "ajit.khaparde@emulex.com",
        "time": "Tue Apr 19 12:10:53 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 20:13:09 2011 -0700"
      },
      "message": "be2net: Add code to display nic speeds other than 1Gbps/10Gbps\n\nSigned-off-by: Ajit Khaparde \u003cajit.khaparde@emulex.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "16a871ef552ff55c80b6d8d895e371ea07c58281",
      "tree": "8b07a8b052225d86950ac242ccc876b2773aadfd",
      "parents": [
        "ce45ee955ff53255993c9300344e6437761ce2b2"
      ],
      "author": {
        "name": "Ajit Khaparde",
        "email": "ajit.khaparde@emulex.com",
        "time": "Tue Apr 19 12:10:43 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 20:13:09 2011 -0700"
      },
      "message": "be2net: allow register dump only for PFs\n\nSigned-off-by: Ajit Khaparde \u003cajit.khaparde@emulex.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ce45ee955ff53255993c9300344e6437761ce2b2",
      "tree": "48ce371a150ce6c910e301c516db8c985f0ced7e",
      "parents": [
        "985762b2df4bcb4accc29fda76fc863dd79b8b58"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Tue Apr 19 15:38:06 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 20:11:42 2011 -0700"
      },
      "message": "net:bna: fix compile warning of ‘bfa_ioc_smem_pgoff’ defined but not used\n\nFix the below compile warning:\n\ndrivers/net/bna/bfa_ioc.c:1922: warning: ‘bfa_ioc_smem_pgoff’ defined but not used\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "985762b2df4bcb4accc29fda76fc863dd79b8b58",
      "tree": "7da3ac55b1fb41c08499f8ddd01c51e6b389a142",
      "parents": [
        "4805347c1eb12cfe79f42a12a5442ee01590a9c0"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Tue Apr 19 15:31:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 20:11:41 2011 -0700"
      },
      "message": "net: forcedeth: fix compile warning of not used nv_set_tso function\n\nFix the below compile warning:\ndrivers/net/forcedeth.c:4266: warning: ‘nv_set_tso’ defined but not used\n\ncommit 569e146 converts forcedeth driver to use hw_features.\nSo, implement function of .set_tso is abandoned.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4805347c1eb12cfe79f42a12a5442ee01590a9c0",
      "tree": "cb9d8b3cfc78d8411f0cea7b06c6472cdd35bb9a",
      "parents": [
        "e1943424e43974f85b82bb31eaf832823bf49ce7",
        "91eb7c08c6cb3b8eeba1c61f5753c56dcb77f018"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 11:24:06 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 11:24:06 2011 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6\n"
    },
    {
      "commit": "e1943424e43974f85b82bb31eaf832823bf49ce7",
      "tree": "00a2dda7454ba186c0be4bfb8d08b7f74c3cd98c",
      "parents": [
        "88230fd586b4ccc5ffe6d6c2df8cdc495e89ad83",
        "0553c891fabd287726b41076cfd03fe7e5ab596f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 00:21:33 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 19 00:21:33 2011 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\nConflicts:\n\tdrivers/net/bnx2x/bnx2x_ethtool.c\n"
    },
    {
      "commit": "88230fd586b4ccc5ffe6d6c2df8cdc495e89ad83",
      "tree": "22dfe5a2c0f117ad464971b78db52310034c8e82",
      "parents": [
        "a0d2730c9571aeba793cb5d3009094ee1d8fda35"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Mon Apr 18 13:31:21 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Apr 18 23:04:00 2011 -0700"
      },
      "message": "net: qlge: convert to hw_features\n\nAnother simple conversion.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a0d2730c9571aeba793cb5d3009094ee1d8fda35",
      "tree": "f1fcddb31ddee0084a11bc03b18d00c19e14614e",
      "parents": [
        "feb990d467f76abe90ae68437eb1db351e67c674"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Mon Apr 18 13:31:21 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Apr 18 23:04:00 2011 -0700"
      },
      "message": "net: vmxnet3: convert to hw_features\n\nThis also removes private feature flags that were always set to true.\n\nYou may want to move vmxnet3_set_features() to vmxnet3_drv.c as a following\ncleanup.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "feb990d467f76abe90ae68437eb1db351e67c674",
      "tree": "b08458ac6f8be26055bbc0731cb103461fb7c902",
      "parents": [
        "30f554f925335abad89aaa38eec6828242b27527"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Mon Apr 18 13:31:21 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Apr 18 23:03:59 2011 -0700"
      },
      "message": "net: vxge: convert to hw_features\n\nSide effect: -\u003egro_enable is removed as napi_gro_receive() does the\nfallback itself.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "30f554f925335abad89aaa38eec6828242b27527",
      "tree": "6137d40e51d26cb39ec88fb2fe09ec79f41d44e4",
      "parents": [
        "b437a8cc7de4c9d8d0bdb37e7621c119f7640967"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Mon Apr 18 13:31:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Apr 18 23:03:59 2011 -0700"
      },
      "message": "net: chelsio: convert to hw_features\n\nAlso remove flags that were not used or are now redundant to hw_features bits.\nNo device had UDP_CSUM_CAPABLE set.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b437a8cc7de4c9d8d0bdb37e7621c119f7640967",
      "tree": "607185508bf82d05f000a4af9c2e9b22791c27ce",
      "parents": [
        "e5cb966c0838e4da43a3b0751bdcac7fe719f7b4"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Mon Apr 18 13:31:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Apr 18 23:03:58 2011 -0700"
      },
      "message": "net: s2io: convert to hw_features\n\nThis removes advertising HW_CSUM as driver does not support it.\n\nNote: driver advertises TSO6 but not IPV6_CSUM - bug maybe?\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e5cb966c0838e4da43a3b0751bdcac7fe719f7b4",
      "tree": "f12e281104fd5dddad3dad15cf6df6151427ec6e",
      "parents": [
        "2b7b431858c284b62c18baaf2cea571be2797d5a"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Mon Apr 18 13:31:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Apr 18 22:59:04 2011 -0700"
      },
      "message": "net: fix section mismatches\n\nFix build warnings like the following:\n\nWARNING: drivers/net/built-in.o(.data+0x12434): Section mismatch in reference from the variable madgemc_driver to the variable .init.data:madgemc_adapter_ids\n\nAnd add some consts to EISA device ID tables along the way.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2b7b431858c284b62c18baaf2cea571be2797d5a",
      "tree": "8aec96a197b6e9bf501752884c1f55c97e0c385b",
      "parents": [
        "47c2cdf5513e86e43c799da8d5406cc9a2bf3626"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Mon Apr 18 22:53:24 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Apr 18 22:53:24 2011 -0700"
      },
      "message": "r8169: TSO fixes.\n\n- the MSS value is actually contained in a 11 bits wide (0x7ff) field.\n  The extra bit in the former MSSMask did encompass the TSO command\n  bit (\"LargeSend\") as well (0xfff). Oops.\n\n- the Tx descriptor layout is not the same through the whole chipset\n  family. The 8169 documentation, the 8168c documentation and Realtek\u0027s\n  drivers (8.020.00, 1.019.00, 6.014.00) highlight two layouts:\n  1. 8169, 8168 up to 8168b (included) and 8101\n  2. {8102e, 8168c} and beyond\n\n- notwithstanding the \"first descriptor\" and \"last descriptor\" bits, the\n  same Tx descriptor content is enforced when a packet consists of several\n  descriptors. The chipsets are documented to require it.\n\nCredits go to David Dillow \u003cdave@thedillows.org\u003e for the original patch.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nCc: Realtek \u003cnic_swsd@realtek.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "47c2cdf5513e86e43c799da8d5406cc9a2bf3626",
      "tree": "55353837160b16dc643f8520fc12673297c9fca4",
      "parents": [
        "56d37f17165084e10f425e66f0bd964f06e8bd23"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Fri Apr 15 04:50:50 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Apr 18 22:49:16 2011 -0700"
      },
      "message": "net: myri10ge: convert to hw_features\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nAcked-by: Jon Mason \u003cjon.mason@myri.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "56d37f17165084e10f425e66f0bd964f06e8bd23",
      "tree": "6daf355e0f46909359685b77dadc78637799b5b7",
      "parents": [
        "7c89943236750537d26421d9bbb6f6575e2d1e1b"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Mon Apr 18 01:04:37 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Apr 18 14:19:32 2011 -0700"
      },
      "message": "net: dm9000: Fix build\n\nCommit c88fcb (net: dm9000: convert to hw_features) broke the build of\nthe dm9000 driver since it merged functions which use different names\nfor the board info structure used for I/O operations without updating\nall the references to use the same name. Fix that.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7c89943236750537d26421d9bbb6f6575e2d1e1b",
      "tree": "dfbc9b11ddcd20757388b03e9925363c1e1764f3",
      "parents": [
        "99606477a5888b0ead0284fecb13417b1da8e3af"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Fri Apr 15 13:47:51 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 23:36:03 2011 -0700"
      },
      "message": "bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS\n\nIt is undesirable for the bonding driver to be poking into higher\nlevel protocols, and notifiers provide a way to avoid that.  This does\nmean removing the ability to configure reptitition of gratuitous ARPs\nand unsolicited NAs.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "99606477a5888b0ead0284fecb13417b1da8e3af",
      "tree": "7d5084ad6849034fd7676032d2f6868c7a6b48d1",
      "parents": [
        "f47b94646f30529624c82ab0f9cd5bd3f25ef9d2"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Fri Apr 15 13:46:49 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 23:35:16 2011 -0700"
      },
      "message": "vlan: Propagate NETDEV_NOTIFY_PEERS notifier\n\nThe NETDEV_NOTIFY_PEERS notifier indicates that a device moved to a\n\ndifferent physical link; this also applies to any VLAN devices on top\nof it.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f47b94646f30529624c82ab0f9cd5bd3f25ef9d2",
      "tree": "ae691388f1cccb21449e6c9e14aa52c2388ad66f",
      "parents": [
        "b3337e4cea15beb167e8d3a70ca1023e39abb4e5"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "bhutchings@solarflare.com",
        "time": "Fri Apr 15 13:46:02 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 23:35:16 2011 -0700"
      },
      "message": "ipv6: Send unsolicited neighbour advertismements when notified\n\nThe NETDEV_NOTIFY_PEERS notifier is a request to send such\nadvertisements following migration to a different physical link,\ne.g. virtual machine migration.\n\nSigned-off-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b3337e4cea15beb167e8d3a70ca1023e39abb4e5",
      "tree": "fe657cf315e65df8a27771fc6c5359f2594b100d",
      "parents": [
        "a01c1335a308ee660518e33db03fb5f5e1dfc166"
      ],
      "author": {
        "name": "David Decotigny",
        "email": "decot@google.com",
        "time": "Thu Apr 14 16:11:34 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 23:28:57 2011 -0700"
      },
      "message": "bnx2x: cosmetics: Using ethtool_cmd_speed() API\n\nThis updates bnx2x to use the ethtool_cmd_speed() family of functions\n(see b11f8d8c in 2.6.27-rc3 aka. \"ethtool: Expand ethtool_cmd.speed to\n32 bits\") to get and set the link speed via ethtool. This allows to\navoid manually accessing ethtool_cmd\u0027s speed_hi field.\n\nSigned-off-by: David Decotigny \u003cdecot@google.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0553c891fabd287726b41076cfd03fe7e5ab596f",
      "tree": "6b8b7074ff457e1533e8c397e09c03cd86ddc76e",
      "parents": [
        "70dda99c41fc8a153e09bdba9adb7805ba2a4bb3"
      ],
      "author": {
        "name": "Krishna Kumar",
        "email": "krkumar2@in.ibm.com",
        "time": "Thu Apr 14 06:07:04 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 23:27:16 2011 -0700"
      },
      "message": "ip6_pol_route panic: Do not allow VLAN on loopback\n\nSeveral tests in the ipv6 routing code check IFF_LOOPBACK, and\nallowing stacking such as VLAN\u0027ing on top of loopback results in a\nnetdevice which reports IFF_LOOPBACK but really isn\u0027t the loopback\ndevice.\n\nInstead of spamming the ipv6 routing code with even more special tests,\nsimply disallow VLAN over loopback.\n\nThe result of this patch is:\n\n# modprobe 8021q\n# vconfig add lo 43\nERROR: trying to add VLAN #43 to IF -:lo:-  error: Operation not supported\n\nSigned-off-by: Krishna Kumar \u003ckrkumar2@in.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a01c1335a308ee660518e33db03fb5f5e1dfc166",
      "tree": "bd31d76a300b1c2655e026e9f618a4224bf5370e",
      "parents": [
        "482e3febc2e7df78411005dcdd7621c16b98b088"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 20:47:07 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 20:47:07 2011 -0700"
      },
      "message": "decnet: Don\u0027t leak entries when rebuilding zone.\n\nAs noticed by Ben Hutchings, when we move entries from\none table to another we leak all except the first entry.\n\nPut back the \"next\" variable removed by commit\n9bf9055eb716f85372c41b3fbc51f90bc7653740 (\"decnet: Fix set-but-unused\nvariable.\") and use it properly.\n\nReported-by: Ben Hutchings \u003cbhutchings@solarflare.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "482e3febc2e7df78411005dcdd7621c16b98b088",
      "tree": "93ba6fae8768ddfb20a05f17414f609a6c4dcc29",
      "parents": [
        "df4511feb76173db872c8845b63179dd15f2b7da"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sat Apr 16 14:15:26 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:56:37 2011 -0700"
      },
      "message": "via-rhine: Assign random MAC address if necessary\n\nRoger Luethi has had several reports of Rhine NICs providing\nan invalid MAC address.  If so, assign a random MAC address so\nthe hardware can still be used.\n\nTested as a standalone interface, as carrier for ppp, and as a\nbonding slave.\n\nOriginal-patch-by: Alexandru Gagniuc \u003cmr.nuke.me@gmail.com\u003e\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "df4511feb76173db872c8845b63179dd15f2b7da",
      "tree": "8158215b7c626d928721ffd8caadeaff9ce99b49",
      "parents": [
        "28674b97cfb907b0b3de7b7fea89efda1e65f34e"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sat Apr 16 14:15:25 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:56:36 2011 -0700"
      },
      "message": "via_rhine: Use netdev_\u003clevel\u003e and pr_\u003clevel\u003e\n\nUse the more current logging styles.\n\nAdd #define DEBUG to make netdev_dbg always active.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "28674b97cfb907b0b3de7b7fea89efda1e65f34e",
      "tree": "8ce41fb220a4ea54fc5d92454c106d186e1c5433",
      "parents": [
        "2ed28baa7076083b56c1e70ccd927b7870117c59"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@vyatta.com",
        "time": "Sun Apr 17 17:52:51 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:52:51 2011 -0700"
      },
      "message": "bridge: fix accidental creation of sysfs directory\n\nCommit bb900b27a2f49b37bc38c08e656ea13048fee13b (\"bridge: allow\ncreating bridge devices with netlink\") introduced a bug in net-next\nbecause of a typo in notifier. Every device would have the sysfs\nbridge directory (and files).\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2ed28baa7076083b56c1e70ccd927b7870117c59",
      "tree": "ced1c729cb6c7fee217e3a58989cbb8d93d07c83",
      "parents": [
        "c582a950b1d7488750831cb4499de071781c7f45"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sat Apr 16 13:05:08 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:51:32 2011 -0700"
      },
      "message": "net: cxgb4{,vf}: convert to hw_features\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nAcked-by: Dimitris Michailidis \u003cdm@chelsio.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "70dda99c41fc8a153e09bdba9adb7805ba2a4bb3",
      "tree": "52ae78da0e081098ff77a0e66546a09927942dbe",
      "parents": [
        "c8a75b345b38a9b63ffd077c0eb71707fa194fc6"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Sun Apr 17 17:50:01 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:50:01 2011 -0700"
      },
      "message": "bnx2x: Fix port identification problem\n\nThis patch fixes port identification on optic devices when there\u0027s no link on the port.\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": "c582a950b1d7488750831cb4499de071781c7f45",
      "tree": "9e3c4930113f46f93aa8881b711320b2c21c6ecf",
      "parents": [
        "5e4011e2b8032cd132d9482f016558f1b27569cd"
      ],
      "author": {
        "name": "Thiago Farina",
        "email": "tfransosi@gmail.com",
        "time": "Sun Apr 17 17:49:21 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:49:21 2011 -0700"
      },
      "message": "drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function.\n\nSigned-off-by: Thiago Farina \u003ctfransosi@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5e4011e2b8032cd132d9482f016558f1b27569cd",
      "tree": "68c587043a8122c42ea7d8c10e42c530be31f9c4",
      "parents": [
        "131ae329702755d897c6072c7839086b0702fb10"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:47:36 2011 -0700"
      },
      "message": "net: ibm_newemac: convert to hw_features\n\nSide effect: allow toggling of TX offloads.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "131ae329702755d897c6072c7839086b0702fb10",
      "tree": "0183b6116a1e8ddf66c19d88ff6590bc2b4c898e",
      "parents": [
        "3cd8ef4b6071834fd432bbccbec0611591908643"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:47:36 2011 -0700"
      },
      "message": "net: greth: convert to hw_features\n\nNote: Driver modifies its struct net_device_ops. This will break if used for\nmultiple devices that are not all the same (if that HW config is possible).\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3cd8ef4b6071834fd432bbccbec0611591908643",
      "tree": "0a8b033788c848d53f02ac504bd714f32f12688c",
      "parents": [
        "f4786a96252b97f6f05cd42ea7fe6e967048bfa3"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:47:35 2011 -0700"
      },
      "message": "net: niu: convert to hw_features\n\nSide effect: allow toggling of TX offloads.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f4786a96252b97f6f05cd42ea7fe6e967048bfa3",
      "tree": "eb169eb09a4560f5ed75a882fdfcd85551c134f1",
      "parents": [
        "66a1c5413260a8c302b4024555c489cc6731b463"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:47:35 2011 -0700"
      },
      "message": "net: ehea: convert to hw_features\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "66a1c5413260a8c302b4024555c489cc6731b463",
      "tree": "2e2a7d90cf0f9f6a9aafd8fad647964c77163a2b",
      "parents": [
        "86688a8f132a7630f8610c13a349c711fe683b44"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:47:34 2011 -0700"
      },
      "message": "net: benet: convert to hw_features - fixup\n\nRemove be_set_flags() as it\u0027s already covered by hw_features.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nAcked-by: Ajit Khaparde ajit.khaparde@emulex.com\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "86688a8f132a7630f8610c13a349c711fe683b44",
      "tree": "8fd3d699632f64cf58cd2f5383d2914c104f7c38",
      "parents": [
        "aad59c431b77be5cbfa01f2066a036b95981fed9"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:47:34 2011 -0700"
      },
      "message": "net: typhoon: convert to hw_features\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "aad59c431b77be5cbfa01f2066a036b95981fed9",
      "tree": "8019c065a86ff0df3bf71edce22e9945664ce24f",
      "parents": [
        "eea3250b43fd0b4fe565409bbf2fb06514213386"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:46 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:47:33 2011 -0700"
      },
      "message": "net: mv643xx: convert to hw_features\n\nSide effect: don\u0027t reenable RXCSUM on every ifdown/ifup.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "eea3250b43fd0b4fe565409bbf2fb06514213386",
      "tree": "08471abd05f26d91fd9d0c460d6d38a66b9b52c9",
      "parents": [
        "d2fe2755342b30bc1ee7797b9975f8626d65e485"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:46 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:47:33 2011 -0700"
      },
      "message": "net: tehuti: convert to hw_features\n\nAs a side effect, make TX offloads changeable.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c8a75b345b38a9b63ffd077c0eb71707fa194fc6",
      "tree": "e03be18e0e1cf796b141e87b241e8dad759a26c4",
      "parents": [
        "c65353daf137dd41f3ede3baf62d561fca076228"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sun Apr 17 17:46:40 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:46:40 2011 -0700"
      },
      "message": "r8169: add Realtek as maintainer.\n\nPer Hayes\u0027s request.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d2fe2755342b30bc1ee7797b9975f8626d65e485",
      "tree": "7ca1dc1ef596d1f379371abccc4a2f135f6c3a23",
      "parents": [
        "391876466670988196786150fc9d9da2f3c7cecb"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:46 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:40:25 2011 -0700"
      },
      "message": "net: cxgb3: convert to hw_features\n\nThis removes some of the remnants of LRO -\u003e GRO conversion.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "391876466670988196786150fc9d9da2f3c7cecb",
      "tree": "3a29b0b17ac5f32591fbcc389d414d1dc0aba9bb",
      "parents": [
        "9c6bc16577171100e5efab0ea09ebf5884822ed6"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sun Apr 17 00:15:46 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:40:24 2011 -0700"
      },
      "message": "net: macvlan: convert to hw_features\n\nNot much of a conversion anyway - macvlan has no way to change the offload\nsettings independently to its base device.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9c6bc16577171100e5efab0ea09ebf5884822ed6",
      "tree": "41cdc85827cb6731e993e254208538eb42147886",
      "parents": [
        "03746b0a02d25866a29cd8d7306d221c238d6397",
        "af20b710479ae662829cf739b521390daa7fcbcb"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:37:29 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:37:29 2011 -0700"
      },
      "message": "Merge branch \u0027batman-adv/next\u0027 of git://git.open-mesh.org/ecsv/linux-merge\n"
    },
    {
      "commit": "03746b0a02d25866a29cd8d7306d221c238d6397",
      "tree": "5755b26e885be0cabb9af480f60801e4317ad9ab",
      "parents": [
        "9365f11a5321bcff5579799a071a70c5cacb5e65"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:08:41 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:08:41 2011 -0700"
      },
      "message": "be2net: Fix unused-but-set variables.\n\nThe variables \u0027tx_min\u0027 and \u0027tx_max\u0027 are set but not used in\nbe_set_coalesce().\n\nSimilarly for \u0027region\u0027 in be_do_flash().\n\nJust kill them off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9365f11a5321bcff5579799a071a70c5cacb5e65",
      "tree": "be3aa218e506ebe8d5c20910e4cb36b0e49bf340",
      "parents": [
        "b169f6db40605d0907458d1ff78ceac2b194a44f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:07:57 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:07:57 2011 -0700"
      },
      "message": "isdn: i4l: isdn_tty: Fix unused-but-set variables.\n\nThe variable \u0027fcr\u0027 is set but not used in isdn_tty_change_speed().\n\nJust kill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b169f6db40605d0907458d1ff78ceac2b194a44f",
      "tree": "685955d2bb913f026612e5b200529179033d5e82",
      "parents": [
        "f3c85dd560f26ceae1351e6f83e83f1322761ead"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:06:15 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:06:15 2011 -0700"
      },
      "message": "netfilter: ip6table_mangle: Fix set-but-unused variables.\n\nThe variable \u0027flowlabel\u0027 is set but unused in ip6t_mangle_out().\n\nThe intention here was to compare this key to the header value after\nmangling, and trigger a route lookup on mismatch.\n\nMake it so.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f3c85dd560f26ceae1351e6f83e83f1322761ead",
      "tree": "7638b6ee3b16ad11b3999e792145c403c90d57ad",
      "parents": [
        "d88d7de09875e643e225a5d0883d18152ce5a89b"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:04:48 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:04:48 2011 -0700"
      },
      "message": "netfilter: ip6_tables: Fix set-but-unused variables.\n\nThe variable \u0027target\u0027 is set but unused in compat_copy_entry_from_user().\n\nJust kill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d88d7de09875e643e225a5d0883d18152ce5a89b",
      "tree": "1753bfffbd87fd8236f5276121bb5cd182cbe190",
      "parents": [
        "d87d7fb381c153f71b7cdfd37f3513edc6d0eb8f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:03:33 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:03:33 2011 -0700"
      },
      "message": "netfilter: nf_conntrack_standalone: Fix set-but-unused variables.\n\nThe variable \u0027ret\u0027 is set but unused in ct_seq_show().\n\nThis was obviously meant to be used to propagate error codes\nto the caller, so make it so.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d87d7fb381c153f71b7cdfd37f3513edc6d0eb8f",
      "tree": "e62735aba62beed9f6919282b958dc2f9037965d",
      "parents": [
        "dab51d0e0718e7beef26075a9353f09ea2652a4f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:02:29 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:02:51 2011 -0700"
      },
      "message": "netfilter: nfnetlink_log: Fix set-but-unused variables.\n\nThe variable \u0027tmp_uint\u0027 is set but unused in __build_packet_message().\n\nJust kill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dab51d0e0718e7beef26075a9353f09ea2652a4f",
      "tree": "c099dfd404f80dac5d7a6091df804b14236daf7a",
      "parents": [
        "8cb490144708ef295421d0601b0866623651a37e"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:01:49 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:01:49 2011 -0700"
      },
      "message": "netlabel: Fix set-but-unused variables.\n\nThe variable \u0027type_str\u0027 is set but unused in netlbl_cipsov4_add().\n\nJust kill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8cb490144708ef295421d0601b0866623651a37e",
      "tree": "fd6b542038c938e789c2eea9af54e46767f15cb5",
      "parents": [
        "6385969b3297287e6259a012671be09c78c20620"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:01:05 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 17:01:05 2011 -0700"
      },
      "message": "l2tp: Fix set-but-unused variables.\n\nThe variable \u0027ret\u0027 is set but unused in l2tp_nl_register_ops().\n\nThis was obviously meant to maintain error codes which are\nreturned to the caller, make it so.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6385969b3297287e6259a012671be09c78c20620",
      "tree": "306228e96aedebbabc5bc27e9fd892b9478efdb9",
      "parents": [
        "1627ea35cb10af2f71d38a82de6f6dfb910771ed"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:59:50 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:59:50 2011 -0700"
      },
      "message": "irda: irproc: Fix set-but-unused variables.\n\nThe variable \u0027d\u0027 is set but unused in irda_proc_register().\n\nJust kill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1627ea35cb10af2f71d38a82de6f6dfb910771ed",
      "tree": "98831a499c01454b982484f71a20c4da4c385514",
      "parents": [
        "056693a38e56c520e208409d221cbc077282c19d"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:59:09 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:59:09 2011 -0700"
      },
      "message": "irda: irlap_event: Fix set-but-unused variables.\n\nThe variable \u0027ret\u0027 is set but unused in irlap_state_sclose().\n\nJust kill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "056693a38e56c520e208409d221cbc077282c19d",
      "tree": "c931d434d588f1de20dd0557488565135c9d6895",
      "parents": [
        "b8ee8328bac0d8420d2b9ef4838d0df25df100ab"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:57:55 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:57:55 2011 -0700"
      },
      "message": "caif: Fix set-but-unused variables.\n\nThe variable \u0027caifdef\u0027 is set but unused in modemcmd().\n\nSimilarly for \u0027net\u0027 in receive(), and \u0027res\u0027 in\ncaif_device_notify() and caif_exit_net().\n\nJust kill them off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b8ee8328bac0d8420d2b9ef4838d0df25df100ab",
      "tree": "fc4fa67c8e0287da2eca89b3f61373a0a948b2db",
      "parents": [
        "585985429080a449e0ecf66dd485899a8765c26c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:56:12 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:56:12 2011 -0700"
      },
      "message": "bnx2x: Fix set-but-unused variables.\n\nThe variable \u0027rc\u0027 is set but unused in bnx2x_timer().\n\nSimilarly for \u0027hc_index_p\u0027 in bnx2x_init_sb(), and \u0027port\u0027 in\nbnx2x_get_hwinfo().\n\nJust kill them off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "585985429080a449e0ecf66dd485899a8765c26c",
      "tree": "62522e96a99f85da7f24de193f052c9f423f97c5",
      "parents": [
        "81b424d9e2ef815b2035d4c2be0bc41dddbebc06"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:51:36 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:54:08 2011 -0700"
      },
      "message": "bna: Fix set-but-unused variables.\n\nThe variable \u0027pgoff\u0027 is set but unused in bfa_nw_ioc_fwver_get()\nand bfa_ioc_download_fw().\n\nSimilarly for \u0027cmd_h\u0027 in bna_mbox_flush_q and the entirety of\nbna_rit_mod_uninit() is unused since variables are purely set but no\naction is made using them.\n\nSame for \u0027bna\u0027 in bna_rit_create() and \u0027ret\u0027 in bna_rx_create().\n\nJust kill them off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "81b424d9e2ef815b2035d4c2be0bc41dddbebc06",
      "tree": "7b2b1b0cc42a43b6fffac0b1e208c04e3574bfc8",
      "parents": [
        "07f46f80f4ca4ddb700ff40a19876ba1b3242917"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:48:53 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:48:53 2011 -0700"
      },
      "message": "isdn: mISDN: socket: Fix set-but-unused variables.\n\nThe variable \u0027len\u0027 is set but unused in data_sock_getsockopt().\n\nThe code should use \u0027len\u0027 to validate that the user\u0027s socket option is\nindeed the right size.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "07f46f80f4ca4ddb700ff40a19876ba1b3242917",
      "tree": "8df22522e98487d47c57d3f60c614d5d69f368d5",
      "parents": [
        "50a7c114c2673f3fcbb0ba5d659049156e1ccd50"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:46:50 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:46:50 2011 -0700"
      },
      "message": "isdn: i4l: isdn_net: Fix set-but-unused variables.\n\nThe variable \u0027unused\u0027 is set but unused in\nisdn_net_ciscohdlck_slarp_in().  Just kill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "50a7c114c2673f3fcbb0ba5d659049156e1ccd50",
      "tree": "4b4e028c8081c430ba4d839487ceb4dbfdcae78c",
      "parents": [
        "8c85290d84eaa7b3ba605090987d2136a3302ca9"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:45:51 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:45:51 2011 -0700"
      },
      "message": "isdn: i4l: isdn_common: Fix set-but-unused variables.\n\nThe variable \u0027ch\u0027 is set but unused in isdn_capi_rec_hl_msg().  Just\nkill it off.\n\nSimilarly for \u0027chidx\u0027 in isdn_ioctl() and \u0027di\u0027 in\nisdn_capi_rec_hl_msg().\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8c85290d84eaa7b3ba605090987d2136a3302ca9",
      "tree": "f2386b7a5bf8a25a6fe9b10b8ba3e4b21387d7cc",
      "parents": [
        "1397c5df2547f3296ad37a0c77daff3b124b98c8"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:44:12 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:44:12 2011 -0700"
      },
      "message": "isdn: teles_cs: Fix set-but-unused variables.\n\nThe variable \u0027dev\u0027 is set but unused in teles_cs_config().  Just\nkill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1397c5df2547f3296ad37a0c77daff3b124b98c8",
      "tree": "dec52a035cc817777d420c8efcf77886ff91f5bb",
      "parents": [
        "cf117eafa0dc17c6f973d078d4e0bf2069f45ce7"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:43:20 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:43:20 2011 -0700"
      },
      "message": "isdn: l3ni1: Fix set-but-unused variables.\n\nThe variable \u0027cause\u0027 is set but unused in ni1up().  Just\nkill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "cf117eafa0dc17c6f973d078d4e0bf2069f45ce7",
      "tree": "51b57d5a57dccf7facdcbb7d691a309c4041a2f3",
      "parents": [
        "f6f0e4a7a343f85dd773f6f18e553933c4367e96"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:42:15 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:42:15 2011 -0700"
      },
      "message": "isdn: l3dss1: Fix set-but-unused variables.\n\nThe variable \u0027cause\u0027 is set but unused in dss1up().  Just\nkill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f6f0e4a7a343f85dd773f6f18e553933c4367e96",
      "tree": "608adafda9ffd57b4ce4ad7cb4a5d25a6c32335c",
      "parents": [
        "d462003ddbb28926109396b9038299fc740c2efc"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:41:29 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:41:29 2011 -0700"
      },
      "message": "isdn: jade: Fix set-but-unused variables.\n\nThe variable \u0027i\u0027 is set but unused in JadeVersion().  Just\nkill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d462003ddbb28926109396b9038299fc740c2efc",
      "tree": "27101c92130969321782ae972f0637ae515de7d0",
      "parents": [
        "a1e6216d1b5035db1d4c018cf841d3267f949281"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:40:30 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:40:40 2011 -0700"
      },
      "message": "isdn: ipacx: Fix set-but-unused variables.\n\nThe variable \u0027cda2_cr\u0027 is set but unused in ctrl_complete().  Just\nkill it off.\n\nKeep the cs-\u003ereadisac() call just in case the register read has side\neffects.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a1e6216d1b5035db1d4c018cf841d3267f949281",
      "tree": "0a6d093386b246f27458c57d24aba79bd0278957",
      "parents": [
        "db47367451cbee4e8a3fd9389cc341f4acc43b1e"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:39:18 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:39:18 2011 -0700"
      },
      "message": "isdn: hfc_usb: Fix set-but-unused variables.\n\nThe variable \u0027buf\u0027 is set but unused in\nctrl_complete().  Just kill it off.\n\nSimilarly for \u0027err\u0027 in hfc_usb_init().\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "db47367451cbee4e8a3fd9389cc341f4acc43b1e",
      "tree": "541f07048798e1f2fc90a29ec3f26496409e7fd6",
      "parents": [
        "94dbe1ae44df1d22a391980eb6bd502f937b1af8"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:38:33 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:38:33 2011 -0700"
      },
      "message": "isdn: elsa_ser: Fix set-but-unused variables.\n\nThe variable \u0027bits\u0027 is set but unused in\nchange_speed().  Just kill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "94dbe1ae44df1d22a391980eb6bd502f937b1af8",
      "tree": "26f815993a0ea8eeeba47a2cc2a5d45b33d7a91a",
      "parents": [
        "011bc1ef447dd6aa969d9c83a90fe3df360b5d6e"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:37:11 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Apr 17 16:38:03 2011 -0700"
      },
      "message": "isdn: elsa_cs: Fix set-but-unused variables.\n\nThe variable \u0027dev\u0027 is set but unused in\nelsa_cs_config().  Just kill it off.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ],
  "next": "011bc1ef447dd6aa969d9c83a90fe3df360b5d6e"
}
