aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-03tuntap: Don't segment multiple tagged packets on tap deviceToshiaki Makita1-0/+1
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+65
2015-06-01macvtap/tun: cross-endian support for little-endian hostsGreg Kurz1-1/+58
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz1-1/+2
2015-06-01tun: add tun_is_little_endian() helperGreg Kurz1-2/+7
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-20/+4
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+2
2015-02-08net: rfs: add hash collision detectionEric Dumazet1-4/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+9
2015-02-05tun: Use static attribute groups for sysfs entriesTakashi Iwai1-5/+12
2015-02-03Revert "drivers/net: Disable UFO through virtio"Vlad Yasevich1-11/+8
2015-02-03Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"Vlad Yasevich1-5/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-12tuntap: Increase the number of queues in tun.Pankaj Gupta1-4/+3
2014-12-31tun: return proper error code from tun_do_readAlex Gartrell1-1/+1
2014-12-31tun: Fixed unsigned/signed comparisonAlex Gartrell1-1/+1
2014-12-16tun: drop broken IFF_VNET_LEMichael S. Tsirkin1-3/+23
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-72/+62
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-97/+71
2014-12-09put iov_iter into msghdrAl Viro1-6/+2
2014-12-09tun: TUN_VNET_LE support, fix sparse warnings for virtio headersMichael S. Tsirkin1-19/+29
2014-12-09tun: drop most type definesMichael S. Tsirkin1-34/+28
2014-12-09tun: move internal flag defines out of uapiMichael S. Tsirkin1-51/+21
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-20/+33
2014-12-05tun/macvtap: use consume_skb() instead of kfree_skb() when neededJason Wang1-1/+4
2014-12-02tun: Fix GSO meta-data handling in tun_get_userHerbert Xu1-1/+1
2014-11-24{macvtap,tun}_get_user(): switch to iov_iterAl Viro1-20/+24
2014-11-24switch drivers/net/tun.c to ->read_iter()Al Viro1-25/+15
2014-11-19tun: return NET_XMIT_DROP for dropped packetsJason Wang1-1/+1
2014-11-13tun: fix issues of iovec iterators using in tun_put_user()Jason Wang1-1/+3
2014-11-07tun: Use iovec iteratorsHerbert Xu1-35/+30
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches1-2/+2
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-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-1/+5
2014-10-30drivers/net: Disable UFO through virtioBen Hutchings1-8/+11
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-3/+1
2014-07-15net: 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-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