index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
ptp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-04
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
1
-1
/
+1
2016-09-22
ptp_clock: future-proofing drivers against PTP subsystem becoming optional
Nicolas Pitre
1
-7
/
+7
2016-08-13
sfc: set interrupt moderation via MCDI
Bert Kenward
1
-1
/
+1
2015-10-01
net: sfc: avoid using timespec
Arnd Bergmann
1
-7
/
+7
2015-10-01
ntp/pps: use y2038 safe types in pps_event_time
Arnd Bergmann
1
-8
/
+8
2015-05-22
sfc: Initialise MCDI buffers to 0 on declaration.
Jon Cooper
1
-3
/
+3
2015-05-13
sfc: suppress some MCDI error messages in PTP
Edward Cree
1
-11
/
+16
2015-05-13
sfc: nicer log message on PTP probe fail
Edward Cree
1
-1
/
+6
2015-03-31
ptp: sfc: convert to the 64 bit get/set time methods.
Richard Cochran
1
-11
/
+11
2014-03-21
ptp: drivers: set the number of programmable pins.
Richard Cochran
1
-0
/
+1
2014-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2014-02-27
sfc: check for NULL efx->ptp_data in efx_ptp_event
Edward Cree
1
-0
/
+7
2014-02-13
sfc: Rewrite adjustment of PPS event in a clearer way
Ben Hutchings
1
-24
/
+23
2014-02-13
sfc: Cache skb->data in local variable in efx_ptp_rx()
Ben Hutchings
1
-10
/
+13
2014-02-13
sfc: Removed adhoc scheme to rate limit PTP event queue overflow message
Laurence Evans
1
-20
/
+2
2014-01-22
sfc: Fix transposed ptp_{under, over}size_sync_windows statistics
Ben Hutchings
1
-2
/
+2
2013-12-13
sfc: Add PTP counters to ethtool stats
Ben Hutchings
1
-8
/
+118
2013-12-13
sfc: Remove unnecessary condition for processing the TX timestamp queue
Ben Hutchings
1
-12
/
+4
2013-12-13
sfc: Don't clear timestamps in efx_ptp_rx()
Ben Hutchings
1
-6
/
+0
2013-12-13
sfc: Enable PTP clock and timestamping for all functions on EF10
Ben Hutchings
1
-16
/
+26
2013-12-13
sfc: Add RX packet timestamping for EF10
Jon Cooper
1
-13
/
+118
2013-12-13
sfc: split setup of hardware timestamping into NIC-type operation
Daniel Pieczko
1
-59
/
+10
2013-12-13
sfc: Add support for SFC9100 timestamp format
Laurence Evans
1
-25
/
+231
2013-12-13
sfc: Tidy up PTP synchronization code
Laurence Evans
1
-20
/
+24
2013-12-13
sfc: PTP - tidy up unused/useless variables
Laurence Evans
1
-15
/
+1
2013-12-13
sfc: Remove kernel-doc for efx_ptp_data fields not present in this version
Ben Hutchings
1
-15
/
+0
2013-12-13
sfc: Initialise efx_ptp_data::phc_clock_info from a static template
Ben Hutchings
1
-14
/
+16
2013-12-13
sfc: Do not use MAC address as clock name
Ben Hutchings
1
-3
/
+2
2013-12-13
sfc: Remove dependency of PTP on having a dedicated channel
Ben Hutchings
1
-22
/
+37
2013-12-13
sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()
Ben Hutchings
1
-17
/
+39
2013-12-13
sfc: Log all unexpected MCDI errors
Edward Cree
1
-4
/
+20
2013-12-07
Merge branch 'sfc-3.13' into master
Ben Hutchings
1
-9
/
+57
2013-12-07
sfc: Maintain current frequency adjustment when applying a time offset
Ben Hutchings
1
-2
/
+2
2013-12-07
sfc: Stop/re-start PTP when stopping/starting the datapath.
Alexandre Rames
1
-3
/
+27
2013-12-07
sfc: Rate-limit log message for PTP packets without a matching timestamp event
Ben Hutchings
1
-2
/
+3
2013-12-07
sfc: PTP: Moderate log message on event queue overflow
Laurence Evans
1
-2
/
+21
2013-12-07
sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()
Ben Hutchings
1
-0
/
+4
2013-11-20
sfc: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
1
-1
/
+10
2013-08-30
sfc: Update copyright banners
Ben Hutchings
1
-2
/
+2
2013-08-28
sfc: Add a function pointer to abstract write of host time into NIC shared me...
Laurence Evans
1
-2
/
+1
2013-08-28
sfc: PTP MCDI requests need to initialise periph ID field
Laurence Evans
1
-0
/
+7
2013-08-21
sfc: Add support for MCDI v2
Ben Hutchings
1
-2
/
+3
2013-08-21
sfc: Rename Falcon-architecture register definitions
Ben Hutchings
1
-1
/
+1
2013-08-21
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...
Ben Hutchings
1
-1
/
+1
2013-08-21
sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()
Ben Hutchings
1
-9
/
+4
2013-08-21
sfc: Ensure MCDI buffers, but not lengths, are dword aligned
Ben Hutchings
1
-5
/
+5
2013-08-21
sfc: Use proper macros to declare and access MCDI arrays
Ben Hutchings
1
-15
/
+20
2013-08-21
sfc: Introduce and use MCDI_DECLARE_BUF macro
Ben Hutchings
1
-8
/
+8
2013-06-24
sfc: Report software timestamping capabilities
Ben Hutchings
1
-8
/
+5
2013-05-09
sfc: fix return value check in efx_ptp_probe_channel()
Wei Yongjun
1
-1
/
+3
[next]