aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/microchip/ksz8795.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-14net: dsa: microchip: ksz8795: add LINK_MD register supportOleksij Rempel1-0/+22
2021-06-14net: phy/dsa micrel/ksz886x add MDI-X supportOleksij Rempel1-0/+5
2021-06-14net: dsa: microchip: ksz8795: add phylink supportMichael Grzeschik1-0/+55
2021-06-14net: phy: micrel: move phy reg offsets to common headerMichael Grzeschik1-59/+60
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel1-49/+262
2021-04-27net: dsa: microchip: ksz8795: move register offsets and shifts to separate structMichael Grzeschik1-75/+212
2021-04-27net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik1-42/+50
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik1-115/+109
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+2
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+20
2021-01-20net: dsa: microchip: ksz8795: Fix KSZ8794 port map againMarek Vasut1-10/+20
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-3/+4
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-1/+0
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-32/+30
2020-12-02net: dsa: microchip: ksz8795: use num_vlans where possibleMichael Grzeschik1-1/+1
2020-12-02net: dsa: microchip: ksz8795: use port_cnt instead of TOTOAL_PORT_NUMMichael Grzeschik1-2/+2
2020-12-02net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik1-6/+5
2020-12-02net: dsa: microchip: ksz8795: align port_cnt usage with other microchip driversMichael Grzeschik1-5/+5
2020-12-02net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik1-2/+0
2020-12-02net: dsa: microchip: ksz8795: use phy_port_cnt where possibleMichael Grzeschik1-10/+10
2020-12-02net: dsa: microchip: ksz8795: use mib_cnt where possibleMichael Grzeschik1-4/+5
2020-12-02net: dsa: microchip: ksz8795: use reg_mib_cnt where possibleMichael Grzeschik1-3/+3
2020-12-02net: dsa: microchip: ksz8795: move variable assignments from detect to initMichael Grzeschik1-6/+6
2020-12-02net: dsa: microchip: ksz8795: remove superfluous port_cnt assignmentMichael Grzeschik1-2/+0
2020-12-02net: dsa: microchip: ksz8795: remove unused last_port variableMichael Grzeschik1-1/+0
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-1/+5
2020-09-16net: dsa: microchip: ksz8795: really set the correct number of portsMatthias Schiffer1-1/+1
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne1-5/+13
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-18/+0
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-10-17net: dsa: microchip: Do not reinit mutexes on KSZ87xxMarek Vasut1-4/+0
2019-08-06net: dsa: ksz: Merge ksz_priv.h into ksz_common.hMarek Vasut1-1/+0
2019-07-30net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha1-0/+1311