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, 22 Aug 2021 17:32:17 +0530
From:   Sunil Goutham <sgoutham@...vell.com>
To:     <netdev@...r.kernel.org>, <davem@...emloft.net>, <kuba@...nel.org>
CC:     Sunil Goutham <sgoutham@...vell.com>
Subject: [net PATCH 00/10] Miscellaneous fixes

This patch series contains a bunch of miscellaneous fixes
for various issues like
- Free unallocated memory during driver unload
- HW reading transmit descriptor from wrong address
- VF VLAN strip offload MCAM entry installation failure
- Pkts not being distributed across queues in RSS context
- Wrong interface backpressure configuration for NIX1 block on 98xx
- etc

Geetha sowjanya (4):
  octeontx2-af: Handle return value in block reset.
  octeontx2-af: Use DMA_ATTR_FORCE_CONTIGUOUS attribute in DMA alloc
  octeontx2-af: Check capability flag while freeing ipolicer memory
  octeontx2-af: cn10k: Use FLIT0 register instead of FLIT1

Hariprasad Kelam (1):
  octeontx2-pf: Don't mask out supported link modes

Naveen Mamindlapalli (1):
  octeontx2-pf: send correct vlan priority mask to npc_install_flow_req

Subbaraya Sundeep (2):
  octeontx2-pf: Fix NIX1_RX interface backpressure
  octeontx2-af: cn10k: Fix SDP base channel number

Sunil Goutham (2):
  octeontx2-pf: Don't install VLAN offload rule if netdev is down
  octeontx2-pf: Fix algorithm index in MCAM rules with RSS action

 drivers/net/ethernet/marvell/octeontx2/af/common.h | 13 ++++----
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c    |  5 +++-
 .../net/ethernet/marvell/octeontx2/af/rvu_cn10k.c  | 35 +++++++++++++++-------
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    |  9 ++++--
 .../net/ethernet/marvell/octeontx2/af/rvu_reg.h    |  2 +-
 .../ethernet/marvell/octeontx2/nic/otx2_common.c   | 29 +++++++++++++++++-
 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |  3 ++
 .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |  5 ----
 .../ethernet/marvell/octeontx2/nic/otx2_flows.c    |  1 +
 .../net/ethernet/marvell/octeontx2/nic/otx2_tc.c   |  4 +--
 10 files changed, 75 insertions(+), 31 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ