Message ID | 20240815000707.2006121-1-vladimir.oltean@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | VLAN fixes for Ocelot driver | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 15 Aug 2024 03:06:53 +0300 you wrote: > This is a collection of patches I've gathered over the past several > months. > > Patches 1-6/14 are supporting patches for selftests. > > Patch 9/14 fixes PTP TX from a VLAN upper of a VLAN-aware bridge port > when using the "ocelot-8021q" tagging protocol. Patch 7/14 is its > supporting selftest. > > [...] Here is the summary with links: - [net,01/14] selftests: net: local_termination: refactor macvlan creation/deletion https://git.kernel.org/netdev/net/c/8d019b15ddd5 - [net,02/14] selftests: net: local_termination: parameterize sending interface https://git.kernel.org/netdev/net/c/4261fa35185c - [net,03/14] selftests: net: local_termination: parameterize test name https://git.kernel.org/netdev/net/c/df7cf5cc551c - [net,04/14] selftests: net: local_termination: add one more test for VLAN-aware bridges https://git.kernel.org/netdev/net/c/5b8e74182ed3 - [net,05/14] selftests: net: local_termination: introduce new tests which capture VLAN behavior https://git.kernel.org/netdev/net/c/5fea8bb00974 - [net,06/14] selftests: net: local_termination: don't use xfail_on_veth() https://git.kernel.org/netdev/net/c/9aa3749ca4a8 - [net,07/14] selftests: net: local_termination: add PTP frames to the mix https://git.kernel.org/netdev/net/c/237979504264 - [net,08/14] selftests: net: bridge_vlan_aware: test that other TPIDs are seen as untagged https://git.kernel.org/netdev/net/c/e29b82ef2761 - [net,09/14] net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection https://git.kernel.org/netdev/net/c/67c3ca2c5cfe - [net,10/14] net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q" https://git.kernel.org/netdev/net/c/e1b9e80236c5 - [net,11/14] net: mscc: ocelot: serialize access to the injection/extraction groups https://git.kernel.org/netdev/net/c/c5e12ac3beb0 - [net,12/14] net: dsa: provide a software untagging function on RX for VLAN-aware bridges https://git.kernel.org/netdev/net/c/93e4649efa96 - [net,13/14] net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021q https://git.kernel.org/netdev/net/c/f1288fd7293b - [net,14/14] net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged https://git.kernel.org/netdev/net/c/36dd1141be70 You are awesome, thank you!