1. 19 12月, 2015 1 次提交
    • D
      drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHY · f1eea5c1
      David Rivshin 提交于
      Commit 1f71e8c9 ("drivers: net: cpsw: Add
      support for fixed-link PHY") did not parse the "phy-mode" property in
      the case of a fixed-link PHY, leaving slave_data->phy_if with its default
      of PHY_INTERFACE_MODE_NA(0). This later gets passed to phy_connect() in
      cpsw_slave_open(), and eventually to cpsw_phy_sel() where it hits a default
      case that configures the MAC for MII mode.
      
      The user visible symptom is that while kernel log messages seem to indicate
      that the interface is set up, there is no network communication. Eventually
      a watchdog error occurs:
          NETDEV WATCHDOG: eth0 (cpsw): transmit queue 0 timed out
      
      Fixes: 1f71e8c9 ("drivers: net: cpsw: Add support for fixed-link PHY")
      Signed-off-by: NDavid Rivshin <drivshin@allworx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f1eea5c1
  2. 13 12月, 2015 1 次提交
  3. 12 12月, 2015 1 次提交
  4. 10 12月, 2015 2 次提交
  5. 09 12月, 2015 1 次提交
  6. 03 12月, 2015 1 次提交
    • M
      net: mvneta: enable setting custom TX IP checksum limit · 9110ee07
      Marcin Wojtas 提交于
      Since Armada 38x SoC can support IP checksum for jumbo frames only on
      a single port, it means that this feature should be enabled per-port,
      rather than for the whole SoC.
      
      This patch enables setting custom TX IP checksum limit by adding new
      optional property to the mvneta device tree node. If not used, by
      default 1600B is set for "marvell,armada-370-neta" and 9800B for other
      strings, which ensures backward compatibility. Binding documentation
      is updated accordingly.
      Signed-off-by: NMarcin Wojtas <mw@semihalf.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9110ee07
  7. 13 11月, 2015 1 次提交
  8. 11 11月, 2015 2 次提交
  9. 10 11月, 2015 3 次提交
  10. 08 11月, 2015 2 次提交
  11. 05 11月, 2015 1 次提交
  12. 04 11月, 2015 2 次提交
  13. 03 11月, 2015 9 次提交
  14. 01 11月, 2015 1 次提交
  15. 31 10月, 2015 12 次提交