aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-02tun: Check supplemental groups in TUN/TAP driver.Michael Tokarev1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-21tun: Implement ip link del tunXXXEric W. Biederman1-31/+25
2009-01-21tun: There is no longer any need to deny changing network namespacesEric W. Biederman1-1/+0
2009-01-21tun: Fix races between tun_net_close and free_netdev.Eric W. Biederman1-2/+48
2009-01-21tun: Move read_wait into tun_fileEric W. Biederman1-8/+10
2009-01-21tun: Make tun_net_xmit atomic wrt tun_attach && tun_detachEric W. Biederman1-7/+17
2009-01-21tun: Grab the netns in open.Eric W. Biederman1-4/+6
2009-01-21tun: Introduce tun_fileEric W. Biederman1-52/+104
2009-01-21tun: Use POLLERR not EBADF in tun_chr_pollEric W. Biederman1-1/+1
2009-01-21tun: Fix races in tun_set_iffEric W. Biederman1-16/+32
2009-01-21tun: Remove unnecessary tun_get_by_nameEric W. Biederman1-55/+19
2009-01-04tun: Eliminate sparse signedness warningGerrit Renker1-1/+1
2008-12-29tun: Fix SIOCSIFHWADDR error.Kusanagi Kouichi1-1/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-10/+23
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-2/+2
2008-11-19tun: convert to net_device_opsStephen Hemminger1-5/+20
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-3/+5
2008-11-14CRED: Wrap task credential accesses in the network device driversDavid Howells1-2/+2
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-2/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-08-15tun: fallback if skb_alloc() fails on big packetsRusty Russell1-4/+62
2008-08-15tun: TUNGETIFF interface to query name and flagsMark McLoughlin1-0/+39
2008-07-22net: tun.c fix castHarvey Harrison1-1/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-4/+9
2008-07-14tun: Fix/rewrite packet filtering logicMax Krasnyansky1-163/+153