summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-131-31/+19Star
|\
| * tun: Extend RTNL lock coverage over whole ioctlHerbert Xu2009-08-101-31/+19Star
* | tun: Allow tap device to send/receive UFO packets.Sridhar Samudrala2009-07-171-1/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-101-1/+3
|\|
| * tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.Mariusz Kozlowski2009-07-061-1/+3
* | tun: Remove a dead line of codePaul Moore2009-07-081-1/+0Star
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-2/+2
|/
* tun: Fix device unregister raceHerbert Xu2009-07-061-7/+9
* Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-161-0/+1
* tun: Fix unregister raceEric W. Biederman2009-06-081-3/+4
* tun: Fix copy/paste error in tun_get_userSridhar Samudrala2009-06-081-1/+1
* tun: Optimise handling of bogus gso->hdr_lenHerbert Xu2009-06-081-0/+4
* tun: Only wake up writersHerbert Xu2009-06-041-3/+3
* tun: add tun_flags, owner, group attributes in sysfsDavid Woodhouse2009-05-101-15/+52
* tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.David Woodhouse2009-04-271-0/+2
* tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin2009-04-211-5/+8
* tun: fix tun_chr_aio_read so that aio worksMichael S. Tsirkin2009-04-211-5/+6
* tun: Fix sk_sleep races when attaching/detachingHerbert Xu2009-04-201-9/+6Star
* tun: Only free a netdev when all tun descriptors are closedHerbert Xu2009-04-201-13/+19
* tun: Fix crash with non-GSO usersHerbert Xu2009-04-141-2/+3
* tun: Fix merge errorHerbert Xu2009-02-151-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-101-2/+8
|\
| * tun: Fix unicast filter overflowAlex Williamson2009-02-091-2/+8
* | tun: Limit amount of queued packets per deviceHerbert Xu2009-02-061-53/+114
* | tun: Check supplemental groups in TUN/TAP driver.Michael Tokarev2009-02-031-1/+1
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* | tun: Implement ip link del tunXXXEric W. Biederman2009-01-221-31/+25Star
* | tun: There is no longer any need to deny changing network namespacesEric W. Biederman2009-01-221-1/+0Star
* | tun: Fix races between tun_net_close and free_netdev.Eric W. Biederman2009-01-221-2/+48
* | tun: Move read_wait into tun_fileEric W. Biederman2009-01-221-8/+10
* | tun: Make tun_net_xmit atomic wrt tun_attach && tun_detachEric W. Biederman2009-01-221-7/+17
* | tun: Grab the netns in open.Eric W. Biederman2009-01-221-4/+6
* | tun: Introduce tun_fileEric W. Biederman2009-01-221-52/+104
* | tun: Use POLLERR not EBADF in tun_chr_pollEric W. Biederman2009-01-221-1/+1
* | tun: Fix races in tun_set_iffEric W. Biederman2009-01-221-16/+32
* | tun: Remove unnecessary tun_get_by_nameEric W. Biederman2009-01-221-55/+19Star
|/
* tun: Eliminate sparse signedness warningGerrit Renker2009-01-051-1/+1
* tun: Fix SIOCSIFHWADDR error.Kusanagi Kouichi2008-12-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-10/+23
|\
| * netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-2/+2
| * tun: convert to net_device_opsStephen Hemminger2008-11-201-5/+20
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-071-2/+0Star
| |\
| * | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
| * | net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
* | | CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-3/+5
* | | CRED: Wrap task credential accesses in the network device driversDavid Howells2008-11-141-2/+2
| |/ |/|
* | saner FASYNC handling on file closeAl Viro2008-11-011-2/+0Star
|/
* tun: fallback if skb_alloc() fails on big packetsRusty Russell2008-08-161-4/+62
* tun: TUNGETIFF interface to query name and flagsMark McLoughlin2008-08-161-0/+39
* net: tun.c fix castHarvey Harrison2008-07-221-1/+1