commit d2bc7047d6c512fb412acd5a2c150d266e5080cd Author: Greg Kroah-Hartman Date: Fri Apr 27 14:26:42 2007 -0700 Linux 2.6.20.10 commit 9d08f139275450f9366d85ba09b9a2e09bb33766 Author: YOSHIFUJI Hideaki Date: Fri Apr 27 02:13:02 2007 -0700 IPV6: Fix for RT0 header ipv6 change. [IPV6]: Fix thinko in ipv6_rthdr_rcv() changes. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman commit 6af3412cff50b9a7b12b7b9cf6f01b34fbae4624 Author: Sergey Vlasov Date: Fri Apr 27 02:18:35 2007 -0700 IPV4: Fix OOPS'er added to netlink fib. [IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res) When CONFIG_IP_MULTIPLE_TABLES is enabled, the code in nl_fib_lookup() needs to initialize the res.r field before fib_res_put(&res) - unlike fib_lookup(), a direct call to ->tb_lookup does not set this field. Signed-off-by: Sergey Vlasov Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman