summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12tuntap: correctly wake up process during uninitJason Wang1-3/+3
2014-11-03tun: Fix TUN_PKT_STRIP settingHerbert Xu1-4/+8
2014-11-03tun: Fix csum_start with VLAN accelerationHerbert Xu1-7/+9
2014-10-31drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-1/+5
2014-10-31drivers/net: Disable UFO through virtioBen Hutchings1-8/+11
2014-09-10security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-3/+1
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-05-21net-tun: restructure tun_do_read for better sleep/wakeup efficiencyXi Wang1-38/+16
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.cMonam Agarwal1-4/+4
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-29tun: add device name(iff) field to proc fdinfo entryMasatake YAMATO1-1/+26
2014-01-23tuntap: Fix for a race in accessing numqueuesDominic Curran1-4/+6
2014-01-15Merge 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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2013-12-18net: Change skb_get_rxhash to skb_get_hashTom Herbert1-2/+2
2013-12-12tun: unbreak truncated packet signallingJason Wang1-7/+9
2013-12-11net: Revert macvtap/tun truncation signalling changes.David S. Miller1-12/+11
2013-12-11tun: unbreak truncated packet signallingJason Wang1-11/+12
2013-12-11Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()"David S. Miller1-0/+5
2013-12-10tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()Zhi Yong Wu1-5/+0
2013-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-12-07tun: 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-15tuntap: 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-13tuntap: 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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-08-16tun: signedness bug in tun_get_user()Dan Carpenter1-2/+4
2013-08-14tun: 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-08net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang1-80/+0
2013-08-08net: move iov_pages() to net/core/iovec.cJason Wang1-23/+0
2013-07-28tuntap: hardware vlan tx supportJason Wang1-4/+36
2013-07-23tun: Support software transmit time stamping.Richard Cochran1-2/+12
2013-07-19tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-24/+38
2013-07-11tuntap: correctly linearize skb when zerocopy is usedJason Wang1-3/+6
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-06-26tun: fix recovery from gup errorsMichael S. Tsirkin1-2/+4
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3