1. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  2. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  3. 8825537 net: tun: convert to hw_features by Michał Mirosław · 13 years ago
  4. 6b8a66e tun: Convert logging messages to pr_<level> and tun_debug by Joe Perches · 13 years ago
  5. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  6. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  7. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  8. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  9. bee3136 tun: keep link (carrier) state up to date by Nolan Leake · 14 years ago
  10. ef3db4a tun: avoid BUG, dump packet on GSO errors by Michael S. Tsirkin · 14 years ago
  11. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  12. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  13. 8286274 tun: Update classid on packet injection by Herbert Xu · 14 years ago
  14. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 14 years ago
  15. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  16. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  17. d9d52b5 tun: add ioctl to modify vnet header size by Michael S. Tsirkin · 14 years ago
  18. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  19. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  20. 0110d6f tun: orphan an skb on tx by Michael S. Tsirkin · 14 years ago
  21. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  22. 9940516 tun: socket filter support by Michael S. Tsirkin · 14 years ago
  23. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  24. 05c2828 tun: export underlying socket by Michael S. Tsirkin · 14 years ago
  25. 80924e5 tun: use tun_sk instead container_of by Vitaliy Gusev · 15 years ago
  26. 50857e2 net/tun: handle compat_ioctl directly by Arnd Bergmann · 15 years ago
  27. deed49f net: Remove BKL from tun by Thomas Gleixner · 15 years ago
  28. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  29. 36989b9 tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set. by Kusanagi Kouichi · 15 years ago
  30. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  31. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  32. 89f56d1 tun: reuse struct sock fields by Michael S. Tsirkin · 15 years ago
  33. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  34. 2b980db lsm: Add hooks to the TUN driver by Paul Moore · 15 years ago
  35. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  36. 876bfd4 tun: Extend RTNL lock coverage over whole ioctl by Herbert Xu · 15 years ago
  37. e36aa25 tun: Allow tap device to send/receive UFO packets. by Sridhar Samudrala · 15 years ago
  38. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  39. 460deef tun: Remove a dead line of code by Paul Moore · 15 years ago
  40. 3c8a9c6 tun/tap: Fix crashes if open() /dev/net/tun and then poll() it. by Mariusz Kozlowski · 15 years ago
  41. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  42. d23e436 tun: Fix device unregister race by Herbert Xu · 15 years ago
  43. d405640 Driver Core: misc: add nodename support for misc devices. by Kay Sievers · 15 years ago
  44. f0a4d0e tun: Fix unregister race by Eric W. Biederman · 15 years ago
  45. 6f536f4 tun: Fix copy/paste error in tun_get_user by Sridhar Samudrala · 15 years ago
  46. 4909122 tun: Optimise handling of bogus gso->hdr_len by Herbert Xu · 15 years ago
  47. c722c62 tun: Only wake up writers by Herbert Xu · 15 years ago
  48. 980c9e8 tun: add tun_flags, owner, group attributes in sysfs by David Woodhouse · 15 years ago
  49. f85ba78 tun: add IFF_TUN_EXCL flag to avoid opening a persistent device. by David Woodhouse · 15 years ago
  50. 6f26c9a tun: fix tun_chr_aio_write so that aio works by Michael S. Tsirkin · 15 years ago
  51. 43b39dc tun: fix tun_chr_aio_read so that aio works by Michael S. Tsirkin · 15 years ago
  52. c40af84 tun: Fix sk_sleep races when attaching/detaching by Herbert Xu · 15 years ago
  53. 9c3fea6 tun: Only free a netdev when all tun descriptors are closed by Herbert Xu · 15 years ago
  54. 0eca93b tun: Fix crash with non-GSO users by Herbert Xu · 15 years ago
  55. ab46d77 tun: Fix merge error by Herbert Xu · 15 years ago
  56. 0ecc103 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  57. cfbf84f tun: Fix unicast filter overflow by Alex Williamson · 15 years ago
  58. 33dccbb tun: Limit amount of queued packets per device by Herbert Xu · 15 years ago
  59. 1bded71 tun: Check supplemental groups in TUN/TAP driver. by Michael Tokarev · 15 years ago
  60. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  61. f019a7a tun: Implement ip link del tunXXX by Eric W. Biederman · 15 years ago
  62. aec191a tun: There is no longer any need to deny changing network namespaces by Eric W. Biederman · 15 years ago
  63. c70f182 tun: Fix races between tun_net_close and free_netdev. by Eric W. Biederman · 15 years ago
  64. b2430de tun: Move read_wait into tun_file by Eric W. Biederman · 15 years ago
  65. 38231b7 tun: Make tun_net_xmit atomic wrt tun_attach && tun_detach by Eric W. Biederman · 15 years ago
  66. 36b50ba tun: Grab the netns in open. by Eric W. Biederman · 15 years ago
  67. 631ab46 tun: Introduce tun_file by Eric W. Biederman · 15 years ago
  68. eac9e90 tun: Use POLLERR not EBADF in tun_chr_poll by Eric W. Biederman · 15 years ago
  69. a7385ba tun: Fix races in tun_set_iff by Eric W. Biederman · 15 years ago
  70. 74a3e5a tun: Remove unnecessary tun_get_by_name by Eric W. Biederman · 15 years ago
  71. 745417e tun: Eliminate sparse signedness warning by Gerrit Renker · 16 years ago
  72. 7a0a960 tun: Fix SIOCSIFHWADDR error. by Kusanagi Kouichi · 16 years ago
  73. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  74. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  75. 758e43b tun: convert to net_device_ops by Stephen Hemminger · 16 years ago
  76. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  77. ee9785a CRED: Wrap task credential accesses in the network device drivers by David Howells · 16 years ago
  78. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  79. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  80. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  81. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  82. f42157c tun: fallback if skb_alloc() fails on big packets by Rusty Russell · 16 years ago
  83. e3b9955 tun: TUNGETIFF interface to query name and flags by Mark McLoughlin · 16 years ago
  84. c0e5a8c net: tun.c fix cast by Harvey Harrison · 16 years ago
  85. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  86. f271b2c tun: Fix/rewrite packet filtering logic by Max Krasnyansky · 16 years ago
  87. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  88. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  89. e35259a tun: Persistent devices can get stuck in xoff state by Max Krasnyansky · 16 years ago
  90. f43798c tun: Allow GSO using virtio_net_hdr by Rusty Russell · 16 years ago
  91. 5228ddc tun: TUNSETFEATURES to set gso features. by Rusty Russell · 16 years ago
  92. 07240fd tun: Interface to query tun/tap features. by Rusty Russell · 16 years ago
  93. 9d31952 tun: fasync BKL pushdown by Jonathan Corbet · 16 years ago
  94. fd3e05b net-tun: BKL pushdown by Arnd Bergmann · 16 years ago
  95. f09f7ee tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is set by Ang Way Chuang · 16 years ago
  96. 9edb74c tun: Multicast handling in tun_chr_ioctl() needs proper locking. by David S. Miller · 16 years ago
  97. 48abfe0 tun: Fix minor race in TUNSETLINK ioctl handling. by David S. Miller · 16 years ago
  98. fc54c65 [TUN]: Allow to register tun devices in namespace. by Pavel Emelyanov · 16 years ago
  99. d647a59 [TUN]: Make the tun_dev_list per-net. by Pavel Emelyanov · 16 years ago
  100. 79d1760 [TUN]: Introduce the tun_net structure and init/exit net ops. by Pavel Emelyanov · 16 years ago