lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue,  4 Jul 2017 16:46:19 +0530
From:   Atul Gupta <atul.gupta@...lsio.com>
To:     netdev@...r.kernel.org, davem@...emloft.net
Cc:     richardcochran@...il.com, ganeshgr@...lsio.com,
        Atul Gupta <atul.gupta@...lsio.com>
Subject: [PATCH net-next 0/3] cxgb4: Add PTP Hardware Clock (PHC) support

V4:
	Splitting the patch again
V3:
        Releasing lock in the exit paths
V2:
        Splitting the patch


Atul Gupta (3):
  cxgb4: time stamping interface for PTP
  cxgb4: Add PTP Hardware Clock (PHC) support
  cxgb4: Support for get_ts_info ethtool method

 drivers/net/ethernet/chelsio/cxgb4/Makefile        |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |   9 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c |  19 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |  82 +++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.c     | 475 +++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.h     |  74 ++++
 drivers/net/ethernet/chelsio/cxgb4/sge.c           | 173 +++++++-
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h        |  28 ++
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |   2 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |  50 +++
 10 files changed, 900 insertions(+), 14 deletions(-)
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.c
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.h

-- 
1.8.3.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ