All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [next PATCH S34 00/12] i40e/i40evf updates
@ 2016-04-13 10:08 Harshitha Ramamurthy
  2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 01/12] i40e: Change the default for VFs to be not privileged Harshitha Ramamurthy
                   ` (11 more replies)
  0 siblings, 12 replies; 24+ messages in thread
From: Harshitha Ramamurthy @ 2016-04-13 10:08 UTC (permalink / raw)
  To: intel-wired-lan

Anjali Singhai Jain changes the default for VFs to be not privileged,
limits the number of mac and vlan addresses that can be added for
VFs and prevents fall back to promiscuous mode if the VF is not trusted.

Carolyn Wyborny ensures the VF can not change the RSS hash settings.

Catherine Sullivan fixes an uninitialized variabl and updates a device id for
X722.

Harshitha Ramamurthy bumps i40e/i40evf from 1.5.5 to 1.5.10.

Jesse Brandeburg avoids aggregate return warnings, ensures use of consistent 
type for vf_id and drops an extra copy of a function.

Kiran Patil adds code to keep track of side-band filters based on flow-type.

Neerav Parikh removes HMC AQ API implementation.

 drivers/net/ethernet/intel/i40e/i40e.h             |  11 +-
 drivers/net/ethernet/intel/i40e/i40e_adminq.c      |   4 -
 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h  |  25 ---
 drivers/net/ethernet/intel/i40e/i40e_common.c      |  30 ---
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c     |   9 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  27 +--
 drivers/net/ethernet/intel/i40e/i40e_prototype.h   |   4 -
 drivers/net/ethernet/intel/i40e/i40e_ptp.c         |   3 +-
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        |  24 ++-
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  64 ++++---
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.h |   7 +-
 .../net/ethernet/intel/i40evf/i40e_adminq_cmd.h    |  25 ---
 drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c | 201 +--------------------
 drivers/net/ethernet/intel/i40evf/i40evf_main.c    |   2 +-
 14 files changed, 97 insertions(+), 339 deletions(-)

-- 
2.4.3


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

end of thread, other threads:[~2016-04-28 15:34 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13 10:08 [Intel-wired-lan] [next PATCH S34 00/12] i40e/i40evf updates Harshitha Ramamurthy
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 01/12] i40e: Change the default for VFs to be not privileged Harshitha Ramamurthy
2016-04-18 21:21   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 02/12] i40e: Limit the number of mac and vlan addresses that can be added for VFs Harshitha Ramamurthy
2016-04-18 19:03   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 03/12] i40e: Prevent falling to promiscuous if the VF is not trusted Harshitha Ramamurthy
2016-04-18 19:06   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 04/12] i40e: Remove HMC AQ API implementation Harshitha Ramamurthy
2016-04-28 15:34   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 05/12] i40e: Flow-based side-band filter count and its use for input set change Harshitha Ramamurthy
2016-04-18 19:43   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 06/12] i40evf: RSS Hash Option parameters Harshitha Ramamurthy
2016-04-27 22:19   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 07/12] i40e: Fix uninitialized variable Harshitha Ramamurthy
2016-04-18 22:01   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 08/12] i40e: ptp - avoid aggregate return warnings Harshitha Ramamurthy
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 09/12] i40e: Use consistent type for vf_id Harshitha Ramamurthy
2016-04-18 22:49   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 10/12] i40e: Drop extra copy of function Harshitha Ramamurthy
2016-04-18 22:50   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 11/12] i40e: Update device ids for X722 Harshitha Ramamurthy
2016-04-18 22:52   ` Bowers, AndrewX
2016-04-13 10:08 ` [Intel-wired-lan] [next PATCH S34 12/12] i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10 Harshitha Ramamurthy
2016-04-18 22:53   ` Bowers, AndrewX

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.