aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-03net: move address list functions to a separate fileJiri Pirko1-7/+7
2009-05-29net: convert unicast addr listJiri Pirko1-5/+5
2009-03-21dsa: add switch chip cascading supportLennert Buytenhek1-13/+12
2009-03-21dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek1-0/+13
2009-01-06dsa: convert to net_device_ops (v2)Stephen Hemminger1-10/+41
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+70
2008-11-10dsa: fix master interface allmulti/promisc handlingLennert Buytenhek1-2/+70
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek1-0/+5
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek1-0/+5
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek1-0/+288