From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: [GIT] Networking Date: Thu, 13 Dec 2012 15:08:14 -0500 (EST) Message-ID: <20121213.150814.688860800059241558.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Cc: akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: torvalds@linux-foundation.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org A pile of fixes in response to yesterday's big merge. The SCTP HMAC thing hasn't been addressed yet, I'll take care of that myself if Neil and Vlad don't show signs of life by tomorrow. 1) Use after free of SKB in tuntap code. Fix by Eric Dumazet, reported by Dave Jones. 2) NFC LLCP code emits annoying kernel log message, triggerable by the user. From Dave Jones. 3) Fix several endianness bugs noticed by sparse in the bridging code, from Stephen Hemminger. 4) Ipv6 NDISC code doesn't take padding into account properly, fix from YOSHIFUJI Hideaki. 5) Add missing docs to ethtool_flow_ext struct, from Yan Burman. Please pull, thanks. The following changes since commit 6be35c700f742e911ecedd07fcc43d4439922334: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next (2012-12-12 18:07:07 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git master for you to fetch changes up to eca2a43bb0d2c6ebd528be6acb30a88435abe307: bridge: fix icmpv6 endian bug and other sparse warnings (2012-12-13 12:58:11 -0500) ---------------------------------------------------------------- Dave Jones (1): nfc: remove noisy message from llcp_sock_sendmsg Eric Dumazet (1): tuntap: dont use skb after netif_rx_ni(skb) YOSHIFUJI Hideaki / 吉藤英明 (1): ndisc: Fix padding error in link-layer address option. Yan Burman (1): net: ethool: Document struct ethtool_flow_ext stephen hemminger (1): bridge: fix icmpv6 endian bug and other sparse warnings drivers/net/tun.c | 7 ++++--- include/uapi/linux/ethtool.h | 16 ++++++++++++++-- net/bridge/br_multicast.c | 10 ++++++---- net/ipv6/ndisc.c | 2 +- net/nfc/llcp/sock.c | 4 ---- 5 files changed, 25 insertions(+), 14 deletions(-)