1. 08 1月, 2016 5 次提交
  2. 05 1月, 2016 7 次提交
  3. 28 12月, 2015 12 次提交
  4. 19 12月, 2015 1 次提交
  5. 12 12月, 2015 4 次提交
  6. 09 12月, 2015 2 次提交
  7. 06 12月, 2015 3 次提交
  8. 04 12月, 2015 4 次提交
  9. 23 11月, 2015 1 次提交
    • Y
      bnx2x: Utilize FW 7.13.1.0. · 5e091e7a
      Yuval Mintz 提交于
      Commit 46e8a249423ff "bnx2x: Add FW 7.13.1.0" added said .bin FW to
      linux-firmware; This patch incorporates the FW in the bnx2x driver.
      
      This introduces 2 fixes/enhancements:
       - In some management protocols there are outer-vlan configurations
      that can be dynamically changed while device is running. This fixes
      some corner cases where such a change did not take effect.
      
       - Prevent VFs from sending MAC control frames; FW would treat a VF
      sending such a packet as malicious and block any further communication
      done by the VF.
      Signed-off-by: NYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: NAriel Elior <Ariel.Elior@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5e091e7a
  10. 21 11月, 2015 1 次提交
    • Y
      bnx2x: Show port statistics in Multi-function · 3fb2d492
      Yuval Mintz 提交于
      Today, port statistics are being presented when using `ethool -S' only
      for single-function devices, but there are some port statistics which are
      crucial for analyzing bottle-necks. E.g., HW Rx discards due to lack of
      buffer space [when device isn't handling ingress traffic fast enough].
      
      Judging the pros and cons, it was decided that in-order to better support
      automatic dump-gathering tools, bnx2x should no longer hide those stats.
      This leaves only VFs lacking the port statistics.
      Signed-off-by: NYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3fb2d492