From: Daniel Lezcano Date: Wed, 26 Sep 2007 02:18:04 +0000 (-0700) Subject: [NET]: Dynamically allocate the loopback device, part 2. X-Git-Tag: v2.6.24-rc1~1454^2~398 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=854d8363f37491c955b0edc60d37b62f3d71bb67;p=pandora-kernel.git [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 Signed-off-by: Daniel Lezcano Acked-By: Kirill Korotaev Acked-by: Benjamin Thery --- Reading git-diff-tree failed