All of lore.kernel.org
 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

* Re: [BK] TUN driver updates and fixes for 2.6
  2003-10-21 16:39 [BK] TUN driver updates and fixes for 2.6 Max Krasnyansky
@ 2003-10-22  9:31 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-10-22  9:31 UTC (permalink / raw)
  To: Max Krasnyansky; +Cc: netdev

On Tue, 21 Oct 2003 09:39:32 -0700
Max Krasnyansky <maxk@qualcomm.com> wrote:

> Please pull from
>         bk://linux-bt.bkbits.net/tun-2.5
> 
> This will update the following files:

Please extract out only the important bug fixes from this
tree.  Linus isn't taking cleanups and optimizations anymore
and therefore neither can I.

Thanks.

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.