summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: dsa: remove DSA link pollingNeil Armstrong2015-12-071-43/+0
* net: dsa: include gpio consumer header fileArnd Bergmann2015-11-241-0/+1
* net: dsa: Add support for a switch reset gpioAndrew Lunn2015-11-231-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-11/+59
|\
| * net: dsa: exit probe if no switch were foundNeil Armstrong2015-10-071-3/+16
| * net: dsa: switch to devm_ calls and remove kfree callsNeil Armstrong2015-10-071-12/+5
| * net: dsa: complete dsa_switch_destroyNeil Armstrong2015-10-071-0/+37
| * net: dsa: add missing dsa_switch mdiobus removeNeil Armstrong2015-10-071-0/+2
| * net: dsa: add missing kfree on removeNeil Armstrong2015-10-071-1/+4
* | net: dsa: better error reportingRussell King2015-10-071-2/+2
|/
* net: fix net_device refcountingRussell King2015-09-241-1/+4
* net: dsa: fix of_mdio_find_bus() device refcount leakRussell King2015-09-241-7/+31
* net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn2015-08-311-1/+7
* net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn2015-08-311-0/+37
* net: dsa: Allow multi hop routes to be expressedAndrew Lunn2015-08-181-10/+30
OpenPOWER on IntegriCloud