netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/11] bnxt_en: Updates for net-next.
@ 2016-06-13  6:25 Michael Chan
  2016-06-13  6:25 ` [PATCH net-next 01/11] bnxt_en: Add function for VF driver to query default VLAN Michael Chan
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Michael Chan @ 2016-06-13  6:25 UTC (permalink / raw)
  To: davem; +Cc: netdev

-Add default VLAN support for VFs.
-Add NPAR (NIC partioning) support.
-Add support for new device 5731x and 5741x. GRO logic is different.
-Support new ETHTOOL_{G|S}LINKSETTINGS.

Please review.  Thanks.

Michael Chan (10):
  bnxt_en: Add function for VF driver to query default VLAN.
  bnxt_en: Add new function bnxt_reset().
  bnxt_en: Handle VF_CFG_CHANGE event from firmware.
  bnxt_en: Add PCI device ID for 57404 NPAR devices.
  bnxt_en: Define the supported chip numbers.
  bnxt_en: Refactor bnxt_gro_skb().
  bnxt_en: Add GRO logic for BCM5731X chips.
  bnxt_en: Add BCM5731X and BCM5741X device IDs.
  bnxt_en: Don't allow autoneg on cards that don't support it.
  bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.

Satish Baddipadige (1):
  bnxt_en: Enable NPAR (NIC Partitioning) Support.

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 283 +++++++++++++++++++---
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         |  62 ++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 199 +++++++++------
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c   |   3 +
 4 files changed, 435 insertions(+), 112 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-06-14 23:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-13  6:25 [PATCH net-next 00/11] bnxt_en: Updates for net-next Michael Chan
2016-06-13  6:25 ` [PATCH net-next 01/11] bnxt_en: Add function for VF driver to query default VLAN Michael Chan
2016-06-13  6:25 ` [PATCH net-next 02/11] bnxt_en: Add new function bnxt_reset() Michael Chan
2016-06-13  6:25 ` [PATCH net-next 03/11] bnxt_en: Handle VF_CFG_CHANGE event from firmware Michael Chan
2016-06-13  6:25 ` [PATCH net-next 04/11] bnxt_en: Enable NPAR (NIC Partitioning) Support Michael Chan
2016-06-13  6:25 ` [PATCH net-next 05/11] bnxt_en: Add PCI device ID for 57404 NPAR devices Michael Chan
2016-06-13  6:25 ` [PATCH net-next 06/11] bnxt_en: Define the supported chip numbers Michael Chan
2016-06-13  6:25 ` [PATCH net-next 07/11] bnxt_en: Refactor bnxt_gro_skb() Michael Chan
2016-06-13  6:25 ` [PATCH net-next 08/11] bnxt_en: Add GRO logic for BCM5731X chips Michael Chan
2016-06-13  6:25 ` [PATCH net-next 09/11] bnxt_en: Add BCM5731X and BCM5741X device IDs Michael Chan
2016-06-13  6:25 ` [PATCH net-next 10/11] bnxt_en: Don't allow autoneg on cards that don't support it Michael Chan
2016-06-13  6:25 ` [PATCH net-next 11/11] bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API Michael Chan
2016-06-14 23:26 ` [PATCH net-next 00/11] bnxt_en: Updates for net-next David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).