aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30net: dsa: Add plumbing for port mirroringFlorian Fainelli2-1/+139
2017-01-30net: dsa: Hook {get,set}_rxnfc ethtool operationsFlorian Fainelli1-0/+26
2017-01-29net: dsa: pass bridge device when a port leavesVivien Didelot1-5/+5
2017-01-29net: dsa: move bridge device in dsa_portVivien Didelot2-6/+5
2017-01-29net: dsa: store a dsa_port in dsa_slave_privVivien Didelot7-100/+96
2017-01-29net: dsa: add ds and index to dsa_portVivien Didelot1-0/+6
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot7-19/+19
2017-01-29net: dsa: variable number of portsVivien Didelot2-3/+18
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-01-26net: dsa: Move ports assignment closer to error checkingFlorian Fainelli1-1/+2
2017-01-26net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli1-8/+8
2017-01-26net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli3-36/+44
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli1-3/+4
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli1-0/+2
2017-01-24net: dsa: Drop WARN() in tag_brcm.cFlorian Fainelli1-1/+2
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn1-1/+1
2017-01-23net: dsa: Check return value of phy_connect_direct()Florian Fainelli1-4/+2
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn5-172/+0
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot6-11/+11
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot2-7/+5
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2017-01-11Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli1-10/+0
2017-01-11net: dsa: Implement ndo_get_phys_port_name()Florian Fainelli1-0/+10
2017-01-11net: dsa: make "label" property optional for dsa2Vivien Didelot1-20/+4
2017-01-10net: dsa: Ensure validity of dst->ds[0]Florian Fainelli1-4/+7
2017-01-09net: dsa: select NET_SWITCHDEVVivien Didelot1-2/+3
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli2-6/+6
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 Didelot4-129/+159
2017-01-06net: dsa: remove version stringVivien Didelot3-7/+0
2017-01-05net:dsa: check for EPROBE_DEFER from dsa_dst_parse()Volodymyr Bendiuga1-1/+7
2017-01-04net: dsa: remove out label in dsa_switch_setup_oneVivien Didelot1-27/+13
2016-12-29net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli1-0/+12
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+23
2016-11-29net: dsa: slave: fix fixed-link phydev leaksJohan Hovold1-1/+11
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold1-10/+2
2016-11-29net: dsa: slave: fix of-node leak and phy priorityJohan Hovold1-2/+5
2016-11-28net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko1-1/+3
2016-11-27net: dsa: fix fixed-link-phy device leaksJohan Hovold1-1/+4
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson1-0/+2
2016-10-12net: dsa: slave: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-09-23net: dsa: add port fast ageingVivien Didelot1-0/+18
2016-09-23net: dsa: add port STP state helperVivien Didelot1-7/+10
2016-09-20net-next: dsa: make the set_addr() operation optionalJohn Crispin2-6/+10
2016-09-20net-next: dsa: fix duplicate invocation of set_addr()John Crispin1-4/+0
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin5-0/+147
2016-08-31net: dsa: add MDB supportVivien Didelot1-0/+55
2016-08-24net: dsa: rename switch operations structureVivien Didelot3-116/+116
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2-2/+7
2016-08-19net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli1-1/+0