The following changes since commit 141e369de698f2e17bf716b83fcc647ddcb2220c: xfrm: Initialize the struct xfrm_dst behind the dst_enty field (2012-07-14 00:29:12 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next.git for-davem (commit c2dbab39db1c3c2ccbdbb2c6bac6f07cc7a7c1f6) 1. Fix potential badness when running a self-test with SR-IOV enabled. 2. Fix calculation of some interface statistics that could run backward. 3. Miscellaneous cleanup. Ben. Ben Hutchings (10): sfc: Work around bogus 'uninitialised variable' warning sfc: Use generic DMA API, not PCI-DMA API sfc: Remove dead write to tso_state::packet_space sfc: Stop changing header offsets on TX sfc: Use strlcpy() to copy ethtool stats names sfc: Use dev_kfree_skb() in efx_end_loopback() sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc() sfc: Disable VF queues during register self-test sfc: Fix interface statistics running backward sfc: Correct some comments on enum reset_type drivers/net/ethernet/sfc/efx.c | 10 ++-- drivers/net/ethernet/sfc/enum.h | 8 ++-- drivers/net/ethernet/sfc/ethtool.c | 2 +- drivers/net/ethernet/sfc/falcon.c | 35 +++++++++++-- drivers/net/ethernet/sfc/falcon_xmac.c | 12 ++-- drivers/net/ethernet/sfc/filter.c | 2 +- drivers/net/ethernet/sfc/mcdi.c | 11 +++- drivers/net/ethernet/sfc/net_driver.h | 9 ++- drivers/net/ethernet/sfc/nic.c | 11 ++--- drivers/net/ethernet/sfc/nic.h | 18 ++++++ drivers/net/ethernet/sfc/rx.c | 22 ++++---- drivers/net/ethernet/sfc/selftest.c | 64 ++++++---------------- drivers/net/ethernet/sfc/siena.c | 37 ++++++++++--- drivers/net/ethernet/sfc/tx.c | 93 ++++++++++++++------------------ 14 files changed, 181 insertions(+), 153 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.