1. 21 Jul, 2014 36 commits
  2. 20 Jul, 2014 1 commit
  3. 17 Jul, 2014 3 commits
    • Hariprasad Shenai's avatar
      iw_cxgb4: fix for 64-bit integer division · da388973
      Hariprasad Shenai authored
      Fixed error introduced in commit id 7730b4c7 (" cxgb4/iw_cxgb4: work request
      logging feature") while compiling on 32 bit architecture reported by kbuild.
      Signed-off-by: default avatarHariprasad Shenai <hariprasad@chelsio.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      da388973
    • Andrew Rybchenko's avatar
      sfc: Add per-queue statistics in ethtool · 8ccf3800
      Andrew Rybchenko authored
      Implement per channel software TX and RX packet counters
      accessed as ethtool statistics.
      
      This allows confirmation with MAC statistics.
      Signed-off-by: default avatarShradha Shah <sshah@solarflare.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      8ccf3800
    • David S. Miller's avatar
      Merge branch 'be2net-next' · 87b200e1
      David S. Miller authored
      Sathya Perla says:
      
      ====================
      be2net: patch set
      
      Patches 1 to 6 address issues with return values of some ndo/ethtool
      driver methods. In error scenarios, either an inappropriate error or
      a +ve return value (where the stack expects a -ve value) was being returned.
      
      Patch 7 updates description strings for certain UE bits.
      
      Patch 8 cleans up (reduces) argument passing for a few routines in be_cmds.c.
      
      Patch 9 removes some unused code (unused definitions.)
      
      Patch 10 updates NULL check in the driver to a consistent "if (!foo)" style.
      
      Patchs 11 to 13 fix a few minor issues with the earlier patch bec84e6b
      ("create optimal number of queues on SR-IOV config"):
      	- patch 11 fixes BEx_get_resources() code to use be_max_vfs() macro
      	- patch 12 skips SR-IOV config code for BE2 that doesn't support SRIOV
      	- patch 13 uses adapter->flags to track SRIOV enabled state
      
      Patch 14 updates the driver version.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      87b200e1