1. 24 5月, 2013 1 次提交
  2. 23 5月, 2013 20 次提交
  3. 22 5月, 2013 1 次提交
  4. 21 5月, 2013 5 次提交
    • D
      Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless · 3ccfc1b1
      David S. Miller 提交于
      John W. Linville says:
      
      ====================
      This pull request is intended for the 3.10 series.  It contains a
      variety of fixes for problems discovered during the merge window and
      after 3.10-rc1.
      
      For the mac80211 bits, Johannes says the following:
      
      "This is what I have:
       * a patch from Felix to fix RCU usage in his rate table code
       * a patch from Ilan to add the wdev id to some notifications so they can
         actually be used by userspace
       * Sasha Levin found an issue in how hwsim handles devices
       * a fix for a bug in the wiphy_register() error path that's been there forever
       * three fixes for WoWLAN
       * AP mode frame matching was erroneously giving frames to all virtual AP
         interfaces (reported by Jouni)
       * a fix for HT handling in my CSA changes, found by Sujith
       * a fix for some locking simplifications gone wrong
       * Ben Greear found more cfg80211/mac80211 state confusion
       * and a fix for another bug found by Jouni: local state changes need to be
         reported by mac80211 to cfg80211 so it disconnects properly."
      
      And for the iwlwifi bits, he says:
      
      "I have fixes for a firmware crash during resume, multicast RX,
      aggregation and a workaround for a firmware scanning bug."
      
      Along with those...
      
      Albert Pool adds a USB ID to the rtl8192cu driver.
      
      Arend van Spriel restores a driver option support flag that had been
      removed from 3.9 due to a bug in that version of the driver.
      
      Felix Fietkau fixes a trio of ath9k issues with a series of small
      patches.
      
      Geert Uytterhoeven provides a Kconfig fix for ath9k (which you also
      merged, so it isn't in the diff here).
      
      Larry Finger gives us a fix for a build warning on big-endian systems
      for rtlwifi.
      
      Rafał Miłecki adds some core IDs to the bcma driver.
      
      Sujith Manoharan fixes a module unloading crash in ath9k, and corrects
      some calibration settings for AR9485.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3ccfc1b1
    • S
      8139cp: reset BQL when ring tx ring cleared · 98962baa
      stephen hemminger 提交于
      This patch cures transmit timeout's with DHCP observed
      while running under KVM. When the transmit ring is cleaned out,
      the Byte Queue Limit values need to be reset.
      Signed-off-by: NStephen Hemminger <stephen@networkplumber.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      98962baa
    • P
      drivers: net: usb: rtl8150: concurrent URB bugfix · 4d12997a
      Petko Manolov 提交于
      This patch fixes a potential race with concurrently running asynchronous
      write requests.  The values for device's RX control register are now
      stored in dynamically allocated buffers so each URB submission has it's
      own copy.  Doing it the old way is data clobbering prone.
      
      This patch is against latest 'net' tree.
      Signed-off-by: NPetko Manolov <petkan@nucleusys.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4d12997a
    • D
      isdn/kcapi: fix a small underflow · 25dff94f
      Dan Carpenter 提交于
      In get_capi_ctr_by_nr() and get_capi_appl_by_nr() the parameter comes
      from skb->data.  The current code can underflow to one space before the
      start of the array.
      
      The sanity check isn't needed in __get_capi_appl_by_nr() but I changed
      it to match the others.
      Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      25dff94f
    • J
      Merge branch 'master' of... · ba7c96be
      John W. Linville 提交于
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
      ba7c96be
  5. 20 5月, 2013 9 次提交
  6. 19 5月, 2013 2 次提交
  7. 18 5月, 2013 2 次提交