aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa2.c
AgeCommit message (Expand)Author
2017-06-04net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli
2017-03-28net: dsa: dsa2: Add basic support of devlinkAndrew Lunn
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-08net: dsa: Do not destroy invalid network devicesFlorian Fainelli
2017-02-07net: dsa: Add support for platform dataFlorian Fainelli
2017-02-06net: dsa: add switch notifierVivien Didelot
2017-01-29net: dsa: add ds and index to dsa_portVivien Didelot
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot
2017-01-29net: dsa: variable number of portsVivien Didelot
2017-01-26net: dsa: Move ports assignment closer to error checkingFlorian Fainelli
2017-01-26net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli
2017-01-26net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11net: dsa: make "label" property optional for dsa2Vivien Didelot
2017-01-10net: dsa: Ensure validity of dst->ds[0]Florian Fainelli
2017-01-05net:dsa: check for EPROBE_DEFER from dsa_dst_parse()Volodymyr Bendiuga
2016-11-28net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko
2016-09-20net-next: dsa: make the set_addr() operation optionalJohn Crispin
2016-09-20net-next: dsa: fix duplicate invocation of set_addr()John Crispin
2016-08-24net: dsa: rename switch operations structureVivien Didelot
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn
2016-07-12net: dsa: Fix non static symbol warningWei Yongjun
2016-07-08net: dsa: initialize the routing tableVivien Didelot
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli
2016-06-08net: dsa: Provide a slave MII bus if neededFlorian Fainelli
2016-06-08net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_maskFlorian Fainelli
2016-06-04net: dsa: Add new binding implementationAndrew Lunn