aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* eth: atlantic: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-1/+1
* net: atlantic: PTP statisticsPavel Belous2020-07-201-17/+43
* net: atlantic: use u64_stats_update_* to protect access to 64-bit statsMark Starovoytov2020-07-201-0/+2
* net: atlantic: split rx and tx per-queue statsMark Starovoytov2020-07-201-3/+3
* net: atlantic: put ptp code under IS_REACHABLE checkIgor Russkikh2020-06-261-2/+7
* net: atlantic: changes for multi-TC supportDmitry Bezrukov2020-05-221-14/+13
* net: atlantic: stylistic renamesIgor Russkikh2019-11-071-3/+3
* net: aquantia: fix return value check in aq_ptp_init()Wei Yongjun2019-11-061-1/+1
* net: aquantia: fix error handling in aq_ptp_pollGustavo A. R. Silva2019-10-291-0/+2
* net: aquantia: make two symbols be staticMao Wenan2019-10-291-1/+1
* net: aquantia: fix unintention integer overflow on left shiftColin Ian King2019-10-291-1/+1
* net: aquantia: fix spelling mistake: tx_queus -> tx_queuesColin Ian King2019-10-291-1/+1
* net: aquantia: fix var initialization warningIgor Russkikh2019-10-261-1/+1
* net: aquantia: add support for PIN funcsDmitry Bezrukov2019-10-241-0/+339
* net: aquantia: add support for ptp ioctlsEgor Pomozov2019-10-241-0/+63
* net: aquantia: rx filters for ptpDmitry Bezrukov2019-10-241-0/+14
* net: aquantia: implement data PTP datapathEgor Pomozov2019-10-241-2/+532
* net: aquantia: add PTP rings infrastructureEgor Pomozov2019-10-241-0/+235
* net: aquantia: add basic ptp_clock callbacksEgor Pomozov2019-10-241-0/+125
* net: aquantia: PTP skeleton declarations and callbacksEgor Pomozov2019-10-241-0/+84