aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/aq_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07net: atlantic: stylistic renamesIgor Russkikh1-3/+3
2019-11-06net: aquantia: fix return value check in aq_ptp_init()Wei Yongjun1-1/+1
2019-10-29net: aquantia: fix error handling in aq_ptp_pollGustavo A. R. Silva1-0/+2
2019-10-29net: aquantia: make two symbols be staticMao Wenan1-1/+1
2019-10-29net: aquantia: fix unintention integer overflow on left shiftColin Ian King1-1/+1
2019-10-29net: aquantia: fix spelling mistake: tx_queus -> tx_queuesColin Ian King1-1/+1
2019-10-26net: aquantia: fix var initialization warningIgor Russkikh1-1/+1
2019-10-24net: aquantia: add support for PIN funcsDmitry Bezrukov1-0/+339
2019-10-24net: aquantia: add support for ptp ioctlsEgor Pomozov1-0/+63
2019-10-24net: aquantia: rx filters for ptpDmitry Bezrukov1-0/+14
2019-10-24net: aquantia: implement data PTP datapathEgor Pomozov1-2/+532
2019-10-24net: aquantia: add PTP rings infrastructureEgor Pomozov1-0/+235
2019-10-24net: aquantia: add basic ptp_clock callbacksEgor Pomozov1-0/+125
2019-10-24net: aquantia: PTP skeleton declarations and callbacksEgor Pomozov1-0/+84