1. 21 7月, 2014 36 次提交
  2. 20 7月, 2014 1 次提交
  3. 18 7月, 2014 3 次提交
    • H
      iw_cxgb4: fix for 64-bit integer division · da388973
      Hariprasad Shenai 提交于
      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: NHariprasad Shenai <hariprasad@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      da388973
    • A
      sfc: Add per-queue statistics in ethtool · 8ccf3800
      Andrew Rybchenko 提交于
      Implement per channel software TX and RX packet counters
      accessed as ethtool statistics.
      
      This allows confirmation with MAC statistics.
      Signed-off-by: NShradha Shah <sshah@solarflare.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8ccf3800
    • D
      Merge branch 'be2net-next' · 87b200e1
      David S. Miller 提交于
      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: NDavid S. Miller <davem@davemloft.net>
      87b200e1