1. 31 Mar, 2016 1 commit
    • David S. Miller's avatar
      Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue · 4833a009
      David S. Miller authored
      Jeff Kirsher says:
      
      ====================
      Intel Wired LAN Driver Updates 2016-03-29
      
      This series contains fixes to ixgbe and ixgbevf.
      
      Tushar fixes an issue which was introduced with an earlier commit, where
      hardware register RAR0 default MAC address does not get set properly.
      
      Alex fixes two issues, first being the VXLAN port number should be stored
      in network order instead of in host order.  The second fix corrects the ATR
      code to handle IPv6 extension headers.  The issue was ATR code was assuming
      that it would be able to use tcp_hdr for every TCP frame that came through,
      but that is not the case, which resulted in bad filters being setup.
      
      Mark fixes a use of usleep_range() to udelay() in the case where a lock
      is being held.
      
      Stefan fixes the offline self tests where ndo_stop() should be used instead
      of ndo_close(), which causes IFF_UP to be cleared and interface routes get
      removed.
      
      Emil fixes the error case where we need to return an error when a MAC
      address change is rejected by the PF.  This helps prevent the user from
      modifying the MAC address when the operation is not permitted.
      
      Sridhar provides three fixes for ixgbe, all dealing with traffic class
      offload handling.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      4833a009
  2. 30 Mar, 2016 22 commits
  3. 29 Mar, 2016 1 commit
    • Bjørn Mork's avatar
      qmi_wwan: add "D-Link DWM-221 B1" device id · e84810c7
      Bjørn Mork authored
      Thomas reports:
      "Windows:
      
      00 diagnostics
      01 modem
      02 at-port
      03 nmea
      04 nic
      
      Linux:
      
      T:  Bus=02 Lev=01 Prnt=01 Port=03 Cnt=01 Dev#=  4 Spd=480 MxCh= 0
      D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
      P:  Vendor=2001 ProdID=7e19 Rev=02.32
      S:  Manufacturer=Mobile Connect
      S:  Product=Mobile Connect
      S:  SerialNumber=0123456789ABCDEF
      C:  #Ifs= 6 Cfg#= 1 Atr=a0 MxPwr=500mA
      I:  If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
      I:  If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
      I:  If#= 2 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
      I:  If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
      I:  If#= 4 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=qmi_wwan
      I:  If#= 5 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage"
      Reported-by: default avatarThomas Schäfer <tschaefer@t-online.de>
      Signed-off-by: default avatarBjørn Mork <bjorn@mork.no>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      e84810c7
  4. 28 Mar, 2016 16 commits