Netdev List
 help / color / mirror / Atom feed
* Pull request: sfc-next 2012-10-02
@ 2012-10-02  1:25 Ben Hutchings
  2012-10-02  1:27 ` [PATCH net-next 1/6] sfc: Fix null function pointer in efx_sriov_channel_type Ben Hutchings
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ben Hutchings @ 2012-10-02  1:25 UTC (permalink / raw)
  To: David Miller; +Cc: linux-net-drivers, netdev

The following changes since commit abb17e6c0c7b27693201dc85f75dbb184279fd10:

  netlink: use <linux/export.h> instead of <linux/module.h> (2012-09-21 15:43:58 -0400)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next.git for-davem

(commit 6ac7ef1487a040483d89a95045efc5185a71268f)

Some bug fixes that should go into 3.7:

1. Fix oops when removing device with SR-IOV enabled.  (This regression
was introduced by the last set of changes, so the fix does not need to
be applied to any earlier kernel versions.)
2. Fix firmware structure field lookup bug that resulted in missing
sensor information.
3. Fix bug that makes self-test do very little in some configurations.
4. Fix the numbering of ethtool RX flow steering filters to reflect the
real hardware priorities.

Ben.

Ben Hutchings (6):
      sfc: Fix null function pointer in efx_sriov_channel_type
      sfc: Add parentheses around use of bitfield macro arguments
      sfc: Fix MCDI structure field lookup
      sfc: Fix loopback self-test with separate_tx_channels=1
      sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IP
      sfc: Fix the reported priorities of different filter types

 drivers/net/ethernet/sfc/bitfield.h    |   22 +++---
 drivers/net/ethernet/sfc/ethtool.c     |   11 +--
 drivers/net/ethernet/sfc/filter.c      |  108 ++++++++++++++++----------------
 drivers/net/ethernet/sfc/filter.h      |    7 +--
 drivers/net/ethernet/sfc/mcdi.h        |    6 +-
 drivers/net/ethernet/sfc/selftest.c    |    3 +-
 drivers/net/ethernet/sfc/siena_sriov.c |    1 +
 7 files changed, 76 insertions(+), 82 deletions(-)

-- 
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

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

end of thread, other threads:[~2012-10-02  1:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02  1:25 Pull request: sfc-next 2012-10-02 Ben Hutchings
2012-10-02  1:27 ` [PATCH net-next 1/6] sfc: Fix null function pointer in efx_sriov_channel_type Ben Hutchings
2012-10-02  1:27 ` [PATCH net-next 2/6] sfc: Add parentheses around use of bitfield macro arguments Ben Hutchings
2012-10-02  1:27 ` [PATCH net-next 3/6] sfc: Fix MCDI structure field lookup Ben Hutchings
2012-10-02  1:28 ` [PATCH net-next 4/6] sfc: Fix loopback self-test with separate_tx_channels=1 Ben Hutchings
2012-10-02  1:28 ` [PATCH net-next 5/6] sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IP Ben Hutchings
2012-10-02  1:28 ` [PATCH net-next 6/6] sfc: Fix the reported priorities of different filter types Ben Hutchings
2012-10-02  1:30 ` Pull request: sfc-next 2012-10-02 Ben Hutchings
2012-10-02  1:33 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox