netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK] TUN driver updates and fixes for 2.6
@ 2003-10-21 16:39 Max Krasnyansky
  2003-10-22  9:31 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Max Krasnyansky @ 2003-10-21 16:39 UTC (permalink / raw)
  To: davem; +Cc: netdev

Dave, 

Please pull from
        bk://linux-bt.bkbits.net/tun-2.5

This will update the following files:

 drivers/net/tun.c      |   99 ++++++++++++++++++++++++-------------------------
 include/linux/if_tun.h |    8 +--
 2 files changed, 53 insertions(+), 54 deletions(-)

through these ChangeSets:

<maxk@qualcomm.com> (03/10/21 1.1348)
   [TUN] TUN/TAP driver updates and fixes.
   
   - Cleanup debug macros. 
   Replaced DBG() with TUN_DBG() to avoid conflicts.
   
   - Autodetect IP version and set protocol accordingly.
   
   - Use set_current_state() instead of accessing current->state directly.
    
   - Optimized net device registration.
   Do not call dev_get_by_name() unless name has '%' character in it. 
   This avoids extra scan of the net device list.
   
   - Return error code returned by misc_register() (instead of EIO) in
   case of failure.

Thanks

Max

http://bluez.sf.net
http://vacum.sf.net
http://vtun.sf.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-22  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-21 16:39 [BK] TUN driver updates and fixes for 2.6 Max Krasnyansky
2003-10-22  9:31 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).