aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2017-02-24Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-02-18tun: read vnet_hdr_sz onceWillem de Bruijn
2016-10-12UPSTREAM: tun: fix transmit timestamp supportSoheil Hassas Yeganeh
2016-06-27Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlsk-v4.4-16.06-androidAlex Shi
2016-06-24tuntap: correctly wake up process during uninitJason Wang
2016-04-21Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlsk-v4.4-16.04-androidAlex Shi
2016-04-20tuntap: restore default qdiscJason Wang
2016-04-20tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann
2016-02-16net: Only NET_ADMIN is allowed to fully control TUN interfaces.Chia-chi Yeh
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-10-12tun: use sk_fullsock() before reading sk->sk_tsflagsEric Dumazet
2015-08-03tuntap: Don't segment multiple tagged packets on tap deviceToshiaki Makita
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2015-06-01macvtap/tun: cross-endian support for little-endian hostsGreg Kurz
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz
2015-06-01tun: add tun_is_little_endian() helperGreg Kurz
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman
2015-04-11make new_sync_{read,write}() staticAl Viro
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