summaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
Commit message (Expand)AuthorAgeFilesLines
* Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn2014-10-191-1/+1
* net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli2014-10-181-0/+1
* net: dsa: do not call phy_start_anegFlorian Fainelli2014-10-051-1/+0Star
* net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli2014-09-281-0/+40
* net: dsa: allow enabling and disable switch portsFlorian Fainelli2014-09-281-0/+14
* net: dsa: start and stop the PHY state machineFlorian Fainelli2014-09-281-0/+6
* net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli2014-09-221-0/+23
* net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli2014-09-221-0/+31
* net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli2014-09-191-1/+8
* dsa: Replace mii_bus with a generic host deviceAlexander Duyck2014-09-151-1/+1
* dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck2014-09-151-22/+15Star
* net: dsa: change tag_protocol to an enumFlorian Fainelli2014-09-131-4/+4
* net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli2014-08-281-0/+5
* net: dsa: allow updating fixed PHY link informationFlorian Fainelli2014-08-281-0/+17
* net: dsa: allow drivers to do link adjustmentFlorian Fainelli2014-08-281-0/+4
* net: dsa: allow switches to work without taggingFlorian Fainelli2014-08-281-1/+18
* net: dsa: allow for more complex PHY setupsFlorian Fainelli2014-08-281-3/+73
* net: dsa: retain a per-port device_node pointerFlorian Fainelli2014-08-281-0/+1
* net: dsa: reduce number of protocol hooksFlorian Fainelli2014-08-281-31/+14Star
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* dsa: Use ether_addr_copyJoe Perches2014-01-221-1/+1
* net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-041-1/+1
* dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli2013-01-211-2/+2
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-4/+4
* dsa: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-5/+5
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-3/+0Star
* net: dsa: remove ethtool_ops->set_sgMichał Mirosław2011-04-201-1/+0Star
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-191-2/+1Star
* net: move address list functions to a separate fileJiri Pirko2010-04-031-7/+7
* net: convert unicast addr listJiri Pirko2009-05-301-5/+5
* dsa: add switch chip cascading supportLennert Buytenhek2009-03-221-13/+12Star
* dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek2009-03-221-0/+13
* dsa: convert to net_device_ops (v2)Stephen Hemminger2009-01-071-10/+41
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-121-2/+70
|\
| * dsa: fix master interface allmulti/promisc handlingLennert Buytenhek2008-11-111-2/+70
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-1/+1
|/
* dsa: add support for Trailer tagging formatLennert Buytenhek2008-10-091-0/+5
* dsa: add support for original DSA tagging formatLennert Buytenhek2008-10-091-0/+5
* net: Distributed Switch Architecture protocol supportLennert Buytenhek2008-10-091-0/+288