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:   Mon, 19 Sep 2022 15:34:24 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
        edumazet@...gle.com
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-09-19 (iavf, i40e)

This series contains updates to iavf and i40e drivers.

Norbert adds checking of buffer size for Rx buffer checks in iavf.

Michal corrects setting of max MTU in iavf to account for MTU data provided
by PF, fixes i40e to set VF max MTU, and resolves lack of rate limiting
when value was less than divisor for i40e.

The following are changes since commit 96628951869c0dedf0377adca01c8675172d8639:
  tcp: Use WARN_ON_ONCE() in tcp_read_skb()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Michal Jaron (3):
  iavf: Fix set max MTU size with port VLAN and jumbo frames
  i40e: Fix VF set max MTU size
  i40e: Fix set max_tx_rate when it is lower than 1 Mbps

Norbert Zulinski (1):
  iavf: Fix bad page state

 drivers/net/ethernet/intel/i40e/i40e_main.c   | 32 +++++++++++++++----
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 20 ++++++++++++
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   |  4 +--
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   |  7 ++--
 4 files changed, 53 insertions(+), 10 deletions(-)

-- 
2.35.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ