summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* tun: don't look at current when non-blockingMichael S. Tsirkin2013-10-081-3/+5
* tuntap: correctly handle error in tun_set_iff()Jason Wang2013-09-121-3/+8
* tuntap: orphan frags before trying to set tx timestampJason Wang2013-09-051-3/+5
* tuntap: purge socket error queue on detachJason Wang2013-09-051-3/+9
* tun: Get skfilter layoutPavel Emelyanov2013-08-211-0/+10
* tun: Allow to skip filter on attachPavel Emelyanov2013-08-211-5/+7
* tun: Report whether the queue is attached or notPavel Emelyanov2013-08-211-0/+3
* tun: Add ability to create tun device with given indexPavel Emelyanov2013-08-211-1/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-171-2/+4
|\
| * tun: signedness bug in tun_get_user()Dan Carpenter2013-08-151-2/+4
| * tun: compare with 0 instead of total_lenWeiping Pan2013-08-141-2/+2
* | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-1/+1
* | net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-081-80/+0Star
* | net: move iov_pages() to net/core/iovec.cJason Wang2013-08-081-23/+0Star
* | tuntap: hardware vlan tx supportJason Wang2013-07-281-4/+36
* | tun: Support software transmit time stamping.Richard Cochran2013-07-221-2/+12
|/
* tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang2013-07-181-24/+38
* tuntap: correctly linearize skb when zerocopy is usedJason Wang2013-07-111-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-2/+4
|\
| * tun: fix recovery from gup errorsMichael S. Tsirkin2013-06-261-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-1/+3
|\|
| * tuntap: set SOCK_ZEROCOPY flag during openJason Wang2013-06-121-0/+2
| * tuntap: fix a possible race between queue selection and changing queuesJason Wang2013-06-101-1/+1
* | tun: Turn tun_flow_init() into void fnPavel Emelyanov2013-06-131-7/+2Star
* | tun: Report "persist" flag to userspacePavel Emelyanov2013-06-131-0/+3
|/
* tuntap: forbid changing mq flag for persistent deviceJason Wang2013-05-291-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-4/+11
|\
| * net: tun: release the reference of tun device in tun_recvmsgGao feng2013-04-291-2/+5
| * tuntap: correct the return value in tun_set_iff()Jason Wang2013-04-251-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-1/+1
|\|
| * tuntap: fix error return code in tun_set_iff()Wei Yongjun2013-04-121-1/+1
* | tuntap: initialize vlan_featuresJason Wang2013-04-111-0/+1
* | net: switch to use skb_probe_transport_header()Jason Wang2013-03-271-9/+1Star
* | tuntap: set transport header before passing it to kernelJason Wang2013-03-261-0/+10
* | tuntap: remove unused variable in __tun_detach()Wei Yongjun2013-03-131-2/+0Star
|/
* tun: add a missing nf_reset() in tun_net_xmit()Eric Dumazet2013-03-061-0/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+7Star
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-8/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-14/+24
|\
| * tuntap: allow polling/writing/reading when detachedJason Wang2013-01-291-9/+16
| * tun: fix carrier on/off statusMichael S. Tsirkin2013-01-291-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-8/+14
|\|
| * tuntap: limit the number of flow cachesJason Wang2013-01-231-1/+6
| * tuntap: reduce memory using of queuesJason Wang2013-01-231-7/+8
* | net: fix possible wrong checksum generationEric Dumazet2013-01-281-4/+8
|/
* tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore2013-01-151-5/+18
* tuntap: fix leaking reference countJason Wang2013-01-121-3/+9
* tuntap: forbid calling TUNSETIFF when detachedJason Wang2013-01-121-2/+3
* tuntap: switch to use rtnl_dereference()Jason Wang2013-01-121-17/+10Star
* tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin2013-01-101-2/+0Star