aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-08tun: Don't assume type tun in tun_device_eventCraig Gallek1-0/+3
2016-07-04tun: fix build warningsJason Wang1-3/+5
2016-07-01tun: switch to use skb array for txJason Wang1-8/+130
2016-06-15tun: fix csum generation for tap devicesPaolo Abeni1-7/+7
2016-06-10tuntap: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport1-76/+21
2016-05-20tuntap: correctly wake up process during uninitJason Wang1-3/+3
2016-04-28tuntap: calculate rps hash only when neededJason Wang1-1/+3
2016-04-18tun: don't require serialization lock on txPaolo Abeni1-1/+1
2016-04-14tun: use per cpu variables for stats accountingPaolo Abeni1-12/+83
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-04-08tuntap: restore default qdiscJason Wang1-2/+2
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa1-5/+9
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-1/+2
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-3/+5
2016-03-01net/tun: implement ndo_set_rx_headroomPaolo Abeni1-1/+16
2015-12-17tun: honor IFF_UP in tun_get_user()Eric Dumazet1-0/+3
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+2
2015-10-12tun: use sk_fullsock() before reading sk->sk_tsflagsEric Dumazet1-1/+1
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