index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_ptp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40e: Replace strncpy with strlcpy to ensure null termination
Patryk Małek
2018-11-14
1
-1
/
+1
*
i40e: use correct length for strncpy
Mitch Williams
2018-08-30
1
-1
/
+2
*
i40e: free skb after clearing lock in ptp_stop
Jacob Keller
2018-05-22
1
-1
/
+3
*
i40e: free the skb after clearing the bitlock
Jacob Keller
2018-05-14
1
-1
/
+6
*
i40e: cleanup wording in a header comment
Jacob Keller
2018-05-14
1
-1
/
+1
*
i40e: avoid overflow in i40e_ptp_adjfreq()
Jacob Keller
2018-04-30
1
-14
/
+27
*
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
2018-04-30
1
-2
/
+2
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-25
/
+1
*
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-23
1
-0
/
+1
*
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-2
/
+2
*
i40e: separate hw_features from runtime changing flags
Jacob Keller
2017-08-25
1
-3
/
+3
*
i40e: fix up 32 bit timespec references
Jesse Brandeburg
2017-07-26
1
-3
/
+2
*
i40e: check for Tx timestamp timeouts during watchdog
Jacob Keller
2017-05-31
1
-0
/
+30
*
i40e: use pf data structure directly in i40e_ptp_rx_hang
Jacob Keller
2017-05-31
1
-2
/
+2
*
i40e: fix race condition with PTP_TX_IN_PROGRESS bits
Jacob Keller
2017-05-31
1
-3
/
+11
*
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
2017-05-21
1
-0
/
+1
*
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
1
-2
/
+2
*
i40e: don't warn every time we clear an Rx timestamp register
Jacob Keller
2017-02-12
1
-5
/
+16
*
i40e: defeature support for PTP L4 frame detection on XL710
Jacob Keller
2016-12-07
1
-6
/
+15
*
i40e: replace PTP Rx timestamp hang logic
Jacob Keller
2016-10-31
1
-38
/
+79
*
i40e: use a mutex instead of spinlock in PTP user entry points
Jacob Keller
2016-10-31
1
-13
/
+7
*
ptp_clock: future-proofing drivers against PTP subsystem becoming optional
Nicolas Pitre
2016-09-22
1
-1
/
+1
*
i40e: change Rx hang message into a WARN_ONCE
Jacob Keller
2016-05-14
1
-3
/
+1
*
i40e: PTP - avoid aggregate return warnings
Jesse Brandeburg
2016-05-02
1
-1
/
+2
*
i40e: generate fewer startup messages
Shannon Nelson
2015-10-16
1
-2
/
+2
*
i40e/i40evf: clean up some code
Jesse Brandeburg
2015-10-09
1
-2
/
+1
*
i40e: use BIT and BIT_ULL macros
Jesse Brandeburg
2015-07-23
1
-4
/
+3
*
ptp: i40e: convert to the 64 bit get/set time methods.
Richard Cochran
2015-03-31
1
-13
/
+13
*
i40e: when Rx timestamps disabled set specific mode
Jacob Keller
2015-01-16
1
-11
/
+17
*
i40e: use same check for Rx hang as for Rx timestamps
Jacob Keller
2015-01-16
1
-1
/
+6
*
i40e: check I40E_FLAG_PTP before handling Tx or Rx timestamps
Jacob Keller
2015-01-16
1
-1
/
+8
*
i40e: don't enable PTP support on more than one PF per port
Jacob Keller
2014-12-06
1
-11
/
+21
*
i40e: only warn once of PTP nonsupport in 100Mbit speed
Shannon Nelson
2014-11-18
1
-3
/
+9
*
i40e: fix PTP bug
Jesse Brandeburg
2014-08-15
1
-1
/
+1
*
i40e: (ptp) warn when PF_ID does not match in PRTTSYN_CTL0
Jacob Keller
2014-07-16
1
-2
/
+6
*
i40e: fix race conditions on queuing skb for HW time stamp
Jakub Kicinski
2014-07-16
1
-0
/
+2
*
i40e: remove linux/export.h header from i40e_ptp.c
Jacob Keller
2014-07-01
1
-1
/
+0
*
i40e: only create PTP device node once
Jacob Keller
2014-06-26
1
-12
/
+46
*
i40e: don't store user requested mode until we've validated it
Jacob Keller
2014-06-26
1
-4
/
+7
*
i40e: break PTP hardware control from ioctl command for timestamp mode
Jacob Keller
2014-06-26
1
-16
/
+43
*
i40e: rename i40e_ptp_enable to i40e_ptp_feature_enable
Jacob Keller
2014-06-26
1
-4
/
+4
*
i40e: remove Tx work for ptp
Jesse Brandeburg
2014-05-21
1
-1
/
+0
*
i40e: remove ptp_tx_work timestamp work item
Jacob Keller
2014-04-28
1
-36
/
+0
*
e1000e/igb/ixgbe/i40e: fix message terminations
Jakub Kicinski
2014-04-19
1
-2
/
+2
*
i40e: enable PTP
Jacob Keller
2014-01-11
1
-0
/
+662