index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
intel
/
igb
/
igb_ptp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-09
ethernet: codespell comment spelling fixes
Joe Perches
1
-1
/
+1
2015-03-06
igb: Make arrays on stack static const to avoid reallocation
Alexander Duyck
1
-12
/
+12
2015-03-06
igb: Fix warning pin may be used uninitialized
Alexander Duyck
1
-1
/
+1
2015-01-23
igb: enable auxiliary PHC functions for the i210
Richard Cochran
1
-5
/
+217
2015-01-23
igb: enable internal PPS for the i210
Richard Cochran
1
-2
/
+30
2015-01-23
igb: serialize access to the time sync interrupt registers
Richard Cochran
1
-3
/
+7
2015-01-03
igb: convert to CYCLECOUNTER_MASK macro.
Richard Cochran
1
-3
/
+2
2015-01-01
igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.
David S. Miller
1
-0
/
+1
2014-12-31
net: igb: convert to timecounter adjtime.
Richard Cochran
1
-6
/
+1
2014-06-11
igb: separate hardware setting from the set_ts_config ioctl
Jacob Keller
1
-12
/
+38
2014-06-04
igb: rename igb_ptp_enable to igb_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-11
igb: fix last_rx_timestamp usage
Jakub Kicinski
1
-7
/
+7
2014-03-28
igb: fix race conditions on queuing skb for HW time stamp
Jakub Kicinski
1
-0
/
+3
2014-03-21
igb: implement SIOCGHWTSTAMP ioctl
Jacob Keller
1
-14
/
+32
2014-03-20
igb: Add register defines needed for time sync functions
Carolyn Wyborny
1
-2
/
+2
2014-02-27
igb: Update license text to remove FSF address and update copyright.
Carolyn Wyborny
1
-3
/
+2
2014-02-27
igb: make local functions static and remove dead code
Jeff Kirsher
1
-2
/
+4
2013-08-22
igb: Read register for latch_on without return value
Akeem G Abodunrin
1
-4
/
+4
2013-04-19
igb: Add support for i354 devices
Carolyn Wyborny
1
-0
/
+4
2013-04-19
igb: Fix code comments and whitespace
Jeff Kirsher
1
-39
/
+18
2013-03-26
igb: fix PHC stopping on max freq
Jiri Benc
1
-1
/
+1
2013-01-18
igb: Use in-kernel PTP_EV_PORT #define
Matthew Vick
1
-3
/
+3
2013-01-18
igb: Free any held skb that should have been timestamped on remove
Matthew Vick
1
-0
/
+4
2013-01-18
igb: Add mechanism for detecting latched hardware Rx timestamp
Matthew Vick
1
-0
/
+45
2013-01-18
igb: Add timeout for PTP Tx work item
Matthew Vick
1
-0
/
+10
2012-11-22
igb: Update PTP Rx filters
Matthew Vick
1
-27
/
+20
2012-10-30
igb: Fix sparse warning in igb_ptp_rx_pktstamp
Alexander Duyck
1
-1
/
+1
2012-10-19
igb: Split Rx timestamping into two separate functions
Alexander Duyck
1
-17
/
+38
2012-09-22
ptp: link the phc device to its parent device
Richard Cochran
1
-1
/
+2
2012-09-17
igb: Add 1588 support to I210/I211.
Matthew Vick
1
-45
/
+171
2012-09-17
igb: Prevent dropped Tx timestamps via work items and interrupts.
Matthew Vick
1
-16
/
+86
2012-09-17
igb: Store the MAC address in the name in the PTP struct.
Matthew Vick
1
-4
/
+3
2012-09-17
igb: Update PTP function names/variables and locations.
Matthew Vick
1
-118
/
+367
2012-06-20
igb: Add switch case for supported hardware to igb_ptp_remove.
Carolyn Wyborny
1
-1
/
+11
2012-05-13
igb: Add Support for new i210/i211 devices.
Carolyn Wyborny
1
-0
/
+4
2012-04-04
igb: offer a PTP Hardware Clock instead of the timecompare method
Richard Cochran
1
-0
/
+59
2012-04-04
igb: add PTP Hardware Clock code
Richard Cochran
1
-0
/
+322
[prev]