1. 15 6月, 2011 3 次提交
  2. 02 6月, 2011 1 次提交
  3. 19 5月, 2011 1 次提交
  4. 06 5月, 2011 3 次提交
  5. 13 4月, 2011 1 次提交
    • M
      net: bnx2x: convert to hw_features · 66371c44
      Michał Mirosław 提交于
      Since ndo_fix_features callback is postponing features change when
      bp->recovery_state != BNX2X_RECOVERY_DONE, netdev_update_features()
      has to be called again when this condition changes. Previously,
      ethtool_ops->set_flags callback returned -EBUSY in that case
      (it's not possible in the new model).
      Signed-off-by: NMichał Mirosław <mirq-linux@rere.qmqm.pl>
      
      v5: - don't delay set_features, as it's rtnl_locked - same as recovery process
      v4: - complete bp->rx_csum -> NETIF_F_RXCSUM conversion
          - add check for failed ndo_set_features in ndo_open callback
      v3: - include NETIF_F_LRO in hw_features
          - don't call netdev_update_features() if bnx2x_nic_load() failed
      v2: - comment in ndo_fix_features callback
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      66371c44
  6. 31 3月, 2011 1 次提交
  7. 07 3月, 2011 2 次提交
  8. 01 3月, 2011 3 次提交
  9. 18 2月, 2011 1 次提交
  10. 07 2月, 2011 2 次提交
  11. 01 2月, 2011 2 次提交
  12. 31 1月, 2011 1 次提交
  13. 28 1月, 2011 1 次提交
  14. 19 1月, 2011 1 次提交
  15. 10 1月, 2011 1 次提交
  16. 01 1月, 2011 1 次提交
  17. 17 12月, 2010 3 次提交
  18. 13 12月, 2010 1 次提交
  19. 10 12月, 2010 2 次提交
  20. 02 12月, 2010 1 次提交
    • D
      bnx2x: Add Nic partitioning mode (57712 devices) · 0793f83f
      Dmitry Kravkov 提交于
      NIC partitioning is another flavor of multi function - having few
      PCI functions share the same physical port. Unlike the currently
      supported mode of multi-function which depends on the switch
      configuration and uses outer-VLAN, the NPAR mode is switch independent
      and uses the MAC addresses to distribute incoming packets to the different
      functions. This patch adds the specific HW setting of the NPAR mode
      and some distinctions between switch dependent (SD) and
      switch independent (SI) multi-function (MF) modes where the configuration
      is not the same.
      
      Advance driver version to 1.60.00-6
      Signed-off-by: NDmitry Kravkov <dmitry@broadcom.com>
      Signed-off-by: NEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0793f83f
  21. 25 11月, 2010 1 次提交
  22. 01 11月, 2010 1 次提交
  23. 25 10月, 2010 1 次提交
  24. 21 10月, 2010 1 次提交
  25. 19 10月, 2010 1 次提交
  26. 18 10月, 2010 2 次提交
  27. 07 10月, 2010 1 次提交