1. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  2. f341980 cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.h by Daniel Wagner · 12 years ago
  3. 0625c88 userns: Convert tun/tap to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  4. 66d1b92 tun: don't zeroize sock->file on detach by Stanislav Kinsbursky · 12 years ago
  5. 8bbb181 tun: Fix formatting. by David S. Miller · 12 years ago
  6. a117dac net/tun: fix ioctl() based info leaks by Mathias Krause · 12 years ago
  7. 0690899 tun: experimental zero copy tx support by Michael S. Tsirkin · 12 years ago
  8. 868eefe tun: orphan frags on xmit by Michael S. Tsirkin · 12 years ago
  9. b09e786 tun: fix a crash bug and a memory leak by Mikulas Patocka · 12 years ago
  10. 344dc8e drivers/net: Use eth_random_addr by Joe Perches · 12 years ago
  11. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  12. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  13. 4da0bd73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  14. 1ab5ecb tun: don't hold network namespace by tun sockets by Stanislav Kinsbursky · 12 years ago
  15. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 12 years ago
  16. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  17. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  18. 33a5ba1 net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines by Rick Jones · 13 years ago
  19. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  20. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  21. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  22. bebd097 tun: teach the tun/tap driver to support netpoll by Neil Horman · 13 years ago
  23. 10a8d94 virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID by Jason Wang · 13 years ago
  24. 61a5ff1 tun: do not put self in waitq if doing a nonblock read by Amos Kong · 13 years ago
  25. 6f7c156 tun: dont force inline of functions by stephen hemminger · 13 years ago
  26. a504b86 tun: reserves space for network in skb by stephen hemminger · 13 years ago
  27. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  28. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  29. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  30. 8825537 net: tun: convert to hw_features by Michał Mirosław · 13 years ago
  31. 6b8a66e tun: Convert logging messages to pr_<level> and tun_debug by Joe Perches · 13 years ago
  32. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  33. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  34. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  35. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  36. bee3136 tun: keep link (carrier) state up to date by Nolan Leake · 14 years ago
  37. ef3db4a tun: avoid BUG, dump packet on GSO errors by Michael S. Tsirkin · 14 years ago
  38. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  39. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  40. 8286274 tun: Update classid on packet injection by Herbert Xu · 14 years ago
  41. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 14 years ago
  42. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  43. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  44. d9d52b5 tun: add ioctl to modify vnet header size by Michael S. Tsirkin · 14 years ago
  45. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  46. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  47. 0110d6f tun: orphan an skb on tx by Michael S. Tsirkin · 14 years ago
  48. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  49. 9940516 tun: socket filter support by Michael S. Tsirkin · 14 years ago
  50. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  51. 05c2828 tun: export underlying socket by Michael S. Tsirkin · 15 years ago
  52. 80924e5 tun: use tun_sk instead container_of by Vitaliy Gusev · 15 years ago
  53. 50857e2 net/tun: handle compat_ioctl directly by Arnd Bergmann · 15 years ago
  54. deed49f net: Remove BKL from tun by Thomas Gleixner · 15 years ago
  55. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  56. 36989b9 tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set. by Kusanagi Kouichi · 15 years ago
  57. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  58. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  59. 89f56d1 tun: reuse struct sock fields by Michael S. Tsirkin · 15 years ago
  60. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  61. 2b980db lsm: Add hooks to the TUN driver by Paul Moore · 15 years ago
  62. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  63. 876bfd4 tun: Extend RTNL lock coverage over whole ioctl by Herbert Xu · 15 years ago
  64. e36aa25 tun: Allow tap device to send/receive UFO packets. by Sridhar Samudrala · 15 years ago
  65. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  66. 460deef tun: Remove a dead line of code by Paul Moore · 15 years ago
  67. 3c8a9c6 tun/tap: Fix crashes if open() /dev/net/tun and then poll() it. by Mariusz Kozlowski · 15 years ago
  68. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  69. d23e436 tun: Fix device unregister race by Herbert Xu · 15 years ago
  70. d405640 Driver Core: misc: add nodename support for misc devices. by Kay Sievers · 15 years ago
  71. f0a4d0e tun: Fix unregister race by Eric W. Biederman · 15 years ago
  72. 6f536f4 tun: Fix copy/paste error in tun_get_user by Sridhar Samudrala · 15 years ago
  73. 4909122 tun: Optimise handling of bogus gso->hdr_len by Herbert Xu · 15 years ago
  74. c722c62 tun: Only wake up writers by Herbert Xu · 15 years ago
  75. 980c9e8 tun: add tun_flags, owner, group attributes in sysfs by David Woodhouse · 15 years ago
  76. f85ba78 tun: add IFF_TUN_EXCL flag to avoid opening a persistent device. by David Woodhouse · 15 years ago
  77. 6f26c9a tun: fix tun_chr_aio_write so that aio works by Michael S. Tsirkin · 15 years ago
  78. 43b39dc tun: fix tun_chr_aio_read so that aio works by Michael S. Tsirkin · 15 years ago
  79. c40af84 tun: Fix sk_sleep races when attaching/detaching by Herbert Xu · 15 years ago
  80. 9c3fea6 tun: Only free a netdev when all tun descriptors are closed by Herbert Xu · 15 years ago
  81. 0eca93b tun: Fix crash with non-GSO users by Herbert Xu · 15 years ago
  82. ab46d77 tun: Fix merge error by Herbert Xu · 15 years ago
  83. 0ecc103 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  84. cfbf84f tun: Fix unicast filter overflow by Alex Williamson · 15 years ago
  85. 33dccbb tun: Limit amount of queued packets per device by Herbert Xu · 15 years ago
  86. 1bded71 tun: Check supplemental groups in TUN/TAP driver. by Michael Tokarev · 15 years ago
  87. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  88. f019a7a tun: Implement ip link del tunXXX by Eric W. Biederman · 15 years ago
  89. aec191a tun: There is no longer any need to deny changing network namespaces by Eric W. Biederman · 16 years ago
  90. c70f182 tun: Fix races between tun_net_close and free_netdev. by Eric W. Biederman · 16 years ago
  91. b2430de tun: Move read_wait into tun_file by Eric W. Biederman · 16 years ago
  92. 38231b7 tun: Make tun_net_xmit atomic wrt tun_attach && tun_detach by Eric W. Biederman · 16 years ago
  93. 36b50ba tun: Grab the netns in open. by Eric W. Biederman · 16 years ago
  94. 631ab46 tun: Introduce tun_file by Eric W. Biederman · 16 years ago
  95. eac9e90 tun: Use POLLERR not EBADF in tun_chr_poll by Eric W. Biederman · 16 years ago
  96. a7385ba tun: Fix races in tun_set_iff by Eric W. Biederman · 16 years ago
  97. 74a3e5a tun: Remove unnecessary tun_get_by_name by Eric W. Biederman · 16 years ago
  98. 745417e tun: Eliminate sparse signedness warning by Gerrit Renker · 16 years ago
  99. 7a0a960 tun: Fix SIOCSIFHWADDR error. by Kusanagi Kouichi · 16 years ago
  100. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago