index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-29
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-10
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-14
ixgbe: check for Tx timestamp timeouts during watchdog
Jacob Keller
1
-0
/
+27
2017-06-14
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-04
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-08
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-04-01
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-09
ethernet: codespell comment spelling fixes
Joe Perches
1
-1
/
+1
2015-01-03
ixgbe: convert to CYCLECOUNTER_MASK macro.
Richard Cochran
1
-1
/
+1
2014-12-31
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-04
ixgbe: remove linux/export.h header from ixgbe_ptp.c
Jacob Keller
1
-1
/
+0
2014-05-27
ixgbe: separate the PTP suspend and stop actions
Jacob Keller
1
-7
/
+24
2014-05-27
ixgbe: extract PTP clock device from ptp_init
Jacob Keller
1
-9
/
+47
2014-05-27
ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp config
Jacob Keller
1
-5
/
+11
2014-05-27
ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_config
Jacob Keller
1
-14
/
+36
2014-05-27
ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enable
Jacob Keller
1
-5
/
+5
2014-04-19
e1000e/igb/ixgbe/i40e: fix message terminations
Jakub Kicinski
1
-2
/
+2
2014-04-19
ixgbe: clean up Rx time stamping code
Jakub Kicinski
1
-25
/
+11
2014-04-01
ixgbe: fix race conditions on queuing skb for HW time stamp
Jakub Kicinski
1
-0
/
+3
2014-04-01
ixgbe: remove redundant if clause from PTP work
Jakub Kicinski
1
-4
/
+0
2014-03-13
ixgbe: add Linux NICS mailing list to contact info
Jacob Keller
1
-0
/
+1
2014-03-03
ixgbe: implement SIOCGHWTSTAMP ioctl
Jacob Keller
1
-5
/
+18
2014-02-27
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-24
ixgbe: Inline Rx PTP descriptor handling
Alexander Duyck
1
-16
/
+5
[next]