On Mon, Aug 31, 2015 at 12:00:54AM +0200, Stefan Schmidt wrote: > Hello. > > On 20/08/15 18:47, Alexander Aring wrote: > >This patch adds checks for reserved dispatch value. When we have a > >reserved dispatch value we should drop the skb immediately. > > > >Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> > >--- > > net/ieee802154/6lowpan/rx.c | 14 +++++++++++++- > > 1 file changed, 13 insertions(+), 1 deletion(-) > > > >diff --git a/net/ieee802154/6lowpan/rx.c b/net/ieee802154/6lowpan/rx.c > >index d309d91..f98ebf5 100644 > >--- a/net/ieee802154/6lowpan/rx.c > >+++ b/net/ieee802154/6lowpan/rx.c > >@@ -260,6 +260,17 @@ static inline bool lowpan_is_nalp(u8 dispatch) > > return (dispatch & LOWPAN_DISPATCH_FIRST) == LOWPAN_DISPATCH_NALP; > > } > >+/* Lookup for reserved dispatch values at: > >+ * https://www.iana.org/assignments/_6lowpan-parameters/_6lowpan-parameters.xhtml#_6lowpan-parameters-1 > It might be worth noting down the update date here as well. The do not seem > to have a version I can find easily so the update date might be a good idea > to help helping looking at it to decide if we should update our code. > ok. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html