Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / net / ipv6 / route.c
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-12 YOSHIFUJI Hideakiipv6 route: Fix route lifetime in netlink message.
2008-06-04 YOSHIFUJI Hideaki[IPV6] ADDRCONF: Allow longer lifetime on 64bit archs.
2008-05-20 Herbert Xuipsec: Use the correct ip_local_out function
2008-05-19 YOSHIFUJI Hideakiipv6 addrconf: Allow infinite prefix lifetime.
2008-05-19 YOSHIFUJI Hideakiipv6 route: Fix lifetime in netlink.
2008-05-19 YOSHIFUJI Hideakiipv6 addrconf: Fix route lifetime setting in corner...
2008-05-05 Satoru SATOHip: Use inline function dst_metric() instead of direct...
2008-04-21 Pavel Emelyanov[NETNS]: Don't initialize err variable twice.
2008-04-21 Adrian Bunk[IPV6]: Make struct ip6_prohibit_entry_template static.
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug for dst ops.
2008-04-12 YOSHIFUJI Hideaki[IPV6]: Make address arguments const.
2008-04-08 David S. MillerMerge branch 'net-2.6.26-isatap-20080403' of git:/...
2008-04-05 YOSHIFUJI Hideaki[IPV6] MROUTE: Support multicast forwarding.
2008-04-03 Templin, Fred L[IPV6] SIT: Add PRL management for ISATAP.
2008-03-26 Pavel Emelyanov[IPV6]: Fix potential net leak and oops in ipv6 routing...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[IPV6]: Support Source Address Selection API (RFC5014).
2008-03-25 YOSHIFUJI Hideaki[IPV6]: Optimize hop-limit determination.
2008-03-07 Daniel Lezcano[NETNS][IPV6] fix some missing namespace
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 - Make ip6_dst_gc simpler
2008-03-04 Benjamin Thery[NETNS][IPV6] route6 - make garbage collection work...
2008-03-04 Benjamin Thery[NETNS][IPV6] route6 - move ip6_dst_ops inside the...
2008-03-04 Daniel Lezcano[NETNS][IPV6] route6 - dynamically allocate ip6_dst_ops
2008-03-04 Daniel Lezcano[NETNS][IPV6] rt6_info - move rt6_info structure inside...
2008-03-04 Daniel Lezcano[NETNS][IPV6] rt6_info - make rt6_info accessed as...
2008-03-04 Daniel Lezcano[NETNS][IPV6] route6 - make route6 per namespace
2008-03-04 Daniel Lezcano[NETNS][IPV6] route6 - Pass the network namespace param...
2008-03-04 Daniel Lezcano[NETNS][IPV6] route6 - Pass network namespace to rt6_ad...
2008-03-04 Daniel Lezcano[NETNS][IPV6] route6 - Make proc entry /proc/net/rt6_st...
2008-03-04 Daniel Lezcano[NETNS][IPV6] route6 - Pass the network namespace param...
2008-03-04 Daniel Lezcano[NETNS][IPV6] route6 - create route6 proc files for...
2008-03-04 Benjamin Thery[NETNS][IPV6] rt6_stats - make the stats per network...
2008-03-04 Daniel Lezcano[NETNS][IPV6] rt6_stats - dynamically allocate the...
2008-03-04 Daniel Lezcano[NETNS][IPV6] ip6_fib - gc timer per namespace
2008-03-04 Daniel Lezcano[NETNS][IPV6] ip6_fib - add net to gc timer parameter
2008-03-04 Daniel Lezcano[NETNS][IPV6] ip6_fib - fib6_clean_all handle several...
2008-03-04 Daniel Lezcano[NETNS][IPV6] ip6_fib - make it per network namespace
2008-03-04 YOSHIFUJI Hideaki[IPV6]: Make ndisc_dst_alloc() common for later use.
2008-03-04 YOSHIFUJI Hideaki[IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_g...
2008-03-04 YOSHIFUJI Hideaki[IPV6] SYSCTL: complete initialization for sysctl table...
2008-02-27 Benjamin Thery[IPV6]: Add missing initializations of the new nl_info...
2008-02-10 Rami Rosen[IPV6]: Replace using the magic constant "1024" with...
2008-02-01 Jim Paris[IPV6]: Update MSS even if MTU is unchanged.
2008-02-01 Eric Dumazet[NET]: should explicitely initialize atomic_t field...
2008-02-01 Benjamin Thery[NETNS]: Add missing initialization of nl_info.nl_net...
2008-01-28 Daniel Lezcano[NETNS][DST] dst: pass the dst_ops as parameter to...
2008-01-28 Ilpo Järvinen[IPV6] route: kill some bloat
2008-01-28 Denis V. Lunev[NETNS]: Add netns to nl_info structure.
2008-01-28 Daniel Lezcano[NETNS][IPV6]: Make sysctls route per namespace.
2008-01-28 Daniel Lezcano[NETNS][IPV6]: Make multiple instance of sysctl tables.
2008-01-28 Denis V. Lunev[IPV6]: Always pass a valid nl_info to inet6_rt_notify.
2008-01-28 Daniel Lezcano[IPV6]: route6 remove ifdef for fib_rules
2008-01-28 Daniel Lezcano[IPV6]: remove ifdef in route6 for xfrm6
2008-01-28 Daniel Lezcano[IPV6]: create route6 proc init-fini functions
2008-01-28 Daniel Lezcano[IPV6] route6/fib6: Don't panic a kmem_cache_create.
2008-01-28 Daniel Lezcano[IPV6]: Make ip6_route_init to return an error code.
2008-01-28 Denis V. Lunev[NET]: Multiple namespaces in the all dst_ifdown routines.
2008-01-28 Fred L. Templin[IPV6]: Add RFC4214 support
2008-01-28 Denis V. Lunev[NET]: Make rtnetlink infrastructure network namespace...
2008-01-28 Denis V. Lunev[NET]: Modify all rtnetlink methods to only work in...
2008-01-28 Herbert Xu[IPSEC]: Merge most of the output path
2008-01-28 Herbert Xu[NET]: Eliminate duplicate copies of dst_discard
2008-01-21 YOSHIFUJI Hideaki[IPV6] ROUTE: Make sending algorithm more friendly...
2007-11-11 Pavel Emelyanov[NET]: Make helper to get dst entry and "use" it
2007-11-07 Alexey Dobriyan[IPV6]: Convert /proc/net/ipv6_route to seq_file interface
2007-10-18 Eric W. Biedermansysctl: ipv6 route flushing (kill binary path)
2007-10-15 Pavel Emelyanov[IPV6]: Consolidate the ip6_pol_route_(input|output...
2007-10-10 Eric W. Biederman[NET]: Make the loopback device per network namespace.
2007-10-10 Daniel Lezcano[NET]: Dynamically allocate the loopback device, part 1.
2007-10-10 Thomas Graf[NETLINK]: Introduce nested and byteorder flag to netli...
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-07-31 Simon Arlott[IPV6]: Don't update ADVMSS on routes where the MTU...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-06-07 Patrick McHardy[NETLINK]: Mark netlink policies const
2007-05-25 David S. Miller[XFRM]: Allow packet drops during larval state resolution.
2007-04-26 YOSHIFUJI Hideaki[IPV6] SNMP: Fix several warnings without procfs.
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Thomas Graf[IPv6]: Use rtnl registration interface
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 YOSHIFUJI Hideaki[IPV6]: Decentralize EXPORT_SYMBOLs.
2007-04-13 YOSHIFUJI Hideaki[IPV6] SNMP: Fix {In,Out}NoRoutes statistics.
2007-04-06 David S. Miller[IPV6]: Revert recent change to rt6_check_dev().
2007-03-26 David S. Miller[IPV6]: Fix routing round-robin locking.
2007-03-22 Dave Jones[NET]: fix up misplaced inlines.
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 Eric Dumazet[IPV6]: Convert ipv6 route to use the new dst_entry...
2007-02-11 YOSHIFUJI Hideaki[NET] IPV6: Fix whitespace errors.
2007-02-08 YOSHIFUJI Hideaki[IPV6] ROUTE: Do not route packets to link-local addres...
2007-02-08 Patrick McHardy[NETLINK]: Don't BUG on undersized allocations
2007-01-24 Noriaki TAKAMIYA[IPV6]: Fixed the size of the netlink message notified...
2006-12-14 Kim Nordlund[IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES
2006-12-03 Thomas Graf[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some...
2006-12-03 Al Viro[IPV6]: Misc endianness annotations.
next