aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2014-01-15tun: update file current positionZhi Yong Wu
2013-12-08tuntap: limit head length of skb allocatedJason Wang
2013-10-13tuntap: correctly handle error in tun_set_iff()Jason Wang
2013-09-14tun: signedness bug in tun_get_user()Dan Carpenter
2013-07-28tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang
2013-07-28tuntap: correctly linearize skb when zerocopy is usedJason Wang
2013-06-25tun: fix recovery from gup errorsMichael S. Tsirkin
2013-06-12tuntap: set SOCK_ZEROCOPY flag during openJason Wang
2013-06-10tuntap: fix a possible race between queue selection and changing queuesJason Wang
2013-05-29tuntap: forbid changing mq flag for persistent deviceJason Wang
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-29net: tun: release the reference of tun device in tun_recvmsgGao feng
2013-04-25tuntap: correct the return value in tun_set_iff()Jason Wang
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-12tuntap: fix error return code in tun_set_iff()Wei Yongjun
2013-04-11tuntap: initialize vlan_featuresJason Wang
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang
2013-03-26tuntap: set transport header before passing it to kernelJason Wang
2013-03-13tuntap: remove unused variable in __tun_detach()Wei Yongjun
2013-03-06tun: add a missing nf_reset() in tun_net_xmit()Eric Dumazet
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-29tuntap: allow polling/writing/reading when detachedJason Wang
2013-01-29tun: fix carrier on/off statusMichael S. Tsirkin
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-23tuntap: limit the number of flow cachesJason Wang
2013-01-23tuntap: reduce memory using of queuesJason Wang
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore
2013-01-11tuntap: fix leaking reference countJason Wang
2013-01-11tuntap: forbid calling TUNSETIFF when detachedJason Wang
2013-01-11tuntap: switch to use rtnl_dereference()Jason Wang
2013-01-10tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin
2013-01-10tuntap: refuse to re-attach to different tun_structStefan Hajnoczi
2012-12-21tuntap: dont use a private kmem_cacheEric Dumazet
2012-12-17tuntap: fix sparse warningJason Wang
2012-12-17tuntap: reset network header before calling skb_get_rxhash()Eric Dumazet
2012-12-14tuntap: fix ambigious multiqueue APIJason Wang
2012-12-13tuntap: dont use skb after netif_rx_ni(skb)Eric Dumazet
2012-12-11tun: allow setting ethernet addresss while runningstephen hemminger
2012-12-07tun: correctly report an error in tun_flow_init()Paul Moore
2012-12-03tun: only queue packets on deviceMichael S. Tsirkin
2012-12-03tuntap: attach queue 0 before registering netdeviceJason Wang
2012-11-26tun: put correct method name in a debug message.Rami Rosen
2012-11-26vtun: fix typos.Rami Rosen
2012-11-23tun: change tun_get_iff() prototype.Rami Rosen
2012-11-19net: Allow userns root to control tun and tap devicesEric W. Biederman
2012-11-02tun: report orphan frags errors to zero copy callbackMichael S. Tsirkin
2012-11-01tuntap: choose the txq based on rxqJason Wang