summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* tuntap: correctly linearize skb when zerocopy is usedJason Wang2013-07-101-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-251-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-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-121-7/+2
* | tun: Report "persist" flag to userspacePavel Emelyanov2013-06-121-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-221-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/+1
* | 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/+0
|/
* 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-271-8/+7
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-8/+5
* 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-141-5/+18
* tuntap: fix leaking reference countJason Wang2013-01-111-3/+9
* tuntap: forbid calling TUNSETIFF when detachedJason Wang2013-01-111-2/+3
* tuntap: switch to use rtnl_dereference()Jason Wang2013-01-111-17/+10
* tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin2013-01-101-2/+0
* tuntap: refuse to re-attach to different tun_structStefan Hajnoczi2013-01-101-0/+2
* tuntap: dont use a private kmem_cacheEric Dumazet2012-12-211-21/+3
* tuntap: fix sparse warningJason Wang2012-12-171-1/+1
* tuntap: reset network header before calling skb_get_rxhash()Eric Dumazet2012-12-171-0/+1
* tuntap: fix ambigious multiqueue APIJason Wang2012-12-141-23/+63
* tuntap: dont use skb after netif_rx_ni(skb)Eric Dumazet2012-12-131-3/+4
* tun: allow setting ethernet addresss while runningstephen hemminger2012-12-111-0/+1
* tun: correctly report an error in tun_flow_init()Paul Moore2012-12-071-1/+2
* tun: only queue packets on deviceMichael S. Tsirkin2012-12-031-16/+8
* tuntap: attach queue 0 before registering netdeviceJason Wang2012-12-031-6/+5
* tun: put correct method name in a debug message.Rami Rosen2012-11-261-1/+1
* vtun: fix typos.Rami Rosen2012-11-261-4/+4
* tun: change tun_get_iff() prototype.Rami Rosen2012-11-231-5/+2
* net: Allow userns root to control tun and tap devicesEric W. Biederman2012-11-191-2/+3
* tun: report orphan frags errors to zero copy callbackMichael S. Tsirkin2012-11-021-0/+1
* tuntap: choose the txq based on rxqJason Wang2012-11-011-3/+224
* tuntap: add ioctl to attach or detach a file form tuntap deviceJason Wang2012-11-011-8/+48
OpenPOWER on IntegriCloud