aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83640.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier1-0/+17
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-2/+1
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-10/+12
2015-11-03dp83640: Only wait for timestamps for packets with timestamping enabled.Stefan Sørensen1-12/+13
2015-11-03dp83640: Prune rx timestamp list before reading from itStefan Sørensen1-0/+1
2015-11-03dp83640: Delay scheduled work.Stefan Sørensen1-8/+12
2015-11-03dp83640: Include hash in timestamp/packet matchingStefan Sørensen1-3/+15
2015-07-17dp83640: only report generic filters in ts_infoJacob Keller1-9/+1
2015-05-25net: dp83640: fix improper double spin locking.Richard Cochran1-2/+2
2015-05-25net: dp83640: reinforce locking rules.Richard Cochran1-1/+16
2015-05-25net: dp83640: fix broken calibration routine.Richard Cochran1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+10
2015-03-31ptp: dp83640: convert to the 64 bit get/set time methods.Richard Cochran1-9/+10
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2014-11-12net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran1-2/+2
2014-09-08dp83640: Make use of skb_queue_purge instead of reimplementing the codeAlexander Duyck1-6/+2
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-3/+3
2014-08-22dp83640: Fix length check for event timestamp status messagesChristian Riesch1-8/+15
2014-07-22dp83640: Fix receive timestamp race conditionStefan Sørensen1-71/+102
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-07-11dp83640: Adjust ptp event timestampsStefan Sørensen1-0/+3
2014-07-09dp83640: Always decode received status framesStefan Sørensen1-3/+3
2014-07-07ptp: Classify ptp over ip over vlan packetsStefan Sørensen1-25/+21
2014-07-01dp83640: Get calibration pin with ptp_find_pinStefan Sørensen1-1/+5
2014-07-01dp83640: Verify calibration pin assignmentStefan Sørensen1-0/+10
2014-07-01dp83640: Increase supported perout pins to 7Stefan Sørensen1-9/+9
2014-07-01dp83640: Program pulsewidth2 values of perout triggers 0 and 1Stefan Sørensen1-0/+5
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann1-0/+1
2014-03-21dp83640: let the periodic pin from the module parameter be a default.Richard Cochran1-6/+13
2014-03-21dp83640: let external input pins from the module parameters be defaults.Richard Cochran1-1/+4
2014-03-21dp83640: implement programmable pin functions.Richard Cochran1-0/+52
2014-03-21dp83640: correct the periodic output frequencyRichard Cochran1-5/+6
2014-03-21dp83640: trivial fixesRichard Cochran1-3/+3
2014-02-13net:phy:dp83640: Move all HW initialization to dp83640_config_initStefan Sørensen1-5/+8
2014-02-04net:phy:dp83640: Initialize PTP clocks at device init.Stefan Sørensen1-5/+8
2014-02-04net:phy:dp83640: Do not hardcode timestamping event edgeStefan Sørensen1-1/+4
2014-02-04net:phy:dp83640: Declare that TX timestamping possibleStefan Sørensen1-0/+1
2013-12-18net: phy: dp83640: fix checkpath errorFlorian Fainelli1-2/+2
2012-12-05net/phy: Add interrupt support for dp83640 phy.Stephan Gatzka1-1/+77
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran1-1/+1
2012-06-11phy: Use pr_<level>Joe Perches1-10/+13
2012-04-04dp83640: Support the get_ts_info ethtool method.Richard Cochran1-0/+31
2012-03-17phc: Update author's email address.Richard Cochran1-1/+1
2012-01-12dp83640: Fix NOHZ local_softirq_pending 08 warningManfred Rudigier1-1/+1
2011-10-24dp83640: free packet queues on removeRichard Cochran1-0/+7
2011-10-24dp83640: use proper function to free transmit time stamping packetsRichard Cochran1-2/+2
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-09-29dp83640: reduce driver noiseRichard Cochran1-2/+2
2011-09-26dp83640: add time stamp insertion for sync messagesRichard Cochran1-13/+57
2011-09-26dp83640: enable six external events and one periodic outputRichard Cochran1-19/+116