aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
AgeCommit message (Expand)Author
2017-06-02net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli
2017-04-20net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert
2017-04-17net: dsa: isolate legacy codeVivien Didelot
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-02-07net: dsa: Rename and export dev_to_net_device()Florian Fainelli
2017-02-06net: dsa: add switch notifierVivien Didelot
2017-02-06net: dsa: move netdevice notifier registrationVivien 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: Make most functions take a dsa_port argumentFlorian Fainelli
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn
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-09net: dsa: Make dsa_switch_ops constFlorian Fainelli
2017-01-09net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli
2017-01-07net: dsa: move HWMON support to its own fileVivien Didelot
2017-01-06net: dsa: remove version stringVivien Didelot
2017-01-04net: dsa: remove out label in dsa_switch_setup_oneVivien Didelot
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold
2016-11-27net: dsa: fix fixed-link-phy device leaksJohan Hovold
2016-09-20net-next: dsa: make the set_addr() operation optionalJohn Crispin
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn 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-08-19net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli
2016-08-19net: dsa: Export suspend/resume functionsFlorian Fainelli
2016-07-08net: dsa: initialize the routing tableVivien Didelot
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli
2016-06-04net: dsa: Add new binding implementationAndrew Lunn
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot
2016-04-17net: dsa: constify probed nameVivien Didelot
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn