summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia
Commit message (Expand)AuthorAgeFilesLines
* net: atlantic: add XPN handlingMark Starovoytov2020-03-261-2/+7
* net: atlantic: MACSec offload statistics implementationDmitry Bogdanov2020-03-265-19/+766
* net: atlantic: MACSec offload statistics HW bindingsDmitry Bogdanov2020-03-263-0/+806
* net: atlantic: MACSec ingress offload implementationMark Starovoytov2020-03-262-6/+420
* net: atlantic: MACSec ingress offload HW bindingsMark Starovoytov2020-03-264-0/+1605
* net: atlantic: MACSec egress offload implementationDmitry Bogdanov2020-03-262-8/+656
* net: atlantic: MACSec egress offload HW bindingsDmitry Bogdanov2020-03-265-1/+1451
* net: atlantic: MACSec offload skeletonDmitry Bogdanov2020-03-2610-8/+373
* net: aquantia: reject all unsupported coalescing paramsJakub Kicinski2020-03-101-12/+3
* net: atlantic: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-1/+1
* net/aquantia: Delete module versionLeon Romanovsky2020-02-245-19/+0
* net: atlantic: fix out of range usage of active_vlans arrayDmitry Bogdanov2020-02-161-1/+1
* net: atlantic: possible fault in transition to hibernationPavel Belous2020-02-161-5/+8
* net: atlantic: fix potential error handlingPavel Belous2020-02-161-1/+3
* net: atlantic: fix use after free kasan warnPavel Belous2020-02-162-6/+5
* net: atlantic: better loopback mode handlingNikita Danilov2020-02-162-5/+13
* net: atlantic: ptp gpio adjustmentsEgor Pomozov2020-02-163-1/+17
* net: atlantic: check rpc result and wait for rpc addressIgor Russkikh2020-02-161-2/+17
* net: atlantic: checksum compat issueDmitry Bezrukov2020-02-163-4/+7
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | net: atlantic: remove duplicate entriesIgor Russkikh2020-01-061-3/+0
* | net: atlantic: loopback configuration in improper placeIgor Russkikh2020-01-061-2/+2
* | net: atlantic: broken link status on old fwIgor Russkikh2020-01-061-3/+1
|/
* net: atlantic: Signedness bug in aq_vec_isr_legacy()Dan Carpenter2019-11-131-1/+1
* net: atlantic: make function 'aq_ethtool_get_priv_flags', 'aq_ethtool_set_pri...zhengbin2019-11-121-2/+2
* net: atlantic: make symbol 'aq_pm_ops' staticzhengbin2019-11-121-1/+1
* net: atlantic: change email domains to MarvellIgor Russkikh2019-11-071-7/+0
* net: atlantic: implement UDP GSO offloadIgor Russkikh2019-11-074-32/+40
* net: atlantic: update flow control logicNikita Danilov2019-11-077-41/+59
* net: atlantic: stylistic renamesIgor Russkikh2019-11-072-7/+7
* net: atlantic: code style cleanupNikita Danilov2019-11-0712-139/+240
* net: atlantic: loopback tests via private flagsIgor Russkikh2019-11-0710-2/+272
* net: atlantic: add fw configuration memory areaNikita Danilov2019-11-074-37/+159
* net: atlantic: adding ethtool physical identificationNikita Danilov2019-11-074-0/+50
* net: atlantic: add msglevel configurationNikita Danilov2019-11-073-3/+21
* net: atlantic: refactoring pm logicNikita Danilov2019-11-073-48/+78
* net: atlantic: implement wake_phy featureNikita Danilov2019-11-077-110/+73
* net: atlantic: update firmware interfaceNikita Danilov2019-11-072-119/+72
* 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: remove unused including <linux/version.h>YueHaibing2019-10-291-1/+0
* net: aquantia: make two symbols be staticMao Wenan2019-10-292-2/+2
* 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: disable ptp object build if no configIgor Russkikh2019-10-262-1/+86
* net: aquantia: fix warnings on endiannessIgor Russkikh2019-10-262-6/+5
* net: aquantia: fix var initialization warningIgor Russkikh2019-10-261-1/+1
* net: aquantia: add support for PIN funcsDmitry Bezrukov2019-10-246-1/+422
* net: aquantia: add support for Phy accessDmitry Bezrukov2019-10-248-0/+399