index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
aquantia
/
atlantic
/
aq_ptp.c
Age
Commit message (
Expand
)
Author
2024-02-02
net: atlantic: Fix DMA mapping for PTP hwts ring
Ivan Vecera
2023-12-14
net: atlantic: eliminate double free in error handling logic
Igor Russkikh
2023-12-06
net: atlantic: Fix NULL dereference of skb pointer in
Daniil Maximov
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-04-29
eth: atlantic: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2020-07-20
net: atlantic: PTP statistics
Pavel Belous
2020-07-20
net: atlantic: use u64_stats_update_* to protect access to 64-bit stats
Mark Starovoytov
2020-07-20
net: atlantic: split rx and tx per-queue stats
Mark Starovoytov
2020-06-26
net: atlantic: put ptp code under IS_REACHABLE check
Igor Russkikh
2020-05-22
net: atlantic: changes for multi-TC support
Dmitry Bezrukov
2019-11-07
net: atlantic: stylistic renames
Igor Russkikh
2019-11-06
net: aquantia: fix return value check in aq_ptp_init()
Wei Yongjun
2019-10-29
net: aquantia: fix error handling in aq_ptp_poll
Gustavo A. R. Silva
2019-10-29
net: aquantia: make two symbols be static
Mao Wenan
2019-10-29
net: aquantia: fix unintention integer overflow on left shift
Colin Ian King
2019-10-29
net: aquantia: fix spelling mistake: tx_queus -> tx_queues
Colin Ian King
2019-10-26
net: aquantia: fix var initialization warning
Igor Russkikh
2019-10-24
net: aquantia: add support for PIN funcs
Dmitry Bezrukov
2019-10-24
net: aquantia: add support for ptp ioctls
Egor Pomozov
2019-10-24
net: aquantia: rx filters for ptp
Dmitry Bezrukov
2019-10-24
net: aquantia: implement data PTP datapath
Egor Pomozov
2019-10-24
net: aquantia: add PTP rings infrastructure
Egor Pomozov
2019-10-24
net: aquantia: add basic ptp_clock callbacks
Egor Pomozov
2019-10-24
net: aquantia: PTP skeleton declarations and callbacks
Egor Pomozov