aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83640.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2019-02-04net: dp83640: expire old TX-skbSebastian Andrzej Siewior1-3/+10
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-14/+1
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-1/+0
2018-10-01net: phy: Add phydev_info()Andrew Lunn1-5/+6
2018-10-01net: phy: Add phydev_warn()Andrew Lunn1-3/+4
2018-08-11net: dp83640: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-04-08dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal1-0/+18
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-2/+0
2017-08-30dp83640: don't hold spinlock while calling netif_rx_niStefan Sørensen1-2/+5
2017-06-23net: dp83640: Avoid NULL pointer dereference.Richard Cochran1-1/+1
2017-04-20dp83640: don't recieve time stamps twiceDan Carpenter1-2/+0
2016-11-09ptp: dp83640: Use the high resolution frequency method.Richard Cochran1-7/+7
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