aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-08net: rfs: add hash collision detectionEric Dumazet
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05tun: Use static attribute groups for sysfs entriesTakashi Iwai
2015-02-03Revert "drivers/net: Disable UFO through virtio"Vlad Yasevich
2015-02-03Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"Vlad Yasevich
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-12tuntap: Increase the number of queues in tun.Pankaj Gupta
2014-12-31tun: return proper error code from tun_do_readAlex Gartrell
2014-12-31tun: Fixed unsigned/signed comparisonAlex Gartrell
2014-12-16tun: drop broken IFF_VNET_LEMichael S. Tsirkin
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09tun: TUN_VNET_LE support, fix sparse warnings for virtio headersMichael S. Tsirkin
2014-12-09tun: drop most type definesMichael S. Tsirkin
2014-12-09tun: move internal flag defines out of uapiMichael S. Tsirkin
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-12-05tun/macvtap: use consume_skb() instead of kfree_skb() when neededJason Wang
2014-12-02tun: Fix GSO meta-data handling in tun_get_userHerbert Xu
2014-11-24{macvtap,tun}_get_user(): switch to iov_iterAl Viro
2014-11-24switch drivers/net/tun.c to ->read_iter()Al Viro
2014-11-19tun: return NET_XMIT_DROP for dropped packetsJason Wang
2014-11-13tun: fix issues of iovec iterators using in tun_put_user()Jason Wang
2014-11-07tun: Use iovec iteratorsHerbert Xu
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches
2014-11-03tun: Fix TUN_PKT_STRIP settingHerbert Xu
2014-11-03tun: Fix csum_start with VLAN accelerationHerbert Xu
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-10-30drivers/net: Disable UFO through virtioBen Hutchings
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-05-21net-tun: restructure tun_do_read for better sleep/wakeup efficiencyXi Wang
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.cMonam Agarwal
2014-02-20tun: remove bogus hardware vlan acceleration flags from vlan_featuresFernando Luis Vazquez Cao
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-01-28tun: add device name(iff) field to proc fdinfo entryMasatake YAMATO
2014-01-22tuntap: Fix for a race in accessing numqueuesDominic Curran
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-02tun, rfs: fix the incorrect hash valueZhi Yong Wu
2013-12-31tun: Add support for RFS on tun flowsTom Herbert
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert
2013-12-11tun: unbreak truncated packet signallingJason Wang
2013-12-10net: Revert macvtap/tun truncation signalling changes.David S. Miller
2013-12-10tun: unbreak truncated packet signallingJason Wang
2013-12-10Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()"David S. Miller
2013-12-09tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()Zhi Yong Wu
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller