netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull request: sfc-next 2013-12-14
@ 2013-12-14 22:57 Ben Hutchings
  2013-12-14 23:01 ` [PATCH net-next 01/15] sfc: Store flags from MC_CMD_DRV_ATTACH for later use Ben Hutchings
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Ben Hutchings @ 2013-12-14 22:57 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers, Richard Cochran

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

The following changes since commit f52d81dc27c3456c702e83183035142c222acdc7:

  ipv6: fix compiler warning in ipv6_exthdrs_len (2013-12-14 02:01:27 -0500)

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 bbbe7149bf0bd14432373de39315505e7a133acc:

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

1. Change PTP clock name to 'sfc'.
2. Complete support for hardware timestamping and PTP clock on the
SFC9100 family.
3. Various cleanups for the PTP code.

Ben.

Ben Hutchings (10):
      sfc: Store flags from MC_CMD_DRV_ATTACH for later use
      sfc: Do not use MAC address as clock name
      sfc: Initialise efx_ptp_data::phc_clock_info from a static template
      sfc: Remove kernel-doc for efx_ptp_data fields not present in this version
      sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()
      sfc: Store VPD serial number at probe time
      sfc: Associate primary and secondary functions of controller
      sfc: Enable PTP clock and timestamping for all functions on EF10
      sfc: Don't clear timestamps in efx_ptp_rx()
      sfc: Remove unnecessary condition for processing the TX timestamp queue

Daniel Pieczko (1):
      sfc: split setup of hardware timestamping into NIC-type operation

Jon Cooper (1):
      sfc: Add RX packet timestamping for EF10

Laurence Evans (3):
      sfc: PTP - tidy up unused/useless variables
      sfc: Tidy up PTP synchronization code
      sfc: Add support for SFC9100 timestamp format

 drivers/net/ethernet/sfc/ef10.c       |  128 +++++++-
 drivers/net/ethernet/sfc/efx.c        |  117 ++++++-
 drivers/net/ethernet/sfc/falcon.c     |    2 +
 drivers/net/ethernet/sfc/mcdi.c       |   25 ++-
 drivers/net/ethernet/sfc/mcdi.h       |    2 +
 drivers/net/ethernet/sfc/net_driver.h |   53 +++-
 drivers/net/ethernet/sfc/nic.h        |   12 +
 drivers/net/ethernet/sfc/ptp.c        |  594 +++++++++++++++++++++++----------
 drivers/net/ethernet/sfc/rx.c         |   12 +-
 drivers/net/ethernet/sfc/siena.c      |   69 +++-
 10 files changed, 797 insertions(+), 217 deletions(-)

-- 
Ben Hutchings
Knowledge is power.  France is bacon.

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

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

end of thread, other threads:[~2013-12-15  3:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-14 22:57 Pull request: sfc-next 2013-12-14 Ben Hutchings
2013-12-14 23:01 ` [PATCH net-next 01/15] sfc: Store flags from MC_CMD_DRV_ATTACH for later use Ben Hutchings
2013-12-14 23:01 ` [PATCH net-next 02/15] sfc: Do not use MAC address as clock name Ben Hutchings
2013-12-14 23:01 ` [PATCH net-next 03/15] sfc: Initialise efx_ptp_data::phc_clock_info from a static template Ben Hutchings
2013-12-14 23:01 ` [PATCH net-next 04/15] sfc: Remove kernel-doc for efx_ptp_data fields not present in this version Ben Hutchings
2013-12-14 23:02 ` [PATCH net-next 05/15] sfc: PTP - tidy up unused/useless variables Ben Hutchings
2013-12-14 23:02 ` [PATCH net-next 06/15] sfc: Tidy up PTP synchronization code Ben Hutchings
2013-12-15  3:30   ` David Miller
2013-12-14 23:03 ` [PATCH net-next 07/15] sfc: Add support for SFC9100 timestamp format Ben Hutchings
2013-12-14 23:03 ` [PATCH net-next 08/15] sfc: split setup of hardware timestamping into NIC-type operation Ben Hutchings
2013-12-14 23:04 ` [PATCH net-next 09/15] sfc: Copy RX prefix into skb head area in efx_rx_mk_skb() Ben Hutchings
2013-12-14 23:05 ` [PATCH net-next 10/15] sfc: Add RX packet timestamping for EF10 Ben Hutchings
2013-12-14 23:05 ` [PATCH net-next 11/15] sfc: Store VPD serial number at probe time Ben Hutchings
2013-12-14 23:06 ` [PATCH net-next 12/15] sfc: Associate primary and secondary functions of controller Ben Hutchings
2013-12-14 23:06 ` [PATCH net-next 13/15] sfc: Enable PTP clock and timestamping for all functions on EF10 Ben Hutchings
2013-12-14 23:07 ` [PATCH net-next 14/15] sfc: Don't clear timestamps in efx_ptp_rx() Ben Hutchings
2013-12-14 23:07 ` [PATCH net-next 15/15] sfc: Remove unnecessary condition for processing the TX timestamp queue Ben Hutchings
2013-12-15  3:34 ` Pull request: sfc-next 2013-12-14 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).