[IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().
[safe/jmp/linux-2.6] / net / ipv6 / route.c
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.
2006-12-03 Thomas Graf[NETLINK]: Do precise netlink message allocations where...
2006-12-03 YOSHIFUJI Hideaki[IPV6]: Per-interface statistics support.
2006-12-03 YOSHIFUJI Hideaki[IPV6] ROUTE: Use &rt->u.dst instead of cast.
2006-12-03 YOSHIFUJI Hideaki[IPV6] ROUTE: Use macros to format /proc/net/ipv6_route.
2006-12-03 Thomas Graf[NET]: Rethink mark field in struct flowi
2006-12-03 Thomas Graf[NET]: Turn nfmark into generic mark
2006-12-03 Al Viro[IPV6]: flowlabels are net-endian
2006-11-22 YOSHIFUJI Hideaki[IPV6] ROUTE: Do not enable router reachability probing...
2006-11-22 YOSHIFUJI Hideaki[IPV6] ROUTE: Prefer reachable nexthop only if the...
2006-11-22 YOSHIFUJI Hideaki[IPV6] ROUTE: Try to use router which is not known...
2006-10-19 David S. Miller[IPV6]: Fix route.c warnings when multiple tables are...
2006-10-19 Thomas Graf[IPv6] route: Fix prohibit and blackhole routing decision
2006-10-19 Ville Nuorvala[IPV6]: Always copy rt->u.dst.error when copying a...
2006-10-19 Ville Nuorvala[IPV6]: Clean up BACKTRACK().
2006-10-16 Thomas Graf[IPv6] rules: Use RT6_LOOKUP_F_HAS_SADDR and fix source...
2006-09-22 YOSHIFUJI Hideaki[IPV6] ROUTE: Fix dst reference counting in ip6_pol_rou...
2006-09-22 Thomas Graf[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attrib...
2006-09-22 Alexey Dobriyan[NET]: Use SLAB_PANIC
2006-09-22 David S. Miller[IPV6]: Fix build with fwmark disabled.
2006-09-22 YOSHIFUJI Hideaki[IPV6] ROUTE: Routing by FWMARK.
2006-09-22 YOSHIFUJI Hideaki[IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx...
2006-09-22 YOSHIFUJI Hideaki[IPV6] ROUTE: Add credits about subtree fixes.
2006-09-22 YOSHIFUJI Hideaki[IPV6] NDISC: Search subtrees when backtracking on...
2006-09-22 YOSHIFUJI Hideaki[IPV6] ROUTE: Search subtree when backtracking.
2006-09-22 YOSHIFUJI Hideaki[IPV6] NDISC: Search over all possible rules on receipt...
2006-09-22 YOSHIFUJI Hideaki[IPV6] NDISC: Take source address into account for...
2006-09-22 Thomas Graf[IPv6] route: Convert GETROUTE to use new netlink api
2006-09-22 Thomas Graf[IPv6] route: Convert FIB6 dumping to use new netlink api
2006-09-22 Thomas Graf[IPv6] route: FIB6 configuration using struct fib6_config
2006-09-22 Thomas Graf[IPv6] route: Simplify ip6_ins_rt()
2006-09-22 Thomas Graf[IPv6] route: Simplify ip6_del_rt()
2006-09-22 Thomas Graf[IPv6] route: Convert route notifications to use rtnl_n...
2006-09-22 Thomas Graf[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
2006-09-22 Patrick McHardy[IPV6]: Increase number of possible routing tables...
2006-09-22 Patrick McHardy[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
2006-09-22 Adrian Bunk[NET]: Make code static.
2006-09-22 Patrick McHardy[IPV6]: Fix crash in ip6_del_rt
2006-09-22 Patrick McHardy[IPV6]: Fix thinko in rt6_fill_node
2006-09-22 Thomas Graf[IPV6]: Policy Routing Rules
2006-09-22 Thomas Graf[IPV6]: Multiple Routing Tables
2006-09-22 Thomas Graf[IPV6]: Remove ndiscs rt6_lock dependency
2006-08-30 Lv Liangying[IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter error
2006-08-02 Tom Tucker[NET]: Core net changes to generate netevents
next