netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 0/5] sfc changes for 2.6.36
@ 2010-06-23 21:27 Ben Hutchings
  2010-06-23 21:29 ` [PATCH net-next-2.6 1/5] sfc: Log MTD errors using partition name, not just net device name Ben Hutchings
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Ben Hutchings @ 2010-06-23 21:27 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers

This series changes logging to use the new netif_* macros (except in the
MTD driver) and adds RX hash offload.

Ben.

Ben Hutchings (5):
  sfc: Log MTD errors using partition name, not just net device name
  sfc: Implement message level control
  sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAME
  sfc: Disable setting feature flags that are not implemented
  sfc: Record hardware RX hash on each skb where possible

 drivers/net/sfc/efx.c           |  226 +++++++++++++++++++++++---------------
 drivers/net/sfc/efx.h           |    5 +-
 drivers/net/sfc/ethtool.c       |   61 ++++++++---
 drivers/net/sfc/falcon.c        |  180 +++++++++++++++++++------------
 drivers/net/sfc/falcon_boards.c |   30 +++---
 drivers/net/sfc/falcon_xmac.c   |    5 +-
 drivers/net/sfc/io.h            |   30 +++--
 drivers/net/sfc/mcdi.c          |   98 ++++++++++-------
 drivers/net/sfc/mcdi_mac.c      |    8 +-
 drivers/net/sfc/mcdi_phy.c      |   20 ++--
 drivers/net/sfc/mdio_10g.c      |   39 ++++---
 drivers/net/sfc/mdio_10g.h      |    3 +-
 drivers/net/sfc/mtd.c           |   23 +++--
 drivers/net/sfc/net_driver.h    |   43 ++------
 drivers/net/sfc/nic.c           |  219 +++++++++++++++++++++----------------
 drivers/net/sfc/qt202x_phy.c    |   42 ++++---
 drivers/net/sfc/rx.c            |   79 ++++++++++----
 drivers/net/sfc/selftest.c      |  129 +++++++++++++---------
 drivers/net/sfc/siena.c         |   47 +++++---
 drivers/net/sfc/tenxpress.c     |   12 ++-
 drivers/net/sfc/tx.c            |   41 ++++---
 21 files changed, 793 insertions(+), 547 deletions(-)

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
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] 10+ messages in thread

end of thread, other threads:[~2010-06-24 21:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23 21:27 [PATCH net-next-2.6 0/5] sfc changes for 2.6.36 Ben Hutchings
2010-06-23 21:29 ` [PATCH net-next-2.6 1/5] sfc: Log MTD errors using partition name, not just net device name Ben Hutchings
2010-06-23 21:30 ` [PATCH net-next-2.6 2/5] sfc: Implement message level control Ben Hutchings
2010-06-24  1:29   ` David Miller
2010-06-24  3:12     ` Ben Hutchings
2010-06-24 21:33       ` David Miller
2010-06-23 21:30 ` [PATCH net-next-2.6 3/5] sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAME Ben Hutchings
2010-06-23 21:30 ` [PATCH net-next-2.6 4/5] sfc: Disable setting feature flags that are not implemented Ben Hutchings
2010-06-23 21:31 ` [PATCH net-next-2.6 5/5] sfc: Record hardware RX hash on each skb where possible Ben Hutchings
2010-06-24 15:18   ` Ben Hutchings

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).