netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] be2net: patch set
@ 2013-07-23  9:54 Sathya Perla
  2013-07-23  9:54 ` [PATCH net-next 1/6] be2net: fix MAC address modification for VF Sathya Perla
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Sathya Perla @ 2013-07-23  9:54 UTC (permalink / raw)
  To: netdev

The following patches are mostly for providing MAC
filtering ability for VFs. Pls apply. Thanks!

Sathya Perla (6):
  be2net: fix MAC address modification for VF
  be2net: allow VFs to program MAC and VLAN filters
  be2net: fix pmac_id for BE3 VFs
  be2net: refactor MAC-addr setup code
  be2net: use SET/GET_MAC_LIST for SH-R
  be2net: delete primary MAC address while unloading

 drivers/net/ethernet/emulex/benet/be_cmds.c |  116 ++++++++++++++-
 drivers/net/ethernet/emulex/benet/be_cmds.h |   13 ++
 drivers/net/ethernet/emulex/benet/be_main.c |  211 ++++++++++++---------------
 3 files changed, 219 insertions(+), 121 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH net-next 0/6] be2net: patch set
@ 2014-05-28  6:30 Sathya Perla
  2014-05-31  0:28 ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Sathya Perla @ 2014-05-28  6:30 UTC (permalink / raw)
  To: netdev

Patch 1 is a minor optimization for issuing multicast promisc FW cmd
only when the interface is not already in that mode.

Patch 2 provides support for VF TX-rate setting on Skyhawk-R.

Patch 3 provides support for flashing new FW flash regions.

Patches 4, 5, 6 cleanup the MCC processing (for FW cmds) code in be_cmds.c.
The MCC error reporting and event handling code are areas that needed
cleanup.

Pls consider applying to the net-next tree. Thanks.

Kalesh AP (2):
  be2net: re-factor multicast promiscuos setting
  be2net: re-factor MCCQ error status handling code

Ravikumar Nelavelli (1):
  be2net: fixup TX-rate setting code for Skyhawk-R

Sathya Perla (2):
  be2net: move async cmd processing to a separate routine
  be2net: cleanup MCC async event processing code

Vasundhara Volam (1):
  be2net: support flashing new regions on Skyhawk-R

 drivers/net/ethernet/emulex/benet/be.h      |    1 +
 drivers/net/ethernet/emulex/benet/be_cmds.c |  275 ++++++++++++---------
 drivers/net/ethernet/emulex/benet/be_cmds.h |   81 ++++---
 drivers/net/ethernet/emulex/benet/be_hw.h   |   12 +-
 drivers/net/ethernet/emulex/benet/be_main.c |  353 +++++++++++++++++----------
 5 files changed, 439 insertions(+), 283 deletions(-)

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

end of thread, other threads:[~2014-05-31  0:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-23  9:54 [PATCH net-next 0/6] be2net: patch set Sathya Perla
2013-07-23  9:54 ` [PATCH net-next 1/6] be2net: fix MAC address modification for VF Sathya Perla
2013-07-23  9:55 ` [PATCH net-next 2/6] be2net: allow VFs to program MAC and VLAN filters Sathya Perla
2013-07-23  9:55 ` [PATCH net-next 3/6] be2net: fix pmac_id for BE3 VFs Sathya Perla
2013-07-23  9:55 ` [PATCH net-next 4/6] be2net: refactor MAC-addr setup code Sathya Perla
2013-07-23  9:55 ` [PATCH net-next 5/6] be2net: use SET/GET_MAC_LIST for SH-R Sathya Perla
2013-07-23  9:55 ` [PATCH net-next 6/6] be2net: delete primary MAC address while unloading Sathya Perla
2013-07-24 22:42 ` [PATCH net-next 0/6] be2net: patch set David Miller
2014-05-28  6:30 Sathya Perla
2014-05-31  0:28 ` 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).