summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-02-12ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar1-1/+4
2018-11-10ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-07-25ptp: fix missing break in switchGustavo A. R. Silva1-0/+1
2018-03-24time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani3-26/+36
2016-10-13drivers/ptp: Fix kernel memory disclosureVlad Tsyrklevich1-0/+1
2016-10-04ptp: Fix resource leak in case of errorChristophe Jaillet1-0/+1
2016-09-06ptp: ixp46x: remove NO_IRQ handlingArnd Bergmann1-7/+8
2016-05-30ptp: oops in ptp_ioctl()Dan Carpenter1-0/+1
2016-05-23ptp: use memdup_user().Muhammad Falak R Wani1-8/+3
2016-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-106/+728
2016-03-03ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingChristopher S. Hall4-3/+51
2016-01-29ptp: ixp46x: use helpers for converting ns to timespecKefeng Wang1-5/+2
2015-03-31ptp: remove 32 bit get/set methods.Richard Cochran3-26/+5
2015-03-31ptp: pch: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2015-03-31ptp: ixp46x: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2015-03-31ptp: use the 64 bit get/set time methods for the posix clock.Richard Cochran1-2/+17
2015-03-31ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl.Richard Cochran1-4/+10
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine230-240/+242
2014-07-02ptp: Allow reassigning calibration pin functionStefan Sørensen1-7/+2
2014-06-17ptp: ptp_pch depends on x86_32Jean Delvare1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller600-3513/+6816
2014-05-12ptp: fix kconfig dependency warningsRandy Dunlap1-1/+2
2014-04-28ptp: validate the requested frequency adjustment.Richard Cochran1-1/+4
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann10-96/+173
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran12-0/+12
2014-03-21ptp: expose the programmable pins via sysfsRichard Cochran3-0/+138
2014-03-21ptp: introduce programmable pins.Richard Cochran5-2/+226
2014-01-15ptp_pch: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2013-09-27ptp: switch to use gpiolibLinus Walleij1-1/+8
2013-07-27PTP: convert class code to use dev_groupsGreg Kroah-Hartman3-24/+31
2013-06-24build some drivers only when compile-testingJiri Slaby4-2/+17
2013-05-26ptp_pch: fix error handling in pch_probe()Wei Yongjun1-3/+5
2013-04-12ptp: dynamic allocation of PHC char devicesJiri Benc1-25/+13
2013-03-27ptp_pch: eliminate a number of sparse warningsSahara1-13/+14
2013-03-26ptp_pch: fix typo in module parameter descriptionJiri Benc1-1/+1
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1353-34453/+82808
2012-11-28ptp: remove use of __devexitBill Pemberton1-1/+1
2012-11-28ptp: remove use of __devinitBill Pemberton1-1/+1
2012-11-26ptp: reduce stack usage when measuring the system time offsetRichard Cochran1-7/+14
2012-11-26ptp: reduce stack usage when reading external time stampsRichard Cochran1-5/+17
2012-11-18pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings2-2/+1
2012-11-01ptp: add an ioctl to compare PHC time with system timeRichard Cochran2-0/+46
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings17-173/+13
2012-11-01ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings3-7/+1
2012-11-01pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings4-5/+2
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran9-11/+18
2012-09-22ptp: provide the clock's adjusted frequencyRichard Cochran1-2/+3
2012-09-22ptp: remember the adjusted frequencyRichard Cochran2-0/+2
2012-09-07pps/ptp: Allow PHC devices to adjust PPS events for known delayBen Hutchings3-2/+22
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds109-310/+310
[next]