aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/rtl8366rb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-28net: dsa: realtek-smi: move to subdirectoryLuiz Angelo Daros de Luca1-1816/+0
2022-01-28net: dsa: realtek-smi: fix kdoc warningsLuiz Angelo Daros de Luca1-0/+2
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-4/+4
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean1-2/+2
2021-10-08net: dsa: rtl8366rb: remove unneeded semicolonYang Li1-1/+1
2021-10-06net: dsa: rtl8366rb: Support setting STP stateLinus Walleij1-0/+48
2021-10-06net: dsa: rtl8366rb: Support fast agingLinus Walleij1-0/+14
2021-10-06net: dsa: rtl8366rb: Support disabling learningLinus Walleij1-6/+44
2021-09-30net: dsa: rtl8366rb: Use core filtering trackingLinus Walleij1-7/+2
2021-09-27net: dsa: rtl8366rb: Fix off-by-one bugLinus Walleij1-1/+1
2021-09-27net: dsa: rtl8366rb: Rewrite weird VLAN filering enablementLinus Walleij1-7/+95
2021-09-27net: dsa: rtl8366: Drop custom VLAN set-upLinus Walleij1-3/+1
2021-09-27net: dsa: rtl8366rb: Support bridge offloadingDENG Qingfang1-0/+86
2021-01-27net: dsa: rtl8366rb: standardize init jam tablesLorenzo Carletti1-134/+139
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-0/+2
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-1/+0
2020-10-10net: dsa: rtl8366rb: Roof MTU for switchLinus Walleij1-4/+35
2020-09-21net: dsa: rtl8366rb: Support all 4096 VLANsLinus Walleij1-1/+1
2020-09-07net: dsa: rtl8366rb: Switch to phylinkLinus Walleij1-7/+37
2020-09-06net: dsa: rtl8366rb: Support setting MTULinus Walleij1-1/+37
2020-07-08net: dsa: rtl8366rb: Support the CPU DSA tagLinus Walleij1-23/+8
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
2019-10-01net: dsa: rtl8366rb: add missing of_node_put after calling of_get_child_by_nameWen Yang1-6/+10
2019-06-14net: dsa: fix warning same module namesAnders Roxell1-1/+1
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn1-2/+1
2018-08-09net: dsa: rtl8366rb: Support port 4 (WAN)Linus Walleij1-0/+30
2018-07-18net: dsa: realtek-smi: Add Realtek SMI driverLinus Walleij1-0/+1424