summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Rename and export dev_to_net_device()Florian Fainelli2017-02-071-2/+3
* net: dsa: add switch notifierVivien Didelot2017-02-061-0/+6
* net: dsa: move netdevice notifier registrationVivien Didelot2017-02-061-6/+4
* net: dsa: use ds->num_ports when possibleVivien Didelot2017-01-291-8/+8
* net: dsa: variable number of portsVivien Didelot2017-01-291-3/+2
* net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli2017-01-261-6/+9
* net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn2017-01-241-1/+1
* net: dsa: Remove hwmon supportAndrew Lunn2017-01-201-4/+0
* net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-181-1/+1
* net: dsa: store CPU switch structure in the treeVivien Didelot2017-01-181-4/+3
* net: dsa: Make dsa_switch_ops constFlorian Fainelli2017-01-091-5/+5
* net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli2017-01-091-5/+7
* net: dsa: move HWMON support to its own fileVivien Didelot2017-01-071-129/+2
* net: dsa: remove version stringVivien Didelot2017-01-061-5/+0
* net: dsa: remove out label in dsa_switch_setup_oneVivien Didelot2017-01-041-27/+13
* of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-291-10/+2
* net: dsa: fix fixed-link-phy device leaksJohan Hovold2016-11-271-1/+4
* net-next: dsa: make the set_addr() operation optionalJohn Crispin2016-09-201-3/+5
* net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin2016-09-161-0/+3
* net: dsa: rename switch operations structureVivien Didelot2016-08-241-35/+35
* net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2016-08-221-1/+4
* net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli2016-08-191-1/+0
* net: dsa: Export suspend/resume functionsFlorian Fainelli2016-08-191-2/+4
* net: dsa: initialize the routing tableVivien Didelot2016-07-081-0/+6
* net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli2016-06-081-0/+41
* net: dsa: Add new binding implementationAndrew Lunn2016-06-041-0/+5
* net: dsa: Make mdio bus optionalAndrew Lunn2016-06-041-11/+13
* net: dsa: Refactor selection of tag ops into a functionAndrew Lunn2016-06-041-26/+45
* net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn2016-06-041-35/+51
* net: dsa: Copy the routing table into the switch structureAndrew Lunn2016-06-041-0/+2
* net: dsa: Remove dynamic allocate of routing tableAndrew Lunn2016-06-041-12/+0
* net: dsa: Move port device node into port structureAndrew Lunn2016-06-041-4/+4
* net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn2016-06-041-4/+4
* dsa: Rename switch chip data to cdAndrew Lunn2016-05-111-9/+9
* dsa: Remove master_dev from switch structureAndrew Lunn2016-05-111-1/+1
* dsa: Move gpio reset into switch driverAndrew Lunn2016-05-111-16/+0
* net: dsa: remove tag_protocol from dsa_switchVivien Didelot2016-04-211-3/+2
* net: dsa: constify probed nameVivien Didelot2016-04-171-3/+3
* dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2016-04-131-4/+4
* net: dsa: Remove allocation of driver private memoryAndrew Lunn2016-04-131-1/+1
* net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn2016-04-131-3/+5
* net: dsa: Pass the dsa device to the switch driversAndrew Lunn2016-04-131-3/+4
* phy: fixed: Fix removal of phys.Andrew Lunn2016-03-141-3/+1
* dsa: dsa: Fix freeing of fixed-phys from user ports.Andrew Lunn2016-03-141-3/+0
* dsa: Destroy fixed link phys after the phy has been disconnectedAndrew Lunn2016-03-141-12/+12
* net: dsa: Fix cleanup resources upon module removalNeil Armstrong2016-03-101-8/+8
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* net: dsa: move dsa slave destroy code to slave.cNeil Armstrong2015-12-071-2/+1
* net: dsa: Add missing master netdev dev_put() callsNeil Armstrong2015-12-071-1/+5
* net: dsa: cleanup resources upon module removalNeil Armstrong2015-12-071-0/+8