aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/dp83640.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-09ptp: dp83640: Use the high resolution frequency method.Gravatar Richard Cochran 1-7/+7
2016-01-20net: dp83640: Fix tx timestamp overflow handling.Gravatar Manfred Rudigier 1-0/+17
2016-01-07phy: Centralize setting driver module ownerGravatar Andrew Lunn 1-2/+1
2016-01-07phy: Add an mdio_device structureGravatar Andrew Lunn 1-10/+12
2015-11-03dp83640: Only wait for timestamps for packets with timestamping enabled.Gravatar Stefan Sørensen 1-12/+13
2015-11-03dp83640: Prune rx timestamp list before reading from itGravatar Stefan Sørensen 1-0/+1
2015-11-03dp83640: Delay scheduled work.Gravatar Stefan Sørensen 1-8/+12
2015-11-03dp83640: Include hash in timestamp/packet matchingGravatar Stefan Sørensen 1-3/+15
2015-07-17dp83640: only report generic filters in ts_infoGravatar Jacob Keller 1-9/+1
2015-05-25net: dp83640: fix improper double spin locking.Gravatar Richard Cochran 1-2/+2
2015-05-25net: dp83640: reinforce locking rules.Gravatar Richard Cochran 1-1/+16
2015-05-25net: dp83640: fix broken calibration routine.Gravatar Richard Cochran 1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-9/+10
2015-03-31ptp: dp83640: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 1-9/+10
2015-03-06treewide: Fix typo in printk messagesGravatar Masanari Iida 1-1/+1
2014-11-12net: ptp: fix time stamp matching logic for VLAN packets.Gravatar Richard Cochran 1-2/+2
2014-09-08dp83640: Make use of skb_queue_purge instead of reimplementing the codeGravatar Alexander Duyck 1-6/+2
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingGravatar Alexander Duyck 1-3/+3
2014-08-22dp83640: Fix length check for event timestamp status messagesGravatar Christian Riesch 1-8/+15
2014-07-22dp83640: Fix receive timestamp race conditionGravatar Stefan Sørensen 1-71/+102
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2014-07-11dp83640: Adjust ptp event timestampsGravatar Stefan Sørensen 1-0/+3
2014-07-09dp83640: Always decode received status framesGravatar Stefan Sørensen 1-3/+3
2014-07-07ptp: Classify ptp over ip over vlan packetsGravatar Stefan Sørensen 1-25/+21
2014-07-01dp83640: Get calibration pin with ptp_find_pinGravatar Stefan Sørensen 1-1/+5
2014-07-01dp83640: Verify calibration pin assignmentGravatar Stefan Sørensen 1-0/+10
2014-07-01dp83640: Increase supported perout pins to 7Gravatar Stefan Sørensen 1-9/+9
2014-07-01dp83640: Program pulsewidth2 values of perout triggers 0 and 1Gravatar Stefan Sørensen 1-0/+5
2014-04-01net: ptp: move PTP classifier in its own fileGravatar Daniel Borkmann 1-0/+1
2014-03-21dp83640: let the periodic pin from the module parameter be a default.Gravatar Richard Cochran 1-6/+13
2014-03-21dp83640: let external input pins from the module parameters be defaults.Gravatar Richard Cochran 1-1/+4
2014-03-21dp83640: implement programmable pin functions.Gravatar Richard Cochran 1-0/+52
2014-03-21dp83640: correct the periodic output frequencyGravatar Richard Cochran 1-5/+6
2014-03-21dp83640: trivial fixesGravatar Richard Cochran 1-3/+3
2014-02-13net:phy:dp83640: Move all HW initialization to dp83640_config_initGravatar Stefan Sørensen 1-5/+8
2014-02-04net:phy:dp83640: Initialize PTP clocks at device init.Gravatar Stefan Sørensen 1-5/+8
2014-02-04net:phy:dp83640: Do not hardcode timestamping event edgeGravatar Stefan Sørensen 1-1/+4
2014-02-04net:phy:dp83640: Declare that TX timestamping possibleGravatar Stefan Sørensen 1-0/+1
2013-12-18net: phy: dp83640: fix checkpath errorGravatar Florian Fainelli 1-2/+2
2012-12-05net/phy: Add interrupt support for dp83640 phy.Gravatar Stephan Gatzka 1-1/+77
2012-09-22ptp: link the phc device to its parent deviceGravatar Richard Cochran 1-1/+1
2012-06-11phy: Use pr_<level>Gravatar Joe Perches 1-10/+13
2012-04-04dp83640: Support the get_ts_info ethtool method.Gravatar Richard Cochran 1-0/+31
2012-03-17phc: Update author's email address.Gravatar Richard Cochran 1-1/+1
2012-01-12dp83640: Fix NOHZ local_softirq_pending 08 warningGravatar Manfred Rudigier 1-1/+1
2011-10-24dp83640: free packet queues on removeGravatar Richard Cochran 1-0/+7
2011-10-24dp83640: use proper function to free transmit time stamping packetsGravatar Richard Cochran 1-2/+2
2011-10-07Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-2/+2
2011-09-29dp83640: reduce driver noiseGravatar Richard Cochran 1-2/+2
2011-09-26dp83640: add time stamp insertion for sync messagesGravatar Richard Cochran 1-13/+57