aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6xxx/hwtstamp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04net: dsa: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu1-9/+15
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu1-1/+6
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu1-3/+0
2020-08-19net: dsa: mv88e6xxx: Use generic helper functionKurt Kanzenbach1-46/+13
2019-06-23net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lockRasmus Villemoes1-14/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-07-18net: dsa: mv88e6xxx: Longer timeout for PTP TX timestampAndrew Lunn1-1/+1
2018-07-18net: dsa: mv88e6xxx: Set PTP EthertypeAndrew Lunn1-0/+5
2018-07-18net: dsa: mv88e6xxx: Add hwtimestamp support for the 6165Andrew Lunn1-0/+50
2018-07-18net: dsa: mv88e6xxx: Abstract supported PTP filtersAndrew Lunn1-12/+14
2018-07-18net: dsa: mv88e6xxx: Abstract HW timestamp setupAndrew Lunn1-22/+29
2018-04-12net: dsa: mv88e6xxx: Fix receive time stamp race condition.Richard Cochran1-2/+10
2018-02-19net: dsa: mv88e6xxx: hwtstamp: remove unnecessary range checking testsGustavo A. R. Silva1-9/+0
2018-02-16net: dsa: mv88e6xxx: avoid unintended sign extension on a 16 bit shiftColin Ian King1-2/+3
2018-02-14net: dsa: mv88e6xxx: add workaround for 6341 timestampingBrandon Streiff1-0/+13
2018-02-14net: dsa: mv88e6xxx: add rx/tx timestamping supportBrandon Streiff1-0/+571