linux/drivers/net/ethernet/mellanox/mlx5/core
Linus Torvalds 78bac77b52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from David Miller:

 1) Several nf_flow_table_offload fixes from Pablo Neira Ayuso,
    including adding a missing ipv6 match description.

 2) Several heap overflow fixes in mwifiex from qize wang and Ganapathi
    Bhat.

 3) Fix uninit value in bond_neigh_init(), from Eric Dumazet.

 4) Fix non-ACPI probing of nxp-nci, from Stephan Gerhold.

 5) Fix use after free in tipc_disc_rcv(), from Tuong Lien.

 6) Enforce limit of 33 tail calls in mips and riscv JIT, from Paul
    Chaignon.

 7) Multicast MAC limit test is off by one in qede, from Manish Chopra.

 8) Fix established socket lookup race when socket goes from
    TCP_ESTABLISHED to TCP_LISTEN, because there lacks an intervening
    RCU grace period. From Eric Dumazet.

 9) Don't send empty SKBs from tcp_write_xmit(), also from Eric Dumazet.

10) Fix active backup transition after link failure in bonding, from
    Mahesh Bandewar.

11) Avoid zero sized hash table in gtp driver, from Taehee Yoo.

12) Fix wrong interface passed to ->mac_link_up(), from Russell King.

13) Fix DSA egress flooding settings in b53, from Florian Fainelli.

14) Memory leak in gmac_setup_txqs(), from Navid Emamdoost.

15) Fix double free in dpaa2-ptp code, from Ioana Ciornei.

16) Reject invalid MTU values in stmmac, from Jose Abreu.

17) Fix refcount leak in error path of u32 classifier, from Davide
    Caratti.

18) Fix regression causing iwlwifi firmware crashes on boot, from Anders
    Kaseorg.

19) Fix inverted return value logic in llc2 code, from Chan Shu Tak.

20) Disable hardware GRO when XDP is attached to qede, frm Manish
    Chopra.

21) Since we encode state in the low pointer bits, dst metrics must be
    at least 4 byte aligned, which is not necessarily true on m68k. Add
    annotations to fix this, from Geert Uytterhoeven.

* git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (160 commits)
  sfc: Include XDP packet headroom in buffer step size.
  sfc: fix channel allocation with brute force
  net: dst: Force 4-byte alignment of dst_metrics
  selftests: pmtu: fix init mtu value in description
  hv_netvsc: Fix unwanted rx_table reset
  net: phy: ensure that phy IDs are correctly typed
  mod_devicetable: fix PHY module format
  qede: Disable hardware gro when xdp prog is installed
  net: ena: fix issues in setting interrupt moderation params in ethtool
  net: ena: fix default tx interrupt moderation interval
  net/smc: unregister ib devices in reboot_event
  net: stmmac: platform: Fix MDIO init for platforms without PHY
  llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)
  net: hisilicon: Fix a BUG trigered by wrong bytes_compl
  net: dsa: ksz: use common define for tag len
  s390/qeth: don't return -ENOTSUPP to userspace
  s390/qeth: fix promiscuous mode after reset
  s390/qeth: handle error due to unsupported transport mode
  cxgb4: fix refcount init for TC-MQPRIO offload
  tc-testing: initial tdc selftests for cls_u32
  ...
2019-12-22 09:54:33 -08:00
..
accel treewide: remove dummy Makefiles for single targets 2019-08-21 21:05:21 +09:00
diag Kbuild updates for v5.4 2019-09-20 08:36:47 -07:00
en net/mlx5e: Fix concurrency issues between config flow and XSK 2019-12-19 16:20:49 +01:00
en_accel net/mlx5e: kTLS, Enhance TX resync flow 2019-10-18 12:11:54 -07:00
fpga treewide: Use sizeof_field() macro 2019-12-09 10:36:44 -08:00
ipoib Kbuild updates for v5.4 2019-09-20 08:36:47 -07:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-11-16 21:51:42 -08:00
steering mlx5-updates-2019-11-22 2019-11-23 16:36:49 -08:00
alloc.c
cmd.c net/mlx5: rate limit alloc_ent error messages 2019-11-01 14:55:17 -07:00
cq.c net/mlx5: Report EQE data upon CQ completion 2019-07-03 21:00:20 +03:00
debugfs.c mlx5: no need to check return value of debugfs_create functions 2019-08-10 15:25:47 -07:00
dev.c net/mlx5: Use reversed order when unregister devices 2019-07-25 13:30:59 -07:00
devlink.c net/mlx5: Add devlink reload 2019-11-13 14:25:04 -08:00
devlink.h
ecpf.c
ecpf.h
en_arfs.c net/mlx5e: Use flow keys dissector to parse packets for ARFS 2019-08-08 13:01:18 -07:00
en_common.c net/mlx5e: Tx, Soften inline mode VLAN dependencies 2019-08-01 12:33:31 -07:00
en_dcbnl.c net/mlx5e: Tx, Soften inline mode VLAN dependencies 2019-08-01 12:33:31 -07:00
en_dim.c linux/dim: Move implementation to .c files 2019-06-25 13:46:39 -07:00
en_ethtool.c net/mlx5e: ethtool, Fix analysis of speed setting 2019-12-05 13:02:12 -08:00
en_fs_ethtool.c net/mlx5e: Fix traffic duplication in ethtool steering 2019-09-24 12:38:08 +03:00
en_fs.c net/mlx5e: Improve stateless offload capability check 2019-08-28 11:49:05 -07:00
en_main.c net/mlx5e: Fix concurrency issues between config flow and XSK 2019-12-19 16:20:49 +01:00
en_rep.c net/mlx5: TC: Offload flow table rules 2019-11-13 14:25:04 -08:00
en_rep.h net/mlx5e: Remove leftover declaration 2019-09-05 14:44:41 -07:00
en_rx.c net/mlx5e: Rx, Update page pool numa node when changed 2019-11-20 11:47:36 -08:00
en_selftest.c net/mlx5e: Fix ethtool self test: link speed 2019-10-29 16:27:20 -07:00
en_stats.c net/mlx5e: Fix TXQ indices to be sequential 2019-12-05 13:02:10 -08:00
en_stats.h net/mlx5e: kTLS, Enhance TX resync flow 2019-10-18 12:11:54 -07:00
en_tc.c net/mlx5e: Fix free peer_flow when refcount is 0 2019-12-05 13:02:12 -08:00
en_tc.h net/mlx5: TC: Offload flow table rules 2019-11-13 14:25:04 -08:00
en_tx.c net/mlx5e: Fix TXQ indices to be sequential 2019-12-05 13:02:10 -08:00
en_txrx.c net/mlx5e: Add AF_XDP need_wakeup support 2019-08-17 23:07:32 +02:00
en.h net/mlx5e: Fix concurrency issues between config flow and XSK 2019-12-19 16:20:49 +01:00
eq.c Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux 2019-08-28 11:48:56 -07:00
eswitch_offloads_termtbl.c net/mlx5e: Use correct enum to determine uplink port 2019-11-06 14:03:55 -08:00
eswitch_offloads.c net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tag 2019-12-05 13:02:13 -08:00
eswitch.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-11-22 16:27:24 -08:00
eswitch.h net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tag 2019-12-05 13:02:13 -08:00
events.c
fs_cmd.c net/mlx5: Fix NULL pointer dereference in extended destination 2019-10-29 16:27:19 -07:00
fs_cmd.h net/mlx5: Add direct rule fs_cmd implementation 2019-09-03 12:54:23 -07:00
fs_core.c treewide: Use sizeof_field() macro 2019-12-09 10:36:44 -08:00
fs_core.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-11-22 16:27:24 -08:00
fs_counters.c Merge branch 'odp_fixes' into rdma.git for-next 2019-08-21 14:10:36 -03:00
fw.c net/mlx5e: Add kTLS TX HW offload support 2019-07-05 16:29:20 -07:00
health.c net/mlx5: Dump of fw_fatal use updated devlink binary interface 2019-11-12 11:25:44 -08:00
Kconfig drivers: net: Fix Kconfig indentation 2019-09-26 08:56:17 +02:00
lag_mp.c net/mlx5: LAG, Use affinity type enumerators 2019-11-01 14:55:17 -07:00
lag_mp.h net/mlx5: LAG, Use affinity type enumerators 2019-11-01 14:55:17 -07:00
lag.c net/mlx5: LAG, Use port enumerators 2019-11-01 14:55:17 -07:00
lag.h net/mlx5: LAG, Use port enumerators 2019-11-01 14:55:17 -07:00
main.c RDMA subsystem updates for 5.5 2019-11-27 10:17:28 -08:00
Makefile net/mlx5: DR, Replace CRC32 implementation to use kernel lib 2019-11-01 14:55:14 -07:00
mcg.c
mlx5_core.h net/mlx5: Add devlink reload 2019-11-13 14:25:04 -08:00
mr.c RDMA/mlx5: Delete struct mlx5_priv->mkey_table 2019-10-28 16:41:13 -03:00
pagealloc.c
pci_irq.c
pd.c
port.c
qp.c net/mlx5: Use debug message instead of warn 2019-08-13 12:58:06 +03:00
rdma.c net/mlx5: Avoid disabling RoCE when uninitialized 2019-09-01 23:44:42 -07:00
rdma.h
rl.c mlx5: Fix formats with line continuation whitespace 2019-08-02 15:04:54 -04:00
sriov.c net/mlx5: Read num_vfs before disabling SR-IOV 2019-11-13 14:25:03 -08:00
transobj.c
uar.c
vport.c net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT command 2019-11-22 13:18:19 -08:00
wq.c net/mlx5: WQ, Move short getters into header file 2019-11-01 14:55:16 -07:00
wq.h net/mlx5: WQ, Move short getters into header file 2019-11-01 14:55:16 -07:00