1. 14 7月, 2020 4 次提交
  2. 23 6月, 2020 1 次提交
  3. 17 6月, 2020 1 次提交
  4. 01 5月, 2020 7 次提交
  5. 25 4月, 2020 5 次提交
  6. 21 2月, 2020 5 次提交
  7. 20 1月, 2020 3 次提交
  8. 19 10月, 2019 1 次提交
  9. 09 4月, 2019 2 次提交
  10. 28 2月, 2019 1 次提交
  11. 11 12月, 2018 1 次提交
  12. 10 8月, 2018 1 次提交
  13. 12 7月, 2018 1 次提交
  14. 05 6月, 2018 1 次提交
    • P
      mlxsw: spectrum_span: Suppress VLAN on BRIDGE_VLAN_INFO_UNTAGGED · 1fc68bb7
      Petr Machata 提交于
      When offloading mirroring to gretap or ip6gretap netdevices, an 802.1q
      bridge is one of the soft devices permissible in the underlay when
      resolving the packet path. After the packet path is resolved to a
      particular bridge egress device, flags on packet VLAN determine whether
      the egressed packet should be tagged.
      
      The current logic however only ever sets the VLAN tag, never suppresses
      it. Thus if there's a VLAN netdevice above the bridge that determines
      the packet VLAN, that VLAN is never unset, and mirroring is configured
      with VLAN tagging.
      
      Fix by setting the packet VLAN on both branches: set to zero (for unset)
      when BRIDGE_VLAN_INFO_UNTAGGED, copy the resolved VLAN (e.g. from bridge
      PVID) otherwise.
      
      Fixes: 946a11e7 ("mlxsw: spectrum_span: Allow bridge for gretap mirror")
      Signed-off-by: NPetr Machata <petrm@mellanox.com>
      Signed-off-by: NIdo Schimmel <idosch@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1fc68bb7
  15. 15 5月, 2018 1 次提交
  16. 12 5月, 2018 2 次提交
  17. 11 5月, 2018 2 次提交
  18. 01 5月, 2018 1 次提交