aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger4-6/+6
2009-07-05dsa: fix 88e6xxx statistics counter snapshottingStephane Contri1-1/+1
2009-05-29net: convert unicast addr listJiri Pirko1-5/+5
2009-03-21dsa: add switch chip cascading supportLennert Buytenhek9-188/+363
2009-03-21dsa: add support for the Marvell 88E6095/6095F switch chipsLennert Buytenhek2-11/+17
2009-03-21dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek1-0/+13
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger3-3/+3
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison5-5/+5
2009-01-06dsa: convert to net_device_ops (v2)Stephen Hemminger1-10/+41
2008-12-10net: Make staticRoel Kluin3-6/+6
2008-11-25dsa: fix warning in net/dsa/mv88e6060.cIngo Molnar1-1/+1
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