aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/timestamping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-09net: skb_defer_rx_timestamp should check for phydev before setting up classifyAlexander Duyck1-1/+5
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-11/+3
2014-09-05net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck1-29/+0
2014-07-07net: Simplify ptp class checksStefan Sørensen1-37/+20
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann1-18/+0
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann1-1/+7
2014-03-31net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann1-7/+14
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran1-2/+10
2011-06-20net: export the receive time stamping hook for non-NAPI driversRichard Cochran1-0/+1
2011-06-13net: export time stamp utility function for Ethernet MAC driversRichard Cochran1-0/+1
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2010-12-10net: fix skb_defer_rx_timestamp()Eric Dumazet1-2/+4
2010-12-08filter: constify sk_run_filter()Eric Dumazet1-1/+1
2010-11-19filter: optimize sk_run_filterEric Dumazet1-1/+1
2010-07-18net: support time stamping in phy devices.Richard Cochran1-0/+126