lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 29 Mar 2019 13:42:08 -0700
From:   Saeed Mahameed <saeedm@...lanox.com>
To:     "David S. Miller" <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, Saeed Mahameed <saeedm@...lanox.com>
Subject: [pull request][net 00/15] Mellanox, mlx5 fixes 2019-03-29

Hi Dave,

This series introduces some fixes to mlx5 driver.

Please pull and let me know if there is any problem.

For -stable v4.11
('net/mlx5: Decrease default mr cache size')

For -stable v4.12
('net/mlx5e: Add a lock on tir list')

For -stable v4.13
('net/mlx5e: Fix error handling when refreshing TIRs')

For -stable v4.18
('net/mlx5e: Update xon formula')

For -stable v4.19
('net: mlx5: Add a missing check on idr_find, free buf')
('net/mlx5e: Update xoff formula')

net-next merge Note:
When merged with net-next the following simple conflict will appear,

drivers/net/ethernet/mellanox/mlx5/core/en/port_buffer.c

++<<<<<<< HEAD (net)
 + *   max_mtu: netdev's max_mtu
++=======
+  *    @mtu: device's MTU
++>>>>>>> net-next

To resolve: just replace the line in net-next 
*    @mtu: device's MTU
to
*    @max_mtu: netdev's max_mtu


Thanks,
Saeed.

---
The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:

  Linux 5.1-rc2 (2019-03-24 14:02:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2019-03-29

for you to fetch changes up to 7f1a546e322287ae948e0f5eb8d12b7b638d93a6:

  net/mlx5e: Consider tunnel type for encap contexts (2019-03-29 12:24:43 -0700)

----------------------------------------------------------------
mlx5-fixes-2019-03-29

----------------------------------------------------------------
Aditya Pakki (1):
      net: mlx5: Add a missing check on idr_find, free buf

Artemy Kovalyov (1):
      net/mlx5: Decrease default mr cache size

Aya Levin (2):
      net/mlx5: ethtool, Fix type analysis of advertised link-mode
      net/mlx5: ethtool, Allow legacy link-modes configuration via non-extended ptys

Dmytro Linkin (1):
      net/mlx5e: Allow IPv4 ttl & IPv6 hop_limit rewrite for all L4 protocols

Eli Britstein (1):
      net/mlx5e: Consider tunnel type for encap contexts

Gavi Teitz (1):
      net/mlx5e: Fix error handling when refreshing TIRs

Huy Nguyen (3):
      net/mlx5: E-Switch, fix syndrome (0x678139) when turn on vepa
      net/mlx5e: Update xoff formula
      net/mlx5e: Update xon formula

Omri Kahalon (1):
      net/mlx5: E-Switch, Fix esw manager vport indication for more vport commands

Roi Dayan (2):
      net/mlx5: E-Switch, Fix access to invalid memory when toggling esw modes
      net/mlx5: E-Switch, Protect from invalid memory access in offload fdb table

Tonghao Zhang (1):
      net/mlx5e: Correctly use the namespace type when allocating pedit action

Yuval Avnery (1):
      net/mlx5e: Add a lock on tir list

 drivers/net/ethernet/mellanox/mlx5/core/en/port.c  |  3 -
 .../ethernet/mellanox/mlx5/core/en/port_buffer.c   | 39 +++++-----
 .../net/ethernet/mellanox/mlx5/core/en_common.c    | 13 +++-
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   | 52 +++++++++-----
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    | 82 ++++++++++++++++++----
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  |  9 +--
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c |  1 +
 drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c | 14 +++-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     | 20 ------
 include/linux/mlx5/driver.h                        |  2 +
 10 files changed, 154 insertions(+), 81 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ