summaryrefslogtreecommitdiff
path: root/net/dsa/slave.c
AgeCommit message (Expand)Author
2014-10-19Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn
2014-10-17net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli
2014-10-04net: dsa: do not call phy_start_anegFlorian Fainelli
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli
2014-09-28net: dsa: start and stop the PHY state machineFlorian Fainelli
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli
2014-08-27net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli
2014-08-27net: dsa: allow updating fixed PHY link informationFlorian Fainelli
2014-08-27net: dsa: allow drivers to do link adjustmentFlorian Fainelli
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli
2014-08-27net: dsa: allow for more complex PHY setupsFlorian Fainelli
2014-08-27net: dsa: retain a per-port device_node pointerFlorian Fainelli
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-01-21dsa: Use ether_addr_copyJoe Perches
2013-09-03net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork
2013-01-21dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-05-09dsa: Convert compare_ether_addr to ether_addr_equalJoe Perches
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-04-20net: dsa: remove ethtool_ops->set_sgMichał Mirosław
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-04-03net: move address list functions to a separate fileJiri Pirko
2009-05-29net: convert unicast addr listJiri Pirko
2009-03-21dsa: add switch chip cascading supportLennert Buytenhek
2009-03-21dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek
2009-01-06dsa: convert to net_device_ops (v2)Stephen Hemminger
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-10dsa: fix master interface allmulti/promisc handlingLennert Buytenhek
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek