android_kernel_xiaomi_sm8350/net/dccp
Pavel Emelyanov 68d185980f [NETNS][DCCPV6]: Don't pass NULL to ip6_dst_lookup.
This call uses the sock to get the net to lookup the routing
in. With CONFIG_NET_NS this code will OOPS, since the sk ptr
is NULL.

After looking inside the ip6_dst_lookup and drawing the analogy
with respective ipv6 code, it seems, that the dccp ctl socket 
is a good candidate for the first argument.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-13 22:31:32 -07:00
..
ccids
ackvec.c
ackvec.h
ccid.c
ccid.h
dccp.h [DCCP]: Replace socket with sock for reset sending. 2008-04-03 14:20:52 -07:00
diag.c
feat.c
feat.h
input.c
ipv4.c [NETNS][DCCPV4]: Enable DCCPv4 in net namespaces. 2008-04-13 22:31:05 -07:00
ipv6.c [NETNS][DCCPV6]: Don't pass NULL to ip6_dst_lookup. 2008-04-13 22:31:32 -07:00
ipv6.h
Kconfig
Makefile
minisocks.c [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. 2008-02-29 11:43:03 -08:00
options.c
output.c [DCCP]: Replace socket with sock for reset sending. 2008-04-03 14:20:52 -07:00
probe.c
proto.c [DCCP]: Use snmp_mib_{init,free}(). 2008-04-10 03:48:43 -07:00
sysctl.c
timer.c