summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | tun: socket filter supportMichael S. Tsirkin2010-02-171-0/+26
* | tun: export underlying socketMichael S. Tsirkin2010-01-151-19/+82
|/
* tun: use tun_sk instead container_ofVitaliy Gusev2009-12-261-3/+3
* net/tun: handle compat_ioctl directlyArnd Bergmann2009-11-061-7/+46
* net: Remove BKL from tunThomas Gleixner2009-10-141-4/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-241-1/+1
|\
| * Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-1/+1
* | tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set.Kusanagi Kouichi2009-09-221-3/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-24/+28
|\
| * tun: reuse struct sock fieldsMichael S. Tsirkin2009-09-011-18/+12
| * netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-31/+19
| |\
| * | 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-091-1/+3
| |\ \
| * | | tun: Remove a dead line of codePaul Moore2009-07-071-1/+0
| * | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* | | | lsm: Add hooks to the TUN driverPaul Moore2009-09-011-7/+15
| |_|/ |/| |
* | | tun: Extend RTNL lock coverage over whole ioctlHerbert Xu2009-08-091-31/+19
| |/ |/|
* | tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.Mariusz Kozlowski2009-07-061-1/+3
|/
* tun: Fix device unregister raceHerbert Xu2009-07-051-7/+9
* Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-151-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-031-3/+3
* tun: add tun_flags, owner, group attributes in sysfsDavid Woodhouse2009-05-091-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/+6
* 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-141-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-091-2/+8
|\
| * tun: Fix unicast filter overflowAlex Williamson2009-02-081-2/+8
* | tun: Limit amount of queued packets per deviceHerbert Xu2009-02-051-53/+114
* | tun: Check supplemental groups in TUN/TAP driver.Michael Tokarev2009-02-021-1/+1
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* | tun: Implement ip link del tunXXXEric W. Biederman2009-01-211-31/+25
* | tun: There is no longer any need to deny changing network namespacesEric W. Biederman2009-01-211-1/+0
* | tun: Fix races between tun_net_close and free_netdev.Eric W. Biederman2009-01-211-2/+48
* | tun: Move read_wait into tun_fileEric W. Biederman2009-01-211-8/+10
* | tun: Make tun_net_xmit atomic wrt tun_attach && tun_detachEric W. Biederman2009-01-211-7/+17
* | tun: Grab the netns in open.Eric W. Biederman2009-01-211-4/+6
* | tun: Introduce tun_fileEric W. Biederman2009-01-211-52/+104
* | tun: Use POLLERR not EBADF in tun_chr_pollEric W. Biederman2009-01-211-1/+1
* | tun: Fix races in tun_set_iffEric W. Biederman2009-01-211-16/+32
* | tun: Remove unnecessary tun_get_by_nameEric W. Biederman2009-01-211-55/+19
|/