Re: [PATCH v2 2/2] 6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN

2013-01-18 Thread David Miller
From: Alan Ott Date: Thu, 17 Jan 2013 00:09:48 -0500 > Handle the reception of uncompressed packets (dispatch type = IPv6). > > Signed-off-by: Alan Ott Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH v2 2/2] 6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN

2013-01-18 Thread David Miller
From: Alan Ott a...@signal11.us Date: Thu, 17 Jan 2013 00:09:48 -0500 Handle the reception of uncompressed packets (dispatch type = IPv6). Signed-off-by: Alan Ott a...@signal11.us Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH v2 2/2] 6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN

2013-01-16 Thread Alan Ott
Handle the reception of uncompressed packets (dispatch type = IPv6). Signed-off-by: Alan Ott --- net/ieee802154/6lowpan.c | 41 - 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index

[PATCH v2 2/2] 6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN

2013-01-16 Thread Alan Ott
Handle the reception of uncompressed packets (dispatch type = IPv6). Signed-off-by: Alan Ott a...@signal11.us --- net/ieee802154/6lowpan.c | 41 - 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/net/ieee802154/6lowpan.c