1. 20 10月, 2017 1 次提交
  2. 17 10月, 2017 3 次提交
  3. 09 10月, 2017 2 次提交
  4. 05 10月, 2017 1 次提交
  5. 04 10月, 2017 1 次提交
  6. 20 9月, 2017 3 次提交
  7. 13 9月, 2017 1 次提交
    • Y
      mlxsw: spectrum: Prevent mirred-related crash on removal · 6399ebcc
      Yuval Mintz 提交于
      When removing the offloading of mirred actions under
      matchall classifiers, mlxsw would find the destination port
      associated with the offloaded action and utilize it for undoing
      the configuration.
      
      Depending on the order by which ports are removed, it's possible that
      the destination port would get removed before the source port.
      In such a scenario, when actions would be flushed for the source port
      mlxsw would perform an illegal dereference as the destination port is
      no longer listed.
      
      Since the only item necessary for undoing the configuration on the
      destination side is the port-id and that in turn is already maintained
      by mlxsw on the source-port, simply stop trying to access the
      destination port and use the port-id directly instead.
      
      Fixes: 763b4b70 ("mlxsw: spectrum: Add support in matchall mirror TC offloading")
      Signed-off-by: NYuval Mintz <yuvalm@mellanox.com>
      Signed-off-by: NJiri Pirko <jiri@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6399ebcc
  8. 12 9月, 2017 1 次提交
  9. 04 9月, 2017 1 次提交
  10. 02 9月, 2017 1 次提交
  11. 25 8月, 2017 2 次提交
  12. 24 8月, 2017 1 次提交
  13. 12 8月, 2017 2 次提交
  14. 08 8月, 2017 6 次提交
  15. 05 8月, 2017 1 次提交
  16. 19 7月, 2017 2 次提交
  17. 18 7月, 2017 3 次提交
  18. 15 6月, 2017 1 次提交
  19. 09 6月, 2017 5 次提交
  20. 08 6月, 2017 1 次提交
  21. 07 6月, 2017 1 次提交