linux-IllusionX/net
Tommy Christensen f4637b55ba [VLAN]: Fix early vlan adding leads to not functional device
OK, I can see what's happening here. eth0 doesn't detect link-up until
after a few seconds, so when the vlan interface is opened immediately
after eth0 has been opened, it inherits the link-down state. Subsequently
the vlan interface is never properly activated and are thus unable to
transmit any packets.

dev->state bits are not supposed to be manipulated directly. Something
similar is probably needed for the netif_device_present() bit, although
I don't know how this is meant to work for a virtual device.

Signed-off-by: David S. Miller <davem@davemloft.net>
2005-07-12 12:13:49 -07:00
..
802 [NET]: __be'ify *_type_trans() 2005-07-12 12:08:43 -07:00
8021q [VLAN]: Fix early vlan adding leads to not functional device 2005-07-12 12:13:49 -07:00
appletalk
atm [NET]: __be'ify *_type_trans() 2005-07-12 12:08:43 -07:00
ax25
bluetooth
bridge [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
core
decnet [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
econet [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
ethernet [NET]: __be'ify *_type_trans() 2005-07-12 12:08:43 -07:00
ipv4 [NETFILTER]: Revert nf_reset change 2005-07-12 11:57:52 -07:00
ipv6 [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
ipx [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
irda
key
lapb [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
llc
netlink
netrom
packet [NETFILTER]: Revert nf_reset change 2005-07-12 11:57:52 -07:00
rose
rxrpc
sched [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
sctp
sunrpc
unix [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
wanrouter [NET]: __be'ify *_type_trans() 2005-07-12 12:08:43 -07:00
x25 [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
xfrm [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
compat.c
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile
nonet.c
socket.c
sysctl_net.c
TUNABLE