[PATCH 0/3 v4] macvtap driver
From: Arnd Bergmann <arnd@arndb.de>
Date: 2010-01-30 22:26:23
Also in:
bridge, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2010-01-30 22:26:23
Also in:
bridge, lkml
This is the fourth version of the macvtap driver, based on the comments I got for the last version I got a few days ago. Very few changes: * release netdev in chardev open function so we can destroy it properly. * Implement TUNSETSNDBUF * fix sleeping call in rcu_read_lock * Fix comment in namespace isolation patch * Fix small context difference to make it apply to net-next I can't really test here while travelling, so please give it a go if you're interested in this driver. Arnd