summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
AgeCommit message (Expand)AuthorLines
2017-06-13net: dsa: Relocate master ethtool operationsFlorian Fainelli-10/+6
2017-06-13net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli-7/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+47
2017-06-04net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli-2/+4
2017-06-02net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli-0/+47
2017-05-31dsa: add support for Microchip KSZ tail taggingWoojung Huh-0/+3
2017-05-18net: dsa: include dsa.h only onceVivien Didelot-1/+1
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn-9/+9
2017-04-20net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert-0/+3
2017-04-17net: dsa: isolate legacy codeVivien Didelot-766/+2
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli-1/+19
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli-0/+4
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang-0/+3
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn-1/+2
2017-02-07net: dsa: Rename and export dev_to_net_device()Florian Fainelli-2/+3
2017-02-06net: dsa: add switch notifierVivien Didelot-0/+6
2017-02-06net: dsa: move netdevice notifier registrationVivien Didelot-6/+4
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot-8/+8
2017-01-29net: dsa: variable number of portsVivien Didelot-3/+2
2017-01-26net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli-6/+9
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn-1/+1
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn-4/+0
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot-1/+1
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot-4/+3
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli-5/+5
2017-01-09net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli-5/+7
2017-01-07net: dsa: move HWMON support to its own fileVivien Didelot-129/+2
2017-01-06net: dsa: remove version stringVivien Didelot-5/+0
2017-01-04net: dsa: remove out label in dsa_switch_setup_oneVivien Didelot-27/+13
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold-10/+2
2016-11-27net: dsa: fix fixed-link-phy device leaksJohan Hovold-1/+4
2016-09-20net-next: dsa: make the set_addr() operation optionalJohn Crispin-3/+5
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin-0/+3
2016-08-24net: dsa: rename switch operations structureVivien Didelot-35/+35
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn-1/+4
2016-08-19net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli-1/+0
2016-08-19net: dsa: Export suspend/resume functionsFlorian Fainelli-2/+4
2016-07-08net: dsa: initialize the routing tableVivien Didelot-0/+6
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli-0/+41
2016-06-04net: dsa: Add new binding implementationAndrew Lunn-0/+5
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn-11/+13
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn-26/+45
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn-35/+51
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn-0/+2
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn-12/+0
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn-4/+4
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn-4/+4
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn-9/+9
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn-1/+1
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn-16/+0