1
0
Files
linux/drivers
Pavel Emelyanov d647a591da [TUN]: Make the tun_dev_list per-net.
Remove the static tun_dev_list and replace its occurrences in
driver with per-net one.

It is used in two places - in tun_set_iff and tun_cleanup. In 
the first case it's legal to use current net_ns. In the cleanup
call - move the loop, that unregisters all devices in net exit
hook.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-16 00:41:16 -07:00
..
2008-04-02 15:28:19 -07:00
2008-03-30 14:20:24 -07:00
2008-03-23 20:28:20 +01:00
2008-03-30 14:18:41 -07:00
2008-04-16 00:41:16 -07:00
2008-03-15 19:17:12 -07:00
2008-03-19 18:53:37 -07:00
2008-03-28 12:32:22 -05:00
2008-03-18 01:22:10 -04:00
2008-03-30 14:20:23 -07:00