summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
AgeCommit message (Expand)Author
2016-07-08net: dsa: initialize the routing tableVivien Didelot
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli
2016-06-04net: dsa: Add new binding implementationAndrew Lunn
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot
2016-04-17net: dsa: constify probed nameVivien Didelot
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn
2016-03-14dsa: dsa: Fix freeing of fixed-phys from user ports.Andrew Lunn
2016-03-14dsa: Destroy fixed link phys after the phy has been disconnectedAndrew Lunn
2016-03-10net: dsa: Fix cleanup resources upon module removalNeil Armstrong
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2015-12-07net: dsa: move dsa slave destroy code to slave.cNeil Armstrong
2015-12-07net: dsa: Add missing master netdev dev_put() callsNeil Armstrong
2015-12-07net: dsa: cleanup resources upon module removalNeil Armstrong
2015-12-07net: dsa: remove DSA link pollingNeil Armstrong
2015-11-24net: dsa: include gpio consumer header fileArnd Bergmann
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-07net: dsa: exit probe if no switch were foundNeil Armstrong
2015-10-07net: dsa: switch to devm_ calls and remove kfree callsNeil Armstrong
2015-10-07net: dsa: complete dsa_switch_destroyNeil Armstrong
2015-10-07net: dsa: add missing dsa_switch mdiobus removeNeil Armstrong
2015-10-07net: dsa: add missing kfree on removeNeil Armstrong
2015-10-07net: dsa: better error reportingRussell King
2015-09-24net: fix net_device refcountingRussell King
2015-09-24net: dsa: fix of_mdio_find_bus() device refcount leakRussell King
2015-08-31net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn
2015-08-31net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn
2015-08-18net: dsa: Allow multi hop routes to be expressedAndrew Lunn
2015-08-10dsa: Support multiple MDIO bussesAndrew Lunn
2015-07-11net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli
2015-07-11net: dsa: Test array index before useFlorian Fainelli
2015-05-31net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli
2015-04-29net: dsa: Fix scope of eeprom-length propertyGuenter Roeck
2015-04-17net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06net: dsa: fix filling routing table from OF descriptionPavel Nakonechny