Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / net / tun.c
2010-05-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-05-25 Kay Sieversdriver core: add devname module aliases to allow module...
2010-05-24 Herbert Xutun: Update classid on packet injection
2010-05-18 Joe Perchesdrivers/net: remove useless semicolons
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-05-10 Eric Dumazetnet: trans_start cleanups
2010-05-03 Michael S. Tsirkintun: add ioctl to modify vnet header size
2010-05-01 Eric Dumazetnet: sock_def_readable() and friends RCU conversion
2010-04-20 Eric Dumazetnet: sk_sleep() helper
2010-04-14 Michael S. Tsirkintun: orphan an skb on tx
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-02-18 Michael S. Tsirkintun: socket filter support
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-01-15 Michael S. Tsirkintun: export underlying socket
2009-12-27 Vitaliy Gusevtun: use tun_sk instead container_of
2009-11-07 Arnd Bergmannnet/tun: handle compat_ioctl directly
2009-10-14 Thomas Gleixnernet: Remove BKL from tun
2009-09-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-09-22 Kusanagi Kouichitun: Return -EINVAL if neither IFF_TUN nor IFF_TAP...
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-09-02 Michael S. Tsirkintun: reuse struct sock fields
2009-09-01 Stephen Hemmingernetdev: convert pseudo drivers to netdev_tx_t
2009-08-31 Paul Moorelsm: Add hooks to the TUN driver
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-10 Herbert Xutun: Extend RTNL lock coverage over whole ioctl
2009-07-17 Sridhar Samudralatun: Allow tap device to send/receive UFO packets.
2009-07-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-08 Paul Mooretun: Remove a dead line of code
2009-07-06 Mariusz Kozlowskitun/tap: Fix crashes if open() /dev/net/tun and then...
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-07-06 Herbert Xutun: Fix device unregister race
2009-06-16 Kay SieversDriver Core: misc: add nodename support for misc devices.
2009-06-08 Eric W. Biedermantun: Fix unregister race
2009-06-08 Sridhar Samudralatun: Fix copy/paste error in tun_get_user
2009-06-08 Herbert Xutun: Optimise handling of bogus gso->hdr_len
2009-06-04 Herbert Xutun: Only wake up writers
2009-05-10 David Woodhousetun: add tun_flags, owner, group attributes in sysfs
2009-04-27 David Woodhousetun: add IFF_TUN_EXCL flag to avoid opening a persisten...
2009-04-21 Michael S. Tsirkintun: fix tun_chr_aio_write so that aio works
2009-04-21 Michael S. Tsirkintun: fix tun_chr_aio_read so that aio works
2009-04-20 Herbert Xutun: Fix sk_sleep races when attaching/detaching
2009-04-20 Herbert Xutun: Only free a netdev when all tun descriptors are...
2009-04-14 Herbert Xutun: Fix crash with non-GSO users
2009-02-15 Herbert Xutun: Fix merge error
2009-02-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-09 Alex Williamsontun: Fix unicast filter overflow
2009-02-06 Herbert Xutun: Limit amount of queued packets per device
2009-02-03 Michael Tokarevtun: Check supplemental groups in TUN/TAP driver.
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-22 Eric W. Biedermantun: Implement ip link del tunXXX
2009-01-22 Eric W. Biedermantun: There is no longer any need to deny changing netwo...
2009-01-22 Eric W. Biedermantun: Fix races between tun_net_close and free_netdev.
2009-01-22 Eric W. Biedermantun: Move read_wait into tun_file
2009-01-22 Eric W. Biedermantun: Make tun_net_xmit atomic wrt tun_attach && tun_detach
2009-01-22 Eric W. Biedermantun: Grab the netns in open.
2009-01-22 Eric W. Biedermantun: Introduce tun_file
2009-01-22 Eric W. Biedermantun: Use POLLERR not EBADF in tun_chr_poll
2009-01-22 Eric W. Biedermantun: Fix races in tun_set_iff
2009-01-22 Eric W. Biedermantun: Remove unnecessary tun_get_by_name
2009-01-05 Gerrit Renkertun: Eliminate sparse signedness warning
2008-12-30 Kusanagi Kouichitun: Fix SIOCSIFHWADDR error.
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemmingertun: convert to net_device_ops
2008-11-13 David HowellsCRED: Wrap current->cred and a few other accessors
2008-11-13 David HowellsCRED: Wrap task credential accesses in the network...
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-11-01 Al Virosaner FASYNC handling on file close
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-08-16 Rusty Russelltun: fallback if skb_alloc() fails on big packets
2008-08-16 Mark McLoughlintun: TUNGETIFF interface to query name and flags
2008-07-22 Harvey Harrisonnet: tun.c fix cast
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-07-15 Max Krasnyanskytun: Fix/rewrite packet filtering logic
2008-07-15 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-10 Max Krasnyanskytun: Persistent devices can get stuck in xoff state
2008-07-03 Rusty Russelltun: Allow GSO using virtio_net_hdr
2008-07-03 Rusty Russelltun: TUNSETFEATURES to set gso features.
2008-07-03 Rusty Russelltun: Interface to query tun/tap features.
2008-07-02 Jonathan Corbettun: fasync BKL pushdown
2008-07-02 Arnd Bergmannnet-tun: BKL pushdown
2008-06-18 Ang Way Chuangtun: Proper handling of IPv6 header in tun driver when...
2008-04-24 David S. Millertun: Multicast handling in tun_chr_ioctl() needs proper...
2008-04-24 David S. Millertun: Fix minor race in TUNSETLINK ioctl handling.
2008-04-16 Pavel Emelyanov[TUN]: Allow to register tun devices in namespace.
2008-04-16 Pavel Emelyanov[TUN]: Make the tun_dev_list per-net.
2008-04-16 Pavel Emelyanov[TUN]: Introduce the tun_net structure and init/exit...
2008-04-13 Rusty Russellnet: check for underlength tap writes
2008-04-13 Rusty Russellnet: make struct tun_struct private to tun.c
2008-02-29 Kim B. Heino[TUN]: Fix RTNL-locking in tun/tap driver
2008-02-05 Nathaniel Filardotun: impossible to deassert IFF_ONE_QUEUE or IFF_NO_PI
2008-01-28 Al Viroannotate tun
2008-01-28 Akinobu Mita[TUN]: Use iov_length()
2007-12-27 Toyo Abe[TUNTAP]: Fix wrong debug message.
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Ed Swierk[TAP]: Configurable interface MTU.
2007-10-10 Jeff Garzik[NET] drivers/net: statistics cleanup #1 -- save memory...
next