[GIT] Networking

From: David Miller
Date: Tue Dec 02 2014 - 23:34:51 EST



1) Fill in ethtool link parameters for all link types in cxgb4,
from Hariprasad Shenai.

2) Fix probe regressions in stmmac driver, from Huacai Chen.

3) Network namespace leaks on errirs in rtnetlink, from Nicolas
Dichtel.

4) Remove erroneous BUG check which can actually trigger
legitimately, in xen-netfront. From Seth Forshee.

5) Validate length of IFLA_BOND_ARP_IP_TARGET netlink
attributes, from Thomas Grag.

Please pull, thanks a lot.

The following changes since commit 7a5a4f978750756755dc839014e13d1b088ccc8e:

Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2014-11-29 10:49:24 -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 4c2d518695338801110bc166eece6aa02822b0b4:

cxgb4: Fill in supported link mode for SFP modules (2014-12-02 19:57:49 -0800)

----------------------------------------------------------------
Hariprasad Shenai (1):
cxgb4: Fill in supported link mode for SFP modules

Huacai Chen (1):
stmmac: platform: Move plat_dat checking earlier

Mitsuhiro Kimura (2):
sh_eth: Fix skb alloc size and alignment adjust rule.
sh_eth: Fix sleeping function called from invalid context

Nicolas Dichtel (1):
rtnetlink: release net refcnt on error in do_setlink()

Seth Forshee (1):
xen-netfront: Remove BUGs on paged skb data which crosses a page boundary

Thomas Graf (1):
bond: Check length of IFLA_BOND_ARP_IP_TARGET attributes

drivers/net/bonding/bond_netlink.c | 7 ++++++-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 8 ++++++--
drivers/net/ethernet/renesas/sh_eth.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
drivers/net/ethernet/renesas/sh_eth.h | 5 +++--
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 18 +++++++++---------
drivers/net/xen-netfront.c | 5 -----
net/core/rtnetlink.c | 1 +
7 files changed, 73 insertions(+), 67 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/