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, 23 May 2016 05:17:39 -0400
From:	Sudarsana Reddy Kalluru <sudarsana.kalluru@...gic.com>
To:	<davem@...emloft.net>
CC:	<netdev@...r.kernel.org>, <Yuval.Mintz@...gic.com>,
	<sudarsana.kalluru@...gic.com>
Subject: [PATCH net-next 0/4] qed/qede support for dcbnl.

Hi David,

This series adds the dcbnl functionality to the driver. Patch (1) fixes a
coding issue in earlier submission. Patch (2) adds the qed infrastucture
for querying/configuring the dcbx parameters. Patch (3) adds the qed
infrastructure for dcbnl APIs. And patch (4) adds the qede support for
dcbnl.

Please consider applying this series to "net-next".

Thanks,
Sudarsana

Sudarsana Reddy Kalluru (4):
  qed: Reset the enable flag for eth protocol.
  qed: Add support for query/config dcbx.
  qed: Add dcbnl support.
  qede: Add dcbnl support.

 drivers/net/ethernet/qlogic/qed/qed_dcbx.c    | 1626 ++++++++++++++++++++++++-
 drivers/net/ethernet/qlogic/qed/qed_dcbx.h    |   21 +
 drivers/net/ethernet/qlogic/qed/qed_l2.c      |    7 +
 drivers/net/ethernet/qlogic/qede/Makefile     |    1 +
 drivers/net/ethernet/qlogic/qede/qede.h       |    3 +
 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c |  348 ++++++
 drivers/net/ethernet/qlogic/qede/qede_main.c  |    4 +
 include/linux/qed/qed_eth_if.h                |   62 +
 include/linux/qed/qed_if.h                    |   90 ++
 9 files changed, 2160 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c

-- 
1.8.3.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ