summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip/ksz9477.c
AgeCommit message (Expand)Author
2022-05-18net: dsa: microchip: move port memory allocation to ksz_commonArun Ramadoss
2022-05-18net: dsa: microchip: move struct mib_names to ksz_chip_dataArun Ramadoss
2022-05-18net: dsa: microchip: move ksz_chip_data to ksz_commonArun Ramadoss
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-29net: dsa: ksz9477: port mirror sniffing limited to one portArun Ramadoss
2022-04-27net: dsa: ksz9477: move get_stats64 to ksz_common.cArun Ramadoss
2022-04-26net: dsa: ksz: added the generic port_stp_state_set functionArun Ramadoss
2022-03-17net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean
2022-03-09net: dsa: microchip: ksz9477: implement MTU configurationOleksij Rempel
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean
2022-02-19net: dsa: microchip: ksz9477: export HW stats over stats64 interfaceOleksij Rempel
2022-01-28net: dsa: microchip: Add property to disable reference clockRobert Hancock
2021-11-26net: dsa: microchip: implement multi-bridge supportOleksij Rempel
2021-05-24net: dsa: microchip: enable phy errata workaround on 9567George McCollister
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2020-12-02net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik
2020-12-02net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne
2020-09-09net: dsa: microchip: Disable RGMII in-band status on KSZ9893Paul Barker
2020-09-09net: dsa: microchip: Improve phy mode messagePaul Barker
2020-09-09net: dsa: microchip: Make switch detection more informativePaul Barker
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-21net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-04net: dsa: microchip: remove unused private membersCodrin Ciubotariu
2020-07-04net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu
2020-07-02net: dsa: microchip: set the correct number of portsCodrin Ciubotariu
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2019-09-12net: dsa: microchip: add ksz9567 to ksz9477 driverGeorge McCollister
2019-08-06net: dsa: ksz: Merge ksz_priv.h into ksz_common.hMarek Vasut
2019-06-27net: dsa: microchip: Replace bit RMW with regmapMarek Vasut
2019-06-27net: dsa: microchip: Replace ksz9477_wait_alu_sta_ready polling with regmapMarek Vasut
2019-06-27net: dsa: microchip: Replace ksz9477_wait_alu_ready polling with regmapMarek Vasut
2019-06-27net: dsa: microchip: Replace ksz9477_wait_vlan_ctrl_ready polling with regmapMarek Vasut
2019-06-27net: dsa: microchip: Replace ad-hoc polling with regmapMarek Vasut
2019-06-27net: dsa: microchip: Replace ad-hoc bit manipulation with regmapMarek Vasut
2019-06-27net: dsa: microchip: Use PORT_CTRL_ADDR() instead of indirect function callMarek Vasut
2019-06-27net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.cMarek Vasut
2019-06-14net: dsa: microchip: Support optional 125MHz SYNCLKO outputRobert Hancock
2019-06-14net: dsa: microchip: Add PHY errata workaroundsRobert Hancock
2019-04-03net: dsa: microchip: mark expected switch fall-throughGustavo A. R. Silva