aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02dsa: implement ndo_get_iflinkNicolas Dichtel1-5/+3
2015-03-29net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck1-0/+102
2015-03-25net: dsa: Handle non-bridge master changeGuenter Roeck1-1/+2
2015-03-16switchdev: use new swdev opsScott Feldman1-2/+7
2015-03-14net: dsa: do not use slave MII bus for fixed PHYsFlorian Fainelli1-1/+2
2015-03-11net: dsa: fully divert PHY reads/writes if requestedFlorian Fainelli1-7/+22
2015-03-11net: dsa: move PHY setup on DSA MII bus to its own functionFlorian Fainelli1-8/+20
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck1-4/+1
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli1-0/+149
2015-02-25net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck1-7/+8
2015-02-17net: dsa: Set valid phy interface typeGuenter Roeck1-2/+7
2015-02-09net: dsa: Remove redundant phy_attach()Andrew Lunn1-13/+0
2015-01-25net: dsa: set slave MII bus PHY maskVivien Didelot1-0/+1
2014-12-11net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli1-4/+11
2014-12-11net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli1-0/+3
2014-11-11dsa: Use netdev_<level> instead of printkJoe Perches1-5/+5
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2014-11-06net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn1-2/+5
2014-10-30net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck1-0/+23
2014-10-30net: dsa: Add support for switch EEPROM accessGuenter Roeck1-0/+41
2014-10-19Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn1-1/+1
2014-10-17net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli1-0/+1
2014-10-04net: dsa: do not call phy_start_anegFlorian Fainelli1-1/+0
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli1-0/+40
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli1-0/+14
2014-09-28net: dsa: start and stop the PHY state machineFlorian Fainelli1-0/+6
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli1-0/+23
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli1-0/+31
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli1-1/+8
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck1-1/+1
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck1-22/+15
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli1-4/+4
2014-08-27net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli1-0/+5
2014-08-27net: dsa: allow updating fixed PHY link informationFlorian Fainelli1-0/+17
2014-08-27net: dsa: allow drivers to do link adjustmentFlorian Fainelli1-0/+4
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli1-1/+18
2014-08-27net: dsa: allow for more complex PHY setupsFlorian Fainelli1-3/+73
2014-08-27net: dsa: retain a per-port device_node pointerFlorian Fainelli1-0/+1
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli1-31/+14
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-21dsa: Use ether_addr_copyJoe Perches1-1/+1
2013-09-03net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-01-21dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli1-2/+2
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2012-05-09dsa: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-3/+0
2011-04-20net: dsa: remove ethtool_ops->set_sgMichał Mirosław1-1/+0
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-2/+1