Renamed patches to keep their original numbering from codelinaro.org Fixed minor bugs and added support for the qca-nss-drv-l2tpv2 module
25 lines
783 B
Diff
25 lines
783 B
Diff
From 58a9e8c4c441c739821255d88b7c08330b392303 Mon Sep 17 00:00:00 2001
|
|
From: Murat Sezgin <msezgin@codeaurora.org>
|
|
Date: Tue, 27 Jan 2015 11:10:26 -0800
|
|
Subject: [PATCH 143/500] ipv6: Export ndisc_send_ns() function for public use.
|
|
|
|
This API is needed to implement a connection
|
|
manager for hardware accelaration.
|
|
|
|
Change-Id: Idcf5fa1d3d3151fa2a5e0c48c6b6cdd10fc335bf
|
|
Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>
|
|
---
|
|
net/ipv6/ndisc.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/net/ipv6/ndisc.c
|
|
+++ b/net/ipv6/ndisc.c
|
|
@@ -670,6 +670,7 @@ void ndisc_send_ns(struct net_device *de
|
|
if (skb)
|
|
ndisc_send_skb(skb, daddr, saddr);
|
|
}
|
|
+EXPORT_SYMBOL(ndisc_send_ns);
|
|
|
|
void ndisc_send_rs(struct net_device *dev, const struct in6_addr *saddr,
|
|
const struct in6_addr *daddr)
|