index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ptp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ptp_pch: fix error handling in pch_probe()
Wei Yongjun
2013-05-25
1
-3
/
+5
*
ptp: dynamic allocation of PHC char devices
Jiri Benc
2013-04-12
1
-25
/
+13
*
ptp_pch: eliminate a number of sparse warnings
Sahara
2013-03-27
1
-13
/
+14
*
ptp_pch: fix typo in module parameter description
Jiri Benc
2013-03-26
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-12-12
2
-16
/
+64
|
\
|
*
ptp: reduce stack usage when measuring the system time offset
Richard Cochran
2012-11-26
1
-7
/
+14
|
*
ptp: reduce stack usage when reading external time stamps
Richard Cochran
2012-11-26
1
-5
/
+17
|
*
pch_gbe, ptp_pch: Fix the dependency direction between these drivers
Ben Hutchings
2012-11-17
1
-2
/
+0
|
*
ptp: add an ioctl to compare PHC time with system time
Richard Cochran
2012-11-01
1
-0
/
+32
|
*
ptp: Enable clock drivers along with associated net/PHY drivers
Ben Hutchings
2012-11-01
1
-5
/
+8
|
*
ptp: Make PTP_1588_CLOCK select rather than depend on PPS
Ben Hutchings
2012-11-01
1
-4
/
+1
|
*
pps, ptp: Remove dependencies on EXPERIMENTAL
Ben Hutchings
2012-11-01
1
-1
/
+0
*
|
ptp: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
|
ptp: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
|
/
*
ptp: link the phc device to its parent device
Richard Cochran
2012-09-22
3
-4
/
+5
*
ptp: provide the clock's adjusted frequency
Richard Cochran
2012-09-22
1
-2
/
+3
*
ptp: remember the adjusted frequency
Richard Cochran
2012-09-22
2
-0
/
+2
*
pps/ptp: Allow PHC devices to adjust PPS events for known delay
Ben Hutchings
2012-09-07
1
-0
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-05-22
1
-1
/
+1
|
\
|
*
Fix typo in various Kconfig file
Masanari Iida
2012-04-16
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-16
1
-0
/
+1
|
\
\
|
*
|
ptp_pch: Add missing #include <linux/slab.h>
Geert Uytterhoeven
2012-05-16
1
-0
/
+1
|
|
/
*
|
pch_gbe: correct receive time stamp filtering
Takahiro Shimizu
2012-04-21
1
-3
/
+7
*
|
pch_gbe: do not set the channel control register
Takahiro Shimizu
2012-04-21
1
-2
/
+0
*
|
pch_gbe: export a method to set the receive match address
Takahiro Shimizu
2012-04-21
1
-1
/
+2
*
|
pch_gbe: scale time stamps to nanoseconds
Takahiro Shimizu
2012-04-21
1
-0
/
+2
*
|
ixp4xx_eth: Fix up the get_ts_info ethtool method.
Richard Cochran
2012-04-12
1
-2
/
+2
*
|
ixp4xx_eth: Support the get_ts_info ethtool method.
Richard Cochran
2012-04-04
1
-0
/
+3
*
|
ptp: Add a method for obtaining the device index.
Richard Cochran
2012-04-04
1
-0
/
+6
|
/
*
phc: Update author's email address.
Richard Cochran
2012-03-17
2
-2
/
+2
*
ptp_pch: rename pch_pcidev to pci_driver to fix section mismatch warnings.
David S. Miller
2012-03-09
1
-3
/
+3
*
supports eg20t ptp clock
Takahiro Shimizu
2012-03-09
3
-0
/
+744
*
ptp: Fix clock_getres() implementation
Thomas Gleixner
2011-12-06
1
-1
/
+3
*
ptp: Fix some locking bugs in ptp_read()
Dan Carpenter
2011-06-01
1
-4
/
+4
*
ptp: Return -EFAULT on copy_to_user() errors
Dan Carpenter
2011-06-01
1
-1
/
+2
*
ptp: Added a clock driver for the National Semiconductor PHYTER.
Richard Cochran
2011-05-23
1
-0
/
+19
*
ptp: Added a clock driver for the IXP46x.
Richard Cochran
2011-05-23
3
-0
/
+346
*
ptp: Added a clock that uses the eTSEC found on the MPC85xx.
Richard Cochran
2011-05-23
1
-0
/
+13
*
ptp: Added a brand new class driver for ptp clocks.
Richard Cochran
2011-05-23
6
-0
/
+860
[prev]