aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/microchip/ksz9477.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-26net: dsa: microchip: implement multi-bridge supportOleksij Rempel1-58/+8
2021-05-24net: dsa: microchip: enable phy errata workaround on 9567George McCollister1-0/+1
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-3/+4
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-7/+11
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-5/+9
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-5/+1
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-36/+30
2020-12-02net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik1-7/+5
2020-12-02net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik1-2/+0
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-1/+5
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+19
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne1-10/+19
2020-09-09net: dsa: microchip: Disable RGMII in-band status on KSZ9893Paul Barker1-0/+3
2020-09-09net: dsa: microchip: Improve phy mode messagePaul Barker1-5/+15
2020-09-09net: dsa: microchip: Make switch detection more informativePaul Barker1-0/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+23
2020-07-21net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne1-19/+23
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-07-04net: dsa: microchip: remove unused private membersCodrin Ciubotariu1-21/+2
2020-07-04net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu1-1/+2
2020-07-02net: dsa: microchip: set the correct number of portsCodrin Ciubotariu1-0/+3
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
2019-09-12net: dsa: microchip: add ksz9567 to ksz9477 driverGeorge McCollister1-0/+9
2019-08-06net: dsa: ksz: Merge ksz_priv.h into ksz_common.hMarek Vasut1-1/+0
2019-06-27net: dsa: microchip: Replace bit RMW with regmapMarek Vasut1-12/+10
2019-06-27net: dsa: microchip: Replace ksz9477_wait_alu_sta_ready polling with regmapMarek Vasut1-20/+12
2019-06-27net: dsa: microchip: Replace ksz9477_wait_alu_ready polling with regmapMarek Vasut1-22/+12
2019-06-27net: dsa: microchip: Replace ksz9477_wait_vlan_ctrl_ready polling with regmapMarek Vasut1-18/+8
2019-06-27net: dsa: microchip: Replace ad-hoc polling with regmapMarek Vasut1-9/+5
2019-06-27net: dsa: microchip: Replace ad-hoc bit manipulation with regmapMarek Vasut1-40/+6
2019-06-27net: dsa: microchip: Use PORT_CTRL_ADDR() instead of indirect function callMarek Vasut1-1/+1
2019-06-27net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.cMarek Vasut1-0/+29
2019-06-14net: dsa: microchip: Support optional 125MHz SYNCLKO outputRobert Hancock1-0/+4
2019-06-14net: dsa: microchip: Add PHY errata workaroundsRobert Hancock1-0/+62
2019-04-03net: dsa: microchip: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-03net: dsa: microchip: add KSZ9893 switch supportTristram Ha1-13/+229
2019-02-24net: dsa: microchip: add port_cleanup functionTristram Ha1-0/+6
2019-02-24net: dsa: microchip: remove unnecessary include headersTristram Ha1-4/+0
2019-02-24net: dsa: microchip: get port link statusTristram Ha1-0/+1
2019-02-24net: dsa: microchip: add MIB counter reading supportTristram Ha1-42/+81
2019-02-24net: dsa: microchip: prepare PHY for proper advertisementTristram Ha1-1/+12
2019-02-11net: dsa: microchip: add switch offload forwarding supportTristram Ha1-3/+4
2018-12-20net: dsa: microchip: fix unicast frame leakTristram Ha1-4/+4
2018-12-16net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha1-1/+1
2018-11-20net: dsa: microchip: rename ksz_9477_reg.h to ksz9477_reg.hTristram Ha1-1/+1
2018-11-20net: dsa: microchip: break KSZ9477 DSA driver into two filesTristram Ha1-0/+1316