summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-033-13/+23
|\
| * net: dsa: slave: fix fixed-link phydev leaksJohan Hovold2016-11-291-1/+11
| * of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-291-10/+2
| * net: dsa: slave: fix of-node leak and phy priorityJohan Hovold2016-11-291-2/+5
| * net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko2016-11-281-1/+3
| * net: dsa: fix fixed-link-phy device leaksJohan Hovold2016-11-271-1/+4
* | net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-211-0/+2
* | net: dsa: slave: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-6/+8
|/
* net: dsa: add port fast ageingVivien Didelot2016-09-231-0/+18
* net: dsa: add port STP state helperVivien Didelot2016-09-231-7/+10
* net-next: dsa: make the set_addr() operation optionalJohn Crispin2016-09-202-6/+10
* net-next: dsa: fix duplicate invocation of set_addr()John Crispin2016-09-201-4/+0
* net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin2016-09-165-0/+147
* net: dsa: add MDB supportVivien Didelot2016-08-311-0/+55
* net: dsa: rename switch operations structureVivien Didelot2016-08-243-116/+116
* net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2016-08-222-2/+7
* 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: support switchdev ageing time attrVivien Didelot2016-07-191-0/+41
* net: dsa: Fix non static symbol warningWei Yongjun2016-07-121-1/+1
* net: dsa: initialize the routing tableVivien Didelot2016-07-082-1/+12
* net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli2016-06-084-10/+49
* net: dsa: Add initialization helper for CPU port ethtool_opsFlorian Fainelli2016-06-082-6/+9
* net: dsa: Provide a slave MII bus if neededFlorian Fainelli2016-06-081-0/+15
* net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_maskFlorian Fainelli2016-06-081-0/+15
* net: dsa: Provide unique DSA slave MII bus namesFlorian Fainelli2016-06-081-1/+2
* net: dsa: Add new binding implementationAndrew Lunn2016-06-045-4/+667
* net: dsa: Make mdio bus optionalAndrew Lunn2016-06-041-11/+13
* net: dsa: Refactor selection of tag ops into a functionAndrew Lunn2016-06-043-60/+47
* net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn2016-06-042-35/+54
* 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-042-7/+6
* net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn2016-06-046-14/+14
* net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn2016-06-042-2/+10
* net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn2016-06-041-2/+1
* net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn2016-06-041-1/+1
* dsa: Rename switch chip data to cdAndrew Lunn2016-05-112-14/+14
* dsa: Remove master_dev from switch structureAndrew Lunn2016-05-112-2/+2
* dsa: Move gpio reset into switch driverAndrew Lunn2016-05-111-16/+0
* net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli2016-04-281-0/+88
* net: dsa: remove tag_protocol from dsa_switchVivien Didelot2016-04-211-3/+2
* net: dsa: kill circular reference with slave privVivien Didelot2016-04-192-10/+4
* 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
* net: dsa: make the VLAN add function return voidVivien Didelot2016-04-081-8/+3
* net: dsa: make the FDB add function return voidVivien Didelot2016-04-081-8/+8
OpenPOWER on IntegriCloud