Home
last modified time | relevance | path

Searched hist:"854 d8363f37491c955b0edc60d37b62f3d71bb67" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dloopback.cdiff 854d8363f37491c955b0edc60d37b62f3d71bb67 Tue Sep 25 21:18:04 CDT 2007 Daniel Lezcano <dlezcano@fr.ibm.com> [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>