1. 18 4月, 2019 10 次提交
  2. 27 3月, 2019 4 次提交
  3. 26 3月, 2019 1 次提交
  4. 25 3月, 2019 2 次提交
  5. 22 3月, 2019 3 次提交
  6. 20 3月, 2019 4 次提交
  7. 26 2月, 2019 5 次提交
  8. 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
  9. 16 1月, 2019 6 次提交
  10. 21 12月, 2018 1 次提交
  11. 13 12月, 2018 1 次提交
  12. 21 11月, 2018 2 次提交