kernel-ark/net/dsa
Lennert Buytenhek c084080151 dsa: set ->iflink on slave interfaces to the ifindex of the parent
..so that we can parse the DSA topology from 'ip link' output:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
4: lan1@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
5: lan2@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
6: lan3@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
7: lan4@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-03-21 19:06:53 -07:00
..
dsa_priv.h dsa: add support for Trailer tagging format 2008-10-08 17:24:16 -07:00
dsa.c dsa: add support for Trailer tagging format 2008-10-08 17:24:16 -07:00
Kconfig dsa: fix compile bug on s390 2008-10-13 18:58:48 -07:00
Makefile dsa: add support for the Marvell 88E6060 switch chip 2008-10-08 17:24:22 -07:00
mv88e6xxx.c dsa: fix warning in net/dsa/mv88e6xxx.c 2008-11-25 16:50:49 -08:00
mv88e6xxx.h dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
mv88e6060.c net: Make static 2008-12-10 15:18:31 -08:00
mv88e6123_61_65.c net: replace uses of __constant_{endian} 2009-02-01 00:45:17 -08:00
mv88e6131.c net: replace uses of __constant_{endian} 2009-02-01 00:45:17 -08:00
slave.c dsa: set ->iflink on slave interfaces to the ifindex of the parent 2009-03-21 19:06:53 -07:00
tag_dsa.c net: convert usage of packet_type to read_mostly 2009-03-10 05:22:43 -07:00
tag_edsa.c net: convert usage of packet_type to read_mostly 2009-03-10 05:22:43 -07:00
tag_trailer.c net: convert usage of packet_type to read_mostly 2009-03-10 05:22:43 -07:00