1. 23 5月, 2011 2 次提交
  2. 17 5月, 2011 1 次提交
  3. 06 5月, 2011 4 次提交
  4. 24 4月, 2011 1 次提交
  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. 07 3月, 2011 1 次提交
  7. 01 3月, 2011 2 次提交
  8. 07 2月, 2011 2 次提交
  9. 17 12月, 2010 3 次提交
  10. 13 12月, 2010 1 次提交
  11. 10 12月, 2010 1 次提交
  12. 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
  13. 29 11月, 2010 1 次提交
  14. 13 11月, 2010 1 次提交
    • H
      bnx2x: Look inside vlan when determining checksum proto. · d0d9d8ef
      Hao Zheng 提交于
      Currently the skb->protocol field is used to setup checksum
      offloading on transmit for the correct protocol.  However, if
      vlan offloading is disabled or otherwise not used, the protocol
      field will be ETH_P_8021Q, not the actual protocol.  This will
      cause the checksum to be not computed correctly, even though the
      hardware is capable of looking inside vlan tags.  Instead,
      look inside the header if necessary to determine the correct
      protocol type.
      
      To some extent this fixes a regression from 2.6.36 because it
      was previously not possible to disable vlan offloading and this
      error case was not exposed.
      Signed-off-by: NHao Zheng <hzheng@nicira.com>
      CC: Eilon Greenstein <eilong@broadcom.com>
      Signed-off-by: NJesse Gross <jesse@nicira.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d0d9d8ef
  15. 25 10月, 2010 1 次提交
  16. 21 10月, 2010 2 次提交
  17. 18 10月, 2010 4 次提交
  18. 07 10月, 2010 9 次提交
  19. 30 9月, 2010 1 次提交
  20. 28 9月, 2010 1 次提交