summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.cMonam Agarwal2014-03-271-4/+4
* tun: remove bogus hardware vlan acceleration flags from vlan_featuresFernando Luis Vazquez Cao2014-02-201-1/+3
* netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-1/+1
* tun: add device name(iff) field to proc fdinfo entryMasatake YAMATO2014-01-281-1/+26
* tuntap: Fix for a race in accessing numqueuesDominic Curran2014-01-221-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+2
* | tun, rfs: fix the incorrect hash valueZhi Yong Wu2014-01-021-1/+1
* | tun: Add support for RFS on tun flowsTom Herbert2013-12-311-2/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-7/+9
|\ \ | |/
| * tun: unbreak truncated packet signallingJason Wang2013-12-111-7/+9
| * net: Revert macvtap/tun truncation signalling changes.David S. Miller2013-12-101-12/+11
| * tun: unbreak truncated packet signallingJason Wang2013-12-101-11/+12
* | net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-171-2/+2
* | Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()"David S. Miller2013-12-101-0/+5
* | tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()Zhi Yong Wu2013-12-091-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-091-0/+2
|\ \ | |/
| * tun: update file current positionZhi Yong Wu2013-12-061-0/+2
* | tun: remove unused parameter in tun_do_read()Zhi Yong Wu2013-12-061-4/+3
* | tun: spelling fixesstephen hemminger2013-12-061-6/+6
|/
* tuntap: limit head length of skb allocatedJason Wang2013-11-141-1/+9
* 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-161-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-131-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-071-80/+0
* | net: move iov_pages() to net/core/iovec.cJason Wang2013-08-071-23/+0
* | tuntap: hardware vlan tx supportJason Wang2013-07-271-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-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
OpenPOWER on IntegriCloud