summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2019-08-31net: dsa: microchip: add KSZ8563 compatibility stringRazvan Stefanescu
2019-08-31net: dsa: microchip: fill regmap_config nameGeorge McCollister
2019-08-21net: dsa: bcm_sf2: Do not configure PHYLINK on CPU portFlorian Fainelli
2019-08-08net: dsa: sja1105: remove set but not used variables 'tx_vid' and 'rx_vid'YueHaibing
2019-08-06net: dsa: sja1105: Really fix panic on unregistering PTP clockVladimir Oltean
2019-08-06net: dsa: sja1105: Use the LOCKEDS bit for SJA1105 E/T as wellVladimir Oltean
2019-08-06net: dsa: sja1105: Fix broken learning with vlan_filtering disabledVladimir Oltean
2019-08-06net: dsa: qca8k: Add of_node_put() in qca8k_setup_mdio_bus()Nishka Dasgupta
2019-08-05net: dsa: mv88e6xxx: drop adjust_link to enabled phylinkHubert Feurstein
2019-07-30net: dsa: qca8k: enable port flow controlxiaofeis
2019-07-30net: dsa: mv88e6xxx: use link-down-define instead of plain valueHubert Feurstein
2019-07-23net: dsa: sja1105: sja1105_main: Add of_node_put()Nishka Dasgupta
2019-07-23net: dsa: mv88e6xxx: chip: Add of_node_put() before returnNishka Dasgupta
2019-07-12net: dsa: qca8k: replace legacy gpio includeChristian Lamparter
2019-07-09net: dsa: vsc73xx: fix NET_DSA and OF dependenciesArnd Bergmann
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-07net: dsa: vsc73xx: Assert reset if iCPU is enabledPawel Dembicki
2019-07-07net: dsa: vsc73xx: add support for parallel modePawel Dembicki
2019-07-07net: dsa: vsc73xx: Split vsc73xx driverPawel Dembicki
2019-06-29net: dsa: mv88e6xxx: wait after reset deactivationBaruch Siach
2019-06-28net: dsa: b53: Disable all ports on setupBenedikt Spranger
2019-06-28net: dsa: sja1105: Mark in-band AN modes not supported for PHYLINKVladimir Oltean
2019-06-28net: dsa: sja1105: Check for PHY mode mismatches with what PHYLINK reportsVladimir Oltean
2019-06-28net: dsa: sja1105: Don't check state->link in phylink_mac_configVladimir Oltean
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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: qca8k: introduce reset via gpio featureChristian Lamparter
2019-06-27net: dsa: sja1105: Implement is_static for FDB entries on E/TVladimir Oltean
2019-06-27net: dsa: sja1105: Use correct dsa_8021q VIDs for FDB commandsVladimir Oltean
2019-06-27net: dsa: sja1105: Populate is_static for FDB entries on P/Q/R/SVladimir Oltean
2019-06-27net: dsa: sja1105: Add a high-level overview of the dynamic config interfaceVladimir Oltean
2019-06-27net: dsa: sja1105: Back up static FDB entries in kernel memoryVladimir Oltean
2019-06-27net: dsa: sja1105: Make P/Q/R/S learn MAC addressesVladimir Oltean
2019-06-27net: dsa: sja1105: Actually implement the P/Q/R/S FDB bitsVladimir Oltean
2019-06-27net: dsa: sja1105: Make vid 1 the default pvidVladimir Oltean
2019-06-27net: dsa: sja1105: Cancel PTP delayed work on unregisterVladimir Oltean
2019-06-27net: dsa: sja1105: Build PTP support in main DSA driverVladimir Oltean
2019-06-27net: dsa: microchip: Replace ad-hoc bit manipulation 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: Initial SPI regmap supportMarek Vasut
2019-06-27net: dsa: microchip: Factor out register access opcode generationMarek 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-27net: dsa: microchip: Inline ksz_spi.hMarek Vasut
2019-06-27net: dsa: microchip: Remove ksz_{get,set}()Marek Vasut