Files
android_kernel_xiaomi_sm8450/net/ipv4
Nicolas Dichtel b601fa197f ipv4: fix wildcard search with inet_confirm_addr()
Help of this function says: "in_dev: only on this interface, 0=any interface",
but since commit 39a6d06300 ("[NETNS]: Process inet_confirm_addr in the
correct namespace."), the code supposes that it will never be NULL. This
function is never called with in_dev == NULL, but it's exported and may be used
by an external module.

Because this patch restore the ability to call inet_confirm_addr() with in_dev
== NULL, I partially revert the above commit, as suggested by Julian.

CC: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Reviewed-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-12-11 14:47:40 -05:00
..
2013-11-14 17:31:14 -05:00
2013-10-19 19:36:19 -04:00
2013-10-17 15:02:02 -04:00
2013-10-08 23:19:24 -04:00
2012-10-08 17:42:36 -04:00
2013-12-10 21:57:11 -05:00
2013-10-19 19:36:19 -04:00
2013-09-03 21:41:43 -04:00
2013-11-29 16:37:36 -05:00
2013-12-06 12:51:41 -05:00
2013-12-06 12:51:41 -05:00
2013-12-10 21:57:11 -05:00
2013-03-21 11:47:50 -04:00
2013-12-06 12:51:41 -05:00
2012-03-11 23:42:51 -07:00
2013-10-19 19:36:19 -04:00
2013-11-29 16:37:36 -05:00
2013-05-31 17:19:05 -07:00