net: remove INIT_RCU_HEAD() usage
[safe/jmp/linux-2.6] / net / ipv6 / sit.c
2010-02-17 Alexey Dobriyannet: remove INIT_RCU_HEAD() usage
2010-02-16 Alexey Dobriyantunnels: fix netns vs proto registration ordering
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-12-02 Eric W. Biedermannet: Simplify ipip6 aka sit pernet operations.
2009-11-18 Eric Dumazetnetns: net_identifiers should be read_mostly
2009-11-11 Herbert Xusit: Clean up DF code by copying from IPIP
2009-10-29 Eric Dumazetipv6 sit: Optimize multiple unregistration
2009-10-24 Eric Dumazetipv6 sit: RCU conversion phase II
2009-10-24 Eric Dumazetipv6 sit: RCU conversion phase I
2009-10-12 YOSHIFUJI Hideaki... ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefix...
2009-10-12 YOSHIFUJI Hideaki... ipv6 sit: Fix 6rd relay address.
2009-10-12 YOSHIFUJI Hideaki... ipv6 sit: Ensure to initialize 6rd parameters.
2009-10-07 YOSHIFUJI Hideaki... ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.
2009-10-05 Eric Dumazettunnels: Optimize tx path
2009-09-30 Sascha Hlusiaksit: fix off-by-one in ipip6_tunnel_get_prl
2009-09-27 Sascha HlusiakRevert "sit: stateless autoconf for isatap"
2009-09-24 Eric Dumazettunnel: eliminate recursion field
2009-09-01 Stephen Hemmingernetdev: convert pseudo-devices to netdev_tx_t
2009-08-29 Sascha Hlusiaksit: allow ip fragmentation when using nopmtudisc to...
2009-07-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-12 Sascha Hlusiaksit: fix regression: do not release skb->dst before...
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-19 Sascha Hlusiaksit: stateless autoconf for isatap
2009-05-19 Sascha Hlusiaksit: ipip6_tunnel_del_prl: return err
2009-05-19 Sascha Hlusiaksit: strictly restrict incoming traffic to tunnel link...
2009-05-19 Sascha Hlusiaksit: Fail to create tunnel, if it already exists
2009-03-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-19 Bjørn Morkipv6: fix display of local and remote sit endpoints
2009-02-25 Wei Yongjunsit: used time_before for comparing jiffies
2008-11-24 Alexey Dobriyannet: fix tunnels in netns after ndo_ changes
2008-11-21 Stephen Hemmingeripv6: convert tunnels to net_device_ops
2008-06-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-16 YOSHIFUJI Hideakiipv6 sit: Avoid extra need for compat layer in PRL...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-05-26 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-05-22 Rami Rosennet: The world is not perfect patch.
2008-05-21 Pavel Emelyanovsit: Use on-device stats instead of private ones.
2008-05-09 David S. Millersit: Add missing kfree_skb() on pskb_may_pull() failure.
2008-04-16 Pavel Emelyanov[SIT]: Allow to create SIT tunnels in net namespaces.
2008-04-16 Pavel Emelyanov[SIT]: Use proper net in routing calls.
2008-04-16 Pavel Emelyanov[SIT]: Make tunnels hashes per-net.
2008-04-16 Pavel Emelyanov[SIT]: Make the fallback tunnel device per-net
2008-04-16 Pavel Emelyanov[SIT]: Use proper net in hash-lookup functions.
2008-04-16 Pavel Emelyanov[SIT]: Add net/sit_net argument to some functions.
2008-04-16 Pavel Emelyanov[SIT]: Introduce empty struct sit_net and init/exit...
2008-04-11 YOSHIFUJI Hideaki[IPV6] SIT: Sparse: Use NULL pointer instead of 0.
2008-04-03 YOSHIFUJI Hideaki[IPV6]: Unify ip6_onlink() and ipip6_onlink().
2008-04-03 YOSHIFUJI Hideaki[IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL.
2008-04-03 YOSHIFUJI Hideaki[IPV6] SIT: Disallow 0.0.0.0 in PRL and Flush PRL if...
2008-04-03 YOSHIFUJI Hideaki[IPV6] SIT: Fix locking issues in PRL management.
2008-04-03 Templin, Fred L[IPV6] SIT: Add PRL management for ISATAP.
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-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Michal Schmidt[IPV6] sit: Rebinding of SIT tunnels to other interfaces
2008-01-28 Fred L. Templin[IPV6]: Add RFC4214 support
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-11 Patrick McHardy[NET]: Avoid copying writable clones in tunnel drivers
2007-04-26 YOSHIFUJI Hideaki[IPV6] SIT: Unify code path to get hash array index.
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
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]: Use skb_reset_network_header in skb_push...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-13 Kazunori MIYAZAWA[IPSEC]: make sit use the xfrm4_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 Adrian Bunk[IPV6] net/ipv6/sit.c: make 2 functions static
2006-12-03 Al Viro[IPV6]: Misc endianness annotations.
2006-11-05 Patrick McHardy[IPV6]: Give sit driver an appropriate module alias.
2006-10-16 Jan Dittmer[IPV6] sit: Add missing MODULE_LICENSE
2006-10-12 Joerg Roedel[IPV6]: Seperate sit driver to extra module
2006-07-21 Herbert Xu[IPV4]: Get rid of redundant IPCB->opts initialisation
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-10 Herbert Xu[INET]: Use port unreachable instead of proto for tunnels
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[IPV4]: reset IPCB flags when neccessary
2006-01-06 Kris Katterjohn[NET]: Change 1500 to ETH_DATA_LEN in some files
2005-08-29 Arnaldo Carvalho... [NET]: Fix sparse warnings
2005-07-31 Alexey Kuznetsov[NET]: fix oops after tunnel module unload
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2