aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy/dp83640.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski1-3/+0
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent1-0/+3
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent1-13/+11
2023-08-23dp83640: Use list_for_each_entry() helperJinjie Ruan1-11/+4
2022-03-07dp83640: Use generic ptp_msg_is_sync() functionKurt Kanzenbach1-12/+1
2022-03-06net: phy: Use netif_rx().Sebastian Andrzej Siewior1-3/+3
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-06-16net: phy: remove unnecessary line continuationWenpeng Liang1-2/+2
2021-06-16net: phy: change format of some declarationsWenpeng Liang1-0/+1
2020-11-25net: phy: dp83640: use new PTP_MSGTYPE_SYNC defineChristian Eggers1-4/+1
2020-11-25net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei1-2/+9
2020-11-25net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+27
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-08-19net: phy: dp83640: Use generic helper functionKurt Kanzenbach1-54/+16
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-07-16net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov1-0/+4
2020-07-07net: phy: dp83640: Fixup cast to restricted __be16 warningAndrew Lunn1-2/+3
2020-04-30dp83640: reverse arguments to list_add_tailJulia Lawall1-1/+1
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Richard Cochran1-1/+1
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran1-15/+24
2019-12-25net: phy: dp83640: Move the probe and remove methods around.Richard Cochran1-90/+90
2019-11-15dp83640: Reject requests to enable time stamping on both edges.Richard Cochran1-0/+7
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+2
2019-11-15dp83640: reject unsupported external timestamp flagsJacob Keller1-0/+5
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+3
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