1. 23 11月, 2011 1 次提交
    • H
      tg3: Fix advertisement handling · 202ff1c2
      Hiroaki SHIMODA 提交于
      Commit 28011cf1 (net: Add ethtool to mii advertisment conversion
      helpers) added a helper function ethtool_adv_to_mii_100bt() and
      tg3_copper_is_advertising_all(), tg3_phy_autoneg_cfg() were
      modified to use this.
      Before that commit, ethtool to mii advertisement conversion was
      done wrt speed, but now pause operation is also taken account.
      So, in tg3_copper_is_advertising_all(), below condition becomes
      true and this makes link up fails.
      
      	if ((adv_reg & ADVERTISE_ALL) != all_mask)
      		return 0;
      
      To fix this add ADVERTISE_ALL bit and operation to cap speed,
      and change default advertisement not including ADVERTISED_Pause.
      Reported-by: NEric Dumazet <eric.dumazet@gmail.com>
      Signed-off-by: NHiroaki SHIMODA <shimoda.hiroaki@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      202ff1c2
  2. 22 11月, 2011 2 次提交
  3. 17 11月, 2011 2 次提交
  4. 09 11月, 2011 1 次提交
  5. 05 11月, 2011 8 次提交
  6. 25 10月, 2011 1 次提交
  7. 19 10月, 2011 1 次提交
  8. 08 10月, 2011 1 次提交
  9. 07 10月, 2011 1 次提交
  10. 16 9月, 2011 8 次提交
  11. 27 8月, 2011 1 次提交
  12. 21 8月, 2011 6 次提交
  13. 18 8月, 2011 1 次提交
  14. 11 8月, 2011 1 次提交
    • J
      broadcom: Move the Broadcom drivers · adfc5217
      Jeff Kirsher 提交于
      Moves the drivers for Broadcom devices into
      drivers/net/ethernet/broadcom/ and the necessary Kconfig and Makefile
      changes.
      
      CC: Eilon Greenstein <eilong@broadcom.com>
      CC: Michael Chan <mchan@broadcom.com>
      CC: Matt Carlson <mcarlson@broadcom.com>
      CC: Gary Zambrano <zambrano@broadcom.com>
      CC: "Maciej W. Rozycki" <macro@linux-mips.org>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      adfc5217
  15. 28 7月, 2011 5 次提交