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: Wed, 3 Feb 2016 09:49:15 +0530 From: Sriharsha Basavapatna <sriharsha.basavapatna@...adcom.com> To: netdev@...r.kernel.org Subject: [PATCH v2 net-next 0/8] be2net patch-set v2 changes: Patch-4: Changed a tab to space in be.h Patches-6,7,8: Updated commit log summary line: benet --> be2net Hi David, The following patch set contains a few non-critical bug fixes. Please consider applying this to the net-next tree. Thanks. Patch-1 fixes be_set_phys_id() ethtool function to return an error code. Patch-2 fixes a warning when some commands fail for VFs. Patch-3 fixes be_vlan_rem_vid() to verify vlan being removed is in the list. Patch-4 improves SRIOV queue distribution logic. Patch-5 avoids running self test on VFs. Patch-6 fixes error recovery in Lancer to clean up after moving to ready state. Patch-7 adds retry logic to error recovery in case of recovery failures Patch-8 fixes time interval used in eq delay computation routine ******** Padmanabh Ratnakar (3): be2net: Fix Lancer error recovery be2net: Add retry in case of error recovery failure be2net: Fix interval calculation in interrupt moderation Somnath Kotur (1): be2net: Don't run ethtool self-tests for VFs Sriharsha Basavapatna (2): be2net: Fix be_vlan_rem_vid() to check vlan id being removed be2net: SRIOV Queue distribution should factor in EQ-count of VFs Suresh Reddy (2): be2net: return error status from be_set_phys_id() be2net: check for INSUFFICIENT_PRIVILEGES error drivers/net/ethernet/emulex/benet/be.h | 9 +++ drivers/net/ethernet/emulex/benet/be_cmds.c | 32 ++++++++- drivers/net/ethernet/emulex/benet/be_cmds.h | 3 +- drivers/net/ethernet/emulex/benet/be_ethtool.c | 23 ++++--- drivers/net/ethernet/emulex/benet/be_main.c | 93 +++++++++++++++++--------- 5 files changed, 114 insertions(+), 46 deletions(-) -- 2.3.0.rc2
Powered by blists - more mailing lists