netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] be2net: patch set
@ 2014-09-12 12:09 Sathya Perla
  2014-09-12 12:09 ` [PATCH net-next 1/8] be2net: fix some log messages Sathya Perla
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Sathya Perla @ 2014-09-12 12:09 UTC (permalink / raw)
  To: netdev

Patch 1 fixes some minor issues with log messages in be2net.

Patch 2 replaces strcpy() calls with strlcpy() to avoid possible buffer
overflow.

Patch 3 improves the RX buffer posting scheme for jumbo frames.

Patch 4 replaces the use of v0 of SET_FLOW_CONTROL cmd with v1 to receive
a definitive completion status from FW.

Patch 5 adds support for ethtool "-m" ethtool option.

Patch 6 fixes port-type reporting via ethtool get_settings for QSFP/SFP+
interfaces.

Patch 7 fixes the usage of MODIFY_EQD FW cmd to target a max of 8 EQs on
Lancer chip. 

Patch 8 enables PCIe error reporting even for VFs.

Pls consider applying this patch set to net-next. Thanks.

Kalesh AP (3):
  be2net: fix RX fragment posting for jumbo frames
  be2net: send a max of 8 EQs to be_cmd_modify_eqd() on Lancer
  be2net: enable PCIe error reporting on VFs too

Mark Leonard (1):
  be2net: add ethtool "-m" option support

Ravikumar Nelavelli (1):
  be2net: fix port-type reporting in get_settings

Suresh Reddy (1):
  be2net: use v1 of SET_FLOW_CONTROL command

Vasundhara Volam (2):
  be2net: fix some log messages
  be2net: replace strcpy with strlcpy

 drivers/net/ethernet/emulex/benet/be.h         |    2 +-
 drivers/net/ethernet/emulex/benet/be_cmds.c    |  112 ++++++++++++++++++++++--
 drivers/net/ethernet/emulex/benet/be_cmds.h    |   41 +++++----
 drivers/net/ethernet/emulex/benet/be_ethtool.c |  105 +++++++++++++++++++----
 drivers/net/ethernet/emulex/benet/be_main.c    |   47 ++++++-----
 5 files changed, 242 insertions(+), 65 deletions(-)

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

end of thread, other threads:[~2014-09-13 21:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-12 12:09 [PATCH net-next 0/8] be2net: patch set Sathya Perla
2014-09-12 12:09 ` [PATCH net-next 1/8] be2net: fix some log messages Sathya Perla
2014-09-12 12:09 ` [PATCH net-next 2/8] be2net: replace strcpy with strlcpy Sathya Perla
2014-09-12 12:09 ` [PATCH net-next 3/8] be2net: fix RX fragment posting for jumbo frames Sathya Perla
2014-09-12 12:09 ` [PATCH net-next 4/8] be2net: use v1 of SET_FLOW_CONTROL command Sathya Perla
2014-09-12 12:09 ` [PATCH net-next 5/8] be2net: add ethtool "-m" option support Sathya Perla
2014-09-12 12:09 ` [PATCH net-next 6/8] be2net: fix port-type reporting in get_settings Sathya Perla
2014-09-12 12:09 ` [PATCH net-next 7/8] be2net: send a max of 8 EQs to be_cmd_modify_eqd() on Lancer Sathya Perla
2014-09-12 12:09 ` [PATCH net-next 8/8] be2net: enable PCIe error reporting on VFs too Sathya Perla
2014-09-13 21:12 ` [PATCH net-next 0/8] be2net: patch set 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).