commit | 1da73821343c7d733de96de0a44d6d807bda98ce | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Mon Jun 03 00:15:45 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 04 11:49:20 2019 -0700 |
tree | d3717e78b90abd0bc5d2811309136c2863f505fd | |
parent | 2a7e7409298d5e0a51e7ff23dc0befc6fdef69d1 [diff] |
net: dsa: sja1105: Add FDB operations for P/Q/R/S series This adds support for manipulating the L2 forwarding database (dump, add, delete) for the second generation of NXP SJA1105 switches. At the moment only FDB entries installed statically through 'bridge fdb' are visible in the dump callback - the dynamically learned ones are still under investigation. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>