Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-20net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli
2016-08-20net: dsa: Export suspend/resume functionsFlorian Fainelli
2016-07-09net: dsa: initialize the routing tableVivien Didelot
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli
2016-06-05net: dsa: Add new binding implementationAndrew Lunn
2016-06-05net: dsa: Make mdio bus optionalAndrew Lunn
2016-06-05net: dsa: Refactor selection of tag ops into a functionAndrew Lunn
2016-06-05net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn
2016-06-05net: dsa: Copy the routing table into the switch structureAndrew Lunn
2016-06-05net: dsa: Remove dynamic allocate of routing tableAndrew Lunn
2016-06-05net: dsa: Move port device node into port structureAndrew Lunn
2016-06-05net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn
2016-05-12dsa: Rename switch chip data to cdAndrew Lunn
2016-05-12dsa: Remove master_dev from switch structureAndrew Lunn
2016-05-12dsa: Move gpio reset into switch driverAndrew Lunn
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot
2016-04-18net: dsa: constify probed nameVivien Didelot
2016-04-14dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn
2016-04-14net: dsa: Remove allocation of driver private memoryAndrew Lunn
2016-04-14net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn
2016-04-14net: 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-11net: dsa: Fix cleanup resources upon module removalNeil Armstrong
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2015-12-08net: dsa: move dsa slave destroy code to slave.cNeil Armstrong
2015-12-08net: dsa: Add missing master netdev dev_put() callsNeil Armstrong
2015-12-08net: dsa: cleanup resources upon module removalNeil Armstrong
2015-12-08net: 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-25net: fix net_device refcountingRussell King
2015-09-25net: dsa: fix of_mdio_find_bus() device refcount leakRussell King
2015-09-01net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn
2015-09-01net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn
2015-08-19net: dsa: Allow multi hop routes to be expressedAndrew Lunn
2015-08-11dsa: Support multiple MDIO bussesAndrew Lunn
2015-07-12net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli
2015-07-12net: dsa: Test array index before useFlorian Fainelli
2015-06-01net: 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