aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-20tun: remove bogus hardware vlan acceleration flags from vlan_featuresFernando Luis Vazquez Cao1-1/+3
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-01-28tun: add device name(iff) field to proc fdinfo entryMasatake YAMATO1-1/+26
2014-01-22tuntap: Fix for a race in accessing numqueuesDominic Curran1-4/+6
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2014-01-02tun, rfs: fix the incorrect hash valueZhi Yong Wu1-1/+1
2013-12-31tun: Add support for RFS on tun flowsTom Herbert1-2/+35
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert1-2/+2
2013-12-11tun: unbreak truncated packet signallingJason Wang1-7/+9
2013-12-10net: Revert macvtap/tun truncation signalling changes.David S. Miller1-12/+11
2013-12-10tun: unbreak truncated packet signallingJason Wang1-11/+12
2013-12-10Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()"David S. Miller1-0/+5
2013-12-09tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()Zhi Yong Wu1-5/+0
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-12-06tun: remove unused parameter in tun_do_read()Zhi Yong Wu1-4/+3
2013-12-06tun: spelling fixesstephen hemminger1-6/+6
2013-12-06tun: update file current positionZhi Yong Wu1-0/+2
2013-11-14tuntap: limit head length of skb allocatedJason Wang1-1/+9
2013-10-08tun: don't look at current when non-blockingMichael S. Tsirkin1-3/+5
2013-09-12tuntap: correctly handle error in tun_set_iff()Jason Wang1-3/+8
2013-09-05tuntap: orphan frags before trying to set tx timestampJason Wang1-3/+5
2013-09-05tuntap: purge socket error queue on detachJason Wang1-3/+9
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