aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-15net: dsa: assign default CPU port to all portsVivien Didelot1-11/+19
2017-06-13net: dsa: Associate slave network device with CPU portFlorian Fainelli1-0/+11
2017-06-13net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli1-11/+7
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-06-04net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli1-1/+3
2017-06-04net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli1-18/+15
2017-06-04net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli1-49/+41
2017-06-04net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli1-2/+2
2017-06-01net: dsa: do not cast dstVivien Didelot1-1/+1
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot1-5/+5
2017-05-18net: dsa: include dsa.h only onceVivien Didelot1-1/+1
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot1-8/+6
2017-03-28net: dsa: dsa2: Add basic support of devlinkAndrew Lunn1-2/+45
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-1/+2
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-02-08net: dsa: Do not destroy invalid network devicesFlorian Fainelli1-0/+1
2017-02-07net: dsa: Add support for platform dataFlorian Fainelli1-18/+84
2017-02-06net: dsa: add switch notifierVivien Didelot1-0/+6
2017-01-29net: dsa: add ds and index to dsa_portVivien Didelot1-0/+6
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot1-6/+6
2017-01-29net: dsa: variable number of portsVivien Didelot1-0/+16
2017-01-26net: dsa: Move ports assignment closer to error checkingFlorian Fainelli1-1/+2
2017-01-26net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli1-8/+8
2017-01-26net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli1-28/+33
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli1-3/+4
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot1-4/+4
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot1-3/+2
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2017-01-11net: dsa: make "label" property optional for dsa2Vivien Didelot1-20/+4
2017-01-10net: dsa: Ensure validity of dst->ds[0]Florian Fainelli1-4/+7
2017-01-05net:dsa: check for EPROBE_DEFER from dsa_dst_parse()Volodymyr Bendiuga1-1/+7
2016-11-28net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko1-1/+3
2016-09-20net-next: dsa: make the set_addr() operation optionalJohn Crispin1-3/+5
2016-09-20net-next: dsa: fix duplicate invocation of set_addr()John Crispin1-4/+0
2016-08-24net: dsa: rename switch operations structureVivien Didelot1-8/+8
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn1-1/+3
2016-07-12net: dsa: Fix non static symbol warningWei Yongjun1-1/+1
2016-07-08net: dsa: initialize the routing tableVivien Didelot1-1/+6
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli1-0/+6
2016-06-08net: dsa: Provide a slave MII bus if neededFlorian Fainelli1-0/+15
2016-06-08net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_maskFlorian Fainelli1-0/+15
2016-06-04net: dsa: Add new binding implementationAndrew Lunn1-0/+654