summaryrefslogtreecommitdiff
path: root/net/dsa/slave.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-22dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli1-2/+2
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2012-05-10dsa: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2011-08-18net: 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-19net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-2/+1
2010-04-04net: move address list functions to a separate fileJiri Pirko1-7/+7
2009-05-30net: convert unicast addr listJiri Pirko1-5/+5
2009-03-22dsa: add switch chip cascading supportLennert Buytenhek1-13/+12
2009-03-22dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek1-0/+13
2009-01-07dsa: convert to net_device_ops (v2)Stephen Hemminger1-10/+41
2008-11-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+70
2008-11-11dsa: fix master interface allmulti/promisc handlingLennert Buytenhek1-2/+70
2008-11-11net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-09dsa: add support for Trailer tagging formatLennert Buytenhek1-0/+5
2008-10-09dsa: add support for original DSA tagging formatLennert Buytenhek1-0/+5
2008-10-09net: Distributed Switch Architecture protocol supportLennert Buytenhek1-0/+288