summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa2.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: add ds and index to dsa_portVivien Didelot2017-01-301-0/+6
* net: dsa: use ds->num_ports when possibleVivien Didelot2017-01-301-6/+6
* net: dsa: variable number of portsVivien Didelot2017-01-301-0/+16
* net: dsa: Move ports assignment closer to error checkingFlorian Fainelli2017-01-261-1/+2
* net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli2017-01-261-8/+8
* net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli2017-01-261-28/+33
* net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli2017-01-261-3/+4
* net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-181-4/+4
* net: dsa: store CPU switch structure in the treeVivien Didelot2017-01-181-3/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-4/+7
|\
| * net: dsa: Ensure validity of dst->ds[0]Florian Fainelli2017-01-111-4/+7
* | net: dsa: make "label" property optional for dsa2Vivien Didelot2017-01-111-20/+4Star
* | net:dsa: check for EPROBE_DEFER from dsa_dst_parse()Volodymyr Bendiuga2017-01-051-1/+7
|/
* net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko2016-11-281-1/+3
* net-next: dsa: make the set_addr() operation optionalJohn Crispin2016-09-201-3/+5
* net-next: dsa: fix duplicate invocation of set_addr()John Crispin2016-09-201-4/+0Star
* net: dsa: rename switch operations structureVivien Didelot2016-08-251-8/+8
* net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2016-08-231-1/+3
* net: dsa: Fix non static symbol warningWei Yongjun2016-07-121-1/+1
* net: dsa: initialize the routing tableVivien Didelot2016-07-091-1/+6
* net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli2016-06-081-0/+6
* 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: Add new binding implementationAndrew Lunn2016-06-041-0/+654