summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip/ksz_common.h
AgeCommit message (Expand)Author
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-11-26net: dsa: microchip: implement multi-bridge supportOleksij Rempel
2021-08-10net: dsa: microchip: ksz8795: Reject unsupported VLAN configurationBen Hutchings
2021-08-10net: dsa: microchip: Fix ksz_read64()Ben Hutchings
2021-04-28net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean
2020-12-02net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik
2020-12-02net: dsa: microchip: ksz8795: remove unused last_port variableMichael Grzeschik
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne
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-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-03-10net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister
2019-10-17net: dsa: microchip: Add shared regmap mutexMarek Vasut
2019-10-15net: dsa: microchip: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-09-27net: dsa: microchip: Always set regmap stride to 1Marek Vasut
2019-09-12net: dsa: microchip: add KSZ9477 I2C driverTristram Ha
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-31net: dsa: microchip: fill regmap_config nameGeorge McCollister
2019-08-06net: dsa: ksz: Merge ksz_priv.h into ksz_common.hMarek Vasut
2019-08-06net: dsa: ksz: Remove dead code and fix warningsMarek Vasut
2019-07-30net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha
2019-06-27net: dsa: microchip: Replace ad-hoc polling with regmapMarek Vasut
2019-06-27net: dsa: microchip: Factor out regmap config generation into common headerMarek Vasut
2019-06-27net: dsa: microchip: Dispose of ksz_io_opsMarek Vasut
2019-06-27net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.cMarek Vasut
2019-06-27net: dsa: microchip: Remove ksz_{get,set}()Marek Vasut
2019-06-27net: dsa: microchip: Remove ksz_{read,write}24()Marek Vasut
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn
2019-02-24net: dsa: microchip: add port_cleanup functionTristram Ha
2019-02-24net: dsa: microchip: get port link statusTristram Ha
2019-02-24net: dsa: microchip: add MIB counter reading supportTristram Ha
2018-11-20net: dsa: microchip: break KSZ9477 DSA driver into two filesTristram Ha