aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-21tun: Get skfilter layoutPavel Emelyanov1-0/+10
2013-08-21tun: Allow to skip filter on attachPavel Emelyanov1-5/+7
2013-08-21tun: Report whether the queue is attached or notPavel Emelyanov1-0/+3
2013-08-21tun: Add ability to create tun device with given indexPavel Emelyanov1-1/+20
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-08-15tun: signedness bug in tun_get_user()Dan Carpenter1-2/+4
2013-08-13tun: compare with 0 instead of total_lenWeiping Pan1-2/+2
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-1/+1
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang1-80/+0
2013-08-07net: move iov_pages() to net/core/iovec.cJason Wang1-23/+0
2013-07-27tuntap: hardware vlan tx supportJason Wang1-4/+36
2013-07-22tun: Support software transmit time stamping.Richard Cochran1-2/+12
2013-07-18tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-24/+38
2013-07-10tuntap: correctly linearize skb when zerocopy is usedJason Wang1-3/+6
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-06-25tun: fix recovery from gup errorsMichael S. Tsirkin1-2/+4
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-06-12tun: Turn tun_flow_init() into void fnPavel Emelyanov1-7/+2
2013-06-12tun: Report "persist" flag to userspacePavel Emelyanov1-0/+3
2013-06-12tuntap: set SOCK_ZEROCOPY flag during openJason Wang1-0/+2
2013-06-10tuntap: fix a possible race between queue selection and changing queuesJason Wang1-1/+1
2013-05-29tuntap: forbid changing mq flag for persistent deviceJason Wang1-0/+4
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+11
2013-04-29net: tun: release the reference of tun device in tun_recvmsgGao feng1-2/+5
2013-04-25tuntap: correct the return value in tun_set_iff()Jason Wang1-2/+6
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
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