1. 17 12月, 2010 3 次提交
  2. 10 12月, 2010 4 次提交
  3. 07 12月, 2010 1 次提交
  4. 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
  5. 29 11月, 2010 1 次提交
  6. 25 11月, 2010 2 次提交
  7. 18 11月, 2010 1 次提交
  8. 16 11月, 2010 1 次提交
  9. 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
  10. 01 11月, 2010 8 次提交
  11. 25 10月, 2010 1 次提交
  12. 22 10月, 2010 1 次提交
  13. 21 10月, 2010 2 次提交
  14. 19 10月, 2010 3 次提交
  15. 18 10月, 2010 6 次提交
  16. 13 10月, 2010 1 次提交
  17. 07 10月, 2010 3 次提交