An error occurred fetching the project authors.
  1. 14 Jul, 2020 4 commits
  2. 22 Jun, 2020 1 commit
  3. 16 Jun, 2020 1 commit
  4. 30 Apr, 2020 7 commits
  5. 24 Apr, 2020 5 commits
  6. 20 Feb, 2020 5 commits
  7. 20 Jan, 2020 3 commits
  8. 18 Oct, 2019 1 commit
  9. 08 Apr, 2019 2 commits
  10. 27 Feb, 2019 1 commit
  11. 10 Dec, 2018 1 commit
  12. 09 Aug, 2018 1 commit
  13. 12 Jul, 2018 1 commit
  14. 04 Jun, 2018 1 commit
    • Petr Machata's avatar
      mlxsw: spectrum_span: Suppress VLAN on BRIDGE_VLAN_INFO_UNTAGGED · 1fc68bb7
      Petr Machata authored
      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: default avatarPetr Machata <petrm@mellanox.com>
      Signed-off-by: default avatarIdo Schimmel <idosch@mellanox.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      1fc68bb7
  15. 14 May, 2018 1 commit
  16. 11 May, 2018 2 commits
  17. 10 May, 2018 2 commits
  18. 30 Apr, 2018 1 commit