[PATCH net v3 0/2] net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime

Dong Chenchen posted 2 patches 2 months, 3 weeks ago
net/8021q/vlan.c                              | 42 ++++++--
net/8021q/vlan.h                              |  1 +
tools/testing/selftests/net/vlan_hw_filter.sh | 98 ++++++++++++++++---
3 files changed, 120 insertions(+), 21 deletions(-)
[PATCH net v3 0/2] net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime
Posted by Dong Chenchen 2 months, 3 weeks ago
Fix VLAN 0 refcount imbalance of toggling filtering during runtime.

v2:
	Add auto_vid0 flag to track the refcount of vlan0 
	Add selftest case for vlan_filter

v3:
	Add Suggested-by signature
	Modify commit message description

Dong Chenchen (2):
  net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during
    runtime
  selftests: Add test cases for vlan_filter modification during runtime

 net/8021q/vlan.c                              | 42 ++++++--
 net/8021q/vlan.h                              |  1 +
 tools/testing/selftests/net/vlan_hw_filter.sh | 98 ++++++++++++++++---
 3 files changed, 120 insertions(+), 21 deletions(-)

-- 
2.25.1