From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752895AbcJFFty (ORCPT ); Thu, 6 Oct 2016 01:49:54 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:53562 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752139AbcJFFtx (ORCPT ); Thu, 6 Oct 2016 01:49:53 -0400 Date: Thu, 06 Oct 2016 01:49:49 -0400 (EDT) Message-Id: <20161006.014949.378994666055712442.davem@davemloft.net> To: torvalds@linux-foundation.org CC: akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT] Networking From: David Miller X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 05 Oct 2016 22:49:52 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here are the build and merge fixups for the networking stuff. Please pull, thanks a lot! The following changes since commit 41844e36206be90cd4d962ea49b0abc3612a99d0: Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging (2016-10-05 14:50:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git for you to fetch changes up to af70c1f92d3567035d2f73f39079459d58c706dc: phy: micrel.c: Enable ksz9031 energy-detect power-down mode (2016-10-05 21:19:06 -0400) ---------------------------------------------------------------- Aaron Conole (2): netfilter: Fix potential null pointer dereference netfilter: accommodate different kconfig in nf_set_hooks_head David S. Miller (1): Merge git://git.kernel.org/.../pablo/nf-next Jann Horn (1): netfilter: fix namespace handling in nf_log_proc_dostring Liping Zhang (1): netfilter: nft_limit: fix divided by zero panic Mike Looijmans (1): phy: micrel.c: Enable ksz9031 energy-detect power-down mode Stephen Rothwell (1): netfilter: merge fixup for "nf_tables_netdev: remove redundant ip_hdr assignment" Vishwanath Pai (1): netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division drivers/net/phy/micrel.c | 21 +++++++++++++++++++++ include/net/netfilter/nf_tables_ipv4.h | 1 - net/netfilter/core.c | 17 ++++++++++++----- net/netfilter/nf_log.c | 6 ++++-- net/netfilter/nft_limit.c | 4 ++-- net/netfilter/xt_hashlimit.c | 15 ++++++++------- 6 files changed, 47 insertions(+), 17 deletions(-)