1. 912e06c tun: fix premature POLLOUT notification on tun devices am: beaa66cce5 by Hannes Frederic Sowa · 7 years ago
  2. beaa66c tun: fix premature POLLOUT notification on tun devices by Hannes Frederic Sowa · 7 years ago
  3. 5ab69b4 Merge tag 'v4.9.11' into android-4.9-aosp by Dmitry Shmidt · 7 years ago
  4. 26989c9 tun: read vnet_hdr_sz once by Willem de Bruijn · 7 years ago
  5. e37704d Merge tag 'v4.9.8' into android-4.9 by Dmitry Shmidt · 7 years ago
  6. 1e7cbb4 virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving by Jason Wang · 7 years ago
  7. be916e8 ANDROID: net: Only NET_ADMIN is allowed to fully control TUN interfaces. by Chia-chi Yeh · 13 years ago
  8. af1cc7a tun: handle ubuf refcount correctly when meet errors by Jason Wang · 7 years ago
  9. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. 7b99624 tun: fix transmit timestamp support by Soheil Hassas Yeganeh · 8 years ago
  11. 3b8d2a6 tun: Rename a jump label in update_filter() by Markus Elfring · 8 years ago
  12. 28e8190 tun: Use memdup_user() rather than duplicating its implementation by Markus Elfring · 8 years ago
  13. 86dfb4ac tun: Don't assume type tun in tun_device_event by Craig Gallek · 8 years ago
  14. f48cc6b tun: fix build warnings by Jason Wang · 8 years ago
  15. 1576d98 tun: switch to use skb array for tx by Jason Wang · 8 years ago
  16. df10db9 tun: fix csum generation for tap devices by Paolo Abeni · 8 years ago
  17. 3416609 tuntap: use common code for virtio_net_hdr and skb GSO conversion by Mike Rapoport · 8 years ago
  18. addf8fc tuntap: correctly wake up process during uninit by Jason Wang · 8 years ago
  19. 3df97ba tuntap: calculate rps hash only when needed by Jason Wang · 8 years ago
  20. 2a2bbf1 tun: don't require serialization lock on tx by Paolo Abeni · 8 years ago
  21. 608b997 tun: use per cpu variables for stats accounting by Paolo Abeni · 8 years ago
  22. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  23. 016adb7 tuntap: restore default qdisc by Jason Wang · 8 years ago
  24. 8ced425 tun: use socket locks for sk_{attach,detatch}_filter by Hannes Frederic Sowa · 8 years ago
  25. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  26. 5a5abb1 tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter by Daniel Borkmann · 8 years ago
  27. eaea34b net/tun: implement ndo_set_rx_headroom by Paolo Abeni · 8 years ago
  28. 1bd4978a tun: honor IFF_UP in tun_get_user() by Eric Dumazet · 8 years ago
  29. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 8 years ago
  30. 5fcd2d8 tun: use sk_fullsock() before reading sk->sk_tsflags by Eric Dumazet · 9 years ago
  31. 5e52796 tuntap: Don't segment multiple tagged packets on tap device by Toshiaki Makita · 9 years ago
  32. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  33. 8b8e658 macvtap/tun: cross-endian support for little-endian hosts by Greg Kurz · 9 years ago
  34. 7d82410 virtio: add explicit big-endian support to memory accessors by Greg Kurz · 9 years ago
  35. 25bd55bb tun: add tun_is_little_endian() helper by Greg Kurz · 9 years ago
  36. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  37. 140e807da tun: Utilize the normal socket network namespace refcounting. by Eric W. Biederman · 9 years ago
  38. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  39. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  40. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 9 years ago
  41. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  42. c4d33e2 tun: Use static attribute groups for sysfs entries by Takashi Iwai · 9 years ago
  43. e3e3c42 Revert "drivers/net: Disable UFO through virtio" by Vlad Yasevich · 9 years ago
  44. 72f6510 Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets" by Vlad Yasevich · 9 years ago
  45. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  46. baf71c5 tuntap: Increase the number of queues in tun. by Pankaj Gupta · 9 years ago
  47. 957f094 tun: return proper error code from tun_do_read by Alex Gartrell · 9 years ago
  48. 8789793 tun: Fixed unsigned/signed comparison by Alex Gartrell · 9 years ago
  49. 1cf8e41 tun: drop broken IFF_VNET_LE by Michael S. Tsirkin · 9 years ago
  50. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  51. 6b9e2ce Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  52. c0371da put iov_iter into msghdr by Al Viro · 9 years ago
  53. 56f0dcc tun: TUN_VNET_LE support, fix sparse warnings for virtio headers by Michael S. Tsirkin · 10 years ago
  54. 40630b8 tun: drop most type defines by Michael S. Tsirkin · 10 years ago
  55. 031f5e03 tun: move internal flag defines out of uapi by Michael S. Tsirkin · 10 years ago
  56. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 9 years ago
  57. f51a5e8 tun/macvtap: use consume_skb() instead of kfree_skb() when needed by Jason Wang · 9 years ago
  58. d8febb7 tun: Fix GSO meta-data handling in tun_get_user by Herbert Xu · 9 years ago
  59. f5ff53b {macvtap,tun}_get_user(): switch to iov_iter by Al Viro · 10 years ago
  60. 9b06703 switch drivers/net/tun.c to ->read_iter() by Al Viro · 10 years ago
  61. baeabab tun: return NET_XMIT_DROP for dropped packets by Jason Wang · 10 years ago
  62. 8c847d2 tun: fix issues of iovec iterators using in tun_put_user() by Jason Wang · 10 years ago
  63. e0b46d0 tun: Use iovec iterators by Herbert Xu · 10 years ago
  64. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  65. 2eb783c tun: Fix TUN_PKT_STRIP setting by Herbert Xu · 10 years ago
  66. a8f9bfd tun: Fix csum_start with VLAN acceleration by Herbert Xu · 10 years ago
  67. 5188cd4 drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets by Ben Hutchings · 10 years ago
  68. 3d0ad09 drivers/net: Disable UFO through virtio by Ben Hutchings · 10 years ago
  69. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  70. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  71. 9e641bd net-tun: restructure tun_do_read for better sleep/wakeup efficiency by Xi Wang · 10 years ago
  72. c956674 drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.c by Monam Agarwal · 10 years ago
  73. 6671b22 tun: remove bogus hardware vlan acceleration flags from vlan_features by Fernando Luis Vazquez Cao · 10 years ago
  74. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 10 years ago
  75. 93e14b6 tun: add device name(iff) field to proc fdinfo entry by Masatake YAMATO · 10 years ago
  76. fa35864 tuntap: Fix for a race in accessing numqueues by Dominic Curran · 10 years ago
  77. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  78. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 10 years ago
  79. fbe4d45 tun, rfs: fix the incorrect hash value by Zhi Yong Wu · 10 years ago
  80. 9bc8893 tun: Add support for RFS on tun flows by Tom Herbert · 10 years ago
  81. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  82. 3958afa1b net: Change skb_get_rxhash to skb_get_hash by Tom Herbert · 10 years ago
  83. e6fd07c tun: unbreak truncated packet signalling by Jason Wang · 10 years ago
  84. bbd3762 net: Revert macvtap/tun truncation signalling changes. by David S. Miller · 10 years ago
  85. 923347b tun: unbreak truncated packet signalling by Jason Wang · 10 years ago
  86. 42404c0 Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()" by David S. Miller · 10 years ago
  87. 7371335 tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg() by Zhi Yong Wu · 10 years ago
  88. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  89. f96eb74 tun: remove unused parameter in tun_do_read() by Zhi Yong Wu · 10 years ago
  90. 92d4ea6 tun: spelling fixes by stephen hemminger · 10 years ago
  91. d0b7da8a tun: update file current position by Zhi Yong Wu · 10 years ago
  92. 96f8d9e tuntap: limit head length of skb allocated by Jason Wang · 11 years ago
  93. 5c0c52c tun: don't look at current when non-blocking by Michael S. Tsirkin · 11 years ago
  94. 662ca43 tuntap: correctly handle error in tun_set_iff() by Jason Wang · 11 years ago
  95. 7bf6630 tuntap: orphan frags before trying to set tx timestamp by Jason Wang · 11 years ago
  96. 4bfb051 tuntap: purge socket error queue on detach by Jason Wang · 11 years ago
  97. 76975e9 tun: Get skfilter layout by Pavel Emelyanov · 11 years ago
  98. 849c9b6 tun: Allow to skip filter on attach by Pavel Emelyanov · 11 years ago
  99. 3d407a8 tun: Report whether the queue is attached or not by Pavel Emelyanov · 11 years ago
  100. fb7589a tun: Add ability to create tun device with given index by Pavel Emelyanov · 11 years ago