[GIT] Networking

From: David Miller
Date: Fri Jan 25 2019 - 19:21:58 EST



This is a resend of the previous pull request with the qed changes
reverted.

1) Count ttl-dropped frames properly in mac80211, from Bob Copeland.

2) Integer overflow in ktime handling of bcm can code, from Oliver
Hartkopp.

3) Fix RX desc handling wrt. hw checksumming in ravb, from Simon
Horman.

4) Various hash key fixes in hv_netvsc, from Haiyang Zhang.

5) Use after free in ax25, from Eric Dumazet.

6) Several fixes to the SSN support in SCTP, from Xin Long.

7) Do not process frames after a NAPI reschedule in ibmveth, from
Thomas Falcon.

8) Fix NLA_POLICY_NESTED arguments, from Johannes Berg.

Please pull, thanks a lot!

The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:

Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/davem/net

for you to fetch changes up to abfd04f738c2625f63e04c8fc7cadb3b7a70d580:

qed: Revert error handling changes. (2019-01-25 15:32:28 -0800)

----------------------------------------------------------------
Adrian Vladu (1):
hv_netvsc: fix typos in code comments

Andrew Lunn (1):
net: phy: Fixup GPLv2+ SPDX tags based on license text

Atsushi Nemoto (1):
net: altera_tse: fix connect_local_phy error path

Aya Levin (1):
net/mlx4_core: Add masking for a few queries on HCA caps

Balaji Pothunoori (1):
mac80211: don't initiate TDLS connection if station is not associated to AP

Bob Copeland (1):
mac80211: fix miscounting of ttl-dropped frames

Chaitanya Tata (2):
cfg80211: reg: remove warn_on for a normal case
cfg80211: extend range deviation for DMG

David S. Miller (6):
Merge branch 'qed-Error-recovery-process'
Merge branch 'mlx4_core-fixes'
Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/.../mkl/linux-can
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/.../hyperv/linux
Merge tag 'mac80211-for-davem-2019-01-25' of git://git.kernel.org/.../jberg/mac80211
qed: Revert error handling changes.

Edward Cree (1):
sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probe

Eric Dumazet (1):
ax25: fix possible use-after-free

Haiyang Zhang (3):
hv_netvsc: Fix ethtool change hash key error
hv_netvsc: Refactor assignments of struct netvsc_device_info
hv_netvsc: Fix hash key value reset after other ops

Jack Morgenstein (1):
net/mlx4_core: Fix error handling when initializing CQ bufs in the driver

Jakub Kicinski (1):
net/ipv6: don't return positive numbers when nothing was dumped

Johannes Berg (2):
mac80211_hwsim: check that n_limits makes sense
nl80211: fix NLA_POLICY_NESTED() arguments

Lorenzo Bianconi (1):
net: ip_gre: use erspan key field for tunnel lookup

Lubomir Rintel (1):
net/ipv6: lower the level of "link is not ready" messages

Maciej Żenczykowski (1):
net: dev_is_mac_header_xmit() true for ARPHRD_RAWIP

Manfred Schlaegl (1):
can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it

Mathieu Malaterre (1):
mac80211: Add attribute aligned(2) to struct 'action'

Oliver Hartkopp (1):
can: bcm: check timer values before ktime conversion

Simon Horman (1):
ravb: expand rx descriptor data to accommodate hw checksum

Stefan Agner (1):
net: fec: get regulator optional

Sudarsana Reddy Kalluru (1):
MAINTAINERS: Update cavium networking drivers

Thomas Falcon (1):
ibmveth: Do not process frames after calling napi_reschedule

Thomas Gleixner (1):
net: sun: cassini: Cleanup license conflict

Tomer Tayar (3):
qed: Revise load sequence to avoid PCI errors
qed: Add infrastructure for error detection and recovery
qede: Error recovery process

Uwe Kleine-König (1):
can: flexcan: fix NULL pointer exception during bringup

Wei Yongjun (1):
virt_wifi: fix error return code in virt_wifi_newlink()

Xin Long (4):
sctp: improve the events for sctp stream reset
sctp: improve the events for sctp stream adding
sctp: set chunk transport correctly when it's a new asoc
sctp: set flow sport from saddr only when it's 0

Yangbo Lu (1):
net: dpaa2: improve PTP Kconfig option

YueHaibing (1):
can: flexcan: fix 'passing zero to ERR_PTR()' warning

Zhang Run (1):
net: usb: asix: ax88772_bind return error when hw_reset fail

wenxu (1):
ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel

MAINTAINERS | 42 +++++++++++++++----------------
drivers/net/can/dev.c | 27 ++++++++++----------
drivers/net/can/flexcan.c | 4 +--
drivers/net/ethernet/altera/altera_tse_main.c | 4 ++-
drivers/net/ethernet/freescale/dpaa2/Kconfig | 5 ++--
drivers/net/ethernet/freescale/fec_main.c | 2 +-
drivers/net/ethernet/ibm/ibmveth.c | 2 --
drivers/net/ethernet/mellanox/mlx4/cq.c | 6 +++--
drivers/net/ethernet/mellanox/mlx4/fw.c | 75 +++++++++++++++++++++++++++++++++---------------------
drivers/net/ethernet/renesas/ravb_main.c | 12 +++++----
drivers/net/ethernet/sfc/ef10.c | 29 +++++++++++++++------
drivers/net/ethernet/sun/cassini.c | 15 +----------
drivers/net/ethernet/sun/cassini.h | 15 +----------
drivers/net/hyperv/hyperv_net.h | 12 ++++++---
drivers/net/hyperv/netvsc.c | 4 +--
drivers/net/hyperv/netvsc_drv.c | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------
drivers/net/hyperv/rndis_filter.c | 36 +++++++++++++++++++-------
drivers/net/phy/asix.c | 8 +-----
drivers/net/phy/mdio-hisi-femac.c | 16 ++----------
drivers/net/phy/rockchip.c | 9 ++-----
drivers/net/usb/asix_devices.c | 9 +++++--
drivers/net/wireless/mac80211_hwsim.c | 5 ++++
drivers/net/wireless/virt_wifi.c | 4 ++-
include/linux/if_arp.h | 1 +
include/net/ax25.h | 12 +++++++++
net/ax25/ax25_ip.c | 4 +--
net/ax25/ax25_route.c | 19 ++++++--------
net/can/bcm.c | 27 ++++++++++++++++++++
net/ipv4/gre_demux.c | 17 +++++++++++++
net/ipv4/ip_gre.c | 9 -------
net/ipv4/ip_tunnel.c | 8 +++++-
net/ipv6/addrconf.c | 6 +++--
net/ipv6/ip6_gre.c | 4 ---
net/mac80211/cfg.c | 4 +++
net/mac80211/rx.c | 6 +++--
net/sctp/ipv6.c | 3 ++-
net/sctp/protocol.c | 3 ++-
net/sctp/sm_make_chunk.c | 11 +++++---
net/sctp/stream.c | 58 ++++++++++++++++++------------------------
net/wireless/nl80211.c | 2 +-
net/wireless/reg.c | 13 +++++++---
41 files changed, 405 insertions(+), 288 deletions(-)