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