aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105/sja1105_static_config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-17net: update NXP copyright textVladimir Oltean1-1/+1
2021-06-18net: dsa: sja1105: allow the TTEthernet configuration in the static config for SJA1110Vladimir Oltean1-2/+1
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean1-0/+1
2021-06-08net: dsa: sja1105: make sure the retagging port is enabled for SJA1110Vladimir Oltean1-0/+1
2021-06-08net: dsa: sja1105: add support for the SJA1110 switch familyVladimir Oltean1-0/+482
2021-05-24net: dsa: sja1105: allow the frame buffer size to be customizedVladimir Oltean1-7/+6
2021-02-25net: dsa: sja1105: Remove unneeded cast in sja1105_crc32()Geert Uytterhoeven1-1/+1
2020-06-22net: dsa: sja1105: make config table operation structures constantVladimir Oltean1-6/+6
2020-06-22net: dsa: sja1105: remove empty structures from config table opsVladimir Oltean1-24/+0
2020-05-30net: dsa: sja1105: fix port mirroring for P/Q/R/SVladimir Oltean1-6/+4
2020-05-12net: dsa: sja1105: add packing ops for the Retagging TableVladimir Oltean1-2/+60
2020-05-07net: dsa: sja1105: add static tables for virtual linksVladimir Oltean1-0/+202
2020-03-23net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUTVladimir Oltean1-0/+1
2020-03-23net: dsa: sja1105: make the AVB table dynamically reconfigurableVladimir Oltean1-2/+2
2019-12-30net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/SVladimir Oltean1-2/+5
2019-09-16net: dsa: sja1105: Add static config tables for schedulingVladimir Oltean1-0/+167
2019-06-27net: dsa: sja1105: Make P/Q/R/S learn MAC addressesVladimir Oltean1-0/+4
2019-06-27net: dsa: sja1105: Actually implement the P/Q/R/S FDB bitsVladimir Oltean1-0/+5
2019-06-27net: dsa: sja1105: Build PTP support in main DSA driverVladimir Oltean1-3/+0
2019-06-08net: dsa: sja1105: Add support for the AVB Parameters TableVladimir Oltean1-0/+59
2019-06-08net: dsa: sja1105: Export symbols for upcoming PTP driverVladimir Oltean1-0/+3
2019-06-04net: dsa: sja1105: Add missing L2 Forwarding Table definitions for P/Q/R/SVladimir Oltean1-4/+14
2019-05-30net: dsa: sja1105: Make static_config_check_memory_size staticYueHaibing1-1/+1
2019-05-03net: dsa: sja1105: Add support for VLAN operationsVladimir Oltean1-0/+38
2019-05-03net: dsa: Introduce driver for NXP SJA1105 5-port L2 switchVladimir Oltean1-0/+949