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:	Fri, 23 Aug 2013 13:38:24 -0400
From:	Sucheta Chakraborty <sucheta.chakraborty@...gic.com>
To:	<davem@...emloft.net>
CC:	<netdev@...r.kernel.org>, <Dept-HSGLinuxNICDev@...gic.com>
Subject: [PATCH net-next 0/5] qlcnic: DCB support

This patch series will enable Data Center Bridging (DCB) feature in
qlcnic driver. Currently the support is limited to CEE version of DCBX.
Only GET operations are supported through CEE rtnetlink interface.

Please apply to net-next.

Thanks,
Sucheta.

Sucheta Chakraborty (5):
  qlcnic: dcb: Query adapter DCB capabilities.
  qlcnic: dcb: Get DCB parameters from the adapter.
  qlcnic: dcb: Register DCB AEN handler.
  qlcnic: dcb: Add support for CEE Netlink interface.
  qlcnic: Update version to 5.3.49.

 drivers/net/ethernet/qlogic/Kconfig                |   11 +
 drivers/net/ethernet/qlogic/qlcnic/Makefile        |    2 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |  103 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |    5 +
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |    5 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c    |    2 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c    | 1179 ++++++++++++++++++++
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h    |   41 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h     |    3 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     |    3 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |   24 +
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |    6 +
 .../net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c   |    4 +
 13 files changed, 1386 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
 create mode 100644 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ