netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull request: sfc-next 2012-12-01
@ 2012-12-01  4:40 Ben Hutchings
  2012-12-01  4:41 ` [PATCH net-next 01/13] sfc: Fix byte order warnings for ethtool RX filter interface Ben Hutchings
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Ben Hutchings @ 2012-12-01  4:40 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers

The following changes since commit bb728820fe7c42fdb838ab2745fb5fe6b18b5ffa:

  core: make GRO methods static. (2012-11-29 13:18:32 -0500)

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

(commit b9cc977d9d4d1866ee83df38815f4b3b34d99dd9)

1. More workarounds for TX queue flush failures that can occur during
   interface reconfiguration.
2. Fix spurious failure of a firmware request running during a system
   clock change, e.g. ntpd started at the same time as driver load.
3. Fix inconsistent statistics after a firmware upgrade.
4. Fix a variable (non-)initialisation in offline self-test that can
   make it more disruptive than intended.
5. Fix a race that can (at least) cause an assertion failure.
6. Miscellaneous cleanup.

Ben.


Ben Hutchings (11):
      sfc: Fix byte order warnings for ethtool RX filter interface
      sfc: Fix byte order warning in self-test
      sfc: Really disable flow control while flushing
      sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()
      sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUES
      sfc: Remove confusing MMIO functions
      sfc: Correctly initialise reset_method in siena_test_chip()
      sfc: Do not initialise buffer in efx_alloc_special_buffer()
      sfc: Reset driver's MAC stats after MC reboot seen
      sfc: Fix timekeeping in efx_mcdi_poll()
      sfc: Make module parameters really boolean

Daniel Pieczko (2):
      sfc: Work-around flush timeout when flushes have completed
      sfc: lock TX queues when calling netif_device_detach()

 drivers/net/ethernet/sfc/efx.c         |   12 ++--
 drivers/net/ethernet/sfc/efx.h         |   13 +++++
 drivers/net/ethernet/sfc/ethtool.c     |   25 ++++++----
 drivers/net/ethernet/sfc/falcon.c      |    2 +
 drivers/net/ethernet/sfc/io.h          |   43 ++++++-----------
 drivers/net/ethernet/sfc/mcdi.c        |   23 ++++++---
 drivers/net/ethernet/sfc/net_driver.h  |    3 +
 drivers/net/ethernet/sfc/nic.c         |   81 ++++++++++++++++++++++++++------
 drivers/net/ethernet/sfc/nic.h         |    2 +
 drivers/net/ethernet/sfc/rx.c          |    6 +--
 drivers/net/ethernet/sfc/selftest.c    |    4 +-
 drivers/net/ethernet/sfc/siena.c       |   17 ++++++-
 drivers/net/ethernet/sfc/siena_sriov.c |    8 +--
 13 files changed, 156 insertions(+), 83 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] 15+ messages in thread

end of thread, other threads:[~2012-12-01 16:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-01  4:40 Pull request: sfc-next 2012-12-01 Ben Hutchings
2012-12-01  4:41 ` [PATCH net-next 01/13] sfc: Fix byte order warnings for ethtool RX filter interface Ben Hutchings
2012-12-01  4:41 ` [PATCH net-next 02/13] sfc: Fix byte order warning in self-test Ben Hutchings
2012-12-01  4:41 ` [PATCH net-next 03/13] sfc: Really disable flow control while flushing Ben Hutchings
2012-12-01  4:42 ` [PATCH net-next 04/13] sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page() Ben Hutchings
2012-12-01  4:42 ` [PATCH net-next 05/13] sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUES Ben Hutchings
2012-12-01  4:42 ` [PATCH net-next 06/13] sfc: Remove confusing MMIO functions Ben Hutchings
2012-12-01  4:42 ` [PATCH net-next 07/13] sfc: Correctly initialise reset_method in siena_test_chip() Ben Hutchings
2012-12-01  4:42 ` [PATCH net-next 08/13] sfc: Do not initialise buffer in efx_alloc_special_buffer() Ben Hutchings
2012-12-01  4:43 ` [PATCH net-next 09/13] sfc: Reset driver's MAC stats after MC reboot seen Ben Hutchings
2012-12-01  4:43 ` [PATCH net-next 10/13] sfc: Work-around flush timeout when flushes have completed Ben Hutchings
2012-12-01  4:44 ` [PATCH net-next 11/13] sfc: lock TX queues when calling netif_device_detach() Ben Hutchings
2012-12-01  4:44 ` [PATCH net-next 12/13] sfc: Fix timekeeping in efx_mcdi_poll() Ben Hutchings
2012-12-01  4:44 ` [PATCH net-next 13/13] sfc: Make module parameters really boolean Ben Hutchings
2012-12-01 16:33 ` Pull request: sfc-next 2012-12-01 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).