summaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Move ports assignment closer to error checkingFlorian Fainelli2017-01-261-1/+2
* net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli2017-01-261-8/+8
* net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli2017-01-263-36/+44
* net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli2017-01-261-3/+4
* net: dsa: Drop WARN() in tag_brcm.cFlorian Fainelli2017-01-241-1/+2
* net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn2017-01-241-1/+1
* net: dsa: Remove hwmon supportAndrew Lunn2017-01-205-172/+0
* net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-186-11/+11
* net: dsa: store CPU switch structure in the treeVivien Didelot2017-01-182-7/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-4/+7
|\
| * net: dsa: Ensure validity of dst->ds[0]Florian Fainelli2017-01-111-4/+7
* | Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli2017-01-111-10/+0
* | 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/+4
* | 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/+0
* | 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/+13
* | 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/+2
| * 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/+0
* 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/+0
* 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