From patchwork Tue Feb 19 16:11:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schmidt X-Patchwork-Id: 10820125 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 93C4F14E1 for ; Tue, 19 Feb 2019 16:11:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7E7EF2CC04 for ; Tue, 19 Feb 2019 16:11:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7A5DA2CC09; Tue, 19 Feb 2019 16:11:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B11412CC0F for ; Tue, 19 Feb 2019 16:11:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726342AbfBSQLa (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: linux-wpan-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)