aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAge
* tun: Extend RTNL lock coverage over whole ioctlHerbert Xu2009-08-10
* tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.Mariusz Kozlowski2009-07-06
* tun: Fix device unregister raceHerbert Xu2009-07-05
* Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-16
* tun: Fix unregister raceEric W. Biederman2009-06-08
* tun: Fix copy/paste error in tun_get_userSridhar Samudrala2009-06-08
* tun: Optimise handling of bogus gso->hdr_lenHerbert Xu2009-06-08
* tun: Only wake up writersHerbert Xu2009-06-04
* tun: add tun_flags, owner, group attributes in sysfsDavid Woodhouse2009-05-10
* tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.David Woodhouse2009-04-27
* tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin2009-04-21
* tun: fix tun_chr_aio_read so that aio worksMichael S. Tsirkin2009-04-21
* tun: Fix sk_sleep races when attaching/detachingHerbert Xu2009-04-20
* tun: Only free a netdev when all tun descriptors are closedHerbert Xu2009-04-20
* tun: Fix crash with non-GSO usersHerbert Xu2009-04-14
* tun: Fix merge errorHerbert Xu2009-02-14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-10
|\
| * tun: Fix unicast filter overflowAlex Williamson2009-02-08
* | tun: Limit amount of queued packets per deviceHerbert Xu2009-02-06
* | tun: Check supplemental groups in TUN/TAP driver.Michael Tokarev2009-02-03
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-01
* | tun: Implement ip link del tunXXXEric W. Biederman2009-01-21
* | tun: There is no longer any need to deny changing network namespacesEric W. Biederman2009-01-21
* | tun: Fix races between tun_net_close and free_netdev.Eric W. Biederman2009-01-21
* | tun: Move read_wait into tun_fileEric W. Biederman2009-01-21
* | tun: Make tun_net_xmit atomic wrt tun_attach && tun_detachEric W. Biederman2009-01-21
* | tun: Grab the netns in open.Eric W. Biederman2009-01-21
* | tun: Introduce tun_fileEric W. Biederman2009-01-21
* | tun: Use POLLERR not EBADF in tun_chr_pollEric W. Biederman2009-01-21
* | tun: Fix races in tun_set_iffEric W. Biederman2009-01-21
* | tun: Remove unnecessary tun_get_by_nameEric W. Biederman2009-01-21
|/
* tun: Eliminate sparse signedness warningGerrit Renker2009-01-04
* tun: Fix SIOCSIFHWADDR error.Kusanagi Kouichi2008-12-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-28
|\
| * netdev: add more functions to netdevice opsStephen Hemminger2008-11-20
| * tun: convert to net_device_opsStephen Hemminger2008-11-20
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-07
| |\
| * | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-04
| * | net: convert print_mac to %pMJohannes Berg2008-10-27
* | | CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-13
* | | CRED: Wrap task credential accesses in the network device driversDavid Howells2008-11-13
| |/ |/|
* | saner FASYNC handling on file closeAl Viro2008-11-01
|/
* tun: fallback if skb_alloc() fails on big packetsRusty Russell2008-08-15
* tun: TUNGETIFF interface to query name and flagsMark McLoughlin2008-08-15
* net: tun.c fix castHarvey Harrison2008-07-22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18
|\
| * Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14
| |\
| * | tun: fasync BKL pushdownJonathan Corbet2008-07-02
| * | net-tun: BKL pushdownArnd Bergmann2008-07-02
* | | tun: Fix/rewrite packet filtering logicMax Krasnyansky2008-07-15