summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli2017-01-111-10/+0Star
* | net: dsa: Implement ndo_get_phys_port_name()Florian Fainelli2017-01-111-0/+10
* | net: dsa: make "label" property optional for dsa2Vivien Didelot2017-01-111-20/+4Star
* | net: dsa: select NET_SWITCHDEVVivien Didelot2017-01-091-2/+3
* | net: dsa: Make dsa_switch_ops constFlorian Fainelli2017-01-092-6/+6
* | net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli2017-01-091-5/+7
* | net: dsa: move HWMON support to its own fileVivien Didelot2017-01-084-129/+159
* | net: dsa: remove version stringVivien Didelot2017-01-063-7/+0Star
* | net:dsa: check for EPROBE_DEFER from dsa_dst_parse()Volodymyr Bendiuga2017-01-051-1/+7
* | net: dsa: remove out label in dsa_switch_setup_oneVivien Didelot2017-01-041-27/+13Star
* | net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli2016-12-301-0/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-033-13/+23
|\
| * net: dsa: slave: fix fixed-link phydev leaksJohan Hovold2016-11-301-1/+11
| * of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-301-10/+2Star
| * net: dsa: slave: fix of-node leak and phy priorityJohan Hovold2016-11-301-2/+5
| * net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko2016-11-281-1/+3
| * net: dsa: fix fixed-link-phy device leaksJohan Hovold2016-11-281-1/+4
* | net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-211-0/+2
* | net: dsa: slave: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-6/+8
|/
* net: dsa: add port fast ageingVivien Didelot2016-09-231-0/+18
* net: dsa: add port STP state helperVivien Didelot2016-09-231-7/+10
* net-next: dsa: make the set_addr() operation optionalJohn Crispin2016-09-202-6/+10
* net-next: dsa: fix duplicate invocation of set_addr()John Crispin2016-09-201-4/+0Star
* net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin2016-09-165-0/+147
* net: dsa: add MDB supportVivien Didelot2016-08-311-0/+55
* net: dsa: rename switch operations structureVivien Didelot2016-08-253-116/+116
* net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2016-08-232-2/+7
* net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli2016-08-201-1/+0Star
* net: dsa: Export suspend/resume functionsFlorian Fainelli2016-08-201-2/+4
* net: dsa: support switchdev ageing time attrVivien Didelot2016-07-201-0/+41
* net: dsa: Fix non static symbol warningWei Yongjun2016-07-121-1/+1
* net: dsa: initialize the routing tableVivien Didelot2016-07-092-1/+12
* net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli2016-06-084-10/+49
* net: dsa: Add initialization helper for CPU port ethtool_opsFlorian Fainelli2016-06-082-6/+9
* net: dsa: Provide a slave MII bus if neededFlorian Fainelli2016-06-081-0/+15
* net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_maskFlorian Fainelli2016-06-081-0/+15
* net: dsa: Provide unique DSA slave MII bus namesFlorian Fainelli2016-06-081-1/+2
* net: dsa: Add new binding implementationAndrew Lunn2016-06-045-4/+667
* net: dsa: Make mdio bus optionalAndrew Lunn2016-06-041-11/+13
* net: dsa: Refactor selection of tag ops into a functionAndrew Lunn2016-06-043-60/+47Star
* net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn2016-06-042-35/+54
* net: dsa: Copy the routing table into the switch structureAndrew Lunn2016-06-041-0/+2
* net: dsa: Remove dynamic allocate of routing tableAndrew Lunn2016-06-041-12/+0Star
* net: dsa: Move port device node into port structureAndrew Lunn2016-06-042-7/+6Star
* net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn2016-06-046-14/+14
* net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn2016-06-042-2/+10
* net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn2016-06-041-2/+1Star
* net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn2016-06-041-1/+1
* dsa: Rename switch chip data to cdAndrew Lunn2016-05-122-14/+14
* dsa: Remove master_dev from switch structureAndrew Lunn2016-05-122-2/+2