1. 8afe7c8 ipip: add module alias for tunl0 tunnel device by stephen hemminger · 14 years ago
  2. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  3. 74b0b85 tunnels: Fix tunnels change rcu protection by Pavel Emelyanov · 14 years ago
  4. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  5. 153f094 ipip: enable lockless xmits by Eric Dumazet · 14 years ago
  6. fada563 ipip: fix percpu stats accounting by Eric Dumazet · 14 years ago
  7. 3c97af9 ipip: percpu stats accounting by Eric Dumazet · 14 years ago
  8. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  9. b7285b7 ipip: get rid of ipip_lock by Eric Dumazet · 14 years ago
  10. 6dcd814 net: struct xfrm_tunnel in read_mostly section by Eric Dumazet · 14 years ago
  11. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  12. d19d56d net: Introduce skb_tunnel_rx() helper by Eric Dumazet · 14 years ago
  13. 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
  14. d5aa407 tunnels: fix netns vs proto registration ordering by Alexey Dobriyan · 14 years ago
  15. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  16. 86de8a6 net: Simplify ipip pernet operations. by Eric W. Biederman · 15 years ago
  17. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  18. d0e1e88 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  19. 23ca0c9 ipip: Fix handling of DF packets when pmtudisc is OFF by Herbert Xu · 15 years ago
  20. 0694c4c ipip: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  21. 8f95dd6 ipip: convert hash tables locking to RCU by Eric Dumazet · 15 years ago
  22. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 15 years ago
  23. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  24. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  25. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  26. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  27. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  28. 28e7221 net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup() by Eric Dumazet · 15 years ago
  29. 26d94b4 ipip: used time_before for comparing jiffies by Wei Yongjun · 15 years ago
  30. 5747a1a ip: ipip compile warning by Stephen Hemminger · 15 years ago
  31. be77e59 net: fix tunnels in netns after ndo_ changes by Alexey Dobriyan · 16 years ago
  32. 23a12b1 ipip: convert to net_device_ops by Stephen Hemminger · 16 years ago
  33. 5a5f3a8 net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.c by Jianjun Kong · 16 years ago
  34. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  35. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  36. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  37. 071f92d net: The world is not perfect patch. by Rami Rosen · 16 years ago
  38. 50f59ce ipip: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  39. 0a82640 [IPIP]: Allow to create IPIP tunnels in net namespaces. by Pavel Emelyanov · 16 years ago
  40. b99f015 [IPIP]: Use proper net in (mostly) routing calls. by Pavel Emelyanov · 16 years ago
  41. 44d3c29 [IPIP]: Make tunnels hashes per net. by Pavel Emelyanov · 16 years ago
  42. cec3ffa [IPIP]: Use proper net in hash-lookup functions. by Pavel Emelyanov · 16 years ago
  43. b9fae5c [IPIP]: Add net/ipip_net argument to some functions. by Pavel Emelyanov · 16 years ago
  44. b9855c5 [IPIP]: Make the fallback tunnel device per-net. by Pavel Emelyanov · 16 years ago
  45. 10dc4c7 [IPIP]: Introduce empty ipip_net structure and net init/exit ops. by Pavel Emelyanov · 16 years ago
  46. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  47. b37d428b [INET]: Don't create tunnels with '%' in name. by Pavel Emelyanov · 16 years ago
  48. 34cc7ba [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. by Pavel Emelyanov · 16 years ago
  49. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  50. 5533995 [IPIP]: Allow rebinding the tunnel to another interface by Michal Schmidt · 17 years ago
  51. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 17 years ago
  52. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  53. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  54. cfbba49 [NET]: Avoid copying writable clones in tunnel drivers by Patrick McHardy · 17 years ago
  55. 87d1a16 [IPV4] IPIP: Unify code path to get hash array index. by YOSHIFUJI Hideaki · 17 years ago
  56. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  57. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  58. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  59. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  60. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  61. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  62. c0d5640 [IPSEC]: Changing API of xfrm4_tunnel_register. by Kazunori MIYAZAWA · 17 years ago
  63. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  64. 22f8cde [NET]: unregister_netdevice as void by Stephen Hemminger · 17 years ago
  65. d5a0a1e [IPV4]: encapsulation annotations by Al Viro · 18 years ago
  66. c55e2f4 [IPV4]: ipip and ip_gre encapsulation bugs by Al Viro · 18 years ago
  67. 5d9c5a3 [IPV4]: Get rid of redundant IPCB->opts initialisation by Herbert Xu · 18 years ago
  68. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  69. 50fba2a [INET]: Move no-tunnel ICMP error to tunnel4/tunnel6 by Herbert Xu · 18 years ago
  70. d2acc34 [INET]: Introduce tunnel4/tunnel6 by Herbert Xu · 18 years ago
  71. 48d5cad [XFRM]: Fix SNAT-related crash in xfrm4_output_finish by Patrick McHardy · 18 years ago
  72. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  73. 2941a48 [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv by Patrick McHardy · 18 years ago
  74. 3e3850e [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder by Patrick McHardy · 18 years ago
  75. 8cdfab8 [IPV4]: reset IPCB flags when neccessary by Patrick McHardy · 18 years ago
  76. 46f25df [NET]: Change 1500 to ETH_DATA_LEN in some files by Kris Katterjohn · 18 years ago
  77. db44575 [NET]: fix oops after tunnel module unload by Alexey Kuznetsov · 19 years ago
  78. 0303770 [NET]: Make ipip/ip6_tunnel independant of XFRM by Patrick McHardy · 19 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago