1. 09 2月, 2013 2 次提交
    • D
      Merge branch 'wireless' · bfb235d7
      David S. Miller 提交于
      John W. Linville says:
      
      ====================
      Please accept this pull request intended for the 3.9 stream!
      
      Included are a mac80211 pull, an iwlwifi pull (actually two -- one
      was a fast-forward), a wl12xx pull, and a couple of Bluetooth pulls.
      
      On mac80211, Johannes says:
      
      "I've included
       * AKM definitions from Bing,
       * mesh fixes from Thomas, including a fix from him for me breaking his
         patch while applying,
       * channel check fix from Simon,
       * an old patch from Yoni Divinsky who doesn't even work for TI any
         more, to configure the WEP TX key for ARP offload etc.
       * MAC ACL API from Vasanth
       * a fix for the infamous chanctx_conf warning from Arnd
       * from myself, a fix for my previous aggregation changes, some cleanup
         and some improvements and fixes for WoWLAN"
      
      On iwlwifi, Johannes says:
      
      "Two small changes for iwlwifi-next, one to update all our Copyright
      notices and one to provide the RX page order."
      
      And also:
      
      "So what I have here is some cleanups, preparations and the new MVM
      (multi-virtual MAC) driver itself and (this is new) some work on the
      transport API as well as a message flooding fix."
      
      On wl12xx, Luca says:
      
      "Lots of bugfixes and improvements in our TI wireless drivers,
      including support for multi-channel.  Intended for 3.9."
      
      On Bluetooth, Gustavo says:
      
      "This is my first pull request to 3.9. The biggest changes here are from Johan
      Hedberg who made a lot of fixes in the Management interface. The issues arose
      due to a new test tool we wrote and the usage of the Management interface as
      default in BlueZ 5. The rest of the patches are more clean ups and small
      fixes."
      
      And also:
      
      "Here goes another batch intended for 3.9, the majority of the patch here are
      from Johan who is fixing many issues in the management interface that have
      appeared lately. The rest of the patches are just small improvements, fixes
      and clean ups."
      
      Along with those are the usual variety of updates/enhancements to
      the mwl8k, mwifiex, ath9k, rtlwifi, and rt2x00 drivers as well as
      a few updates for the ssb and bcma busses.  I don't think there are
      any big headliners there.
      
      Please let me know if there are problems!
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bfb235d7
    • J
      Merge branch 'master' of... · f5237f27
      John W. Linville 提交于
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
      f5237f27
  2. 08 2月, 2013 18 次提交
  3. 07 2月, 2013 18 次提交
  4. 06 2月, 2013 2 次提交
    • D
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next · 4d9e01da
      David S. Miller 提交于
      Jeff Kirsher says:
      
      ====================
      This series contains updates to e1000e and ixgbe.  Majority of the patches
      are against e1000e, where Bruce makes several cosmetic #define moves into
      header files.  In addition, Bruce does a cleanup of braces to resolve
      checkpatch warnings (when using the strict option).
      
      Ixgbe patches contain several fixes as well as updating the copyright.  The
      fixes from Josh Hay, resolved a possible NULL pointer dereference and
      resolved Smatch warnings by fixing return values and memcpy parameters.
      Alex provides 2 fixes, the first is to replace rmb() with
      read_barrier_depends() in the Tx cleanup.  The second fixes an MTU
      warning when using SR-IOV which corrects the fact that we were using 1522
      to test for the max frame size in ixgbe_change_mtu and 1518 in
      ixgbe_set_vf_lpe.  The difference was the addition of VLAN_HLEN, which we
      only need to add in the case of computing a buffer size, but not a filter
      size.  Lastly, a patch from Emil which is based on a community patch from
      Aurélien Guillaume which adds functions needed for reading SFF-8472
      diagnostic data from SFP modules.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4d9e01da
    • S
      tcp: remove Appropriate Byte Count support · ca2eb567
      Stephen Hemminger 提交于
      TCP Appropriate Byte Count was added by me, but later disabled.
      There is no point in maintaining it since it is a potential source
      of bugs and Linux already implements other better window protection
      heuristics.
      Signed-off-by: NStephen Hemminger <stephen@networkplumber.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ca2eb567