summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83640.c
Commit message (Expand)AuthorAgeFilesLines
* dp83640: Use generic ptp_msg_is_sync() functionKurt Kanzenbach2022-03-071-12/+1
* net: phy: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-3/+3
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* net: phy: remove unnecessary line continuationWenpeng Liang2021-06-161-2/+2
* net: phy: change format of some declarationsWenpeng Liang2021-06-161-0/+1
* net: phy: dp83640: use new PTP_MSGTYPE_SYNC defineChristian Eggers2020-11-251-4/+1
* net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei2020-11-251-2/+9
* net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-251-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-4/+4
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* | net: phy: dp83640: Use generic helper functionKurt Kanzenbach2020-08-191-54/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-0/+4
|\
| * net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov2020-07-161-0/+4
* | net: phy: dp83640: Fixup cast to restricted __be16 warningAndrew Lunn2020-07-071-2/+3
|/
* dp83640: reverse arguments to list_add_tailJulia Lawall2020-04-301-1/+1
* ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-301-1/+1
* net: Introduce a new MII time stamping interface.Richard Cochran2019-12-251-15/+24
* net: phy: dp83640: Move the probe and remove methods around.Richard Cochran2019-12-251-90/+90
* dp83640: Reject requests to enable time stamping on both edges.Richard Cochran2019-11-151-0/+7
* ptp: Introduce strict checking of external time stamp options.Richard Cochran2019-11-151-1/+2
* dp83640: reject unsupported external timestamp flagsJacob Keller2019-11-151-0/+5
* net: reject PTP periodic output requests with unsupported flagsJacob Keller2019-11-151-0/+3
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-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-221-14/+1
|/
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-1/+0
* net: phy: Add phydev_info()Andrew Lunn2018-10-011-5/+6
* net: phy: Add phydev_warn()Andrew Lunn2018-10-011-3/+4
* net: dp83640: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-111-1/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal2018-04-081-0/+18
* net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-2/+0
* 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/+0
* 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