commit | 854d8363f37491c955b0edc60d37b62f3d71bb67 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <dlezcano@fr.ibm.com> | Tue Sep 25 19:18:04 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:52:15 2007 -0700 |
tree | fd8f1a2de2c60ca8abcac0b8117cdc5e293c2ac4 | |
parent | de3cb747ffac5f2a4a6bb156e7e2fd5229e688e5 [diff] |
[NET]: Dynamically allocate the loopback device, part 2. Doing this makes loopback.c a better example of how to do a simple network device, and it removes the special case single static allocation of a struct net_device, hopefully making maintenance easier. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Acked-By: Kirill Korotaev <dev@sw.ru> Acked-by: Benjamin Thery <benjamin.thery@bull.net>