aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2009-04-27tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.David Woodhouse
2009-04-21tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin
2009-04-21tun: fix tun_chr_aio_read so that aio worksMichael S. Tsirkin
2009-04-20tun: Fix sk_sleep races when attaching/detachingHerbert Xu
2009-04-20tun: Only free a netdev when all tun descriptors are closedHerbert Xu
2009-04-14tun: Fix crash with non-GSO usersHerbert Xu
2009-02-14tun: Fix merge errorHerbert Xu
2009-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-08tun: Fix unicast filter overflowAlex Williamson
2009-02-05tun: Limit amount of queued packets per deviceHerbert Xu
2009-02-02tun: Check supplemental groups in TUN/TAP driver.Michael Tokarev
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-21tun: Implement ip link del tunXXXEric W. Biederman
2009-01-21tun: There is no longer any need to deny changing network namespacesEric W. Biederman
2009-01-21tun: Fix races between tun_net_close and free_netdev.Eric W. Biederman
2009-01-21tun: Move read_wait into tun_fileEric W. Biederman
2009-01-21tun: Make tun_net_xmit atomic wrt tun_attach && tun_detachEric W. Biederman
2009-01-21tun: Grab the netns in open.Eric W. Biederman
2009-01-21tun: Introduce tun_fileEric W. Biederman
2009-01-21tun: Use POLLERR not EBADF in tun_chr_pollEric W. Biederman
2009-01-21tun: Fix races in tun_set_iffEric W. Biederman
2009-01-21tun: Remove unnecessary tun_get_by_nameEric W. Biederman
2009-01-04tun: Eliminate sparse signedness warningGerrit Renker
2008-12-29tun: Fix SIOCSIFHWADDR error.Kusanagi Kouichi
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19tun: convert to net_device_opsStephen Hemminger
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-14CRED: Wrap task credential accesses in the network device driversDavid Howells
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-08-15tun: fallback if skb_alloc() fails on big packetsRusty Russell
2008-08-15tun: TUNGETIFF interface to query name and flagsMark McLoughlin
2008-07-22net: tun.c fix castHarvey Harrison
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-14tun: Fix/rewrite packet filtering logicMax Krasnyansky
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-10tun: Persistent devices can get stuck in xoff stateMax Krasnyansky
2008-07-03tun: Allow GSO using virtio_net_hdrRusty Russell
2008-07-03tun: TUNSETFEATURES to set gso features.Rusty Russell
2008-07-03tun: Interface to query tun/tap features.Rusty Russell
2008-07-02tun: fasync BKL pushdownJonathan Corbet
2008-07-02net-tun: BKL pushdownArnd Bergmann
2008-06-17tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is setAng Way Chuang
2008-04-24tun: Multicast handling in tun_chr_ioctl() needs proper locking.David S. Miller
2008-04-23tun: Fix minor race in TUNSETLINK ioctl handling.David S. Miller
2008-04-16[TUN]: Allow to register tun devices in namespace.Pavel Emelyanov