summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c
Commit message (Expand)AuthorAgeFilesLines
* net: atlantic: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
* net: atlantic: Implement xdp control planeTaehee Yoo2022-04-201-3/+3
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+2
* net: ethernet: aquantia: Fix wrong return valueTianjia Zhang2020-08-031-1/+1
* net: atlantic: A0 ntuple filtersDmitry Bogdanov2020-07-201-28/+88
* net: atlantic: use intermediate variable to improve readability a bitNikita Danilov2020-07-201-11/+10
* net: atlantic: add support for 64-bit reads/writesPavel Belous2020-07-201-0/+1
* net: atlantic: change the order of arguments for TC weight/credit settersMark Starovoytov2020-05-221-4/+4
* net: atlantic: changes for multi-TC supportDmitry Bezrukov2020-05-221-1/+1
* net: atlantic: remove TPO2 check from A0 codeMark Starovoytov2020-05-091-2/+1
* net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5Mark Starovoytov2020-05-091-7/+8
* net: atlantic: move IS_CHIP_FEATURE to aq_hw.hMark Starovoytov2020-05-011-1/+1
* net: atlantic: add hw_soft_reset, hw_prepare to hw_opsMark Starovoytov2020-05-011-0/+2
* net: atlantic: implement UDP GSO offloadIgor Russkikh2019-11-071-1/+1
* net: atlantic: update flow control logicNikita Danilov2019-11-071-1/+1
* net: atlantic: code style cleanupNikita Danilov2019-11-071-15/+24
* net: aquantia: adding fields and device features for vlan offloadIgor Russkikh2019-06-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* net: aquantia: use macros for better visibilityIgor Russkikh2019-05-011-4/+4
* net: aquantia: optimize rx performance by page reuse strategyIgor Russkikh2019-03-231-4/+0
* net: aquantia: replace AQ_HW_WAIT_FOR with readx_poll_timeout_atomicNikita Danilov2019-03-011-6/+15
* net: aquantia: fixed instack structure overflowIgor Russkikh2019-03-011-2/+2
* net: aquantia: renaming for better visibilityNikita Danilov2018-09-111-16/+16
* net: aquantia: whitespace changesNikita Danilov2018-09-111-9/+9
* net: aquantia: implement WOL supportYana Esina2018-09-111-1/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-1/+1
|\
| * net: aquantia: vlan unicast address list correct handlingIgor Russkikh2018-07-061-1/+1
* | net: aquantia: Improve adapter init/deinit logicIgor Russkikh2018-07-031-1/+0
* | net: aquantia: Ethtool based ring size configurationAnton Mikaev2018-07-031-22/+24
|/
* net: aquantia: Introduce firmware ops callbacksIgor Russkikh2018-01-211-19/+4
* net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh2018-01-211-1/+2
* net: aquantia: Remove create/destroy from hw opsIgor Russkikh2018-01-211-25/+0
* net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh2018-01-211-31/+59
* net: aquantia: Introduce new device ids and constantsIgor Russkikh2018-01-211-10/+10
* net: aquantia: Prepend hw access functions declarations with prefixIgor Russkikh2018-01-161-152/+161
* net: aquantia: Eliminate aq_nic structure abstractionIgor Russkikh2018-01-161-0/+1
* net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh2018-01-161-2/+2
* net: aquantia: Cleanup hardware access modulesIgor Russkikh2018-01-161-18/+9
* net: aquantia: Cleanup status flags accessesIgor Russkikh2018-01-161-1/+1
* net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZEIgor Russkikh2018-01-161-1/+1
* net: aquantia: Update hw counters on hw initIgor Russkikh2017-12-151-0/+4
* net: aquantia: Fix actual speed capabilities reportingIgor Russkikh2017-12-151-1/+12
* net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh2017-10-211-11/+9
* net: aquantia: Reset nic statistics on interface up/downIgor Russkikh2017-10-211-0/+1
* net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous2017-08-291-0/+6
* ethernet: aquantia: remove redundant checks on error statusColin Ian King2017-05-111-12/+1
* net:ethernet:aquantia: Reset is_gso flag when EOP reached.Pavel Belous2017-03-241-0/+1
* net:ethernet:aquantia: Fix for LSO with IPv6.Pavel Belous2017-03-241-0/+3
* net: ethernet: aquantia: Fixed incorrect buff->len calculation.Pavel Belous2017-02-201-2/+2
* net: ethernet: aquantia: Atlantic A0 and B0 specific functions.David VomLehn2017-01-241-0/+905