1. 01 5月, 2019 2 次提交
  2. 29 4月, 2019 3 次提交
  3. 04 3月, 2019 1 次提交
  4. 25 2月, 2019 1 次提交
  5. 22 2月, 2019 2 次提交
  6. 18 1月, 2019 1 次提交
    • P
      net: Add extack argument to ndo_fdb_add() · 87b0984e
      Petr Machata 提交于
      Drivers may not be able to support certain FDB entries, and an error
      code is insufficient to give clear hints as to the reasons of rejection.
      
      In order to make it possible to communicate the rejection reason, extend
      ndo_fdb_add() with an extack argument. Adapt the existing
      implementations of ndo_fdb_add() to take the parameter (and ignore it).
      Pass the extack parameter when invoking ndo_fdb_add() from rtnl_fdb_add().
      Signed-off-by: NPetr Machata <petrm@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      87b0984e
  7. 17 12月, 2018 1 次提交
  8. 13 9月, 2018 1 次提交
  9. 08 9月, 2018 1 次提交
  10. 12 5月, 2018 1 次提交
    • F
      net: dsa: Plug in PHYLINK support · aab9c406
      Florian Fainelli 提交于
      Add support for PHYLINK within the DSA subsystem in order to support more
      complex devices such as pluggable (SFP) and non-pluggable (SFF) modules, 10G
      PHYs, and traditional PHYs. Using PHYLINK allows us to drop some amount of
      complexity we had while probing fixed and non-fixed PHYs using Device Tree.
      
      Because PHYLINK separates the Ethernet MAC/port configuration into different
      stages, we let switch drivers implement those, and for now, we maintain
      functionality by calling dsa_slave_adjust_link() during
      phylink_mac_link_{up,down} which provides semantically equivalent steps.
      
      Drivers willing to take advantage of PHYLINK should implement the phylink_mac_*
      operations that DSA wraps.
      
      We cannot quite remove the adjust_link() callback just yet, because a number of
      drivers rely on that for configuring their "CPU" and "DSA" ports, this is done
      dsa_port_setup_phy_of() and dsa_port_fixed_link_register_of() still.
      
      Drivers that utilize fixed links for user-facing ports (e.g: bcm_sf2) will need
      to implement phylink_mac_ops from now on to preserve functionality, since PHYLINK
      *does not* create a phy_device instance for fixed links.
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      aab9c406
  11. 08 4月, 2018 1 次提交
  12. 24 1月, 2018 1 次提交
  13. 03 1月, 2018 1 次提交
  14. 08 12月, 2017 1 次提交
  15. 13 11月, 2017 1 次提交
  16. 10 11月, 2017 1 次提交
  17. 09 11月, 2017 1 次提交
  18. 01 11月, 2017 1 次提交
  19. 28 10月, 2017 1 次提交
  20. 18 10月, 2017 4 次提交
  21. 01 10月, 2017 3 次提交
  22. 27 9月, 2017 1 次提交
  23. 26 9月, 2017 1 次提交
  24. 22 9月, 2017 1 次提交
  25. 20 9月, 2017 1 次提交
  26. 10 8月, 2017 1 次提交
  27. 08 8月, 2017 5 次提交