summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip
AgeCommit message (Expand)Author
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20net: dsa: microchip: Adjust reset release timing to match reference reset cir...Marek Vasut
2021-01-20net: dsa: microchip: ksz8795: Fix KSZ8794 port map againMarek Vasut
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: ksz8795: use num_vlans where possibleMichael Grzeschik
2020-12-02net: dsa: microchip: ksz8795: use port_cnt instead of TOTOAL_PORT_NUMMichael Grzeschik
2020-12-02net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik
2020-12-02net: dsa: microchip: ksz8795: align port_cnt usage with other microchip driversMichael Grzeschik
2020-12-02net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik
2020-12-02net: dsa: microchip: ksz8795: use phy_port_cnt where possibleMichael Grzeschik
2020-12-02net: dsa: microchip: ksz8795: use mib_cnt where possibleMichael Grzeschik
2020-12-02net: dsa: microchip: ksz8795: use reg_mib_cnt where possibleMichael Grzeschik
2020-12-02net: dsa: microchip: ksz8795: move variable assignments from detect to initMichael Grzeschik
2020-12-02net: dsa: microchip: ksz8795: remove superfluous port_cnt assignmentMichael Grzeschik
2020-12-02net: dsa: microchip: ksz8795: remove unused last_port variableMichael Grzeschik
2020-11-25net: dsa: microchip: ksz8795: setup SPI modeChristian Eggers
2020-11-25net: dsa: microchip: ksz9477: setup SPI modeChristian Eggers
2020-11-25net: dsa: microchip: support for "ethernet-ports" nodeChristian Eggers
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-12net: dsa: microchip: fix race conditionChristian Eggers
2020-10-09net: dsa: microchip: add ksz9563 to ksz9477 I2C driverChristian Eggers
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-09-24net: dsa: microchip: really look for phy-mode in port nodesHelmut Grohne
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-16net: dsa: microchip: ksz8795: really set the correct number of portsMatthias Schiffer
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne
2020-09-09net: dsa: microchip: Implement recommended reset timingPaul Barker
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-07-01net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driverHelmut Grohne
2020-03-31net: dsa: ksz: Select KSZ protocol tagCodrin Ciubotariu
2020-03-10net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister
2020-02-07net: dsa: microchip: enable module autoprobeRazvan Stefanescu
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn