1. 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
  2. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  3. d5aa407 tunnels: fix netns vs proto registration ordering by Alexey Dobriyan · 14 years ago
  4. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  5. ac31cd3 net: Simplify ip6_tunnel pernet operations. by Eric W. Biederman · 14 years ago
  6. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  7. f1a28ea ip6tnl: less dev_put() calls by Eric Dumazet · 15 years ago
  8. cf4432f ip6tnl: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  9. 2922bc8 ip6tnl: convert hash tables locking to RCU by Eric Dumazet · 15 years ago
  10. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  11. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  12. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  13. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  14. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  15. 3a6d54c net: remove needless (now buggy) & from dev->dev_addr by Jiri Pirko · 15 years ago
  16. 20461c1 IPv6: fix to set device name when new IPv6 over IPv6 tunnel device is created. by Noriaki TAKAMIYA · 15 years ago
  17. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 15 years ago
  18. be77e59 net: fix tunnels in netns after ndo_ changes by Alexey Dobriyan · 15 years ago
  19. cf005b1 net: remove redundant argument comments by Qinghuang Feng · 16 years ago
  20. 1326c3d ipv6: convert tunnels to net_device_ops by Stephen Hemminger · 16 years ago
  21. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  22. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  23. 3dca02a ip6tnl: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  24. 554eb27 [IP6TUNNEL]: Allow to create IP6 tunnels in net namespaces. by Pavel Emelyanov · 16 years ago
  25. 2f7f54b [IP6TUNNEL]: Use proper net instead of init_net stubs. by Pavel Emelyanov · 16 years ago
  26. 3e6c9fb [IP6TUNNEL]: Make tunnels hashes per-net. by Pavel Emelyanov · 16 years ago
  27. 15820e129 [IP6TUNNEL]: Make the fallback tunnel device per-net. by Pavel Emelyanov · 16 years ago
  28. 8704ca7e [IP6TUNNEL]: Use proper net in hash-lookup functions. by Pavel Emelyanov · 16 years ago
  29. 2dd02c8 [IP6TUNNEL]: Add (ip6_tnl_)net argument to some calls. by Pavel Emelyanov · 16 years ago
  30. 13eeb8e [IP6TUNNEL]: Introduce empty ip6_tnl_net structure and net ops. by Pavel Emelyanov · 16 years ago
  31. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  32. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  33. 606a2b4 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup by Daniel Lezcano · 16 years ago
  34. b37d428b [INET]: Don't create tunnels with '%' in name. by Pavel Emelyanov · 16 years ago
  35. 34cc7ba [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. by Pavel Emelyanov · 16 years ago
  36. 9937ded [IPV6]: dst_entry leak in ip4ip6_err. (resend) by Denis V. Lunev · 16 years ago
  37. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  38. bfeade0 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace by Daniel Lezcano · 16 years ago
  39. ef76bc2 [IPV6]: Add ip6_local_out by Herbert Xu · 16 years ago
  40. 29bb43b4 [INET]: Give outer DSCP directly to ip*_copy_dscp by Herbert Xu · 17 years ago
  41. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 17 years ago
  42. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  43. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  44. 704eae1 ip6_tunnel - endianness annotations by Al Viro · 17 years ago
  45. b77f2fa [IPV6]: endianness bug in ip6_tunnel by Al Viro · 17 years ago
  46. cfbba49 [NET]: Avoid copying writable clones in tunnel drivers by Patrick McHardy · 17 years ago
  47. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  48. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  49. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  50. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  51. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  52. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  53. 502b093 [IPV6] IP6TUNNEL: Enable to control the handled inner protocol. by Yasuyuki Kozakai · 17 years ago
  54. 3144581 [IPV6] IP6TUNNEL: Rename functions ip6ip6_* to ip6_tnl_*. by Yasuyuki Kozakai · 17 years ago
  55. c4d3efaf [IPV6] IP6TUNNEL: Add support to IPv4 over IPv6 tunnel. by Yasuyuki Kozakai · 17 years ago
  56. 61ec2ae [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_xmit(). by Yasuyuki Kozakai · 18 years ago
  57. 8359925 [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_rcv(). by Yasuyuki Kozakai · 18 years ago
  58. e490d1d [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_err(). by Yasuyuki Kozakai · 18 years ago
  59. 2689205 [IPV6] IP6TUNNEL: Use update_pmtu() of dst on xmit. by Yasuyuki Kozakai · 18 years ago
  60. 73d605d [IPSEC]: changing API of xfrm6_tunnel_register by Kazunori MIYAZAWA · 17 years ago
  61. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  62. 22f8cde [NET]: unregister_netdevice as void by Stephen Hemminger · 17 years ago
  63. 107a5fe [IPV6]: Improve IPv6 tunnel error reporting by Ville Nuorvala · 17 years ago
  64. 6fb32dd [IPV6]: Don't allocate memory for Tunnel Encapsulation Limit Option by Ville Nuorvala · 17 years ago
  65. 305d4b3 [IPV6]: Allow link-local tunnel endpoints by Ville Nuorvala · 17 years ago
  66. 09c6bbf [IPV6]: Do mandatory IPv6 tunnel endpoint checks in realtime by Ville Nuorvala · 17 years ago
  67. 567131a [IPV6]: Fix SIOCCHGTUNNEL bug in IPv6 tunnels by Ville Nuorvala · 17 years ago
  68. e69a4adc [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  69. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  70. 90bcaf7 [IPV6]: flowlabels are net-endian by Al Viro · 18 years ago
  71. 04ce690 [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian by Al Viro · 18 years ago
  72. 53ab61c [IPV6] IP6TUNNEL: Add missing nf_reset() on input path. by Yasuyuki Kozakai · 18 years ago
  73. b3fdd9f [IPV6] IP6TUNNEL: Delete all tunnel device when unloading module. by Yasuyuki Kozakai · 18 years ago
  74. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  76. 50fba2a [INET]: Move no-tunnel ICMP error to tunnel4/tunnel6 by Herbert Xu · 18 years ago
  77. d2acc34 [INET]: Introduce tunnel4/tunnel6 by Herbert Xu · 18 years ago
  78. 0c08889 [IPV6] ip6_tunnel: release cached dst on change of tunnel params by Hugo Santos · 18 years ago
  79. cc6cdac [PATCH] missing ntohs() in ip6_tunnel by Al Viro · 18 years ago
  80. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  81. 2941a48 [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv by Patrick McHardy · 18 years ago
  82. 951dbc8 [IPV6]: Move nextheader offset to the IP6CB by Patrick McHardy · 18 years ago
  83. 9f0ede5 [IPV6]: ip6ip6_lock is not unlocked in error path. by Ken-ichirou MATSUZAWA · 19 years ago
  84. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  85. a57ebc9 [IPV6]: Don't redo xfrm_lookup for cached dst entries by Patrick McHardy · 19 years ago
  86. 227510c [IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister' by Cal Peake · 19 years ago
  87. 0303770 [NET]: Make ipip/ip6_tunnel independant of XFRM by Patrick McHardy · 19 years ago
  88. 8181b8c [IPV6]: Update parm.link in ip6ip6_tnl_change() by Gabor Fekete · 19 years ago
  89. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago