aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+6
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-0/+21
2008-07-10tun: Persistent devices can get stuck in xoff stateMax Krasnyansky1-0/+6
2008-07-03tun: Allow GSO using virtio_net_hdrRusty Russell1-3/+92
2008-07-03tun: TUNSETFEATURES to set gso features.Rusty Russell1-0/+49
2008-07-03tun: Interface to query tun/tap features.Rusty Russell1-0/+8
2008-07-02tun: fasync BKL pushdownJonathan Corbet1-4/+7
2008-07-02net-tun: BKL pushdownArnd Bergmann1-0/+2
2008-06-17tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is setAng Way Chuang1-0/+15
2008-04-24tun: Multicast handling in tun_chr_ioctl() needs proper locking.David S. Miller1-0/+10
2008-04-23tun: Fix minor race in TUNSETLINK ioctl handling.David S. Miller1-2/+9
2008-04-16[TUN]: Allow to register tun devices in namespace.Pavel Emelyanov1-0/+4
2008-04-16[TUN]: Make the tun_dev_list per-net.Pavel Emelyanov1-18/+19
2008-04-16[TUN]: Introduce the tun_net structure and init/exit net ops.Pavel Emelyanov1-1/+52
2008-04-12net: check for underlength tap writesRusty Russell1-1/+4
2008-04-12net: make struct tun_struct private to tun.cRusty Russell1-0/+33
2008-02-29[TUN]: Fix RTNL-locking in tun/tap driverKim B. Heino1-1/+5
2008-02-05tun: impossible to deassert IFF_ONE_QUEUE or IFF_NO_PINathaniel Filardo1-0/+4
2008-01-28annotate tunAl Viro1-1/+1
2008-01-28[TUN]: Use iov_length()Akinobu Mita1-13/+2
2007-12-26[TUNTAP]: Fix wrong debug message.Toyo Abe1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-20/+13