summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83640.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-3/+10
|\
| * net: dp83640: expire old TX-skbSebastian Andrzej Siewior2019-02-041-3/+10
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-14/+1Star
|/
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-1/+0Star
* net: phy: Add phydev_info()Andrew Lunn2018-10-021-5/+6
* net: phy: Add phydev_warn()Andrew Lunn2018-10-021-3/+4
* net: dp83640: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-111-1/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal2018-04-091-0/+18
* net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-2/+0Star
* dp83640: don't hold spinlock while calling netif_rx_niStefan Sørensen2017-08-301-2/+5
* net: dp83640: Avoid NULL pointer dereference.Richard Cochran2017-06-231-1/+1
* dp83640: don't recieve time stamps twiceDan Carpenter2017-04-201-2/+0Star
* ptp: dp83640: Use the high resolution frequency method.Richard Cochran2016-11-101-7/+7
* net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier2016-01-211-0/+17
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-2/+1Star
* 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-181-9/+1Star
* net: dp83640: fix improper double spin locking.Richard Cochran2015-05-261-2/+2
* net: dp83640: reinforce locking rules.Richard Cochran2015-05-261-1/+16
* net: dp83640: fix broken calibration routine.Richard Cochran2015-05-261-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/+2Star
* net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-061-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-231-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-101-3/+3
* | dp83640: Adjust ptp event timestampsStefan Sørensen2014-07-111-0/+3
* | ptp: Classify ptp over ip over vlan packetsStefan Sørensen2014-07-081-25/+21Star
* | dp83640: Get calibration pin with ptp_find_pinStefan Sørensen2014-07-021-1/+5
* | dp83640: Verify calibration pin assignmentStefan Sørensen2014-07-021-0/+10
* | dp83640: Increase supported perout pins to 7Stefan Sørensen2014-07-021-9/+9
* | dp83640: Program pulsewidth2 values of perout triggers 0 and 1Stefan Sørensen2014-07-021-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-141-5/+8
* net:phy:dp83640: Initialize PTP clocks at device init.Stefan Sørensen2014-02-051-5/+8