From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17CD1C43381 for ; Tue, 19 Feb 2019 16:11:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC9712147A for ; Tue, 19 Feb 2019 16:11:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726565AbfBSQLa (ORCPT ); Tue, 19 Feb 2019 11:11:30 -0500 Received: from proxima.lasnet.de ([78.47.171.185]:57748 "EHLO proxima.lasnet.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725885AbfBSQLa (ORCPT ); Tue, 19 Feb 2019 11:11:30 -0500 Received: from localhost.localdomain (p200300E9D725587EBEC0AE7515F0EC06.dip0.t-ipconnect.de [IPv6:2003:e9:d725:587e:bec0:ae75:15f0:ec06]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: stefan@sostec.de) by proxima.lasnet.de (Postfix) with ESMTPSA id 13D70CA621; Tue, 19 Feb 2019 17:11:28 +0100 (CET) From: Stefan Schmidt To: davem@davemloft.net Cc: linux-wpan@vger.kernel.org, alex.aring@gmail.com, netdev@vger.kernel.org Subject: pull-request: ieee802154-next 2019-02-19 Date: Tue, 19 Feb 2019 17:11:23 +0100 Message-Id: <20190219161123.24965-1-stefan@datenfreihafen.org> X-Mailer: git-send-email 2.17.2 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello Dave. An update from ieee802154 for *net-next* Another quite quite cycle in the ieee802154 subsystem. Peter did a rework of the IP frag queue handling to make it use rbtree and get in line with the core IPv4 and IPv6 implementatiosn in the kernel. Please pull, or let me know if there are any problems. regards Stefan Schmidt The following changes since commit c9b747dbc2036c917b1067fbb78dc38b105c4454: bnx2x: Remove set but not used variable 'mfw_vn' (2019-02-18 16:47:32 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git ieee802154-for-davem-2019-02-19 for you to fetch changes up to 254c5dbe15d44c9d76a3ccd3724eb1befb7adf99: 6lowpan: use rbtree for IP frag queue (2019-02-19 10:38:01 +0100) ---------------------------------------------------------------- Peter Oskolkov (1): 6lowpan: use rbtree for IP frag queue net/ieee802154/6lowpan/reassembly.c | 141 ++++++++---------------------------- 1 file changed, 29 insertions(+), 112 deletions(-)