kernel-ark/net/core
Stefan Rompf b00055aacd [NET] core: add RFC2863 operstate
this patch adds a dormant flag to network devices, RFC2863 operstate derived
from these flags and possibility for userspace interaction. It allows drivers
to signal that a device is unusable for user traffic without disabling
queueing (and therefore the possibility for protocol establishment traffic to
flow) and a userspace supplicant (WPA, 802.1X) to mark a device unusable
without changes to the driver.

It is the result of our long discussion. However I must admit that it
represents what Jamal and I agreed on with compromises towards Krzysztof, but
Thomas and Krzysztof still disagree with some parts. Anyway I think it should
be applied.

Signed-off-by: Stefan Rompf <stefan@loplof.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 17:09:11 -08:00
..
datagram.c
dev_mcast.c
dev.c [NET] core: add RFC2863 operstate 2006-03-20 17:09:11 -08:00
dst.c
dv.c
ethtool.c
filter.c
flow.c
gen_estimator.c
gen_stats.c
iovec.c
link_watch.c [NET] core: add RFC2863 operstate 2006-03-20 17:09:11 -08:00
Makefile
neighbour.c [NET]: NEIGHBOUR: Ensure to record time to neigh->updated when neighbour's state changed. 2006-03-20 16:52:52 -08:00
net-sysfs.c [NET] core: add RFC2863 operstate 2006-03-20 17:09:11 -08:00
netpoll.c
pktgen.c
request_sock.c
rtnetlink.c [NET] core: add RFC2863 operstate 2006-03-20 17:09:11 -08:00
scm.c
skbuff.c
sock.c
stream.c
sysctl_net_core.c
utils.c
wireless.c