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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 11 Jul 2022 16:02:36 -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/7][pull request] Intel Wired LAN Driver Updates 2022-07-11 This series contains updates to iavf driver only. Przemyslaw fixes handling of multiple VLAN requests to account for individual errors instead of rejecting them all. He removes incorrect implementations of ETHTOOL_COALESCE_MAX_FRAMES and ETHTOOL_COALESCE_MAX_FRAMES_IRQ. He also corrects issues such as memory leaks, NULL pointer dereferences, etc in various error paths. Finally, he corrects debug prints reporting an unknown state. The following are changes since commit e45955766b4300e7bbeeaa1c31e0001fe16383e7: Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE Przemyslaw Patynowski (7): iavf: Fix VLAN_V2 addition/rejection iavf: Disallow changing rx/tx-frames and rx/tx-frames-irq iavf: Fix reset error handling iavf: Fix NULL pointer dereference in iavf_get_link_ksettings iavf: Fix adminq error handling iavf: Fix handling of dummy receive descriptors iavf: Fix missing state logs drivers/net/ethernet/intel/iavf/iavf.h | 14 +++- drivers/net/ethernet/intel/iavf/iavf_adminq.c | 15 ++++- .../net/ethernet/intel/iavf/iavf_ethtool.c | 16 ++--- drivers/net/ethernet/intel/iavf/iavf_main.c | 22 +++---- drivers/net/ethernet/intel/iavf/iavf_txrx.c | 7 +- .../net/ethernet/intel/iavf/iavf_virtchnl.c | 65 ++++++++++++++++++- 6 files changed, 107 insertions(+), 32 deletions(-) -- 2.35.1
Powered by blists - more mailing lists