aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-12tuntap: fix error return code in tun_set_iff()Wei Yongjun1-1/+1
2013-04-11tuntap: initialize vlan_featuresJason Wang1-0/+1
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang1-9/+1
2013-03-26tuntap: set transport header before passing it to kernelJason Wang1-0/+10
2013-03-13tuntap: remove unused variable in __tun_detach()Wei Yongjun1-2/+0
2013-03-06tun: add a missing nf_reset() in tun_net_xmit()Eric Dumazet1-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+7
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-8/+5
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+24
2013-01-29tuntap: allow polling/writing/reading when detachedJason Wang1-9/+16
2013-01-29tun: fix carrier on/off statusMichael S. Tsirkin1-5/+8
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+14
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-4/+8
2013-01-23tuntap: limit the number of flow cachesJason Wang1-1/+6
2013-01-23tuntap: reduce memory using of queuesJason Wang1-7/+8
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore1-5/+18
2013-01-11tuntap: fix leaking reference countJason Wang1-3/+9
2013-01-11tuntap: forbid calling TUNSETIFF when detachedJason Wang1-2/+3
2013-01-11tuntap: switch to use rtnl_dereference()Jason Wang1-17/+10
2013-01-10tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin1-2/+0
2013-01-10tuntap: refuse to re-attach to different tun_structStefan Hajnoczi1-0/+2
2012-12-21tuntap: dont use a private kmem_cacheEric Dumazet1-21/+3
2012-12-17tuntap: fix sparse warningJason Wang1-1/+1
2012-12-17tuntap: reset network header before calling skb_get_rxhash()Eric Dumazet1-0/+1
2012-12-14tuntap: fix ambigious multiqueue APIJason Wang1-23/+63
2012-12-13tuntap: dont use skb after netif_rx_ni(skb)Eric Dumazet1-3/+4
2012-12-11tun: allow setting ethernet addresss while runningstephen hemminger1-0/+1
2012-12-07tun: correctly report an error in tun_flow_init()Paul Moore1-1/+2
2012-12-03tun: only queue packets on deviceMichael S. Tsirkin1-16/+8
2012-12-03tuntap: attach queue 0 before registering netdeviceJason Wang1-6/+5
2012-11-26tun: put correct method name in a debug message.Rami Rosen1-1/+1
2012-11-26vtun: fix typos.Rami Rosen1-4/+4
2012-11-23tun: change tun_get_iff() prototype.Rami Rosen1-5/+2
2012-11-19net: Allow userns root to control tun and tap devicesEric W. Biederman1-2/+3
2012-11-02tun: report orphan frags errors to zero copy callbackMichael S. Tsirkin1-0/+1
2012-11-01tuntap: choose the txq based on rxqJason Wang1-3/+224
2012-11-01tuntap: add ioctl to attach or detach a file form tuntap deviceJason Wang1-8/+48
2012-11-01tuntap: multiqueue supportJason Wang1-88/+220
2012-11-01tuntap: RCUify dereferencing between tun_struct and tun_fileJason Wang1-48/+47
2012-11-01tuntap: move socket to tun_fileJason Wang1-121/+145
2012-11-01tuntap: log the unsigned informaiton with %uJason Wang1-3/+3
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner1-3/+0
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-14/+32
2012-09-14cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner1-0/+1
2012-08-14userns: Convert tun/tap to use kuid and kgid where appropriateEric W. Biederman1-14/+32
2012-08-09tun: don't zeroize sock->file on detachStanislav Kinsbursky1-1/+0
2012-07-30tun: Fix formatting.David S. Miller1-2/+2
2012-07-29net/tun: fix ioctl() based info leaksMathias Krause1-1/+3
2012-07-22tun: experimental zero copy tx supportMichael S. Tsirkin1-12/+134