Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/usb/r8152.c net/netfilter/nfnetlink.c Both r8152 and nfnetlink conflicts were simple overlapping changes. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -314,6 +314,8 @@ static struct ip6_tnl *ip6gre_tunnel_locate(struct net *net,
|
||||
struct ip6gre_net *ign = net_generic(net, ip6gre_net_id);
|
||||
|
||||
t = ip6gre_tunnel_find(net, parms, ARPHRD_IP6GRE);
|
||||
if (t && create)
|
||||
return NULL;
|
||||
if (t || !create)
|
||||
return t;
|
||||
|
||||
@@ -1728,4 +1730,5 @@ MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("D. Kozlov (xeb@mail.ru)");
|
||||
MODULE_DESCRIPTION("GRE over IPv6 tunneling device");
|
||||
MODULE_ALIAS_RTNL_LINK("ip6gre");
|
||||
MODULE_ALIAS_RTNL_LINK("ip6gretap");
|
||||
MODULE_ALIAS_NETDEV("ip6gre0");
|
||||
|
Reference in New Issue
Block a user