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