aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot1-8/+8
2017-01-29net: dsa: variable number of portsVivien Didelot1-3/+2
2017-01-26net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli1-6/+9
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn1-1/+1
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn1-4/+0
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot1-1/+1
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot1-4/+3
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli1-5/+5
2017-01-09net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli1-5/+7
2017-01-07net: dsa: move HWMON support to its own fileVivien Didelot1-129/+2
2017-01-06net: dsa: remove version stringVivien Didelot1-5/+0
2017-01-04net: dsa: remove out label in dsa_switch_setup_oneVivien Didelot1-27/+13
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold1-10/+2
2016-11-27net: dsa: fix fixed-link-phy device leaksJohan Hovold1-1/+4
2016-09-20net-next: dsa: make the set_addr() operation optionalJohn Crispin1-3/+5
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin1-0/+3
2016-08-24net: dsa: rename switch operations structureVivien Didelot1-35/+35
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn1-1/+4
2016-08-19net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli1-1/+0
2016-08-19net: dsa: Export suspend/resume functionsFlorian Fainelli1-2/+4
2016-07-08net: dsa: initialize the routing tableVivien Didelot1-0/+6
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli1-0/+41
2016-06-04net: dsa: Add new binding implementationAndrew Lunn1-0/+5
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn1-11/+13
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn1-26/+45
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn1-35/+51
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn1-0/+2
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn1-12/+0
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn1-4/+4
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn1-4/+4
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn1-9/+9
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn1-1/+1
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn1-16/+0
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot1-3/+2
2016-04-17net: dsa: constify probed nameVivien Didelot1-3/+3
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-4/+4
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn1-1/+1
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn1-3/+5
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn1-3/+4
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn1-3/+1
2016-03-14dsa: dsa: Fix freeing of fixed-phys from user ports.Andrew Lunn1-3/+0
2016-03-14dsa: Destroy fixed link phys after the phy has been disconnectedAndrew Lunn1-12/+12
2016-03-10net: dsa: Fix cleanup resources upon module removalNeil Armstrong1-8/+8
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2015-12-07net: dsa: move dsa slave destroy code to slave.cNeil Armstrong1-2/+1
2015-12-07net: dsa: Add missing master netdev dev_put() callsNeil Armstrong1-1/+5
2015-12-07net: dsa: cleanup resources upon module removalNeil Armstrong1-0/+8
2015-12-07net: dsa: remove DSA link pollingNeil Armstrong1-43/+0
2015-11-24net: dsa: include gpio consumer header fileArnd Bergmann1-0/+1
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn1-0/+17