1. 03 10月, 2015 1 次提交
  2. 30 9月, 2015 5 次提交
  3. 25 9月, 2015 5 次提交
  4. 06 9月, 2015 1 次提交
  5. 12 8月, 2015 2 次提交
  6. 10 8月, 2015 2 次提交
  7. 21 7月, 2015 2 次提交
  8. 12 7月, 2015 1 次提交
  9. 24 6月, 2015 1 次提交
  10. 23 6月, 2015 4 次提交
  11. 12 6月, 2015 1 次提交
  12. 11 6月, 2015 1 次提交
    • S
      switchdev: fix handling for drivers not supporting IPv4 fib add/del ops · af201f72
      Scott Feldman 提交于
      If CONFIG_NET_SWITCHDEV is enabled, but port driver does not implement
      support for IPv4 FIB add/del ops, don't fail route add/del offload
      operations.  Route adds will not be marked as OFFLOAD.  Routes will be
      installed in the kernel FIB, as usual.
      
      This was report/fixed by Florian when testing DSA driver with net-next on
      devices with L2 offload support but no L3 offload support. What he reported
      was an initial route installed from DHCP client would fail (route not
      installed to kernel FIB).  This was triggering the setting of
      ipv4.fib_offload_disabled, which would disable route offloading after the
      first failure.  So subsequent attempts to install the route would succeed.
      
      There is follow-on work/discussion to address the handling of route install
      failures, but for now, let's differentiate between no support and failed
      support.
      Reported-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NScott Feldman <sfeldma@gmail.com>
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      af201f72
  13. 04 6月, 2015 1 次提交
  14. 18 5月, 2015 1 次提交
  15. 15 5月, 2015 1 次提交
  16. 14 5月, 2015 3 次提交
  17. 13 5月, 2015 8 次提交