netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull request: sfc-next 2013-12-16
@ 2013-12-16 21:29 Ben Hutchings
  2013-12-16 21:31 ` [PATCH net-next 01/11] sfc: Add more information to many warnings using WARN() and netdev_WARN() Ben Hutchings
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Ben Hutchings @ 2013-12-16 21:29 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers

[-- Attachment #1: Type: text/plain, Size: 2710 bytes --]

The following changes since commit bbbe7149bf0bd14432373de39315505e7a133acc:

  sfc: Remove unnecessary condition for processing the TX timestamp queue (2013-12-12 22:07:18 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next.git for-davem

for you to fetch changes up to a0bc3487e431eaea381c2c882a41274e9a02f028:

  sfc: Fix RX drop filters for EF10 (2013-12-16 19:01:27 +0000)

Miscellaneous changes for 3.14:

1. Add more information to some WARN messages.
2. Refactor pushing of RSS configuration, from Andrew Rybchenko.
3. Refactor handling of automatic (device address list) vs manual (RX
NFC) MAC filters.
4. Implement clearing of manual RX filters on EF10 when ntuple offload
is disabled.
5. Remove definitions that are unused since the RX buffer allocation
changes, from Andrew Rybchenko.
6. Improve naming of some statistics, from Shradha Shah.
7. Add statistics for PTP support code.
8. Fix insertion of RX drop filters on EF10.

Ben.

----------------------------------------------------------------
Andrew Rybchenko (3):
      sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well
      sfc: remove unused 'refcnt' from efx_rx_page_state
      sfc: remove unused 'enum efx_rx_alloc_method'

Ben Hutchings (7):
      sfc: Add more information to many warnings using WARN() and netdev_WARN()
      sfc: Change priority and flags for automatic MAC filters
      sfc: Don't refer to 'stack' in filter implementation
      sfc: Allow filter removal only with exactly matching priority
      sfc: Implement efx_nic_type::filter_clear_rx operation for EF10
      sfc: Add PTP counters to ethtool stats
      sfc: Fix RX drop filters for EF10

Shradha Shah (1):
      sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}

 drivers/net/ethernet/sfc/ef10.c       | 251 ++++++++++++++++++++--------------
 drivers/net/ethernet/sfc/efx.c        |   2 +-
 drivers/net/ethernet/sfc/efx.h        |  11 --
 drivers/net/ethernet/sfc/ethtool.c    |  10 +-
 drivers/net/ethernet/sfc/falcon.c     |  26 +++-
 drivers/net/ethernet/sfc/farch.c      |  46 +++----
 drivers/net/ethernet/sfc/filter.h     |  17 ++-
 drivers/net/ethernet/sfc/net_driver.h |  20 +--
 drivers/net/ethernet/sfc/nic.h        |  14 +-
 drivers/net/ethernet/sfc/ptp.c        | 126 +++++++++++++++--
 drivers/net/ethernet/sfc/siena.c      |  45 +++---
 11 files changed, 362 insertions(+), 206 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.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

end of thread, other threads:[~2013-12-17 22:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 21:29 Pull request: sfc-next 2013-12-16 Ben Hutchings
2013-12-16 21:31 ` [PATCH net-next 01/11] sfc: Add more information to many warnings using WARN() and netdev_WARN() Ben Hutchings
2013-12-16 21:31 ` [PATCH net-next 02/11] sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well Ben Hutchings
2013-12-16 21:32 ` [PATCH net-next 03/11] sfc: Change priority and flags for automatic MAC filters Ben Hutchings
2013-12-16 21:32 ` [PATCH net-next 04/11] sfc: Don't refer to 'stack' in filter implementation Ben Hutchings
2013-12-16 21:33 ` [PATCH net-next 05/11] sfc: Allow filter removal only with exactly matching priority Ben Hutchings
2013-12-16 21:33 ` [PATCH net-next 06/11] sfc: Implement efx_nic_type::filter_clear_rx operation for EF10 Ben Hutchings
2013-12-16 21:33 ` [PATCH net-next 07/11] sfc: remove unused 'refcnt' from efx_rx_page_state Ben Hutchings
2013-12-16 21:34 ` [PATCH net-next 08/11] sfc: remove unused 'enum efx_rx_alloc_method' Ben Hutchings
2013-12-16 21:34 ` [PATCH net-next 09/11] sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait} Ben Hutchings
2013-12-16 21:34 ` [PATCH net-next 10/11] sfc: Add PTP counters to ethtool stats Ben Hutchings
2013-12-16 21:35 ` [PATCH net-next 11/11] sfc: Fix RX drop filters for EF10 Ben Hutchings
2013-12-17 22:08 ` Pull request: sfc-next 2013-12-16 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).