index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
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
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
1
-0
/
+5
2020-09-25
sfc: fix kdoc warning
Jesse Brandeburg
1
-1
/
+1
2020-09-11
sfc: select inner-csum-offload TX queues for skbs that need it
Edward Cree
1
-1
/
+2
2020-09-11
sfc: define inner/outer csum offload TXQ types
Edward Cree
1
-1
/
+1
2020-09-11
sfc: decouple TXQ type from label
Edward Cree
1
-1
/
+1
2020-07-27
sfc: drop unnecessary list_empty
Julia Lawall
1
-11
/
+9
2020-06-29
sfc: split up nic.h
Edward Cree
1
-2
/
+1
2020-06-29
sfc: determine flag word automatically in efx_has_cap()
Edward Cree
1
-1
/
+1
2020-05-11
sfc: use efx_has_cap for capability checks outside of NIC-specific code
Edward Cree
1
-6
/
+1
2020-02-27
sfc: fix timestamp reconstruction at 16-bit rollover points
Alex Maftei (amaftei)
1
-3
/
+35
2019-11-21
sfc: Only cancel the PPS workqueue if it exists
Martin Habets
1
-1
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-01-28
sfc: mark some unexported symbols as static
kbuild test robot
1
-2
/
+2
2018-01-26
sfc: add suffix to large constant in ptp
Bert Kenward
1
-1
/
+1
2018-01-25
sfc: support Medford2 frequency adjustment format
Laurence Evans
1
-14
/
+31
2018-01-25
sfc: support second + quarter ns time format for receive datapath
Edward Cree
1
-33
/
+106
2018-01-25
sfc: support separate PTP and general timestamping
Laurence Evans
1
-15
/
+43
2018-01-25
sfc: simplify RX datapath timestamping
Laurence Evans
1
-8
/
+5
2018-01-25
sfc: only advertise TX timestamping if we have the license for it
Martin Habets
1
-0
/
+11
2018-01-25
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
1
-4
/
+16
2018-01-25
sfc: MAC TX timestamp handling on the 8000 series
Martin Habets
1
-2
/
+45
2018-01-25
sfc: use main datapath for HW timestamps if available
Martin Habets
1
-7
/
+41
2018-01-25
sfc: add function to determine which TX timestamping method to use
Martin Habets
1
-0
/
+10
2018-01-25
sfc: handle TX timestamps in the normal data path
Martin Habets
1
-0
/
+11
2017-12-18
sfc: improve PTP error reporting
Edward Cree
1
-1
/
+3
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+0
2017-11-11
net: sfc: remove redundant variable start
Colin Ian King
1
-2
/
+0
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-5
/
+5
2016-12-03
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-12
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-21
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-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2014-02-26
sfc: check for NULL efx->ptp_data in efx_ptp_event
Edward Cree
1
-0
/
+7
2014-02-12
sfc: Rewrite adjustment of PPS event in a clearer way
Ben Hutchings
1
-24
/
+23
2014-02-12
sfc: Cache skb->data in local variable in efx_ptp_rx()
Ben Hutchings
1
-10
/
+13
2014-02-12
sfc: Removed adhoc scheme to rate limit PTP event queue overflow message
Laurence Evans
1
-20
/
+2
2014-01-21
sfc: Fix transposed ptp_{under, over}size_sync_windows statistics
Ben Hutchings
1
-2
/
+2
2013-12-12
sfc: Add PTP counters to ethtool stats
Ben Hutchings
1
-8
/
+118
2013-12-12
sfc: Remove unnecessary condition for processing the TX timestamp queue
Ben Hutchings
1
-12
/
+4
2013-12-12
sfc: Don't clear timestamps in efx_ptp_rx()
Ben Hutchings
1
-6
/
+0
2013-12-12
sfc: Enable PTP clock and timestamping for all functions on EF10
Ben Hutchings
1
-16
/
+26
2013-12-12
sfc: Add RX packet timestamping for EF10
Jon Cooper
1
-13
/
+118
2013-12-12
sfc: split setup of hardware timestamping into NIC-type operation
Daniel Pieczko
1
-59
/
+10
[next]