index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_ptp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-13
ixgbe: fix timestamp configuration code
Vadim Fedorenko
1
-13
/
+15
2022-11-04
ixgbe: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-10-31
ptp: introduce helpers to adjust by scaled parts per million
Jacob Keller
1
-20
/
+4
2022-08-24
ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter
Jacob Keller
1
-13
/
+46
2022-07-28
ixgbe: convert .adjfreq to .adjfine
Jacob Keller
1
-33
/
+40
2022-06-30
intel: remove unused macros
Jesse Brandeburg
1
-1
/
+0
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-4
/
+0
2021-03-23
ixgbe: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-2
/
+2
2019-06-28
ixgbe: fix potential u32 overflow on shift
Colin Ian King
1
-10
/
+4
2019-06-05
ixgbe: implement support for SDP/PPS output on X550 hardware
Jacob Keller
1
-2
/
+97
2019-06-05
ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_config
Jacob Keller
1
-0
/
+9
2019-06-05
ixgbe: use 'cc' instead of 'hw_cc' for local variable
Jacob Keller
1
-3
/
+3
2019-06-05
ixgbe: fix PTP SDP pin setup on X540 hardware
Jacob Keller
1
-29
/
+42
2019-06-05
ixgbe: reduce PTP Tx timestamp timeout to 1 second
Jacob Keller
1
-1
/
+1
2018-11-09
ixgbe: extend PTP gettime function to read system clock
Miroslav Lichvar
1
-10
/
+44
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-26
/
+2
2018-01-12
ixgbe: Fix kernel-doc format warnings
Tony Nguyen
1
-4
/
+4
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-2
/
+2
2017-06-13
ixgbe: check for Tx timestamp timeouts during watchdog
Jacob Keller
1
-0
/
+27
2017-06-13
ixgbe: fix race condition with PTP_TX_IN_PROGRESS bits
Jacob Keller
1
-3
/
+12
2017-05-21
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
1
-0
/
+1
2017-01-03
ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flags
Yusuke Suzuki
1
-6
/
+6
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-2
/
+2
2016-09-22
ptp_clock: future-proofing drivers against PTP subsystem becoming optional
Nicolas Pitre
1
-1
/
+1
2016-04-25
ixgbe: use BIT() macro
Jacob Keller
1
-2
/
+2
2016-04-07
ixgbe: Add support for x550em_a 10G MAC type
Mark Rustad
1
-1
/
+5
2015-12-03
ixgbe: Update PTP to support X550EM_x devices
Mark Rustad
1
-189
/
+531
2015-03-31
ptp: ixgbe: use helpers for converting ns to timespec.
Richard Cochran
1
-5
/
+2
2015-03-31
ptp: ixgbe: convert to the 64 bit get/set time methods.
Richard Cochran
1
-7
/
+7
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
1
-1
/
+1
2015-01-02
ixgbe: convert to CYCLECOUNTER_MASK macro.
Richard Cochran
1
-1
/
+1
2014-12-30
net: ixgbe: convert to timecounter adjtime.
Richard Cochran
1
-10
/
+1
2014-07-01
ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECOND
Jacob Keller
1
-7
/
+9
2014-06-03
ixgbe: remove linux/export.h header from ixgbe_ptp.c
Jacob Keller
1
-1
/
+0
2014-05-26
ixgbe: separate the PTP suspend and stop actions
Jacob Keller
1
-7
/
+24
2014-05-26
ixgbe: extract PTP clock device from ptp_init
Jacob Keller
1
-9
/
+47
2014-05-26
ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp config
Jacob Keller
1
-5
/
+11
2014-05-26
ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_config
Jacob Keller
1
-14
/
+36
2014-05-26
ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enable
Jacob Keller
1
-5
/
+5
2014-04-18
e1000e/igb/ixgbe/i40e: fix message terminations
Jakub Kicinski
1
-2
/
+2
2014-04-18
ixgbe: clean up Rx time stamping code
Jakub Kicinski
1
-25
/
+11
2014-03-31
ixgbe: fix race conditions on queuing skb for HW time stamp
Jakub Kicinski
1
-0
/
+3
2014-03-31
ixgbe: remove redundant if clause from PTP work
Jakub Kicinski
1
-4
/
+0
2014-03-12
ixgbe: add Linux NICS mailing list to contact info
Jacob Keller
1
-0
/
+1
2014-03-02
ixgbe: implement SIOCGHWTSTAMP ioctl
Jacob Keller
1
-5
/
+18
2014-02-26
ixgbe: don't use magic size number to assign ptp_caps.name
Jacob Keller
1
-2
/
+6
2013-07-31
ixgbe: fix lockdep annotation issue for ptp's work item
Jacob Keller
1
-5
/
+7
2013-02-05
ixgbe: update date to 2013
Don Skidmore
1
-1
/
+1
2013-01-23
ixgbe: Inline Rx PTP descriptor handling
Alexander Duyck
1
-16
/
+5
[next]