aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-25dsa: fix warning in net/dsa/mv88e6xxx.cIngo Molnar1-1/+1
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-2/+73
2008-11-10dsa: fix master interface allmulti/promisc handlingLennert Buytenhek1-2/+70
2008-11-10dsa: fix skb->pkt_type when mac address of slave interface differsLennert Buytenhek3-0/+3
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller3-3/+0
2008-10-13dsa: fix compile bug on s390Heiko Carstens1-1/+1
2008-10-08dsa: Need to select PHYLIB.David S. Miller1-0/+1
2008-10-08dsa: add support for the Marvell 88E6060 switch chipLennert Buytenhek3-0/+295
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek6-0/+150
2008-10-08dsa: add support for the Marvell 88E6131 switch chipLennert Buytenhek5-0/+555
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek7-7/+234
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek9-0/+1891