aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22net: dsa: ocelot: fix "should it be static?" warningsChen Wandun1-2/+2
2019-11-21net: dsa: ocelot: add hardware timestamping support for FelixYangbo Lu1-0/+89
2019-11-21net: dsa: ocelot: define PTP registers for felix_vsc9959Yangbo Lu1-0/+16
2019-11-19net: dsa: felix: Fix CPU port assignment when not last portVladimir Oltean1-1/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+13
2019-11-15mv88e6xxx: Reject requests to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+2
2019-11-15mv88e6xxx: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15net: dsa: ocelot: add driver for Felix switch familyVladimir Oltean7-0/+1065
2019-11-14net: dsa: sja1105: Simplify reset handlingVladimir Oltean2-97/+15
2019-11-14net: dsa: sja1105: Implement state machine for TAS with PTP clock sourceVladimir Oltean7-17/+487
2019-11-14net: dsa: sja1105: Make the PTP command read-writeVladimir Oltean4-44/+53
2019-11-12net: dsa: sja1105: Print the reset reasonVladimir Oltean4-7/+27
2019-11-12net: dsa: mv88e6xxx: fix broken if statement because of a stray semicolonColin Ian King1-1/+1
2019-11-11net: dsa: mv88e6xxx: Add support for port mirroringIwan R Timmer5-4/+136
2019-11-11net: dsa: mv88e6xxx: Split monitor port configurationIwan R Timmer4-16/+52
2019-11-11net: dsa: sja1105: Disallow management xmit during switch resetVladimir Oltean1-0/+4
2019-11-11net: dsa: sja1105: Restore PTP time after switch resetVladimir Oltean4-32/+114
2019-11-11net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean4-22/+61
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-06net: dsa: mv8e6xxx: Fix stub function parametersAndrew Lunn1-1/+2
2019-11-05net: dsa: mv88e6xxx: Add ATU occupancy via devlink resourcesAndrew Lunn1-4/+186
2019-11-05net: dsa: mv88e6xxx: global1_atu: Add helper for get nextAndrew Lunn4-10/+9
2019-11-05net: dsa: mv88e6xxx: global2: Expose ATU stats registerAndrew Lunn2-1/+43
2019-11-05net: dsa: mv88e6xxx: Add number of MACs in the ATUAndrew Lunn2-0/+31
2019-11-05net: dsa: bcm_sf2: Add support for optional reset controller lineFlorian Fainelli2-0/+22
2019-11-05net: dsa: bcm_sf2: Fix driver removalFlorian Fainelli1-2/+2
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn5-15/+23
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-17/+23
2019-11-01net: dsa: bcm_sf2: Fix IMP setup for port different than 8Florian Fainelli1-15/+21
2019-10-31net: dsa: list DSA links in the fabricVivien Didelot1-4/+4
2019-10-29net: dsa: LAN9303: select REGMAP when LAN9303 enableMao Wenan1-0/+1
2019-10-28net: dsa: sja1105: improve NET_DSA_SJA1105_TAS dependencyArnd Bergmann1-2/+2
2019-10-28net: dsa: mv88e6xxx: Add devlink param for ATU hash algorithm.Andrew Lunn4-1/+169
2019-10-28net: dsa: bcm_sf2: Wire up MDB operationsFlorian Fainelli1-0/+3
2019-10-28net: dsa: b53: Add support for MDBFlorian Fainelli2-3/+67
2019-10-28net: dsa: qca8k: Initialize the switch with correct number of portsMichal Vokáč1-1/+1
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot12-12/+43
2019-10-22net: dsa: sja1105: register switch before assigning port private dataVivien Didelot1-5/+10
2019-10-22net: dsa: mv88e6xxx: use ports list to map bridgeVivien Didelot1-21/+18
2019-10-22net: dsa: mv88e6xxx: use ports list to map port VLANVivien Didelot1-12/+20
2019-10-22net: dsa: mv88e6xxx: silently skip PVT opsVivien Didelot1-10/+1
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot7-31/+31
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller13-28/+42
2019-10-18net: dsa: sja1105: Switch to hardware operations for PTPVladimir Oltean4-124/+128
2019-10-17net: dsa: microchip: Add shared regmap mutexMarek Vasut5-9/+28
2019-10-17net: dsa: microchip: Do not reinit mutexes on KSZ87xxMarek Vasut1-4/+0
2019-10-15net: dsa: sja1105: Use the correct style for SPDX License IdentifierNishad Kamdar5-10/+10
2019-10-15net: dsa: microchip: Use the correct style for SPDX License IdentifierNishad Kamdar2-4/+4
2019-10-15net: dsa: sja1105: Switch to scatter/gather API for SPIVladimir Oltean2-81/+85