aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAge
* tuntap: correctly handle error in tun_set_iff()Jason Wang2013-09-12
* tuntap: orphan frags before trying to set tx timestampJason Wang2013-09-05
* tuntap: purge socket error queue on detachJason Wang2013-09-05
* tun: Get skfilter layoutPavel Emelyanov2013-08-21
* tun: Allow to skip filter on attachPavel Emelyanov2013-08-21
* tun: Report whether the queue is attached or notPavel Emelyanov2013-08-21
* tun: Add ability to create tun device with given indexPavel Emelyanov2013-08-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-16
|\
| * tun: signedness bug in tun_get_user()Dan Carpenter2013-08-15
| * tun: compare with 0 instead of total_lenWeiping Pan2013-08-13
* | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-10
* | net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-07
* | net: move iov_pages() to net/core/iovec.cJason Wang2013-08-07
* | tuntap: hardware vlan tx supportJason Wang2013-07-27
* | tun: Support software transmit time stamping.Richard Cochran2013-07-22
|/
* tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang2013-07-18
* tuntap: correctly linearize skb when zerocopy is usedJason Wang2013-07-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-03
|\
| * tun: fix recovery from gup errorsMichael S. Tsirkin2013-06-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-19
|\|
| * tuntap: set SOCK_ZEROCOPY flag during openJason Wang2013-06-12
| * tuntap: fix a possible race between queue selection and changing queuesJason Wang2013-06-10
* | tun: Turn tun_flow_init() into void fnPavel Emelyanov2013-06-12
* | tun: Report "persist" flag to userspacePavel Emelyanov2013-06-12
|/
* tuntap: forbid changing mq flag for persistent deviceJason Wang2013-05-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-30
|\
| * net: tun: release the reference of tun device in tun_recvmsgGao feng2013-04-29
| * tuntap: correct the return value in tun_set_iff()Jason Wang2013-04-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-22
|\|
| * tuntap: fix error return code in tun_set_iff()Wei Yongjun2013-04-12
* | tuntap: initialize vlan_featuresJason Wang2013-04-11
* | net: switch to use skb_probe_transport_header()Jason Wang2013-03-27
* | tuntap: set transport header before passing it to kernelJason Wang2013-03-26
* | tuntap: remove unused variable in __tun_detach()Wei Yongjun2013-03-13
|/
* tun: add a missing nf_reset() in tun_net_xmit()Eric Dumazet2013-03-06
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-05
|\
| * tuntap: allow polling/writing/reading when detachedJason Wang2013-01-29
| * tun: fix carrier on/off statusMichael S. Tsirkin2013-01-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-29
|\|
| * tuntap: limit the number of flow cachesJason Wang2013-01-23
| * tuntap: reduce memory using of queuesJason Wang2013-01-23
* | net: fix possible wrong checksum generationEric Dumazet2013-01-28
|/
* tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore2013-01-14
* tuntap: fix leaking reference countJason Wang2013-01-11
* tuntap: forbid calling TUNSETIFF when detachedJason Wang2013-01-11
* tuntap: switch to use rtnl_dereference()Jason Wang2013-01-11
* tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin2013-01-10
* tuntap: refuse to re-attach to different tun_structStefan Hajnoczi2013-01-10