aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+59
2015-10-07net: dsa: exit probe if no switch were foundNeil Armstrong1-3/+16
2015-10-07net: dsa: switch to devm_ calls and remove kfree callsNeil Armstrong1-12/+5
2015-10-07net: dsa: complete dsa_switch_destroyNeil Armstrong1-0/+37
2015-10-07net: dsa: add missing dsa_switch mdiobus removeNeil Armstrong1-0/+2
2015-10-07net: dsa: add missing kfree on removeNeil Armstrong1-1/+4
2015-10-07net: dsa: better error reportingRussell King1-2/+2
2015-09-24net: fix net_device refcountingRussell King1-1/+4
2015-09-24net: dsa: fix of_mdio_find_bus() device refcount leakRussell King1-7/+31
2015-08-31net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn1-1/+7
2015-08-31net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn1-0/+37
2015-08-18net: dsa: Allow multi hop routes to be expressedAndrew Lunn1-10/+30