1. 6f536f4 tun: Fix copy/paste error in tun_get_user by Sridhar Samudrala · 15 years ago
  2. 4909122 tun: Optimise handling of bogus gso->hdr_len by Herbert Xu · 15 years ago
  3. c722c62 tun: Only wake up writers by Herbert Xu · 15 years ago
  4. 980c9e8 tun: add tun_flags, owner, group attributes in sysfs by David Woodhouse · 15 years ago
  5. f85ba78 tun: add IFF_TUN_EXCL flag to avoid opening a persistent device. by David Woodhouse · 15 years ago
  6. 6f26c9a tun: fix tun_chr_aio_write so that aio works by Michael S. Tsirkin · 15 years ago
  7. 43b39dc tun: fix tun_chr_aio_read so that aio works by Michael S. Tsirkin · 15 years ago
  8. c40af84 tun: Fix sk_sleep races when attaching/detaching by Herbert Xu · 15 years ago
  9. 9c3fea6 tun: Only free a netdev when all tun descriptors are closed by Herbert Xu · 15 years ago
  10. 0eca93b tun: Fix crash with non-GSO users by Herbert Xu · 15 years ago
  11. ab46d77 tun: Fix merge error by Herbert Xu · 15 years ago
  12. 0ecc103 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  13. cfbf84f tun: Fix unicast filter overflow by Alex Williamson · 15 years ago
  14. 33dccbb tun: Limit amount of queued packets per device by Herbert Xu · 15 years ago
  15. 1bded71 tun: Check supplemental groups in TUN/TAP driver. by Michael Tokarev · 15 years ago
  16. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  17. f019a7a tun: Implement ip link del tunXXX by Eric W. Biederman · 15 years ago
  18. aec191a tun: There is no longer any need to deny changing network namespaces by Eric W. Biederman · 15 years ago
  19. c70f182 tun: Fix races between tun_net_close and free_netdev. by Eric W. Biederman · 15 years ago
  20. b2430de tun: Move read_wait into tun_file by Eric W. Biederman · 15 years ago
  21. 38231b7 tun: Make tun_net_xmit atomic wrt tun_attach && tun_detach by Eric W. Biederman · 15 years ago
  22. 36b50ba tun: Grab the netns in open. by Eric W. Biederman · 15 years ago
  23. 631ab46 tun: Introduce tun_file by Eric W. Biederman · 15 years ago
  24. eac9e90 tun: Use POLLERR not EBADF in tun_chr_poll by Eric W. Biederman · 15 years ago
  25. a7385ba tun: Fix races in tun_set_iff by Eric W. Biederman · 15 years ago
  26. 74a3e5a tun: Remove unnecessary tun_get_by_name by Eric W. Biederman · 15 years ago
  27. 745417e tun: Eliminate sparse signedness warning by Gerrit Renker · 16 years ago
  28. 7a0a960 tun: Fix SIOCSIFHWADDR error. by Kusanagi Kouichi · 16 years ago
  29. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  30. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  31. 758e43b tun: convert to net_device_ops by Stephen Hemminger · 16 years ago
  32. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  33. ee9785a CRED: Wrap task credential accesses in the network device drivers by David Howells · 16 years ago
  34. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  35. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  36. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  37. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  38. f42157c tun: fallback if skb_alloc() fails on big packets by Rusty Russell · 16 years ago
  39. e3b9955 tun: TUNGETIFF interface to query name and flags by Mark McLoughlin · 16 years ago
  40. c0e5a8c net: tun.c fix cast by Harvey Harrison · 16 years ago
  41. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  42. f271b2c tun: Fix/rewrite packet filtering logic by Max Krasnyansky · 16 years ago
  43. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  44. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  45. e35259a tun: Persistent devices can get stuck in xoff state by Max Krasnyansky · 16 years ago
  46. f43798c tun: Allow GSO using virtio_net_hdr by Rusty Russell · 16 years ago
  47. 5228ddc tun: TUNSETFEATURES to set gso features. by Rusty Russell · 16 years ago
  48. 07240fd tun: Interface to query tun/tap features. by Rusty Russell · 16 years ago
  49. 9d31952 tun: fasync BKL pushdown by Jonathan Corbet · 16 years ago
  50. fd3e05b net-tun: BKL pushdown by Arnd Bergmann · 16 years ago
  51. f09f7ee tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is set by Ang Way Chuang · 16 years ago
  52. 9edb74c tun: Multicast handling in tun_chr_ioctl() needs proper locking. by David S. Miller · 16 years ago
  53. 48abfe0 tun: Fix minor race in TUNSETLINK ioctl handling. by David S. Miller · 16 years ago
  54. fc54c65 [TUN]: Allow to register tun devices in namespace. by Pavel Emelyanov · 16 years ago
  55. d647a59 [TUN]: Make the tun_dev_list per-net. by Pavel Emelyanov · 16 years ago
  56. 79d1760 [TUN]: Introduce the tun_net structure and init/exit net ops. by Pavel Emelyanov · 16 years ago
  57. e01bf1c net: check for underlength tap writes by Rusty Russell · 16 years ago
  58. 14daa02 net: make struct tun_struct private to tun.c by Rusty Russell · 16 years ago
  59. 4010237 [TUN]: Fix RTNL-locking in tun/tap driver by Kim B. Heino · 16 years ago
  60. a26af1e tun: impossible to deassert IFF_ONE_QUEUE or IFF_NO_PI by Nathaniel Filardo · 16 years ago
  61. a3edb08 annotate tun by Al Viro · 17 years ago
  62. 52427c9 [TUN]: Use iov_length() by Akinobu Mita · 17 years ago
  63. c6e991d [TUNTAP]: Fix wrong debug message. by Toyo Abe · 17 years ago
  64. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  65. 4885a50 [TAP]: Configurable interface MTU. by Ed Swierk · 17 years ago
  66. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  67. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  68. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  69. 8c64462 [NET]: Allow group ownership of TUN/TAP devices. by Guido Guenther · 17 years ago
  70. 36226a8 [NET] tun/tap: fixed hw address handling by Brian Braunstein · 17 years ago
  71. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  72. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  73. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  74. d54b1fd [PATCH] mark struct file_operations const 5 by Arjan van de Ven · 17 years ago
  75. 609d7fa [PATCH] file: modify struct fown_struct to use a struct pid by Eric W. Biederman · 18 years ago
  76. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  77. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  78. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  79. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  80. 96192ff [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  81. ca6bb5d [NET]: Require CAP_NET_ADMIN to create tuntap devices. by David Woodhouse · 18 years ago
  82. 8f22757 [TUN]: Fix leak in tun_get_user() by Dave Jones · 18 years ago
  83. ff4cc3a [TUNTAP]: Allow setting the linktype of the tap device from userspace by Mike Kershaw · 19 years ago
  84. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago