net: spread __net_init, __net_exit
[safe/jmp/linux-2.6] / net / ipv6 / ip6_tunnel.c
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-12-02 Eric W. Biedermannet: Simplify ip6_tunnel pernet operations.
2009-11-18 Eric Dumazetnetns: net_identifiers should be read_mostly
2009-11-02 Eric Dumazetip6tnl: less dev_put() calls
2009-10-29 Eric Dumazetip6tnl: Optimize multiple unregistration
2009-10-24 Eric Dumazetip6tnl: convert hash tables locking to RCU
2009-09-24 Eric Dumazettunnel: eliminate recursion field
2009-09-01 Stephen Hemmingernetdev: convert pseudo-devices to netdev_tx_t
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-23 Brian Haleyipv6: Use correct data types for ICMPv6 type and code
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-17 Jiri Pirkonet: remove needless (now buggy) & from dev->dev_addr
2009-02-09 Noriaki TAKAMIYAIPv6: fix to set device name when new IPv6 over IPv6...
2008-11-26 Alexey Dobriyannetns xfrm: lookup in netns
2008-11-24 Alexey Dobriyannet: fix tunnels in netns after ndo_ changes
2008-11-22 Qinghuang Fengnet: remove redundant argument comments
2008-11-21 Stephen Hemmingeripv6: convert tunnels to net_device_ops
2008-09-21 Arnaldo Carvalho... net: Use hton[sl]() instead of __constant_hton[sl]...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-05-21 Pavel Emelyanovip6tnl: Use on-device stats instead of private ones.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Allow to create IP6 tunnels in net namespaces.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Use proper net instead of init_net stubs.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Make tunnels hashes per-net.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Make the fallback tunnel device per-net.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Use proper net in hash-lookup functions.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Add (ip6_tnl_)net argument to some calls.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Introduce empty ip6_tnl_net structure...
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-03-05 Daniel Lezcano[NETNS][IPV6] route6 - add netns parameter to ip6_route...
2008-03-04 Daniel Lezcano[NETNS][IPV6] route6 - Pass the network namespace param...
2008-02-27 Pavel Emelyanov[INET]: Don't create tunnels with '%' in name.
2008-02-24 Pavel Emelyanov[IP_TUNNEL]: Don't limit the number of tunnels with...
2008-02-19 Denis V. Lunev[IPV6]: dst_entry leak in ip4ip6_err. (resend)
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Daniel Lezcano[NETNS][IPV6]: inet6_addr - check ipv6 address per...
2008-01-28 Herbert Xu[IPV6]: Add ip6_local_out
2008-01-28 Herbert Xu[INET]: Give outer DSCP directly to ip*_copy_dscp
2007-10-24 Chuck Lever[NET]: Treat the sign of the result of skb_headroom...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-07-26 Al Viroip6_tunnel - endianness annotations
2007-07-22 Al Viro[IPV6]: endianness bug in ip6_tunnel
2007-07-11 Patrick McHardy[NET]: Avoid copying writable clones in tunnel drivers
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header in skb_push...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Yasuyuki Kozakai[IPV6] IP6TUNNEL: Enable to control the handled inner...
2007-04-26 Yasuyuki Kozakai[IPV6] IP6TUNNEL: Rename functions ip6ip6_* to ip6_tnl_*.
2007-04-26 Yasuyuki Kozakai[IPV6] IP6TUNNEL: Add support to IPv4 over IPv6 tunnel.
2007-04-26 Yasuyuki Kozakai[IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_x...
2007-04-26 Yasuyuki Kozakai[IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_r...
2007-04-26 Yasuyuki Kozakai[IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_e...
2007-02-26 Yasuyuki Kozakai[IPV6] IP6TUNNEL: Use update_pmtu() of dst on xmit.
2007-02-13 Kazunori MIYAZAWA[IPSEC]: changing API of xfrm6_tunnel_register
2007-02-11 YOSHIFUJI Hideaki[NET] IPV6: Fix whitespace errors.
2007-02-08 Stephen Hemminger[NET]: unregister_netdevice as void
2006-12-03 Ville Nuorvala[IPV6]: Improve IPv6 tunnel error reporting
2006-12-03 Ville Nuorvala[IPV6]: Don't allocate memory for Tunnel Encapsulation...
2006-12-03 Ville Nuorvala[IPV6]: Allow link-local tunnel endpoints
2006-12-03 Ville Nuorvala[IPV6]: Do mandatory IPv6 tunnel endpoint checks in...
2006-12-03 Ville Nuorvala[IPV6]: Fix SIOCCHGTUNNEL bug in IPv6 tunnels
2006-12-03 Al Viro[IPV6]: Misc endianness annotations.
2006-12-03 Gerrit Renker[TCP/DCCP]: Introduce net_xmit_eval
2006-12-03 Al Viro[IPV6]: flowlabels are net-endian
2006-12-03 Al Viro[IPV6]: 'info' argument of ipv6 ->err_handler() is...
2006-11-22 Yasuyuki Kozakai[IPV6] IP6TUNNEL: Add missing nf_reset() on input path.
2006-11-22 Yasuyuki Kozakai[IPV6] IP6TUNNEL: Delete all tunnel device when unloadi...
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-10 Herbert Xu[INET]: Move no-tunnel ICMP error to tunnel4/tunnel6
2006-03-29 Herbert Xu[INET]: Introduce tunnel4/tunnel6
2006-02-24 Hugo Santos[IPV6] ip6_tunnel: release cached dst on change of...
2006-02-18 Al Viro[PATCH] missing ntohs() in ip6_tunnel
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-09 Patrick McHardy[NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv
2006-01-07 Patrick McHardy[IPV6]: Move nextheader offset to the IP6CB
2005-11-09 Ken-ichirou MATSUZAWA[IPV6]: ip6ip6_lock is not unlocked in error path.
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-09-08 Patrick McHardy[IPV6]: Don't redo xfrm_lookup for cached dst entries
2005-07-25 Cal Peake[IPV6]: fix implicit declaration of function `xfrm6_tun...
2005-07-19 Patrick McHardy[NET]: Make ipip/ip6_tunnel independant of XFRM
2005-06-08 Gabor Fekete[IPV6]: Update parm.link in ip6ip6_tnl_change()
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2