[GIT] Networking

From: David Miller
Date: Mon Mar 07 2016 - 17:00:39 EST



1) Fix ordering of WEXT netlink messages so we don't see a newlink after
a dellink, from Johannes Berg.

2) Out of bounds access in minstrel_ht_set_best_prob_rage, from
Konstantin Khlebnikov.

3) Paging buffer memory leak in iwlwifi, from Matti Gottlieb.

4) Wrong units used to set initial TCP rto from cached metrics, also
from Konstantin Khlebnikov.

5) Fix stale IP options data in the SKB control block from leaking
through layers of encapsulation, from Bernie Harris.

6) Zero padding len miscalculated in bnxt_en, from Michael Chan.

7) Only CHECKSUM_PARTIAL packets should be passed down through GSO, fix
from Hannes Frederic Sowa.

8) Fix suspend/resume with JME networking devices, from Diego Violat and
Guo-Fu Tseng.

9) Checksums not validated properly in bridge multicast support due to the
placement of the SKB header pointers at the time of the check, fix
from Ãlvaro FernÃndez Rojas.

10) Fix hang/tiemout with r8169 if a stats fetch is done while the
device is runtime suspended. From Chun-Hao Lin.

11) The forwarding database netlink dump facilities don't track the state
of the dump properly, resulting in skipped/missed entries. From
Minoura Makoto.

12) Fix regression from a recent 3c59x bug fix, from Neil Horman.

13) Fix list corruption in bna driver, from Ivan Vecera.

14) Big endian machines crash on vlan add in bnx2x, fix from Michal
Schmidt.

15) Ethtool RSS configuration not propagated properly in mlx5 driver,
from Tariq Toukan.

16) Fix regression in PHY probing in stmmac driver, from Gabriel
Fernandez.

17) Fix SKB tailroom calculation in igmp/mld code, from Benjamin
Poirier.

18) A past change to skip empty routing headers in ipv6 extention header
parsing accidently caused fragment headers to not be matched any
longer. Fix from Florian Westphal.

19) eTSEC-106 erratum needs to be applied to more gianfar chips, from
Atsushi Nemoto.

20) Fix netdev reference after free via workqueues in usb networking
drivers, from Oliver Neukum and BjÃrn Mork.

21) mdio->irq is now an array rather than a pointer to dynamic memory,
but several drivers were still trying to free it :-/ Fixes from
Colin Ian King.

22) act_ipt iptables action forgets to set the family field, thus LOG
netfilter targets don't work with it. Fix from Phil Sutter.

23) SKB leak in ibmveth when skb_linearize() fails, from Thomas Falcon.

24) pskb_may_pull() cannot be called with interrupts disabled, fix code
that tries to do this in vmxnet3 driver, from Neil Horman.

25) be2net driver leaks iomap'd memory on removal, fix from Douglas
Miller.

26) Forgotton RTNL mutex unlock in ppp_create_interface() error paths,
from Guillaume Nault.

Please pull, thanks a lot!

The following changes since commit dea08e604408d0303e2332896c5fdd8c1f7d79a2:

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-02-22 12:18:07 -0800)

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 6faac63a6986f29ef39827f460edd3a5ba64ad5c:

ppp: release rtnl mutex when interface creation fails (2016-03-07 16:11:31 -0500)

----------------------------------------------------------------
Alexandre Belloni (2):
phy: micrel: Ensure interrupts are reenabled on resume
phy: micrel: Disable auto negotiation on startup

Arend van Spriel (1):
cfg80211: stop critical protocol session upon disconnect event

Arnd Bergmann (1):
ssb: host_soc depends on sprom

Atsushi Nemoto (1):
gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2

Benjamin Poirier (1):
mld, igmp: Fix reserved tailroom calculation

Bernie Harris (1):
tunnel: Clear IPCB(skb)->opt before dst_link_failure called

Bill Sommerfeld (1):
udp6: fix UDP/IPv6 encap resubmit path

BjÃrn Mork (3):
qmi_wwan: add Sierra Wireless EM74xx device ID
cdc_ncm: toggle altsetting to force reset before setup
cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind

Chris Bainbridge (1):
mac80211: fix use of uninitialised values in RX aggregation

Chun-Hao Lin (1):
r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

Chunhao Lin (1):
r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_41~48

Colin Ian King (3):
asix: do not free array priv->mdio->irq
net/ethoc: do not free array priv->mdio->irq
net: eth: altera: do not free array priv->mdio->irq

Dan Carpenter (1):
net: moxa: fix an error code

Daniel Borkmann (2):
bpf: fix csum setting for bpf_set_tunnel_key
vxlan: fix missing options_len update on RX with collect metadata

David Ahern (1):
net: vrf: Remove direct access to skb->data

David S. Miller (11):
Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/.../jberg/mac80211
Merge tag 'linux-can-fixes-for-4.5-20160226' of git://git.kernel.org/.../mkl/linux-can
Merge branch 'phy-micrel-fixes'
Merge branch 'bnx2x-fixes'
Merge tag 'mac80211-for-davem-2016-03-02' of git://git.kernel.org/.../jberg/mac80211
Merge branch 'mlx5-fixes'
Merge branch 'mlx4-fixes'
Merge branch 'dwc_eth_qos'
Merge tag 'linux-can-fixes-for-4.5-20160304' of git://git.kernel.org/.../mkl/linux-can
Merge branch 'mlxsw-fixes'
Merge tag 'wireless-drivers-for-davem-2016-03-04' of git://git.kernel.org/.../kvalo/wireless-drivers

Diego Viola (1):
net: jme: fix suspend/resume on JMC260

Douglas Miller (1):
be2net: Don't leak iomapped memory on removal.

Ed Spiridonov (1):
can: mcp251x: avoid write to error flag register if it's unnecessary

Eran Ben Elisha (1):
net/mlx5e: Fix soft lockup when HW Timestamping is enabled

Eric Dumazet (1):
tcp: fix tcpi_segs_in after connection establishment

Felix Fietkau (2):
mac80211: minstrel_ht: set default tx aggregation timeout to 0
mac80211: minstrel_ht: fix a logic error in RTS/CTS handling

Florian Westphal (1):
ipv6: re-enable fragment header matching in ipv6_find_hdr

Gabriel Fernandez (1):
stmmac: Fix 'eth0: No PHY found' regression

Gal Pressman (2):
net/mlx5e: Add rx/tx bytes software counters
net/mlx5e: Provide correct packet/bytes statistics

Guillaume Nault (2):
ppp: lock ppp->flags in ppp_read() and ppp_poll()
ppp: release rtnl mutex when interface creation fails

Guo-Fu Tseng (2):
jme: Do not enable NIC WoL functions on S0
jme: Fix device PM wakeup API usage

Hannes Frederic Sowa (1):
ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL

Ido Schimmel (2):
mlxsw: spectrum: Always decrement bridge's ref count
mlxsw: pci: Correctly determine if descriptor queue is full

Igal Liberman (1):
fsl/fman: Initialize fman->dev earlier

Ivan Vecera (1):
bna: fix list corruption

Jack Morgenstein (2):
net/mlx4_core: Fix lockdep warning in handling of mac/vlan tables
net/mlx4_core: Allow resetting VF admin mac to zero

Johannes Berg (4):
wext: fix message delay/ordering
cfg80211/wext: fix message ordering
mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
mac80211_hwsim: treat as part of mac80211 for MAINTAINERS

Jouni Malinen (1):
mac80211: Fix Public Action frame RX in AP mode

Kalle Valo (1):
Merge tag 'iwlwifi-for-kalle-2016-02-25' of https://git.kernel.org/.../iwlwifi/iwlwifi-fixes

Konstantin Khlebnikov (2):
mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rate
tcp: convert cached rtt from usec to jiffies when feeding initial rto

Krzysztof Kozlowski (1):
net: ethernet: Add missing MFD_SYSCON dependency on HAS_IOMEM

Lars Persson (2):
dwc_eth_qos: release descriptors outside netif_tx_lock
dwc_eth_qos: do phy_start before resetting hardware

Liad Kaufman (1):
iwlwifi: mvm: inc pending frames counter also when txing non-sta

Linus LÃssing (1):
net: fix bridge multicast packet checksum validation

MINOURA Makoto / çæ ç (1):
net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.

Matti Gottlieb (1):
iwlwifi: mvm: Fix paging memory leak

Maximilain Schneider (1):
can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()

Michael Chan (1):
bnxt_en: Fix zero padding of tx push data.

Michal Schmidt (7):
bnx2x: fix crash on big-endian when adding VLAN
bnx2x: fix sending VF->PF messages on big-endian
bnx2x: fix receive of VF->PF mailbox messages by the PF on big-endian
bnx2x: access cfc_del_event only if the opcode is CFC_DEL
bnx2x: define fields of struct cfc_del_event_data as little-endian
bnx2x: define event data reserved fields as little-endian
bnx2x: fix indentation in bnx2x_sp_task()

Moni Shoua (1):
net/mlx4_core: Check the correct limitation on VFs for HA mode

Neil Horman (2):
3c59x: mask LAST_FRAG bit from length field in ring
vmxnet3: avoid calling pskb_may_pull with interrupts disabled

Nimrod Andy (1):
MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver

Ola Olsson (1):
nl80211: Zero out the connection keys memory when freeing them.

Oliver Neukum (1):
usbnet: cleanup after bind() in probe()

Parthasarathy Bhuvaragan (2):
tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
tipc: fix nullptr crash during subscription cancel

Patrik Halfar (1):
Add Dell Wireless 5809e Gobi 4G HSPA+ Mobile Broadband Card (rev3) to qmi_wwan

Phil Sutter (1):
net: sched: fix act_ipt for LOG target

Rabin Vincent (3):
dwc_eth_qos: fix race condition in dwceqos_start_xmit
dwc_eth_qos: use GFP_KERNEL in dma_alloc_coherent()
dwc_eth_qos: use DWCEQOS_MSG_DEFAULT

Sebastian Frias (1):
net: ethernet: nb8800: support fixed-link DT node

Sergei Shtylyov (1):
of_mdio: fix kernel-doc for of_phy_connect()

Stefan Wahren (2):
net: qca_spi: Don't clear IFF_BROADCAST
net: qca_spi: clear IFF_TX_SKB_SHARING

Sunil Goutham (1):
net: thunderx: Fix for Qset error due to CQ full

Sven Eckelmann (1):
mac80211: minstrel: Change expected throughput unit back to Kbps

Tariq Toukan (4):
net/mlx5e: Remove wrong poll CQ optimization
net/mlx5e: Fix LRO modify
net/mlx5e: Fix ethtool RX hash func configuration change
net/mlx5e: Correctly handle RSS indirection table when changing number of channels

Thomas Falcon (2):
ibmvnic: Fix ibmvnic_capability struct
ibmveth: check return of skb_linearize in ibmveth_start_xmit

Venkat Duvvuru (1):
be2net: don't enable multicast flag in be_enable_if_filters() routine

Wolfram Sang (2):
net: ethernet: renesas: ravb_main: don't open code of_device_get_match_data()
net: ethernet: renesas: sh_eth: don't open code of_device_get_match_data()

Xin Long (2):
sctp: lack the check for ports in sctp_v6_cmp_addr
sctp: sctp_remaddr_seq_show use the wrong variable to dump transport info

yankejian (1):
net: hns: fix the bug about loopback

MAINTAINERS | 10 +++++++++
drivers/net/can/spi/mcp251x.c | 2 +-
drivers/net/can/usb/gs_usb.c | 24 ++++++++++-----------
drivers/net/ethernet/3com/3c59x.c | 2 +-
drivers/net/ethernet/altera/altera_tse_main.c | 1 -
drivers/net/ethernet/aurora/nb8800.c | 14 ++++++++++++-
drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h | 36 +++++++++++++-------------------
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 22 +++++++++-----------
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c | 12 +++++------
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c | 6 ++++--
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 3 ++-
drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 2 +-
drivers/net/ethernet/cavium/thunder/nic.h | 9 ++++++++
drivers/net/ethernet/cavium/thunder/nic_main.c | 6 ++++++
drivers/net/ethernet/cavium/thunder/nic_reg.h | 2 +-
drivers/net/ethernet/emulex/benet/be.h | 1 +
drivers/net/ethernet/emulex/benet/be_cmds.h | 9 +++++---
drivers/net/ethernet/emulex/benet/be_main.c | 20 +++++++++++-------
drivers/net/ethernet/ethoc.c | 1 -
drivers/net/ethernet/freescale/fman/fman.c | 4 ++--
drivers/net/ethernet/freescale/gianfar.c | 4 +++-
drivers/net/ethernet/hisilicon/Kconfig | 1 +
drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 8 +++++++
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 37 +++++++++++++++++++++++++++++++++
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 1 +
drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h | 5 +++++
drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 15 ++++++++++++-
drivers/net/ethernet/ibm/ibmveth.c | 5 ++++-
drivers/net/ethernet/ibm/ibmvnic.c | 62 +++++++++++++++++++++++++++---------------------------
drivers/net/ethernet/ibm/ibmvnic.h | 4 +---
drivers/net/ethernet/jme.c | 26 +++++++++++++----------
drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 2 +-
drivers/net/ethernet/mellanox/mlx4/main.c | 14 ++++++++++---
drivers/net/ethernet/mellanox/mlx4/port.c | 20 +++++++++---------
drivers/net/ethernet/mellanox/mlx5/core/en.h | 18 +++++++++-------
drivers/net/ethernet/mellanox/mlx5/core/en_clock.c | 25 +++++++++++++---------
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c | 36 +++++++++++++++++++++++---------
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 82 ++++++++++++++++++++++++++++++++++++++++--------------------------------
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 8 +------
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 19 +++++++----------
drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c | 1 -
drivers/net/ethernet/mellanox/mlxsw/pci.c | 2 +-
drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 4 +---
drivers/net/ethernet/moxa/moxart_ether.c | 4 ++--
drivers/net/ethernet/qualcomm/qca_spi.c | 2 +-
drivers/net/ethernet/realtek/r8169.c | 18 ++++++++++------
drivers/net/ethernet/renesas/ravb_main.c | 4 +---
drivers/net/ethernet/renesas/sh_eth.c | 10 +++------
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 11 +---------
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 9 +++++++-
drivers/net/ethernet/synopsys/dwc_eth_qos.c | 45 ++++++++++++++++++++++++++-------------
drivers/net/phy/micrel.c | 28 ++++++++++++++++++++++++-
drivers/net/ppp/ppp_generic.c | 11 +++++++++-
drivers/net/usb/ax88172a.c | 1 -
drivers/net/usb/cdc_ncm.c | 26 +++++++++--------------
drivers/net/usb/qmi_wwan.c | 7 +++++--
drivers/net/usb/usbnet.c | 7 +++++++
drivers/net/vmxnet3/vmxnet3_drv.c | 73 ++++++++++++++++++++++++++++++++++++++++------------------------
drivers/net/vrf.c | 13 +++++++-----
drivers/net/vxlan.c | 8 +++++--
drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 4 +++-
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 3 +++
drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 2 ++
drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 9 ++++++++
drivers/of/of_mdio.c | 1 +
drivers/ssb/Kconfig | 1 +
include/linux/mlx5/mlx5_ifc.h | 4 +++-
include/linux/skbuff.h | 24 +++++++++++++++++++++
include/linux/stmmac.h | 1 +
include/net/iw_handler.h | 6 ++++++
include/uapi/linux/bpf.h | 3 +++
net/bridge/br_fdb.c | 15 ++++++++-----
net/core/filter.c | 6 ++++--
net/core/rtnetlink.c | 6 ++++++
net/core/skbuff.c | 22 ++++++++++++++++++--
net/ipv4/igmp.c | 3 +--
net/ipv4/ip_output.c | 5 ++++-
net/ipv4/ip_tunnel.c | 3 ++-
net/ipv4/tcp_metrics.c | 2 +-
net/ipv4/tcp_minisocks.c | 3 ++-
net/ipv4/udp_tunnel.c | 2 ++
net/ipv6/exthdrs_core.c | 6 +++++-
net/ipv6/ip6_gre.c | 2 ++
net/ipv6/ip6_tunnel.c | 2 ++
net/ipv6/mcast.c | 3 +--
net/ipv6/udp.c | 6 ++----
net/mac80211/agg-rx.c | 2 +-
net/mac80211/ieee80211_i.h | 2 +-
net/mac80211/rc80211_minstrel.c | 2 +-
net/mac80211/rc80211_minstrel_ht.c | 16 +++++++-------
net/mac80211/rx.c | 37 +++++++++++++++++++++++++--------
net/sched/act_ipt.c | 2 ++
net/sctp/ipv6.c | 2 ++
net/sctp/proc.c | 10 ++++-----
net/switchdev/switchdev.c | 5 ++++-
net/tipc/socket.c | 33 ++++++++++++++++-------------
net/tipc/subscr.c | 3 ++-
net/wireless/core.c | 2 ++
net/wireless/nl80211.c | 2 +-
net/wireless/sme.c | 6 ++++++
net/wireless/wext-core.c | 52 ++++++++++++++++++++++++++++++++++++----------
101 files changed, 783 insertions(+), 399 deletions(-)