)]}'
{
  "log": [
    {
      "commit": "6cf1a0f856bcb5423bfb4121b2dfeaa3ba7b1ff2",
      "tree": "cc1ea9def5bfbe95a91add565f04b0fd4f08685f",
      "parents": [
        "e42130039c85826567d4e4864f2c7492578576cb"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 09 00:01:53 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 09 00:01:53 2008 -0800"
      },
      "message": "bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.\n\nIt\u0027s \u0027sock\u0027 not \u0027sk\u0027.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e42130039c85826567d4e4864f2c7492578576cb",
      "tree": "5a695239e45a65ffb90e0c70f6a1c1ce7a73e06b",
      "parents": [
        "6fdd34d43bff8be9bb925b49d87a0ee144d2ab07"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Mon Dec 08 23:50:18 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 23:50:18 2008 -0800"
      },
      "message": "hydra: fix compilation\n\ndrivers/net/hydra.c:163: error: \u0027hydra_netdev_ops\u0027 undeclared (first use in this function)\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6fdd34d43bff8be9bb925b49d87a0ee144d2ab07",
      "tree": "547cf602983db37d573d3d191ac11660f1698e8f",
      "parents": [
        "4098dce5be537a157eed4a326efd464109825b8b"
      ],
      "author": {
        "name": "Gerrit Renker",
        "email": "gerrit@erg.abdn.ac.uk",
        "time": "Mon Dec 08 01:19:06 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 01:19:06 2008 -0800"
      },
      "message": "dccp ccid-2: Phase out the use of boolean Ack Vector sysctl\n\nThis removes the use of the sysctl and the minisock variable for the Send Ack\nVector feature, as it now is handled fully dynamically via feature negotiation\n(i.e. when CCID-2 is enabled, Ack Vectors are automatically enabled as per\n RFC 4341, 4.).\n\nUsing a sysctl in parallel to this implementation would open the door to\ncrashes, since much of the code relies on tests of the boolean minisock /\nsysctl variable. Thus, this patch replaces all tests of type\n\n\tif (dccp_msk(sk)-\u003edccpms_send_ack_vector)\n\t\t/* ... */\nwith\n\tif (dp-\u003edccps_hc_rx_ackvec !\u003d NULL)\n\t\t/* ... */\n\nThe dccps_hc_rx_ackvec is allocated by the dccp_hdlr_ackvec() when feature\nnegotiation concluded that Ack Vectors are to be used on the half-connection.\nOtherwise, it is NULL (due to dccp_init_sock/dccp_create_openreq_child),\nso that the test is a valid one.\n\nThe activation handler for Ack Vectors is called as soon as the feature\nnegotiation has concluded at the\n * server when the Ack marking the transition RESPOND \u003d\u003e OPEN arrives;\n * client after it has sent its ACK, marking the transition REQUEST \u003d\u003e PARTOPEN.\n\nAdding the sequence number of the Response packet to the Ack Vector has been\nremoved, since\n (a) connection establishment implies that the Response has been received;\n (b) the CCIDs only look at packets received in the (PART)OPEN state, i.e.\n     this entry will always be ignored;\n (c) it can not be used for anything useful - to detect loss for instance, only\n     packets received after the loss can serve as pseudo-dupacks.\n\nThere was a FIXME to change the error code when dccp_ackvec_add() fails.\nI removed this after finding out that:\n * the check whether ackno \u003c ISN is already made earlier,\n * this Response is likely the 1st packet with an Ackno that the client gets,\n * so when dccp_ackvec_add() fails, the reason is likely not a packet error.\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\nAcked-by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4098dce5be537a157eed4a326efd464109825b8b",
      "tree": "f7116e98853d805eb874c4f2345c3cce2acbfaa7",
      "parents": [
        "0049bab5e765aa74cf767a834fa336e19453fc5e"
      ],
      "author": {
        "name": "Gerrit Renker",
        "email": "gerrit@erg.abdn.ac.uk",
        "time": "Mon Dec 08 01:18:37 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 01:18:37 2008 -0800"
      },
      "message": "dccp: Remove manual influence on NDP Count feature\n\nUpdating the NDP count feature is handled automatically now:\n * for CCID-2 it is disabled, since the code does not use NDP counts;\n * for CCID-3 it is enabled, as NDP counts are used to determine loss lengths.\n\nAllowing the user to change NDP values leads to unpredictable and failing\nbehaviour, since it is then possible to disable NDP counts even when they\nare needed (e.g. in CCID-3).\n\nThis means that only those user settings are sensible that agree with the\nvalues for Send NDP Count implied by the choice of CCID. But those settings\nare already activated by the feature negotiation (CCID dependency tracking),\nhence this form of support is redundant.\n\nAt startup the initialisation of the NDP count feature uses the default\nvalue of 0, which is done implicitly by the zeroing-out of the socket when\nit is allocated. If the choice of CCID or feature negotiation enables NDP\ncount, this will then be updated via the NDP activation handler.\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\nAcked-by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0049bab5e765aa74cf767a834fa336e19453fc5e",
      "tree": "f3210e13c5645dbedffe90a4b1f1dca787673bb0",
      "parents": [
        "63b8e2861f31868dce9c92fd7444f212a5a8a775"
      ],
      "author": {
        "name": "Gerrit Renker",
        "email": "gerrit@erg.abdn.ac.uk",
        "time": "Mon Dec 08 01:18:05 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 01:18:05 2008 -0800"
      },
      "message": "dccp: Remove obsolete parts of the old CCID interface\n\nThe TX/RX CCIDs of the minisock are now redundant: similar to the Ack Vector\ncase, their value equals initially that of the sysctl, but at the end of\nfeature negotiation may be something different.\n\nThe old interface removed by this patch thus has been replaced by the newer\ninterface to dynamically query the currently loaded CCIDs.\n\nAlso removed are the constructors for the TX CCID and the RX CCID, since the\nswitch \"rx \u003c-\u003e non-rx\" is done by the handler in minisocks.c (and the handler\nis the only place in the code where CCIDs are loaded).\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\nAcked-by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "63b8e2861f31868dce9c92fd7444f212a5a8a775",
      "tree": "086f7deee646fb9b69d58f06509e58664eeba27a",
      "parents": [
        "991d927c8652b2ab51bd8eef2b773bb2c77d457b"
      ],
      "author": {
        "name": "Gerrit Renker",
        "email": "gerrit@erg.abdn.ac.uk",
        "time": "Mon Dec 08 01:17:32 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 01:17:32 2008 -0800"
      },
      "message": "dccp: Clean up old feature-negotiation infrastructure\n\nThe code removed by this patch is no longer referenced or used, the added\nlines update documentation and copyrights.\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\nAcked-by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "991d927c8652b2ab51bd8eef2b773bb2c77d457b",
      "tree": "b21cab0ebe4b9f93a2c57b6dc6cd2f38ec828301",
      "parents": [
        "192b27ff35bad4cf76cc4239419e9f805935e4f8"
      ],
      "author": {
        "name": "Gerrit Renker",
        "email": "gerrit@erg.abdn.ac.uk",
        "time": "Mon Dec 08 01:16:27 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 01:16:27 2008 -0800"
      },
      "message": "dccp: Integration of dynamic feature activation - part 3 (client side)\n\nThis integrates feature-activation in the client:\n\n 1. When dccp_parse_options() fails, the reset code is already set; request_sent\\\n    _state_process() currently overrides this with `Packet Error\u0027, which is not\n    intended - changed to use the reset code supplied by dccp_parse_options().\n\n 2. When feature negotiation fails, the socket should be marked as not usable,\n    so that the application is notified that an error occurred. This is achieved\n    by a new label \u0027unable_to_proceed\u0027: generating an error code of `Aborted\u0027,\n    setting the socket state to CLOSED, returning with ECOMM in sk_err.\n\n 3. Avoids parsing the Ack twice in Respond state by not doing option processing\n    again in dccp_rcv_respond_partopen_state_process (as option processing has\n    already been done on the request_sock in dccp_check_req).\n\nSince this addresses congestion-control initialisation, a corresponding\nFIXME has been removed.\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\nAcked-by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "192b27ff35bad4cf76cc4239419e9f805935e4f8",
      "tree": "8ad3bdb36f4cf7ef4f15c737c22f3b4d6b9578d3",
      "parents": [
        "6eb55d172b5f6de65afdae6285f8d732e4785bf7"
      ],
      "author": {
        "name": "Gerrit Renker",
        "email": "gerrit@erg.abdn.ac.uk",
        "time": "Mon Dec 08 01:15:55 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 01:15:55 2008 -0800"
      },
      "message": "dccp: Integration of dynamic feature activation - part 2 (server side)\n\nThis patch integrates the activation of features at the end of negotiation\ninto the server-side code.\n\nNote regarding the removal of \u0027const\u0027:\n--------------------------------------\n The \u0027const\u0027 attribute has been removed from \u0027dreq\u0027 since dccp_activate_values()\n needs to operate on dreq\u0027s feature list. Part of the activation is to remove\n those options from the list that have already been confirmed, hence it is not\n purely read-only.\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\nAcked-by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6eb55d172b5f6de65afdae6285f8d732e4785bf7",
      "tree": "dbc81b2610db0e62cf2c69a0da9dfa68ea3ff8c1",
      "parents": [
        "b74ca3a896b9ab5f952bc440154758e708c48884"
      ],
      "author": {
        "name": "Gerrit Renker",
        "email": "gerrit@erg.abdn.ac.uk",
        "time": "Mon Dec 08 01:15:26 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 01:15:26 2008 -0800"
      },
      "message": "dccp: Integration of dynamic feature activation - part 1 (socket setup)\n\nThis first patch out of three replaces the hardcoded default settings with\ninitialisation code for the dynamic feature negotiation.\n\nThe patch also ensures that the client feature-negotiation queue is flushed\nonly when entering the OPEN state.\n\nSince confirmed Change options are removed as soon as they are confirmed\n(in the DCCP-Response), this ensures that Confirm options are retransmitted.\n\nNote on retransmitting Confirm options:\n---------------------------------------\nImplementation experience showed that it is necessary to retransmit Confirm\noptions. Thanks to Leandro Melo de Sales who reported a bug in an earlier\nrevision of the patch set, resulting from not retransmitting these options.\n\nAs long as the client is in PARTOPEN, it needs to retransmit the Confirm\noptions for the Change options received on the DCCP-Response from the server.\n\nOtherwise, if the packet containing the Confirm options gets dropped in the\nnetwork, the connection aborts due to undefined feature negotiation state.\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\nAcked-by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b74ca3a896b9ab5f952bc440154758e708c48884",
      "tree": "cc67fc67ddd6ac20e25b1060ab633a4d5c4e6ee8",
      "parents": [
        "5a001a070e032bea1be563b13ebf9819cd5e54d4"
      ],
      "author": {
        "name": "Wang Chen",
        "email": "wangchen@cn.fujitsu.com",
        "time": "Mon Dec 08 01:14:16 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 01:14:16 2008 -0800"
      },
      "message": "netdevice: Kill netdev-\u003epriv\n\nThis is the last shoot of this series.\nAfter I removing all directly reference of netdev-\u003epriv, I am killing\n\"priv\" of \"struct net_device\" and fixing relative comments/docs.\n\nAnyone will not be allowed to reference netdev-\u003epriv directly.\nIf you want to reference the memory of private data, use netdev_priv()\ninstead.\nIf the private data is not allocted when alloc_netdev(), use\nnetdev-\u003eml_priv to point that memory after you creating that private\ndata.\n\nSigned-off-by: Wang Chen \u003cwangchen@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5a001a070e032bea1be563b13ebf9819cd5e54d4",
      "tree": "b8c194f617f51ea095e9df9136f3773780c14a27",
      "parents": [
        "4bcd42679643dd3dfd6aaad9fcbcc74ac5c7e2e9"
      ],
      "author": {
        "name": "Wang Chen",
        "email": "wangchen@cn.fujitsu.com",
        "time": "Mon Dec 08 01:13:25 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 08 01:13:25 2008 -0800"
      },
      "message": "staging-winbond: Kill directly reference of netdev-\u003epriv\n\nThis driver is not yet finished.\nAt this time, we don\u0027t know how netdev be created and how\nprivate data be allocated.\nSo, simply use netdev_priv() now and leave some temp comment.\n\nCompile test only.\n\nSigned-off-by: Wang Chen \u003cwangchen@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4bcd42679643dd3dfd6aaad9fcbcc74ac5c7e2e9",
      "tree": "6a23212145c9bb4e163965119e8854890609d1ee",
      "parents": [
        "979123d5343b4fdcd4c682745b8a0be9b8fac248"
      ],
      "author": {
        "name": "Wang Chen",
        "email": "wangchen@cn.fujitsu.com",
        "time": "Sat Dec 06 23:59:10 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Dec 06 23:59:10 2008 -0800"
      },
      "message": "staging-slicoss: Kill directly reference of netdev-\u003epriv\n\nSimply replace netdev-\u003epriv with netdev_priv().\n\nSigned-off-by: Wang Chen \u003cwangchen@cn.fujitsu.com\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "979123d5343b4fdcd4c682745b8a0be9b8fac248",
      "tree": "64cb88ca96912ce9f9fd21ecf51a3a100fb9ccf3",
      "parents": [
        "ad660e2f97e7dc9d0f5627456b37e64bde714a5e"
      ],
      "author": {
        "name": "Wang Chen",
        "email": "wangchen@cn.fujitsu.com",
        "time": "Sat Dec 06 23:58:37 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Dec 06 23:58:37 2008 -0800"
      },
      "message": "staging-p80211: Kill directly reference of netdev-\u003epriv\n\nIn this driver, netdev\u0027s private data is wlandevice_t.  And the\nwlandev(type of wlandevice_t) is exist before netdev be allocated.  So\nuse netdev-\u003eml_priv to point to the private data.\n\nI am not sure whether I should consider the kernel version older than\n2.3.38.  Because in those kernels, netdevice_t is \"structure dev\"\ninstead of \"structure net_device\" and of course \"dev-\u003eml_priv\" will\ncause compile error.  But before my patch, in function wlan_setup(),\nthere is a ether_setup(net_device) which already broke kernels which\nolder than 2.3.38.\n\nSigned-off-by: Wang Chen \u003cwangchen@cn.fujitsu.com\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ad660e2f97e7dc9d0f5627456b37e64bde714a5e",
      "tree": "065833520144d95ffe944cb135ba21ec6fcf7182",
      "parents": [
        "26aca5ec9e587562ac0f8c5b67d02567d7bf2ffe"
      ],
      "author": {
        "name": "Wang Chen",
        "email": "wangchen@cn.fujitsu.com",
        "time": "Sat Dec 06 23:57:49 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Dec 06 23:57:49 2008 -0800"
      },
      "message": "s390_net: Kill directly reference of netdev-\u003epriv\n\nThe private data comes from ccwgroup_device.\nSo just don\u0027t allocate private data memory when do alloc_netdev()\nand use netdev-\u003eml_priv to reference private data.\n\nSigned-off-by: Wang Chen \u003cwangchen@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "26aca5ec9e587562ac0f8c5b67d02567d7bf2ffe",
      "tree": "3001a5e6b24ed2add3fb28f53fde47c392126482",
      "parents": [
        "6c5cc8e0516005cb9a8f940276fac7614f7acf5c"
      ],
      "author": {
        "name": "Nick Andrew",
        "email": "nick@nick-andrew.net",
        "time": "Sat Dec 06 23:57:14 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Dec 06 23:57:14 2008 -0800"
      },
      "message": "net: Fix incorrect use of loose in spider_net.c\n\nFix incorrect use of loose in spider_net.c\n\nIt should be \u0027lose\u0027, not \u0027loose\u0027.\n\nSigned-off-by: Nick Andrew \u003cnick@nick-andrew.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6c5cc8e0516005cb9a8f940276fac7614f7acf5c",
      "tree": "e2a1307b05725cdc25f05e8e32811e9aab8b0640",
      "parents": [
        "a2acde07711f7d8b19928245c555bce60f91482a"
      ],
      "author": {
        "name": "Nick Andrew",
        "email": "nick@nick-andrew.net",
        "time": "Sat Dec 06 23:55:32 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Dec 06 23:55:32 2008 -0800"
      },
      "message": "wireless: Fix incorrect use of loose in wext.c\n\nFix incorrect use of loose in wext.c\n\nIt should be \u0027lose\u0027, not \u0027loose\u0027.\n\nSigned-off-by: Nick Andrew \u003cnick@nick-andrew.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a2acde07711f7d8b19928245c555bce60f91482a",
      "tree": "8632a450cff2f211f7c5a9f1a494aed47081fae7",
      "parents": [
        "d5dd9175bc12015ea4d2c1a9b6b15dfa645a3db9"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:49:37 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:56:07 2008 -0800"
      },
      "message": "tcp: fix tso_should_defer in 64bit\n\nSince jiffies is unsigned long, the types get expanded into\nthat and after long enough time the difference will therefore\nalways be \u003e 1 (and that probably happens near boot as well as\niirc the first jiffies wrap is scheduler close after boot to\nfind out problems related to that early).\n\nThis was originally noted by Bill Fink in Dec\u002707 but nobody\nnever ended fixing it.\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d5dd9175bc12015ea4d2c1a9b6b15dfa645a3db9",
      "tree": "6cf6f64eb1c3e51b0ee0e2a31a2b962e676b1954",
      "parents": [
        "730c30ec646bd252a9448a66ecd51d794853513f"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:48:55 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:56:06 2008 -0800"
      },
      "message": "tcp: use tcp_write_xmit also in tcp_push_one\n\ntcp_minshall_update is not significant difference since it only\nchecks for not full-sized skb which is BUG\u0027ed on the push_one\npath anyway.\n\ntcp_snd_test is tcp_nagle_test+tcp_cwnd_test+tcp_snd_wnd_test,\njust the order changed slightly.\n\nnet/ipv4/tcp_output.c:\n  tcp_snd_test              |  -89\n  tcp_mss_split_point       |  -91\n  tcp_may_send_now          |  +53\n  tcp_cwnd_validate         |  -98\n  tso_fragment              | -239\n  __tcp_push_pending_frames | -1340\n  tcp_push_one              | -146\n 7 functions changed, 53 bytes added, 2003 bytes removed, diff: -1950\n\nnet/ipv4/tcp_output.c:\n  tcp_write_xmit | +1772\n 1 function changed, 1772 bytes added, diff: +1772\n\ntcp_output.o.new:\n 8 functions changed, 1825 bytes added, 2003 bytes removed, diff: -178\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "730c30ec646bd252a9448a66ecd51d794853513f",
      "tree": "c0d413860f9d8bf37374f17cfabb4911143465d7",
      "parents": [
        "726e07a8a38168266ac95d87736f9501a2d9e7b2",
        "0a0755c9fe47dc9f8271935909c66096e43efbfe"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:54:40 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:54:40 2008 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\nConflicts:\n\n\tdrivers/net/wireless/iwlwifi/iwl-core.c\n\tdrivers/net/wireless/iwlwifi/iwl-sta.c\n"
    },
    {
      "commit": "726e07a8a38168266ac95d87736f9501a2d9e7b2",
      "tree": "40c351cce9c00c250386e43cce6e4ebfb5091ea2",
      "parents": [
        "41834b7332a1ad3f7b6e8bbd83e6ce63586f0b07"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:43:56 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:43:56 2008 -0800"
      },
      "message": "tcp: move some parts from tcp_write_xmit\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "41834b7332a1ad3f7b6e8bbd83e6ce63586f0b07",
      "tree": "29932203c8bc1ef4a90a9dbabab205699c4c1263",
      "parents": [
        "ee6aac59505bcae5de1422c76956de62ac22170d"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:43:26 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:43:26 2008 -0800"
      },
      "message": "tcp: share code through function, not through copy-paste. :-)\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ee6aac59505bcae5de1422c76956de62ac22170d",
      "tree": "6126384cd8081aa1496ae07c54913e7bec1fbcc5",
      "parents": [
        "50133161a83c9e5974d430cabd77d6430ca7d579"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:43:08 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:43:08 2008 -0800"
      },
      "message": "tcp: drop tcp_bound_rto, merge content of it tcp_set_rto\n\nBoth are called by the same sites.\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "50133161a83c9e5974d430cabd77d6430ca7d579",
      "tree": "288ad9673bb907399f1d8f646c1a1a1f0af64de8",
      "parents": [
        "a1197f5a6faa23e5d0c1f8ed97b011deb2a75457"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:42:41 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:42:41 2008 -0800"
      },
      "message": "tcp: no need to pass prev skb around, reduces arg pressure\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a1197f5a6faa23e5d0c1f8ed97b011deb2a75457",
      "tree": "37c828e0fee0c8adea50b69fb2d8659668ac17c3",
      "parents": [
        "775ffabf77a648d78fe1d20cb3a620e771abb921"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:42:22 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:42:22 2008 -0800"
      },
      "message": "tcp: introduce struct tcp_sacktag_state to reduce arg pressure\n\nThere are just too many args to some sacktag functions. This\nidea was first proposed by David S. Miller around a year ago,\nand the current situation is much worse that what it was back\nthen.\n\ntcp_sacktag_one can be made a bit simpler by returning the\nnew sacked (it can be achieved with a single variable though\nthe previous code \"caching\" sacked into a local variable and\ntherefore it is not exactly equal but the results will be the\nsame).\n\ncodiff on x86_64\n  tcp_sacktag_one         |  -15\n  tcp_shifted_skb         |  -50\n  tcp_match_skb_to_sack   |   -1\n  tcp_sacktag_walk        |  -64\n  tcp_sacktag_write_queue |  -59\n  tcp_urg                 |   +1\n  tcp_event_data_recv     |   -1\n 7 functions changed, 1 bytes added, 190 bytes removed, diff: -189\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "775ffabf77a648d78fe1d20cb3a620e771abb921",
      "tree": "92d953047db446134ddae8facf209fa71d14c992",
      "parents": [
        "9969ca5f205988fb96461075cb4914c55cf166b5"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:41:26 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:41:26 2008 -0800"
      },
      "message": "tcp: make mtu probe failure to not break gso\u0027ed skbs unnecessarily\n\nI noticed that since skb-\u003elen has nothing to do with actual segment\nlength with gso, we need to figure it out separately, reuse\na function from the recent shifting stuff (generalize it).\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9969ca5f205988fb96461075cb4914c55cf166b5",
      "tree": "8f7c0b3102044f09f9eb85d945ce818eec19e309",
      "parents": [
        "f0bc52f38b09308fca85f3aa9300a341364fe9c6"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:41:06 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:41:06 2008 -0800"
      },
      "message": "tcp: Fix thinko making the not-shiftable to cover S|R as well\n\nS|R won\u0027t result in S if just SACK is received. DSACK is\nanother story (but it is covered correctly already).\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f0bc52f38b09308fca85f3aa9300a341364fe9c6",
      "tree": "be77bd3df702eee48849c4a29fdf9d870b30809f",
      "parents": [
        "61c1d052a3c7d5acba3bd535aaffa5bb5d085181"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:40:47 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:40:47 2008 -0800"
      },
      "message": "tcp: force mss equality with the next skb too.\n\nAlso make if-goto forest nicer looking.\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "61c1d052a3c7d5acba3bd535aaffa5bb5d085181",
      "tree": "c638a390d7f3967bd43a84a0cfe4ca35f1b629a2",
      "parents": [
        "d2b88814c6a63e4018cd299826907a12068ffdb7"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Fri Dec 05 22:39:49 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:39:49 2008 -0800"
      },
      "message": "dccp: use roundup instead of opencoding\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d2b88814c6a63e4018cd299826907a12068ffdb7",
      "tree": "4ef3a7e40dc725e3e0367db1d6cb91fefbeb99d6",
      "parents": [
        "8a1ec21e6c856b996cffcd4b33f037f6748a3ab4"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Fri Dec 05 22:32:22 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:32:22 2008 -0800"
      },
      "message": "tty: driverdata and discdata are void *\n\nRemove all the extra casting while we are cleaning up\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8a1ec21e6c856b996cffcd4b33f037f6748a3ab4",
      "tree": "048a099c0ee072c66f7ce21ed8f7f58c425b59b4",
      "parents": [
        "098401a600b6344771900fe164c5eafb668ce99c"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Fri Dec 05 22:31:52 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:31:52 2008 -0800"
      },
      "message": "tty: Flags should be accessed via the foo_bit interfaces\n\nWe have various drivers that poke around directly and we need to clean this\nup before it causes problems.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "098401a600b6344771900fe164c5eafb668ce99c",
      "tree": "c03077ee357cf6191bcd9f44ead4e6e4ce8f0495",
      "parents": [
        "cb7b48f671f9c7582993a6c0ff6e989078048561",
        "c112d0c5b89037dd618083b5fdf4bb36b0c51d77"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:23:34 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:23:34 2008 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6\n"
    },
    {
      "commit": "0a0755c9fe47dc9f8271935909c66096e43efbfe",
      "tree": "dd24b9a654f96742a3600d6735c81950ef16dc39",
      "parents": [
        "a6af2d6ba5797c556fba0cd3a19e5f3bc9a99b76",
        "cde6901b7b69557a6f90f3183f76eda581af015e"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:09:56 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 22:09:56 2008 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6\n"
    },
    {
      "commit": "cb7b48f671f9c7582993a6c0ff6e989078048561",
      "tree": "67b6a628e78eca1d14eba77b18562bc4a0db3181",
      "parents": [
        "e061b165c7f4ec5e2e160d990b49011b5b6e5c6a"
      ],
      "author": {
        "name": "Alexander Duyck",
        "email": "alexander.h.duyck@intel.com",
        "time": "Fri Dec 05 15:08:03 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 05 15:08:03 2008 -0800"
      },
      "message": "igb/e1000e: Naming interrupt vectors\n\nChange interrupt vector naming to match recent changes from Robert Olsson.\n\nSigned-off-by: Alexander Duyck \u003calexander.h.duyck@intel.com\u003e\nAcked-by: Bruce Allan \u003cbruce.w.allan@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c112d0c5b89037dd618083b5fdf4bb36b0c51d77",
      "tree": "195a14b4482ef3506ffa51caa4ab7f6a5b58e003",
      "parents": [
        "f8316df10c4e3bec5b4c3a5a8e026c577640c3a6"
      ],
      "author": {
        "name": "Luis R. Rodriguez",
        "email": "lrodriguez@atheros.com",
        "time": "Wed Dec 03 03:35:30 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:59 2008 -0500"
      },
      "message": "ath9k: Use GFP_ATOMIC when allocating TX private area\n\nUsing GFP_KERNEL was wrong and produces a \u0027scheduling while atomic\u0027\nbug as we\u0027re in a tasklet. Also, check for proper return values\nnow, in case allocation fails and be sure to stop the TX queue\nin case of memory issues but gaurantee the TX queue will\neventually be woken up.\n\nSigned-off-by: Senthil Balasubramanian \u003csenthilkumar@atheros.com\u003e\nSigned-off-by: Sujith \u003cSujith.Manoharan@atheros.com\u003e\nSigned-off-by: Luis R. Rodriguez \u003clrodriguez@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f8316df10c4e3bec5b4c3a5a8e026c577640c3a6",
      "tree": "f56af9c85de35bda97a0b45275eed6b6f7362712",
      "parents": [
        "73a5267087b5acd4a4288e0a1b809f09ca578d49"
      ],
      "author": {
        "name": "Luis R. Rodriguez",
        "email": "lrodriguez@atheros.com",
        "time": "Wed Dec 03 03:35:29 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:59 2008 -0500"
      },
      "message": "ath9k: Check for pci_map_single() errors\n\npci_map_single() can fail so detect those errors with\npci_dma_mapping_error() and deal with them accordingly.\n\nSigned-off-by: Luis R. Rodriguez \u003clrodriguez@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "73a5267087b5acd4a4288e0a1b809f09ca578d49",
      "tree": "510920328343bbc30f4db2d666977f7337f29fce",
      "parents": [
        "9c3444d33e65ade06af82d19522686c1873b953a"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Wed Dec 03 17:30:22 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:57 2008 -0500"
      },
      "message": "rt2x00: Correctly initialize AID during set_key()\n\nRequest the AID from hardware and provide this id\nto the driver (in case they need it).\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "9c3444d33e65ade06af82d19522686c1873b953a",
      "tree": "5d4ccac8c604fafe3dd66be98e132f7282ccba7f",
      "parents": [
        "1c02667db5eae801b8fc279fdfa618164c0efb6e"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Wed Dec 03 17:29:48 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:57 2008 -0500"
      },
      "message": "rt2x00: Move crypto TX descriptor handling to rt2x00crypto.c\n\nMove all code which determines the right TX descriptor\nfields specific to crypto support into rt2x00crypto.c.\nThis makes the code in rt2x00queue more simpler and\nbetter concentrates all crypto code into a single location.\n\nWith this we can also remove some ifdefs in rt2x00queue.c\nsince the code inside the ifdef is either very small, or\nonly calling empty functions (see empty function definitions\nin rt2x00lib.h).\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1c02667db5eae801b8fc279fdfa618164c0efb6e",
      "tree": "f1fd2727869cf45557c88ef419019c4e27fc1cd6",
      "parents": [
        "4c7f0bc266ccccfb0ca397405af13ee3d9e0f6b2"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Wed Dec 03 17:29:21 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:57 2008 -0500"
      },
      "message": "rt2x00: Fix check for BSS info changes\n\nFix ERP configuration, due to a too strict changes\nflags checking we never updated the short slot time\nor basic rate mask when no other changes were made\nat the same time.\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "4c7f0bc266ccccfb0ca397405af13ee3d9e0f6b2",
      "tree": "4fda80914123923db1fd97a594ff0f568cadac39",
      "parents": [
        "74415edb042ef9f3b1291f978763687f35aadbb3"
      ],
      "author": {
        "name": "Wu Fengguang",
        "email": "fengguang.wu@intel.com",
        "time": "Wed Dec 03 00:19:04 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:56 2008 -0500"
      },
      "message": "generic swap(): ath9k: rename swap() to swap_array()\n\nIn preparation for the introduction of a generic swap() macro.\n\nSigned-off-by: Wu Fengguang \u003cfengguang.wu@intel.com\u003e\nCc: Sujith Manoharan \u003cSujith.Manoharan@atheros.com\u003e\nCc: Luis R. Rodriguez \u003clrodriguez@atheros.com\u003e\nCc: Vasanthakumar Thiagarajan \u003cvasanth@atheros.com\u003e\nCc: Senthil Balasubramanian \u003csenthilkumar@atheros.com\u003e\nCc: Jouni Malinen \u003cjouni.malinen@atheros.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "74415edb042ef9f3b1291f978763687f35aadbb3",
      "tree": "395b690a7f5f0fdf0af97f5b6f922f8064770ab8",
      "parents": [
        "011a03300bdd60782f465b97c3aefd58bfaae316"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Tue Dec 02 22:50:33 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:56 2008 -0500"
      },
      "message": "rt2x00: Add RXDONE_CRYPTO_IV/ICV flags\n\nDrivers should notify rt2x00lib when they provide\nthe IV/ICV data. This adds some flexibility to drivers\nwhich can\u0027t provide all information.\n\t* rt2500usb provides ICV inside the frame\n\t* rt2800pci doesn\u0027t provide IV/ICV\n\t* rt2800usb doesn\u0027t provide IV/ICV\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "011a03300bdd60782f465b97c3aefd58bfaae316",
      "tree": "acceb5357eca2edcae466e1ff978cf36f603c871",
      "parents": [
        "a0987a8d68c86562f267efa97be01314c490c496"
      ],
      "author": {
        "name": "Abhijeet Kolekar",
        "email": "abhijeet.kolekar@intel.com",
        "time": "Tue Dec 02 12:14:07 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:56 2008 -0500"
      },
      "message": "iwl3945 : Fix a-band association for passive channels\n\nPatch does following things\n    1) This patch fixes the a-band association for passive channels with new\n    uCode feature that it allows direct scan on passive channels after\n    auto-switch from passive to active. This enables sending of direct probes\n    on passive channels, as long as some traffic is detected on that channel.\n    This improves the scanning for hidden SSIDs in A-band,which is all\n    passive channels.\n\n    This patch fixes the bug no 1748.\n\n        http://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id\u003d1748\n\n    2) This fix will only work with uCode version 15.28.2.8 and above.\n    Prior versions of uCode would work only if we heard the traffic within\n     active dwell time, which is much shorter than passive dwell time and\n    is shorter than typical beacon periods. This patch also provids full\n    active dwell time even if we hear traffic late in passive dwell.\n\n    3) uCode API version is incremented to 2.\n\nSigned-off-by: Abhijeet Kolekar \u003cabhijeet.kolekar@intel.com\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nAcked-by: Ben Cahill \u003cben.m.cahill@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "a0987a8d68c86562f267efa97be01314c490c496",
      "tree": "bd2fe7c65c61fbbb9a94c5264b0690fddbcbe6d2",
      "parents": [
        "c02b3acd29766c6f79c2411cb5b85e1ee72c4c8f"
      ],
      "author": {
        "name": "Reinette Chatre",
        "email": "reinette.chatre@intel.com",
        "time": "Tue Dec 02 12:14:06 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:56 2008 -0500"
      },
      "message": "iwlwifi: rely on API version read from firmware\n\nThis adds the infrastructure to support older firmware APIs.\nThe API version number is stored as part of the filename, we first try to\nload the most recent firmware and progressively try lower versions.\nThe API version is also read from the firmware self and stored as part\nof the iwl_priv structure. Only firmware that is supported by driver will\nbe loaded. The version number read from firmware is compared\nto supported versions in the driver not the API version used as part of\nfilename.\n\nAn example using this new infrastrucure:\n   if (IWL_UCODE_API(priv-\u003eucode_ver) \u003e\u003d 2) {\n        Driver interacts with Firmware API version \u003e\u003d 2.\n   } else {\n        Driver interacts with Firmware API version 1.\n   }\n\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c02b3acd29766c6f79c2411cb5b85e1ee72c4c8f",
      "tree": "2d7535f861a543a6578f9b0bfa594e2837ebaf17",
      "parents": [
        "f3f911d1773d31f11038d90b04244bc3986c4ccd"
      ],
      "author": {
        "name": "Chatre, Reinette",
        "email": "reinette.chatre@intel.com",
        "time": "Tue Dec 02 12:14:05 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:55 2008 -0500"
      },
      "message": "iwlwifi: store ucode version number\n\nWe store the ucode version number as part of\niwl_priv/iwl3945_priv. This enables us to determine\nif particular ucode has support for features in order\nto have driver support more than one ucode API.\n\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f3f911d1773d31f11038d90b04244bc3986c4ccd",
      "tree": "83e5f2f8faf67c817b0617241a69e87cc6be1e3b",
      "parents": [
        "74221d07408c473721cce853ef4e0e66c0b326ba"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Dec 02 12:14:04 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:55 2008 -0500"
      },
      "message": "iwlwifi: fix DMA channel number in iwl_txq_ctx_stop\n\nThe patch fixes the misuse of DMA channel number by Tx queue number in\niwl_tx_ctx_stop().\n\nThe problem was originally reported by Wu Fengguang who complains\niwlagn driver takes too long time when issuing `ifconfig wlan0 down`.\nThe patch now decreases the interface bring down time from 2 seconds\nto 0.8 second.\n\nThis fixes bugs:\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d11956\nhttp://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id\u003d1790\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nTested-by: Fengguang Wu \u003cfengguang.wu@intel.com\u003e\nAcked-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "74221d07408c473721cce853ef4e0e66c0b326ba",
      "tree": "dddb0f775337cb8f00493bbb4483d6b851662cf1",
      "parents": [
        "c30e30e17dad86d5e161cf9774eb4d549cc13191"
      ],
      "author": {
        "name": "Abbas, Mohamed",
        "email": "mohamed.abbas@intel.com",
        "time": "Tue Dec 02 12:14:03 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:55 2008 -0500"
      },
      "message": "iwl3945: Fix iwl3945 rate scaling.\n\n3945 rate scaling was broken in recent tree. This patch fix the following:\n\t1- Get TX response info and update rates window.\n\t2- Rate scaling selection.\n\t3- Flush window timer.\n\nSigned-off-by: Mohamed Abbas \u003cmohamed.abbas@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c30e30e17dad86d5e161cf9774eb4d549cc13191",
      "tree": "49ad5b7ac5649dfbbf01cc3af39f92638ca02eab",
      "parents": [
        "d366df5abb8d5ce7e2c36d3b678177787ccd9749"
      ],
      "author": {
        "name": "Abbas, Mohamed",
        "email": "mohamed.abbas@intel.com",
        "time": "Tue Dec 02 12:14:02 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:55 2008 -0500"
      },
      "message": "iwl3945: add debugfs support\n\nAdd debugfs support to 3945 driver to display rs info.\n\nSigned-off-by: Mohamed Abbas \u003cmohamed.abbas@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d366df5abb8d5ce7e2c36d3b678177787ccd9749",
      "tree": "841662477bb142fd0b0f5af5310f34a7f35e535e",
      "parents": [
        "0ad91a35bcb6dd993ad7d34f159afae929b4743d"
      ],
      "author": {
        "name": "Winkler, Tomas",
        "email": "tomas.winkler@intel.com",
        "time": "Tue Dec 02 12:14:01 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:54 2008 -0500"
      },
      "message": "iwlwifi: move channels sysfs to debugfs\n\nThis patch moves channels info display from sysfs to debugfs.\nThis shows channel information as stored in NIC EEPROM. This\nis useful in debugging CRDA or iwl goes setting so it belongs\nrather to debugfs then to sysfs.\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "0ad91a35bcb6dd993ad7d34f159afae929b4743d",
      "tree": "2499de7ff305345e5e3d0a004d7881a1945b8ed5",
      "parents": [
        "c93007efaad0a90520ba73f025c663441bf7e9d6"
      ],
      "author": {
        "name": "Winkler, Tomas",
        "email": "tomas.winkler@intel.com",
        "time": "Tue Dec 02 12:14:00 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:53 2008 -0500"
      },
      "message": "iwlwifi: move disable/enable interrupts to iwl-core.c\n\nThis patch moves iwl_enable_interrupts and iwl_disable_interrupts\nfunctions to iwl-core.c\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c93007efaad0a90520ba73f025c663441bf7e9d6",
      "tree": "f312bdcecabb03ae6ddb396743bbd283aef8b866",
      "parents": [
        "99df630c3453e4a66b3408212dd8e55bc0e04f54"
      ],
      "author": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Tue Dec 02 12:13:59 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:52 2008 -0500"
      },
      "message": "iwl3945: Select correct sta ID from find_station()\n\nThe find_station routine needs to look at the IWL_AP_ID entry if we\u0027re a STA.\nCurrently, it only looks for STA entries which causes HW crypto to fail.\n\nSigned-off-by: Samuel Ortiz \u003csamuel.ortiz@intel.com\u003e\nAcked-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "99df630c3453e4a66b3408212dd8e55bc0e04f54",
      "tree": "eda4da4866d5129b9c2159c9215039362ff99c9c",
      "parents": [
        "8f5c87dcf6d1a5e6d7ffe642cfd4debb5ccbec49"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Dec 02 12:13:58 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:51 2008 -0500"
      },
      "message": "iwlwifi: fix printk size format error\n\nThe patch fixes a printk size format error.\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8f5c87dcf6d1a5e6d7ffe642cfd4debb5ccbec49",
      "tree": "020b4aa4d01c3ccc0ca861e0caa00ddcaacbcbb9",
      "parents": [
        "304a698a5819bf318fe7e6ea9fe7ff2560365ec2"
      ],
      "author": {
        "name": "Winkler, Tomas",
        "email": "tomas.winkler@intel.com",
        "time": "Tue Dec 02 12:13:57 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:51 2008 -0500"
      },
      "message": "iwlwifi: move host command check function into separate file\n\nThis patch moves iwl_check_rxon_cmd into iwl-agn-hcmd-check.c\nThis function compiled out in none debugging or non development\nmode and more. We haven\u0027t decided which one yet hence preserving the\ncurrent \u0027always compile\u0027 state.\nMore functions will be added to the file namely for checking TX and LQ\ncommands.\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "304a698a5819bf318fe7e6ea9fe7ff2560365ec2",
      "tree": "3c5c5d130af290e5c1fabbc0e6bc75f116f15ac3",
      "parents": [
        "dddfb478b26e29a2b47f655ec219e743b8111015"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Tue Dec 02 18:20:59 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:51 2008 -0500"
      },
      "message": "rt2x00: Release rt2x00 2.2.3\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "dddfb478b26e29a2b47f655ec219e743b8111015",
      "tree": "040ba518fcddc9b2e89a8bbf9d3a2e2d24f14b0e",
      "parents": [
        "0b927a079106e5f66c736e297370d3feb008e28e"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Tue Dec 02 18:20:42 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:51 2008 -0500"
      },
      "message": "rt2x00: Implement HW encryption (rt2500usb)\n\nrt2500usb supports hardware encryption.\nrt2500usb supports up to 4 shared and pairwise keys.\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "0b927a079106e5f66c736e297370d3feb008e28e",
      "tree": "4484805e93961dd362c6c2bff183f1d62c9998c7",
      "parents": [
        "42c8285767dd17f450d986bdb163a8d56fb0330a"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Tue Dec 02 18:20:22 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:50 2008 -0500"
      },
      "message": "rt2x00: Remove duplicate code\n\nSimplify rt2x00lib_config_antenna() by moving\nduplicate code into a seperate static inlined\nfunction.\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "42c8285767dd17f450d986bdb163a8d56fb0330a",
      "tree": "d7c97c2e14faf69a448190c111bb482672a0caf2",
      "parents": [
        "1ce9cdac482f0dfbbd22ba4b3e5c016a05543a42"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Tue Dec 02 18:20:04 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:50 2008 -0500"
      },
      "message": "rt2x00: Store retry limit values\n\nStore retry limit values in the rt2x00dev structure.\nThis allows the removal of the FIXME where we assumed\nthe long retry is only used when working with RTS frames.\n\nInstead we should check the current retry limit values\nand decide if the required retry count for this frame\nis a long or short retry.\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1ce9cdac482f0dfbbd22ba4b3e5c016a05543a42",
      "tree": "90ffda49f6558137efc2760f4badac6de791c49a",
      "parents": [
        "aac9207e45b1ec1f36d67e57d94f59ac036d37ee"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Tue Dec 02 18:19:48 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:50 2008 -0500"
      },
      "message": "rt2x00: Optimize IV/EIV handling\n\nIV and EIV belong to eachother and don\u0027t require\n2 seperate fields. Instead they can logically be\nmerged into a single array with size 2.\n\nWith this approach we can simplify the code in\nrt2x00crypto.c by using a single memcpy() when\ncopying the iv/eiv data. Additionally we can\nmove some code out of if-statements because the\nif-statement would always be true.\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "aac9207e45b1ec1f36d67e57d94f59ac036d37ee",
      "tree": "e10993bc20d89b4388e7f332532aee403d2cebdc",
      "parents": [
        "7470d7f54064557b6210671c2692bba19af5b79d"
      ],
      "author": {
        "name": "Sujith",
        "email": "Sujith.Manoharan@atheros.com",
        "time": "Tue Dec 02 18:37:54 2008 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:50 2008 -0500"
      },
      "message": "ath9k: Choose correct ANI calibration period\n\nANI can\u0027t be turned on/off dynamically yet, but the calculation\nof the calibration period is wrong anyway. This patch fixes it.\n\nReported-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Sujith \u003cSujith.Manoharan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "7470d7f54064557b6210671c2692bba19af5b79d",
      "tree": "d9a30378fdcfb3b965c27d377f1bb366c4d89c52",
      "parents": [
        "fd63edba43c584d334e8fc161ca84e4cf54e26a0"
      ],
      "author": {
        "name": "Winkler, Tomas",
        "email": "tomas.winkler@intel.com",
        "time": "Mon Dec 01 16:32:22 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:49 2008 -0500"
      },
      "message": "iwlwifi: 5150 enable LO, TXIQ and BB calibrations\n\nThis patch enables LO, TXIQ, and BB calibrations for 5150\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "fd63edba43c584d334e8fc161ca84e4cf54e26a0",
      "tree": "228bc1b5ef8c94c6864b7725d13b4e0c0414787a",
      "parents": [
        "339afc893d3c1a36151c7578d7eacd2f4b293d5f"
      ],
      "author": {
        "name": "Tomas Winkler",
        "email": "tomas.winkler@intel.com",
        "time": "Mon Dec 01 16:32:21 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:49 2008 -0500"
      },
      "message": "iwlwifi: 5150 parametrize eeprom versions\n\nAdd support for 5150 eeprom versions\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "339afc893d3c1a36151c7578d7eacd2f4b293d5f",
      "tree": "062616b69aebd4e887fb5624f9915a5e69c7fbad",
      "parents": [
        "819500c5892aeeed079d3ea1671df40f2dd1d417"
      ],
      "author": {
        "name": "Tomas Winkler",
        "email": "tomas.winkler@intel.com",
        "time": "Mon Dec 01 16:32:20 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:49 2008 -0500"
      },
      "message": "iwlwifi: 5150 compute ct kill threshold\n\nThis patch adds computation of ct kill threshold\nfor 5150. Threshold is computed from calibration\ndata in the EEPROM.\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "819500c5892aeeed079d3ea1671df40f2dd1d417",
      "tree": "a06bde048f3c925fb5d639a86b7b538889cfb427",
      "parents": [
        "7100e924661cc23609de8e7ab9fc3a13e0173891"
      ],
      "author": {
        "name": "Tomas Winkler",
        "email": "tomas.winkler@intel.com",
        "time": "Mon Dec 01 16:32:19 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:48 2008 -0500"
      },
      "message": "iwlwifi: 5150 enable DC calibration\n\nThis patch enables DC calibration for 5150\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "7100e924661cc23609de8e7ab9fc3a13e0173891",
      "tree": "4ee48938bc648e750adb310595454904c10cc904",
      "parents": [
        "d97809dbbf1b8a6df79c82be75fa0cababec783b"
      ],
      "author": {
        "name": "Tomas Winkler",
        "email": "tomas.winkler@intel.com",
        "time": "Mon Dec 01 16:32:18 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:47 2008 -0500"
      },
      "message": "iwlwifi: 5150 add support for 5150\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d97809dbbf1b8a6df79c82be75fa0cababec783b",
      "tree": "eadd628167157a49384b7c7297ac3fbabd325863",
      "parents": [
        "33fd8195529d74c0fe23cddd1c76fe7e03bbd324"
      ],
      "author": {
        "name": "Colin McCabe",
        "email": "colin@cozybit.com",
        "time": "Mon Dec 01 13:38:55 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:47 2008 -0500"
      },
      "message": "ath9k: Replace ath9k_opmode with nl80211_iftype\n\nThis patch kills ath9k\u0027s ath9k_opmode enum by replacing it with nl80211_iftype.\n\nSigned-off-by: Colin McCabe \u003ccolin@cozybit.com\u003e\nSigned-off-by: Andrey Yurovsky \u003candrey@cozybit.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "33fd8195529d74c0fe23cddd1c76fe7e03bbd324",
      "tree": "9d34103a0529e436284b0dab4e8d51ea7d9e7883",
      "parents": [
        "c91276592695e13d1b52eab572551017cbf96ee7"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Mon Dec 01 18:50:27 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:47 2008 -0500"
      },
      "message": "iwlwifi: disable AP mode\n\niwlwifi does not support AP mode in any way. For one, it doesn\u0027t even\nbuffer multicast/broadcast frames properly. We didn\u0027t allow zd1211rw AP\nmode to be enabled without this, so iwlwifi shouldn\u0027t be allowed to\nadvertise AP mode either.\n\nIt also doesn\u0027t work at all, it doesn\u0027t even answer to probe requests,\nI\u0027m guessing the packet injection code was disabled again.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nAcked-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c91276592695e13d1b52eab572551017cbf96ee7",
      "tree": "c5e0a6611c215ce38637c56c0ef0989fda04d120",
      "parents": [
        "0f70f398460adb2d8aabb00e7e65f58247f219a3"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Mon Dec 01 18:19:36 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:46 2008 -0500"
      },
      "message": "p54: fix lm87 checksum endianness\n\nThis fixes the checksum calculation for lm87 firmwares\non big endian platforms, the device treats the data as\nan array of 32-bit little endian values so the driver\nneeds to do that as well.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nAcked-by: Christian Lamparter \u003cchunkeey@web.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "0f70f398460adb2d8aabb00e7e65f58247f219a3",
      "tree": "f459109a3aca6d23b33c9fc8a52f29f16fd36d9a",
      "parents": [
        "c58f9f635afe688c5c5709f441af57c12c7a4856"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Mon Dec 01 18:13:05 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:46 2008 -0500"
      },
      "message": "cfg80211: \"fix\" 11d oops\n\nThis \"fixes\" the 11d oops I was seeing. This needs some more work but I\ncannot work on it now.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c58f9f635afe688c5c5709f441af57c12c7a4856",
      "tree": "0648fef4ff5ac03b521c1a90a451b6a058d934df",
      "parents": [
        "8e7be8da8ec7cc2828f4434d8d3c2ab4d1d4e7a4"
      ],
      "author": {
        "name": "Helmut Schaa",
        "email": "helmut.schaa@googlemail.com",
        "time": "Mon Dec 01 16:53:28 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:46 2008 -0500"
      },
      "message": "iwl3945: remove obsolete irq handling\n\n3945 hardware does not emit the interrupts CSR_INT_BIT_RF_KILL (rfkill\ntoggled) and CSR_INT_BIT_CT_KILL (adapter too hot). Hence this part of code\ncan be removed since iwl3945_irq_tasklet does not handle 4965 hw at all.\n\nSigned-off-by: Helmut Schaa \u003chelmut.schaa@googlemail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8e7be8da8ec7cc2828f4434d8d3c2ab4d1d4e7a4",
      "tree": "ca1432bd3b4e80c45430a21b77295e6f03c5e327",
      "parents": [
        "4a4f4d805db5c930ee4185162dcdc8db9a0379d5"
      ],
      "author": {
        "name": "Rami Rosen",
        "email": "ramirose@gmail.com",
        "time": "Mon Dec 01 13:56:55 2008 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:46 2008 -0500"
      },
      "message": "mac80211: tx module cleanup.\n\nThis patch removes unnecessary parameter in ieee80211_beacon_add_tim() and\nremoves unneeded definition and assignment for bdev (instance of net_device) in\nieee80211_beacon_get() and in ieee80211_get_buffered_bc()\n(all in tx.c).\n\nSigned-off-by: Rami Rosen \u003cramirose@gmail.com\u003e\nAcked-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "4a4f4d805db5c930ee4185162dcdc8db9a0379d5",
      "tree": "ecda44146ae7936ada0e83b00245aeb63e1088bf",
      "parents": [
        "8bef7a10014c4579c66579ab47fc1bb9563ac42a"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Mon Dec 01 12:07:56 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:45 2008 -0500"
      },
      "message": "cfg80211: fix wiphy remove if no regulatory request\n\nFixes the segfault I just pointed out.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8bef7a10014c4579c66579ab47fc1bb9563ac42a",
      "tree": "d446d570f9bc3e2f3a9bf946e235e12f8cfb0757",
      "parents": [
        "02e37ba1298359baa123cf71ffa03d92abd259b2"
      ],
      "author": {
        "name": "Kalle Valo",
        "email": "kalle.valo@nokia.com",
        "time": "Sun Nov 30 20:56:28 2008 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:45 2008 -0500"
      },
      "message": "mac80211: document ieee80211_tx_info.pad\n\nFixes htmldocs warning:\n\nWarning(mac80211.h:379): No description found for parameter \u0027pad[2]\u0027\n\nSigned-off-by: Kalle Valo \u003ckalle.valo@nokia.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "02e37ba1298359baa123cf71ffa03d92abd259b2",
      "tree": "793af4434fafb347d03b870165661ac9bf6ef145",
      "parents": [
        "b2023ddcfa6b79f26ef459867324f3d32b91aa07"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@web.de",
        "time": "Sat Nov 29 22:39:08 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:45 2008 -0500"
      },
      "message": "p54: per-device names\n\nThis patch replaces the static \"p54:\" strings in front of most printk\u0027s\nwith their corresponding per-device names.\n\nIt was always a bit of a hassle to check which device was\ngenerating all the messages.\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@web.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "b2023ddcfa6b79f26ef459867324f3d32b91aa07",
      "tree": "751a6f5593ef90732067132ad7b446460c9057e0",
      "parents": [
        "64c354ddcd65c98d9a1e2a8f7fb5cc80c7fa488e"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@web.de",
        "time": "Sat Nov 29 22:37:31 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:44 2008 -0500"
      },
      "message": "p54: refactoring\n\nThanks to the introduction of \"changed\" flags, we no longer\nhave to do the bookkeeping of p54\u0027s firmware state for everything.\nThus we can cut down redundancy code.\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@web.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "64c354ddcd65c98d9a1e2a8f7fb5cc80c7fa488e",
      "tree": "ccec32736bbb126b0c0e7d07a66821f7d5525ffa",
      "parents": [
        "25900ef0191af98bbb24d8088c6887af31c1ba27"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@web.de",
        "time": "Sat Nov 29 22:35:43 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:44 2008 -0500"
      },
      "message": "p54: include support for 2.13.24.0 USB LM87 Firmwares\n\nThose firmwares are probably capable of reprogramming the device\u0027s eeprom.\nWe better support them officially, before all the accidents happen.\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@web.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "25900ef0191af98bbb24d8088c6887af31c1ba27",
      "tree": "ed054c65ad207c5e9cb12215964dcb200b7e4b84",
      "parents": [
        "c772a08ba7192fa5450f85ef53adcbc6e0c5e1c9"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@web.de",
        "time": "Sat Nov 29 22:34:37 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:43 2008 -0500"
      },
      "message": "p54: utilize cryptographic accelerator\n\nThis patch allows p54 to utilize its WEP, TKIP and CCMP accelerator.\n\nTested-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: Christian Lamparter \u003cchunkeey@web.de\u003e\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c772a08ba7192fa5450f85ef53adcbc6e0c5e1c9",
      "tree": "ce348a77eccbad1b21f7e938b8f6944f5c01362c",
      "parents": [
        "4571d3bf87b76eae875283ff9f7243984b5ddcae"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@web.de",
        "time": "Sat Nov 29 22:33:57 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:43 2008 -0500"
      },
      "message": "p54: revamp station power save management in access point mode\n\nThis patch addresses the problem in:\nhttp://marc.info/?l\u003dlinux-wireless\u0026m\u003d122727674810057\u0026w\u003d2\n\nThanks to Stefan Steuerwald \u003csalsasepp@googlemail.com\u003e\nextensive iPod touch tests. We could finally squash some bugs in\np54\u0027s master mode / access point implementation.\n\nLet\u0027s hope we got everything right this time and all stations\nfrom now on will wake up on TIM and receive their queued frames\nand go to sleep again without any hiccups.\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@web.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "4571d3bf87b76eae875283ff9f7243984b5ddcae",
      "tree": "7c621ac727de783f9446765208470a53aeafb184",
      "parents": [
        "2a163c6de452c0b321396caceac5d163949b4cf2"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@web.de",
        "time": "Sun Nov 30 00:48:41 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:43 2008 -0500"
      },
      "message": "mac80211: add sta_notify_ps callback\n\nThis patch is necessary in order to provide a proper Access point support for p54.\nUnfortunately for us, there is no documented way to disable the interfering\npower save buffering mechanism in firmware completely.\n\nTherefore we give in and notify the driver through our new sta_notify_ps callback,\nso that we can update the filter state.\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@web.de\u003e\nAcked-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "2a163c6de452c0b321396caceac5d163949b4cf2",
      "tree": "a1541dec446e68806c353637d768f93cb395cc38",
      "parents": [
        "826d268091f0e0ecc50103f648b6183eb3efe04d"
      ],
      "author": {
        "name": "Sujith",
        "email": "Sujith.Manoharan@atheros.com",
        "time": "Fri Nov 28 22:21:08 2008 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:09 2008 -0500"
      },
      "message": "ath9k: Add a debugfs file for dumping DMA status\n\nDebugfs file location: ath9k/\u003cwiphy\u003e/dma\nContains values in DMA debug registers.\n\nSigned-off-by: Sujith \u003cSujith.Manoharan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "826d268091f0e0ecc50103f648b6183eb3efe04d",
      "tree": "16f9f535377f47501fac33e9f72a70ae7b47a0fb",
      "parents": [
        "16d68abee5d700bfe09ae8324dbb76028995c589"
      ],
      "author": {
        "name": "Sujith",
        "email": "Sujith.Manoharan@atheros.com",
        "time": "Fri Nov 28 22:20:23 2008 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:09 2008 -0500"
      },
      "message": "ath9k: Add initial layout for an ath9k specific debugfs mechanism\n\nSigned-off-by: Sujith \u003cSujith.Manoharan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "16d68abee5d700bfe09ae8324dbb76028995c589",
      "tree": "8a98e4cc6023ce8a4de6e7835b65a248fb58c2ff",
      "parents": [
        "88b126af946e7ea789f2a52d9d25aca681f93067"
      ],
      "author": {
        "name": "Sujith",
        "email": "Sujith.Manoharan@atheros.com",
        "time": "Fri Nov 28 22:19:42 2008 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:08 2008 -0500"
      },
      "message": "ath9k: Remove includes that are not needed\n\nSigned-off-by: Sujith \u003cSujith.Manoharan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "88b126af946e7ea789f2a52d9d25aca681f93067",
      "tree": "0991493a6fc53675ca73d971bb92ae77fb628a48",
      "parents": [
        "04bd4638097c767278fdf12d50fecc8b60194d39"
      ],
      "author": {
        "name": "Sujith",
        "email": "Sujith.Manoharan@atheros.com",
        "time": "Fri Nov 28 22:19:02 2008 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:08 2008 -0500"
      },
      "message": "ath9k: Add ATH9K_DEBUG configuration option\n\nMake debugging configurable, and add a module parameter\nto give the debug mask.\nAdd debug.c to hold all debug specific code.\n\nSigned-off-by: Sujith \u003cSujith.Manoharan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "04bd4638097c767278fdf12d50fecc8b60194d39",
      "tree": "8bad1080889360aa06ffc967bb2625eecd3db26e",
      "parents": [
        "d9a1f48648edbe99fa432626ce6964a1b58f7281"
      ],
      "author": {
        "name": "Sujith",
        "email": "Sujith.Manoharan@atheros.com",
        "time": "Fri Nov 28 22:18:05 2008 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:35:08 2008 -0500"
      },
      "message": "ath9k: Use cleaner debug masks\n\nRemove all the useless __func__ prefixes in debug messages,\nand replace the DPRINTF macro with a function.\n\nSigned-off-by: Sujith \u003cSujith.Manoharan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d9a1f48648edbe99fa432626ce6964a1b58f7281",
      "tree": "5042dad1a4a5c9ba4416774c700840f782e31c01",
      "parents": [
        "007e5ddddfed4ba039899754936e89b27d5cb551"
      ],
      "author": {
        "name": "herton",
        "email": "herton@mandriva.com.br",
        "time": "Thu Nov 27 22:53:24 2008 -0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:59 2008 -0500"
      },
      "message": "rtl8187: fix retry count passed in rtl8187_tx\n\nI mistakenly changed retry count passed in rtl8187_tx in previous change\n\"rtl8187: feedback transmitted packets using tx close descriptor for\n8187B\". For 8187 it should represent the number of retries (retry count\nlimit). As explained by Johannes Berg, .count represents the number of\ntries (not retries), and retries \u003d tries - 1.\n\nSigned-off-by: Herton Ronaldo Krzesinski \u003cherton@mandriva.com.br\u003e\nTested-by: Hin-Tak Leung \u003chtl10@users.sourceforge.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "007e5ddddfed4ba039899754936e89b27d5cb551",
      "tree": "80b99e46a0a3b82be8dc87701512a738d0142f79",
      "parents": [
        "e11602b7813502bf363c40cdb5a8c4b96d4bbc96"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Thu Nov 27 23:13:38 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:59 2008 -0500"
      },
      "message": "wireless: clean up radiotap a bit\n\nNo need to pad the header so no constant needed for that,\nno need to carry any version number from netbsd nor CVS\nIDs from them.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e11602b7813502bf363c40cdb5a8c4b96d4bbc96",
      "tree": "f5cf351d596f9e99dc6cdf83fb1faec9de0e18a5",
      "parents": [
        "cb3da8ccc464409e3b947557cdac4cd0b1241c4c"
      ],
      "author": {
        "name": "Sujith",
        "email": "Sujith.Manoharan@atheros.com",
        "time": "Thu Nov 27 09:46:27 2008 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:59 2008 -0500"
      },
      "message": "ath9k: Handle channel initialization for AP mode\n\nHostapd now passes the HT parameters through the config()\ncallback, use these to set the appropriate channel in AP mode.\n\nSigned-off-by: Sujith \u003cSujith.Manoharan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "cb3da8ccc464409e3b947557cdac4cd0b1241c4c",
      "tree": "74139cf68ba8602e2e6277fccbea95b9dc774f3e",
      "parents": [
        "e60c7744f8aa77bcbcb0b294596d6c87445d1200"
      ],
      "author": {
        "name": "Fabio Rossi",
        "email": "rossi.f@inwind.it",
        "time": "Wed Nov 26 22:44:23 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:59 2008 -0500"
      },
      "message": "mac80211: accept empty strings for hidden SSIDs\n\nSome access points (e.g. Sitecom WL-174) use an empty string as hidden SSID.\n\nSigned-off-by: Fabio Rossi \u003crossi.f@inwind.it\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e60c7744f8aa77bcbcb0b294596d6c87445d1200",
      "tree": "7039c0906d825b035595a826cd117fd08242d0ad",
      "parents": [
        "fee52678dbda2099a25243e79da98dc390e1939a"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Wed Nov 26 23:31:40 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:58 2008 -0500"
      },
      "message": "cfg80211: handle SIOCGIWMODE/SIOCSIWMODE\n\nfurther reducing wext code in mac80211.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "fee52678dbda2099a25243e79da98dc390e1939a",
      "tree": "4bf459c869e89cf2bb0be2869be3e6a720f9a218",
      "parents": [
        "f650470a8f506bc33a15778432ebb8cdcf89175b"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Wed Nov 26 22:36:31 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:13 2008 -0500"
      },
      "message": "cfg80211: handle SIOCGIWNAME\n\nThis patch moves the SIOCGIWNAME handling from mac80211 to cfg80211.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f650470a8f506bc33a15778432ebb8cdcf89175b",
      "tree": "91d563ae28beaa01d229682ca7a299d70f047f74",
      "parents": [
        "671434904633876f89be70af415c35c89fb90115"
      ],
      "author": {
        "name": "Bob Copeland",
        "email": "me@bobcopeland.com",
        "time": "Wed Nov 26 16:17:25 2008 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:13 2008 -0500"
      },
      "message": "ath5k: enable combined michael mic in key cache\n\nFor mac revisions \u003e\u003d \"Griffin,\" the hardware allows the mic tx and rx\nauthenticator keys to share the same cache line, whereas earlier\nhardware can only store the rx.  Enable the combined mic on hardware\nthat supports it.\n\nChanges to ath5k.h\nChanges-licensed-under: 3-Clause-BSD\n\nChanges to attach.c, pcu.c, reg.h\nChanges-licensed-under: ISC\n\nSigned-off-by: Bob Copeland \u003cme@bobcopeland.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "671434904633876f89be70af415c35c89fb90115",
      "tree": "91629718a2d21f13484ff7f88c8952b5e4e69df1",
      "parents": [
        "f6bac3ea5990653765700b2c3778b08782abebe5"
      ],
      "author": {
        "name": "Bob Copeland",
        "email": "me@bobcopeland.com",
        "time": "Tue Nov 25 20:55:21 2008 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:12 2008 -0500"
      },
      "message": "ath5k: clean up ath5k_hw_set_key\n\nStatus: O\n\nWith the addition of TKIP (and soon CCMP), key-\u003ealg is a more useful\nguide to key type than the key length.\n\nThis patch cleans up key type assignment in ath5k_hw_set_key by\nextracting it into its own function.  It also replaces the separate\nmemcpy() calls for extracting key material into the hardware format\nwith a loop that works regardless of key size.\n\nFinally, the patch removes support for WEP-128 since it is a\nnon-standard key length that mac80211 also doesn\u0027t use.\n\nChanges-licensed-under: ISC\nSigned-off-by: Bob Copeland \u003cme@bobcopeland.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f6bac3ea5990653765700b2c3778b08782abebe5",
      "tree": "325d799b06b76c207047db0ff35ee8a4e6b90140",
      "parents": [
        "51e9bf5d795b8e01e54391f1790974c7b166d286"
      ],
      "author": {
        "name": "Bob Copeland",
        "email": "me@bobcopeland.com",
        "time": "Wed Nov 26 16:17:11 2008 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:12 2008 -0500"
      },
      "message": "ath5k: preserve higher order bits when setting mac address\n\nIn some cases we would like to set the mac address without changing\nthe operating mode.  However, Atheros cards store PCU data in the high\n16 bits of the mac address register.  Change ath5k_hw_set_lladdr() to\nnot clobber the PCU settings.\n\nChanges-licensed-under: ISC\nSigned-off-by: Bob Copeland \u003cme@bobcopeland.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "51e9bf5d795b8e01e54391f1790974c7b166d286",
      "tree": "d5fb988eac1b90456b1cd8b893a80b1c9d15026b",
      "parents": [
        "10ec4f1d0851eb97cd53db66150835dd7f64829d"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Wed Nov 26 13:12:52 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:12 2008 -0500"
      },
      "message": "iwlwifi: remove uses of __constant_{endian} helpers\n\nThe base versions handle constant folding just fine.\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "10ec4f1d0851eb97cd53db66150835dd7f64829d",
      "tree": "38fe345e411fb70a40f3fe866c7248188cadb647",
      "parents": [
        "72bdcf34380917260da41e3c49e10edee04bc5cd"
      ],
      "author": {
        "name": "Luis R. Rodriguez",
        "email": "lrodriguez@atheros.com",
        "time": "Wed Nov 26 13:03:08 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:12 2008 -0500"
      },
      "message": "nl80211: relicense nl80211.h under the ISC\n\nWe have a few BSD/ISC licensed userspace applications which\ninclude nl80211.h from the kernel. To avoid legal ambiguity\nfor usage of the header file in these projects we rather simply\nrelicense the header file under the ISC. We\u0027ve received consent\nfrom all contributors to it.\n\nSigned-off-by: Luis R. Rodriguez \u003clrodriguez@atheros.com\u003e\nAcked-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nAcked-by: Michael Wu \u003cflamingice@sourmilk.net\u003e\nAcked-by: Luis Carlos Cobo \u003cluisca@cozybit.com\u003e\nAcked-by: Michael Buesch \u003cmb@bu3sch.de\u003e\nAcked-by: Jouni Malinen \u003cjouni.malinen@atheros.com\u003e\nAcked-by: Colin McCabe \u003ccolin@cozybit.com\u003e\nAcked-by: Javier Cardona \u003cjavier@cozybit.com\u003e\nCc: johannes@sipsolutions.net\nCc: altape@eden.rutgers.edu\nCc: luisca@cozybit.com\nCc: mb@bu3sch.de\nCc: jouni.malinen@atheros.com\nCc: colin@cozybit.com\nCc: javier@cozybit.com\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "72bdcf34380917260da41e3c49e10edee04bc5cd",
      "tree": "cbfb8e389f58514febf47ea62781517a9df42f25",
      "parents": [
        "72eaa43a532b4156966444779829a986a4432f11"
      ],
      "author": {
        "name": "Jouni Malinen",
        "email": "j@w1.fi",
        "time": "Wed Nov 26 16:15:24 2008 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:11 2008 -0500"
      },
      "message": "nl80211: Add frequency configuration (including HT40)\n\nThis patch adds new NL80211_CMD_SET_WIPHY attributes\nNL80211_ATTR_WIPHY_FREQ and NL80211_ATTR_WIPHY_SEC_CHAN_OFFSET to allow\nuserspace to set the operating channel (e.g., hostapd for AP mode).\n\nSigned-off-by: Jouni Malinen \u003cjouni.malinen@atheros.com\u003e\nAcked-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "72eaa43a532b4156966444779829a986a4432f11",
      "tree": "ca22c7bc823d4746a391cfa37ce31e5751b3a003",
      "parents": [
        "0d950d84d9d16f7d4edf380a238c5b534ff00d11"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Wed Nov 26 15:02:58 2008 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:11 2008 -0500"
      },
      "message": "mac80211: only transition STAs ps-\u003ewake on data frames\n\nWhen a station goes to PS mode to scan, it will then send\nprobe requests without the PS bit set. mac80211 will take\nthat as indication that the station woke up, but it didn\u0027t.\nThis patch changes mac80211 to only consider doze-\u003ewake\ntransitions on data frames to to fix that issue.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nCc: Jouni Malinen \u003cj@w1.fi\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "0d950d84d9d16f7d4edf380a238c5b534ff00d11",
      "tree": "3127b67a67b82c131cd0ab63b6ab8dc245e4ceba",
      "parents": [
        "8e268e47b8ca5bddd189320884c3cc7d9ae489f4"
      ],
      "author": {
        "name": "Tomas Winkler",
        "email": "tomas.winkler@intel.com",
        "time": "Tue Nov 25 13:36:01 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:11 2008 -0500"
      },
      "message": "iwlwifi: properly initialize calibration command header\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8e268e47b8ca5bddd189320884c3cc7d9ae489f4",
      "tree": "76a5b177e5782ea662a7b9b4b03fbd1a6e87f364",
      "parents": [
        "e327b847e67051ece8d121f9aebeb4d736c36a02"
      ],
      "author": {
        "name": "Tomas Winkler",
        "email": "tomas.winkler@intel.com",
        "time": "Tue Nov 25 13:05:44 2008 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:11 2008 -0500"
      },
      "message": "mac80211: disassociate prior to unlinking AP/station\n\nThis patch reorders calls during disassociation in\nieee80211_set_disassoc function.\nSince sta_info_unlink calls sta_notify(REMOVE) it will\nremove the station representing AP from the driver before\nit has disassociated from it using bss_info_changed callback.\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e327b847e67051ece8d121f9aebeb4d736c36a02",
      "tree": "0bffbba996fdfa554323f7d793df448f0222ca91",
      "parents": [
        "04adf890667050b83a58abaf63610e53a604261b"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Dec 01 14:56:41 2008 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:10 2008 -0500"
      },
      "message": "mac80211: deauth when interface is marked down\n\nIt seems like proper etiquette to let other stations know when we are\ngoing down in either STA or IBSS mode.  This also notifies userland, so\nwpa_supplicant doesn\u0027t get confused.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "04adf890667050b83a58abaf63610e53a604261b",
      "tree": "8b44560049e2f45a8d521bbeb0d95e60be177df4",
      "parents": [
        "e061b165c7f4ec5e2e160d990b49011b5b6e5c6a"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Dec 03 13:55:38 2008 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:32:10 2008 -0500"
      },
      "message": "hostap: select required crypto bits in Kconfig\n\nThis is fallout from moving the crypto stuff to the new lib80211\ncomponent.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "cde6901b7b69557a6f90f3183f76eda581af015e",
      "tree": "7a0eeb25bedefb1713067e0539ce376d9d7308dd",
      "parents": [
        "5cf12e8dc641ef028f0cf9c317a9567e6b794de1"
      ],
      "author": {
        "name": "Shaddy Baddah",
        "email": "shaddy_baddah@hotmail.com",
        "time": "Fri Nov 28 17:10:45 2008 +1100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:18:35 2008 -0500"
      },
      "message": "zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr()\n\nUnder my 2.6.28-rc6 sparc64, when associating to an AP through my\nzd1211rw device, I was seeing kernel log messages like (not exact output):\n\n  Kernel unaligned access at TPC[10129b68] zd_mac_rx+0x144/0x32c [zd1211rw]\n\nFor the zd1211rw module, on RX, the 80211 packet will be located after\nthe PLCP header in the skb data buffer. The PLCP header being 5 bytes\nlong, the 80211 header will start unaligned from an aligned skb\nbuffer.\n\nAs per Documentation/unaligned-memory-access.txt, we must replace the\nnot unaligned() safe compare_ether_addr() with memcmp() to protect\narchitectures that require alignment.\n\nSigned-off-by: Shaddy Baddah \u003cshaddy_baddah@hotmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "5cf12e8dc641ef028f0cf9c317a9567e6b794de1",
      "tree": "79ab01689f1b81fd8a5e9a2c80b81387d19257b8",
      "parents": [
        "b8ddafd759e356c839774a8b87011b768deb53b3"
      ],
      "author": {
        "name": "Shaddy Baddah",
        "email": "shaddy_baddah@hotmail.com",
        "time": "Fri Nov 28 17:08:10 2008 +1100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 05 09:18:35 2008 -0500"
      },
      "message": "mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()\n\nAfter fixing zd1211rw: use unaligned safe memcmp() in-place of\ncompare_ether_addr(), I started to see kernel log messages detailing\nunaligned access:\n\n  Kernel unaligned access at TPC[100f7f44] sta_info_get+0x24/0x68 [mac80211]\n\nAs with the aforementioned patch, the unaligned access was eminating\nfrom a compare_ether_addr() call. Concerned that whilst it was safe to\nassume that unalignment was the norm for the zd1211rw, and take\npreventative measures, it may not be the case or acceptable to use the\neasy fix of changing the call to memcmp().\n\nMy research however indicated that it was OK to do this, as there are\na few instances where memcmp() is the preferred mechanism for doing\nmac address comparisons throughout the module.\n\nSigned-off-by: Shaddy Baddah \u003cshaddy_baddah@hotmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    }
  ],
  "next": "b8ddafd759e356c839774a8b87011b768deb53b3"
}
