1. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  2. aac4ddd ipv6: get rid of ipip6_prl_lock by Eric Dumazet · 14 years ago
  3. d19d56d net: Introduce skb_tunnel_rx() helper by Eric Dumazet · 14 years ago
  4. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  5. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  6. dc4c2c3 net: remove INIT_RCU_HEAD() usage by Alexey Dobriyan · 14 years ago
  7. d5aa407 tunnels: fix netns vs proto registration ordering by Alexey Dobriyan · 14 years ago
  8. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  9. 6710117 net: Simplify ipip6 aka sit pernet operations. by Eric W. Biederman · 14 years ago
  10. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  11. 292f4f3 sit: Clean up DF code by copying from IPIP by Herbert Xu · 15 years ago
  12. 62808f9 ipv6 sit: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  13. 4543c10 ipv6 sit: RCU conversion phase II by Eric Dumazet · 15 years ago
  14. ef9a9d1 ipv6 sit: RCU conversion phase I by Eric Dumazet · 15 years ago
  15. 91b2a3f ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  16. e7db38c ipv6 sit: Fix 6rd relay address. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  17. e0c9394 ipv6 sit: Ensure to initialize 6rd parameters. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  18. fa857af ipv6 sit: 6rd (IPv6 Rapid Deployment) Support. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  19. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 15 years ago
  20. 298bf12 sit: fix off-by-one in ipip6_tunnel_get_prl by Sascha Hlusiak · 15 years ago
  21. d1f8297 Revert "sit: stateless autoconf for isatap" by Sascha Hlusiak · 15 years ago
  22. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  23. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  24. 8945a80 sit: allow ip fragmentation when using nopmtudisc to fix package loss by Sascha Hlusiak · 15 years ago
  25. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  26. f2ba025 sit: fix regression: do not release skb->dst before xmit by Sascha Hlusiak · 15 years ago
  27. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  28. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  29. 6450692 sit: stateless autoconf for isatap by Sascha Hlusiak · 15 years ago
  30. 4b2796017 sit: ipip6_tunnel_del_prl: return err by Sascha Hlusiak · 15 years ago
  31. 4fddbf5 sit: strictly restrict incoming traffic to tunnel link device by Sascha Hlusiak · 15 years ago
  32. 8db99e5 sit: Fail to create tunnel, if it already exists by Sascha Hlusiak · 15 years ago
  33. 2b1c435 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  34. 1b1d8f7 ipv6: fix display of local and remote sit endpoints by Bjørn Mork · 15 years ago
  35. bb80087 sit: used time_before for comparing jiffies by Wei Yongjun · 15 years ago
  36. be77e59 net: fix tunnels in netns after ndo_ changes by Alexey Dobriyan · 15 years ago
  37. 1326c3d ipv6: convert tunnels to net_device_ops by Stephen Hemminger · 16 years ago
  38. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  39. 2b4743b ipv6 sit: Avoid extra need for compat layer in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  40. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  41. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  42. 071f92d net: The world is not perfect patch. by Rami Rosen · 16 years ago
  43. 4eecc10 sit: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  44. 36ca34c sit: Add missing kfree_skb() on pskb_may_pull() failure. by David S. Miller · 16 years ago
  45. 7a97146 [SIT]: Allow to create SIT tunnels in net namespaces. by Pavel Emelyanov · 16 years ago
  46. 907a08c [SIT]: Use proper net in routing calls. by Pavel Emelyanov · 16 years ago
  47. 2918217 [SIT]: Make tunnels hashes per-net. by Pavel Emelyanov · 16 years ago
  48. cd3dbc1 [SIT]: Make the fallback tunnel device per-net by Pavel Emelyanov · 16 years ago
  49. fcee5ec [SIT]: Use proper net in hash-lookup functions. by Pavel Emelyanov · 16 years ago
  50. ca8def1 [SIT]: Add net/sit_net argument to some functions. by Pavel Emelyanov · 16 years ago
  51. 8190d90 [SIT]: Introduce empty struct sit_net and init/exit net ops. by Pavel Emelyanov · 16 years ago
  52. 02e10b9 [IPV6] SIT: Sparse: Use NULL pointer instead of 0. by YOSHIFUJI Hideaki · 16 years ago
  53. 52eeeb8 [IPV6]: Unify ip6_onlink() and ipip6_onlink(). by YOSHIFUJI Hideaki · 16 years ago
  54. 300aaee [IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL. by YOSHIFUJI Hideaki · 16 years ago
  55. 0009ae1 [IPV6] SIT: Disallow 0.0.0.0 in PRL and Flush PRL if given for DEL. by YOSHIFUJI Hideaki · 16 years ago
  56. 3fcfa12 [IPV6] SIT: Fix locking issues in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  57. fadf6bf [IPV6] SIT: Add PRL management for ISATAP. by Templin, Fred L · 16 years ago
  58. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  59. 606a2b4 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup by Daniel Lezcano · 16 years ago
  60. b37d428b [INET]: Don't create tunnels with '%' in name. by Pavel Emelyanov · 16 years ago
  61. 34cc7ba [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. by Pavel Emelyanov · 16 years ago
  62. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  63. 8a4a50f [IPV6] sit: Rebinding of SIT tunnels to other interfaces by Michal Schmidt · 16 years ago
  64. c7dc89c [IPV6]: Add RFC4214 support by Fred L. Templin · 16 years ago
  65. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 17 years ago
  66. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  67. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  68. cfbba49 [NET]: Avoid copying writable clones in tunnel drivers by Patrick McHardy · 17 years ago
  69. 420fe23 [IPV6] SIT: Unify code path to get hash array index. by YOSHIFUJI Hideaki · 17 years ago
  70. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  71. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  72. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  73. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  74. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  75. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  76. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  77. c73cb5a [IPSEC]: make sit use the xfrm4_tunnel_register by Kazunori MIYAZAWA · 17 years ago
  78. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  79. 22f8cde [NET]: unregister_netdevice as void by Stephen Hemminger · 17 years ago
  80. 89c8945 [IPV6] net/ipv6/sit.c: make 2 functions static by Adrian Bunk · 18 years ago
  81. e69a4adc [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  82. daccff0 [IPV6]: Give sit driver an appropriate module alias. by Patrick McHardy · 18 years ago
  83. 39c8508 [IPV6] sit: Add missing MODULE_LICENSE by Jan Dittmer · 18 years ago
  84. 989e5b9 [IPV6]: Seperate sit driver to extra module by Joerg Roedel · 18 years ago
  85. 5d9c5a3 [IPV4]: Get rid of redundant IPCB->opts initialisation by Herbert Xu · 18 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  87. 45af08b [INET]: Use port unreachable instead of proto for tunnels by Herbert Xu · 18 years ago
  88. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  89. 2941a48 [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv by Patrick McHardy · 18 years ago
  90. 8cdfab8 [IPV4]: reset IPCB flags when neccessary by Patrick McHardy · 18 years ago
  91. 46f25df [NET]: Change 1500 to ETH_DATA_LEN in some files by Kris Katterjohn · 18 years ago
  92. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  93. db44575 [NET]: fix oops after tunnel module unload by Alexey Kuznetsov · 19 years ago
  94. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago