1. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  2. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  3. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 9 years ago
  4. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  5. c4d33e2 tun: Use static attribute groups for sysfs entries by Takashi Iwai · 9 years ago
  6. e3e3c42 Revert "drivers/net: Disable UFO through virtio" by Vlad Yasevich · 9 years ago
  7. 72f6510 Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets" by Vlad Yasevich · 9 years ago
  8. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  9. baf71c5 tuntap: Increase the number of queues in tun. by Pankaj Gupta · 9 years ago
  10. 957f094 tun: return proper error code from tun_do_read by Alex Gartrell · 9 years ago
  11. 8789793 tun: Fixed unsigned/signed comparison by Alex Gartrell · 9 years ago
  12. 1cf8e41 tun: drop broken IFF_VNET_LE by Michael S. Tsirkin · 9 years ago
  13. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  14. 6b9e2ce Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  15. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  16. 56f0dcc tun: TUN_VNET_LE support, fix sparse warnings for virtio headers by Michael S. Tsirkin · 10 years ago
  17. 40630b8 tun: drop most type defines by Michael S. Tsirkin · 10 years ago
  18. 031f5e0 tun: move internal flag defines out of uapi by Michael S. Tsirkin · 10 years ago
  19. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  20. f51a5e8 tun/macvtap: use consume_skb() instead of kfree_skb() when needed by Jason Wang · 10 years ago
  21. d8febb7 tun: Fix GSO meta-data handling in tun_get_user by Herbert Xu · 10 years ago
  22. f5ff53b {macvtap,tun}_get_user(): switch to iov_iter by Al Viro · 10 years ago
  23. 9b06703 switch drivers/net/tun.c to ->read_iter() by Al Viro · 10 years ago
  24. baeabab tun: return NET_XMIT_DROP for dropped packets by Jason Wang · 10 years ago
  25. 8c847d2 tun: fix issues of iovec iterators using in tun_put_user() by Jason Wang · 10 years ago
  26. e0b46d0 tun: Use iovec iterators by Herbert Xu · 10 years ago
  27. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  28. 2eb783c tun: Fix TUN_PKT_STRIP setting by Herbert Xu · 10 years ago
  29. a8f9bfd tun: Fix csum_start with VLAN acceleration by Herbert Xu · 10 years ago
  30. 5188cd4 drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets by Ben Hutchings · 10 years ago
  31. 3d0ad09 drivers/net: Disable UFO through virtio by Ben Hutchings · 10 years ago
  32. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  33. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  34. 9e641bd net-tun: restructure tun_do_read for better sleep/wakeup efficiency by Xi Wang · 10 years ago
  35. c956674 drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.c by Monam Agarwal · 10 years ago
  36. 6671b22 tun: remove bogus hardware vlan acceleration flags from vlan_features by Fernando Luis Vazquez Cao · 10 years ago
  37. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 10 years ago
  38. 93e14b6 tun: add device name(iff) field to proc fdinfo entry by Masatake YAMATO · 10 years ago
  39. fa35864 tuntap: Fix for a race in accessing numqueues by Dominic Curran · 10 years ago
  40. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  41. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 10 years ago
  42. fbe4d45 tun, rfs: fix the incorrect hash value by Zhi Yong Wu · 10 years ago
  43. 9bc8893 tun: Add support for RFS on tun flows by Tom Herbert · 10 years ago
  44. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  45. 3958afa1b net: Change skb_get_rxhash to skb_get_hash by Tom Herbert · 10 years ago
  46. e6fd07c tun: unbreak truncated packet signalling by Jason Wang · 11 years ago
  47. bbd3762 net: Revert macvtap/tun truncation signalling changes. by David S. Miller · 11 years ago
  48. 923347b tun: unbreak truncated packet signalling by Jason Wang · 11 years ago
  49. 42404c0 Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()" by David S. Miller · 11 years ago
  50. 7371335 tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg() by Zhi Yong Wu · 11 years ago
  51. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  52. f96eb74 tun: remove unused parameter in tun_do_read() by Zhi Yong Wu · 11 years ago
  53. 92d4ea6 tun: spelling fixes by stephen hemminger · 11 years ago
  54. d0b7da8a tun: update file current position by Zhi Yong Wu · 11 years ago
  55. 96f8d9e tuntap: limit head length of skb allocated by Jason Wang · 11 years ago
  56. 5c0c52c tun: don't look at current when non-blocking by Michael S. Tsirkin · 11 years ago
  57. 662ca43 tuntap: correctly handle error in tun_set_iff() by Jason Wang · 11 years ago
  58. 7bf6630 tuntap: orphan frags before trying to set tx timestamp by Jason Wang · 11 years ago
  59. 4bfb051 tuntap: purge socket error queue on detach by Jason Wang · 11 years ago
  60. 76975e9 tun: Get skfilter layout by Pavel Emelyanov · 11 years ago
  61. 849c9b6 tun: Allow to skip filter on attach by Pavel Emelyanov · 11 years ago
  62. 3d407a8 tun: Report whether the queue is attached or not by Pavel Emelyanov · 11 years ago
  63. fb7589a tun: Add ability to create tun device with given index by Pavel Emelyanov · 11 years ago
  64. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  65. 15718ea tun: signedness bug in tun_get_user() by Dan Carpenter · 11 years ago
  66. d9bf5f1 tun: compare with 0 instead of total_len by Weiping Pan · 11 years ago
  67. 28d6427 net: attempt high order allocations in sock_alloc_send_pskb() by Eric Dumazet · 11 years ago
  68. c3bdeb5 net: move zerocopy_sg_from_iovec() to net/core/datagram.c by Jason Wang · 11 years ago
  69. b4bf077 net: move iov_pages() to net/core/iovec.c by Jason Wang · 11 years ago
  70. 6680ec6 tuntap: hardware vlan tx support by Jason Wang · 11 years ago
  71. eda2977 tun: Support software transmit time stamping. by Richard Cochran · 11 years ago
  72. 8852917 tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS by Jason Wang · 11 years ago
  73. 3dd5c33 tuntap: correctly linearize skb when zerocopy is used by Jason Wang · 11 years ago
  74. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  75. 7e24bfb tun: fix recovery from gup errors by Michael S. Tsirkin · 11 years ago
  76. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  77. 944a137 tun: Turn tun_flow_init() into void fn by Pavel Emelyanov · 11 years ago
  78. 274038f tun: Report "persist" flag to userspace by Pavel Emelyanov · 11 years ago
  79. 19a6afb tuntap: set SOCK_ZEROCOPY flag during open by Jason Wang · 11 years ago
  80. 92bb73e tuntap: fix a possible race between queue selection and changing queues by Jason Wang · 11 years ago
  81. 8e6d91a tuntap: forbid changing mq flag for persistent device by Jason Wang · 11 years ago
  82. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  83. 3811ae7 net: tun: release the reference of tun device in tun_recvmsg by Gao feng · 11 years ago
  84. e8dbad6 tuntap: correct the return value in tun_set_iff() by Jason Wang · 11 years ago
  85. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  86. 3be8fba tuntap: fix error return code in tun_set_iff() by Wei Yongjun · 11 years ago
  87. c031799 tuntap: initialize vlan_features by Jason Wang · 11 years ago
  88. 40893fd net: switch to use skb_probe_transport_header() by Jason Wang · 11 years ago
  89. 38502af tuntap: set transport header before passing it to kernel by Jason Wang · 11 years ago
  90. f7de0b9 tuntap: remove unused variable in __tun_detach() by Wei Yongjun · 11 years ago
  91. f8af75f tun: add a missing nf_reset() in tun_net_xmit() by Eric Dumazet · 11 years ago
  92. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  93. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 11 years ago
  94. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  95. 9e85722 tuntap: allow polling/writing/reading when detached by Jason Wang · 11 years ago
  96. af668b3 tun: fix carrier on/off status by Michael S. Tsirkin · 11 years ago
  97. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  98. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 11 years ago
  99. b8732fb tuntap: limit the number of flow caches by Jason Wang · 11 years ago
  100. edfb6a1 tuntap: reduce memory using of queues by Jason Wang · 11 years ago