summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tun: Eliminate sparse signedness warningGerrit Renker2009-01-041-1/+1
* tun: Fix SIOCSIFHWADDR error.Kusanagi Kouichi2008-12-291-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-201-2/+2
| * tun: convert to net_device_opsStephen Hemminger2008-11-191-5/+20
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-2/+0
| |\
| * | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
| * | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* | | 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/+0
|/
* tun: fallback if skb_alloc() fails on big packetsRusty Russell2008-08-151-4/+62
* tun: TUNGETIFF interface to query name and flagsMark McLoughlin2008-08-151-0/+39
* net: tun.c fix castHarvey Harrison2008-07-221-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-4/+9
|\
| * Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-0/+21
| |\
| * | tun: fasync BKL pushdownJonathan Corbet2008-07-021-4/+7
| * | net-tun: BKL pushdownArnd Bergmann2008-07-021-0/+2
* | | tun: Fix/rewrite packet filtering logicMax Krasnyansky2008-07-141-163/+153
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-141-0/+6
|\ \ \ | | |/ | |/|
| * | tun: Persistent devices can get stuck in xoff stateMax Krasnyansky2008-07-101-0/+6
* | | tun: Allow GSO using virtio_net_hdrRusty Russell2008-07-031-3/+92
* | | tun: TUNSETFEATURES to set gso features.Rusty Russell2008-07-031-0/+49
* | | tun: Interface to query tun/tap features.Rusty Russell2008-07-031-0/+8
|/ /
* | tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is setAng Way Chuang2008-06-171-0/+15
|/
* tun: Multicast handling in tun_chr_ioctl() needs proper locking.David S. Miller2008-04-241-0/+10
* tun: Fix minor race in TUNSETLINK ioctl handling.David S. Miller2008-04-231-2/+9
* [TUN]: Allow to register tun devices in namespace.Pavel Emelyanov2008-04-161-0/+4
* [TUN]: Make the tun_dev_list per-net.Pavel Emelyanov2008-04-161-18/+19
* [TUN]: Introduce the tun_net structure and init/exit net ops.Pavel Emelyanov2008-04-161-1/+52
* net: check for underlength tap writesRusty Russell2008-04-121-1/+4
* net: make struct tun_struct private to tun.cRusty Russell2008-04-121-0/+33
* [TUN]: Fix RTNL-locking in tun/tap driverKim B. Heino2008-02-291-1/+5
* tun: impossible to deassert IFF_ONE_QUEUE or IFF_NO_PINathaniel Filardo2008-02-051-0/+4
* annotate tunAl Viro2008-01-281-1/+1
* [TUN]: Use iov_length()Akinobu Mita2008-01-281-13/+2
* [TUNTAP]: Fix wrong debug message.Toyo Abe2007-12-261-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-20/+13
* [TAP]: Configurable interface MTU.Ed Swierk2007-10-101-0/+14
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-15/+8
OpenPOWER on IntegriCloud