aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-30tun: keep link (carrier) state up to dateNolan Leake1-7/+3
2010-07-24tun: avoid BUG, dump packet on GSO errorsMichael S. Tsirkin1-2/+12
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-0/+1
2010-05-24tun: Update classid on packet injectionHerbert Xu1-0/+2
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-05-03tun: add ioctl to modify vnet header sizeMichael S. Tsirkin1-4/+28
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-9/+12
2010-04-20net: sk_sleep() helperEric Dumazet1-2/+2
2010-04-14tun: orphan an skb on txMichael S. Tsirkin1-0/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-17tun: socket filter supportMichael S. Tsirkin1-0/+26
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-15tun: export underlying socketMichael S. Tsirkin1-19/+82
2009-12-26tun: use tun_sk instead container_ofVitaliy Gusev1-3/+3
2009-11-06net/tun: handle compat_ioctl directlyArnd Bergmann1-7/+46
2009-10-14net: Remove BKL from tunThomas Gleixner1-4/+1
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-09-22tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set.Kusanagi Kouichi1-3/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-1/+1
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-24/+28
2009-09-01tun: reuse struct sock fieldsMichael S. Tsirkin1-18/+12
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-09-01lsm: Add hooks to the TUN driverPaul Moore1-7/+15
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-31/+19
2009-08-09tun: Extend RTNL lock coverage over whole ioctlHerbert Xu1-31/+19
2009-07-17tun: Allow tap device to send/receive UFO packets.Sridhar Samudrala1-1/+12
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2009-07-07tun: Remove a dead line of codePaul Moore1-1/+0
2009-07-06tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.Mariusz Kozlowski1-1/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-07-05tun: Fix device unregister raceHerbert Xu1-7/+9
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers1-0/+1
2009-06-08tun: Fix unregister raceEric W. Biederman1-3/+4
2009-06-08tun: Fix copy/paste error in tun_get_userSridhar Samudrala1-1/+1
2009-06-08tun: Optimise handling of bogus gso->hdr_lenHerbert Xu1-0/+4
2009-06-03tun: Only wake up writersHerbert Xu1-3/+3
2009-05-09tun: add tun_flags, owner, group attributes in sysfsDavid Woodhouse1-15/+52
2009-04-27tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.David Woodhouse1-0/+2
2009-04-21tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin1-5/+8
2009-04-21tun: fix tun_chr_aio_read so that aio worksMichael S. Tsirkin1-5/+6
2009-04-20tun: Fix sk_sleep races when attaching/detachingHerbert Xu1-9/+6
2009-04-20tun: Only free a netdev when all tun descriptors are closedHerbert Xu1-13/+19
2009-04-14tun: Fix crash with non-GSO usersHerbert Xu1-2/+3
2009-02-14tun: Fix merge errorHerbert Xu1-1/+1
2009-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+8
2009-02-08tun: Fix unicast filter overflowAlex Williamson1-2/+8
2009-02-05tun: Limit amount of queued packets per deviceHerbert Xu1-53/+114