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:   Sun, 23 Feb 2020 08:31:32 +0100
From:   Jiri Pirko <jiri@...nulli.us>
To:     netdev@...r.kernel.org
Cc:     davem@...emloft.net, kuba@...nel.org, idosch@...lanox.com,
        mlxsw@...lanox.com
Subject: [patch net-next 00/12] mlxsw: Cosmetic fixes

From: Jiri Pirko <jiri@...lanox.com>

This is a set of mainly action/trap related cosmetic fixes.
No functional changes.

Ido Schimmel (1):
  mlxsw: pci: Remove unused values

Jiri Pirko (11):
  mlxsw: spectrum_trap: Use err variable instead of directly checking
    func return value
  mlxsw: spectrum_trap: Move functions to avoid their forward
    declarations
  mlxsw: core_acl_flex_actions: Rename Trap / Discard Action to Trap
    Action
  mlxsw: spectrum_trap: Move policer initialization to
    mlxsw_sp_trap_init()
  mlxsw: core: Remove unused action field from mlxsw_rx_listener struct
  mlxsw: core: Remove dummy union name from struct mlxsw_listener
  mlxsw: core: Convert is_event and is_ctrl bools to be single bits
  mlxsw: core: Remove initialization to false of mlxsw_listener struct
  mlxsw: spectrum_trap: Make global arrays const as they should be
  mlxsw: spectrum_acl: Make block arg const where appropriate
  mlxsw: core: Remove priv from listener equality comparison

 drivers/net/ethernet/mellanox/mlxsw/core.c    |  38 ++-
 drivers/net/ethernet/mellanox/mlxsw/core.h    |  19 +-
 .../mellanox/mlxsw/core_acl_flex_actions.c    | 103 ++++----
 drivers/net/ethernet/mellanox/mlxsw/pci_hw.h  |   2 -
 .../net/ethernet/mellanox/mlxsw/spectrum.h    |   7 +-
 .../ethernet/mellanox/mlxsw/spectrum_acl.c    |  10 +-
 .../ethernet/mellanox/mlxsw/spectrum_trap.c   | 221 ++++++++----------
 7 files changed, 174 insertions(+), 226 deletions(-)

-- 
2.21.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ