summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/rtl8366rb.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: realtek-smi: move to subdirectoryLuiz Angelo Daros de Luca2022-01-281-1816/+0
* net: dsa: realtek-smi: fix kdoc warningsLuiz Angelo Daros de Luca2022-01-281-0/+2
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-1/+2
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-4/+4
* net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean2021-12-081-2/+2
* net: dsa: rtl8366rb: remove unneeded semicolonYang Li2021-10-081-1/+1
* net: dsa: rtl8366rb: Support setting STP stateLinus Walleij2021-10-061-0/+48
* net: dsa: rtl8366rb: Support fast agingLinus Walleij2021-10-061-0/+14
* net: dsa: rtl8366rb: Support disabling learningLinus Walleij2021-10-061-6/+44
* net: dsa: rtl8366rb: Use core filtering trackingLinus Walleij2021-09-301-7/+2
* net: dsa: rtl8366rb: Fix off-by-one bugLinus Walleij2021-09-271-1/+1
* net: dsa: rtl8366rb: Rewrite weird VLAN filering enablementLinus Walleij2021-09-271-7/+95
* net: dsa: rtl8366: Drop custom VLAN set-upLinus Walleij2021-09-271-3/+1
* net: dsa: rtl8366rb: Support bridge offloadingDENG Qingfang2021-09-271-0/+86
* net: dsa: rtl8366rb: standardize init jam tablesLorenzo Carletti2021-01-271-134/+139
* net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-151-0/+2
* net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-111-1/+0
* net: dsa: rtl8366rb: Roof MTU for switchLinus Walleij2020-10-101-4/+35
* net: dsa: rtl8366rb: Support all 4096 VLANsLinus Walleij2020-09-211-1/+1
* net: dsa: rtl8366rb: Switch to phylinkLinus Walleij2020-09-071-7/+37
* net: dsa: rtl8366rb: Support setting MTULinus Walleij2020-09-061-1/+37
* net: dsa: rtl8366rb: Support the CPU DSA tagLinus Walleij2020-07-081-23/+8
* net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-081-1/+2
* net: dsa: rtl8366rb: add missing of_node_put after calling of_get_child_by_nameWen Yang2019-10-011-6/+10
* net: dsa: fix warning same module namesAnders Roxell2019-06-141-1/+1
* dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-241-2/+1
* net: dsa: rtl8366rb: Support port 4 (WAN)Linus Walleij2018-08-091-0/+30
* net: dsa: realtek-smi: Add Realtek SMI driverLinus Walleij2018-07-181-0/+1424