1. be77e59 net: fix tunnels in netns after ndo_ changes by Alexey Dobriyan · 16 years ago
  2. 1326c3d ipv6: convert tunnels to net_device_ops by Stephen Hemminger · 16 years ago
  3. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  4. 2b4743b ipv6 sit: Avoid extra need for compat layer in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  5. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  6. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  7. 071f92d net: The world is not perfect patch. by Rami Rosen · 16 years ago
  8. 4eecc10 sit: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  9. 36ca34c sit: Add missing kfree_skb() on pskb_may_pull() failure. by David S. Miller · 16 years ago
  10. 7a97146 [SIT]: Allow to create SIT tunnels in net namespaces. by Pavel Emelyanov · 16 years ago
  11. 907a08c [SIT]: Use proper net in routing calls. by Pavel Emelyanov · 16 years ago
  12. 2918217 [SIT]: Make tunnels hashes per-net. by Pavel Emelyanov · 16 years ago
  13. cd3dbc1 [SIT]: Make the fallback tunnel device per-net by Pavel Emelyanov · 16 years ago
  14. fcee5ec [SIT]: Use proper net in hash-lookup functions. by Pavel Emelyanov · 16 years ago
  15. ca8def1 [SIT]: Add net/sit_net argument to some functions. by Pavel Emelyanov · 16 years ago
  16. 8190d90 [SIT]: Introduce empty struct sit_net and init/exit net ops. by Pavel Emelyanov · 16 years ago
  17. 02e10b9 [IPV6] SIT: Sparse: Use NULL pointer instead of 0. by YOSHIFUJI Hideaki · 16 years ago
  18. 52eeeb8 [IPV6]: Unify ip6_onlink() and ipip6_onlink(). by YOSHIFUJI Hideaki · 16 years ago
  19. 300aaee [IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL. by YOSHIFUJI Hideaki · 16 years ago
  20. 0009ae1 [IPV6] SIT: Disallow 0.0.0.0 in PRL and Flush PRL if given for DEL. by YOSHIFUJI Hideaki · 16 years ago
  21. 3fcfa12 [IPV6] SIT: Fix locking issues in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  22. fadf6bf [IPV6] SIT: Add PRL management for ISATAP. by Templin, Fred L · 16 years ago
  23. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  24. 606a2b4 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup by Daniel Lezcano · 16 years ago
  25. b37d428b [INET]: Don't create tunnels with '%' in name. by Pavel Emelyanov · 16 years ago
  26. 34cc7ba [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. by Pavel Emelyanov · 16 years ago
  27. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  28. 8a4a50f [IPV6] sit: Rebinding of SIT tunnels to other interfaces by Michal Schmidt · 17 years ago
  29. c7dc89c [IPV6]: Add RFC4214 support by Fred L. Templin · 17 years ago
  30. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 17 years ago
  31. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  32. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  33. cfbba49 [NET]: Avoid copying writable clones in tunnel drivers by Patrick McHardy · 17 years ago
  34. 420fe23 [IPV6] SIT: Unify code path to get hash array index. by YOSHIFUJI Hideaki · 17 years ago
  35. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  36. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  37. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  38. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  39. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  40. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  41. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  42. c73cb5a [IPSEC]: make sit use the xfrm4_tunnel_register by Kazunori MIYAZAWA · 17 years ago
  43. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  44. 22f8cde [NET]: unregister_netdevice as void by Stephen Hemminger · 17 years ago
  45. 89c8945 [IPV6] net/ipv6/sit.c: make 2 functions static by Adrian Bunk · 18 years ago
  46. e69a4adc [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  47. daccff0 [IPV6]: Give sit driver an appropriate module alias. by Patrick McHardy · 18 years ago
  48. 39c8508 [IPV6] sit: Add missing MODULE_LICENSE by Jan Dittmer · 18 years ago
  49. 989e5b9 [IPV6]: Seperate sit driver to extra module by Joerg Roedel · 18 years ago
  50. 5d9c5a3 [IPV4]: Get rid of redundant IPCB->opts initialisation by Herbert Xu · 18 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  52. 45af08b [INET]: Use port unreachable instead of proto for tunnels by Herbert Xu · 18 years ago
  53. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  54. 2941a48 [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv by Patrick McHardy · 18 years ago
  55. 8cdfab8 [IPV4]: reset IPCB flags when neccessary by Patrick McHardy · 18 years ago
  56. 46f25df [NET]: Change 1500 to ETH_DATA_LEN in some files by Kris Katterjohn · 18 years ago
  57. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  58. db44575 [NET]: fix oops after tunnel module unload by Alexey Kuznetsov · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago