summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83640.c
Commit message (Expand)AuthorAgeFilesLines
* ptp: dp83640: Use the high resolution frequency method.Richard Cochran2016-11-091-7/+7
* net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier2016-01-201-0/+17
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-2/+1
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-10/+12
* dp83640: Only wait for timestamps for packets with timestamping enabled.Stefan Sørensen2015-11-031-12/+13
* dp83640: Prune rx timestamp list before reading from itStefan Sørensen2015-11-031-0/+1
* dp83640: Delay scheduled work.Stefan Sørensen2015-11-031-8/+12
* dp83640: Include hash in timestamp/packet matchingStefan Sørensen2015-11-031-3/+15
* dp83640: only report generic filters in ts_infoJacob Keller2015-07-171-9/+1
* net: dp83640: fix improper double spin locking.Richard Cochran2015-05-251-2/+2
* net: dp83640: reinforce locking rules.Richard Cochran2015-05-251-1/+16
* net: dp83640: fix broken calibration routine.Richard Cochran2015-05-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-9/+10
|\
| * ptp: dp83640: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-9/+10
* | treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
|/
* net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran2014-11-121-2/+2
* dp83640: Make use of skb_queue_purge instead of reimplementing the codeAlexander Duyck2014-09-081-6/+2
* net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-051-3/+3
* dp83640: Fix length check for event timestamp status messagesChristian Riesch2014-08-221-8/+15
* dp83640: Fix receive timestamp race conditionStefan Sørensen2014-07-221-71/+102
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-3/+3
|\
| * dp83640: Always decode received status framesStefan Sørensen2014-07-091-3/+3
* | dp83640: Adjust ptp event timestampsStefan Sørensen2014-07-111-0/+3
* | ptp: Classify ptp over ip over vlan packetsStefan Sørensen2014-07-071-25/+21
* | dp83640: Get calibration pin with ptp_find_pinStefan Sørensen2014-07-011-1/+5
* | dp83640: Verify calibration pin assignmentStefan Sørensen2014-07-011-0/+10
* | dp83640: Increase supported perout pins to 7Stefan Sørensen2014-07-011-9/+9
* | dp83640: Program pulsewidth2 values of perout triggers 0 and 1Stefan Sørensen2014-07-011-0/+5
|/
* net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-011-0/+1
* dp83640: let the periodic pin from the module parameter be a default.Richard Cochran2014-03-211-6/+13
* dp83640: let external input pins from the module parameters be defaults.Richard Cochran2014-03-211-1/+4
* dp83640: implement programmable pin functions.Richard Cochran2014-03-211-0/+52
* dp83640: correct the periodic output frequencyRichard Cochran2014-03-211-5/+6
* dp83640: trivial fixesRichard Cochran2014-03-211-3/+3
* net:phy:dp83640: Move all HW initialization to dp83640_config_initStefan Sørensen2014-02-131-5/+8
* net:phy:dp83640: Initialize PTP clocks at device init.Stefan Sørensen2014-02-041-5/+8
* net:phy:dp83640: Do not hardcode timestamping event edgeStefan Sørensen2014-02-041-1/+4
* net:phy:dp83640: Declare that TX timestamping possibleStefan Sørensen2014-02-041-0/+1
* net: phy: dp83640: fix checkpath errorFlorian Fainelli2013-12-181-2/+2
* net/phy: Add interrupt support for dp83640 phy.Stephan Gatzka2012-12-051-1/+77
* ptp: link the phc device to its parent deviceRichard Cochran2012-09-221-1/+1
* phy: Use pr_<level>Joe Perches2012-06-111-10/+13
* dp83640: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+31
* phc: Update author's email address.Richard Cochran2012-03-171-1/+1
* dp83640: Fix NOHZ local_softirq_pending 08 warningManfred Rudigier2012-01-121-1/+1
* dp83640: free packet queues on removeRichard Cochran2011-10-241-0/+7
* dp83640: use proper function to free transmit time stamping packetsRichard Cochran2011-10-241-2/+2
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-2/+2
|\
| * dp83640: reduce driver noiseRichard Cochran2011-09-291-2/+2
* | dp83640: add time stamp insertion for sync messagesRichard Cochran2011-09-261-13/+57