kernel-ark/net/core
Stephen Hemminger b17a7c179d [NET]: Do sysfs registration as part of register_netdevice.
The last step of netdevice registration was being done by a delayed
call, but because it was delayed, it was impossible to return any error
code if the class_device registration failed.

Side effects:
 * one state in registration process is unnecessary.
 * register_netdevice can sleep inside class_device registration/hotplug
 * code in netdev_run_todo only does unregistration so it is simpler.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-05-10 13:21:17 -07:00
..
datagram.c
dev_mcast.c
dev.c [NET]: Do sysfs registration as part of register_netdevice. 2006-05-10 13:21:17 -07:00
dst.c
dv.c
ethtool.c
filter.c unaligned access in sk_run_filter() 2006-04-18 15:57:54 -07:00
flow.c
gen_estimator.c
gen_stats.c
iovec.c
link_watch.c [NET] linkwatch: Handle jiffies wrap-around 2006-05-09 15:27:54 -07:00
Makefile
neighbour.c
net-sysfs.c [NET]: Create netdev attribute_groups with class_device_add 2006-05-06 17:56:03 -07:00
netpoll.c
pktgen.c
request_sock.c
rtnetlink.c
scm.c
skbuff.c [NET]: Add skb->truesize assertion checking. 2006-04-20 00:10:50 -07:00
sock.c
stream.c [NET]: Add skb->truesize assertion checking. 2006-04-20 00:10:50 -07:00
sysctl_net_core.c
utils.c
wireless.c [PATCH] wext: Fix RtNetlink ENCODE security permissions 2006-04-19 17:25:41 -04:00