aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/hw_atl (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-3/+3
2018-07-06net: aquantia: vlan unicast address list correct handlingIgor Russkikh2-3/+3
2018-07-05net: aquantia: Make some functions staticWei Yongjun1-3/+3
2018-07-03net: aquantia: Add renegotiate ethtool operation supportAnton Mikaev2-0/+47
2018-07-03net: aquantia: Implement rx/tx flow control ethtools callbackIgor Russkikh2-0/+27
2018-07-03net: aquantia: Improve adapter init/deinit logicIgor Russkikh4-27/+59
2018-07-03net: aquantia: Ethtool based ring size configurationAnton Mikaev4-46/+66
2018-06-04net: aquantia: make function aq_fw2x_get_mac_permanent staticColin Ian King1-1/+1
2018-04-11net: aquantia: Regression on reset with 1.x firmwareIgor Russkikh1-0/+16
2018-03-27net: aquantia: Make function hw_atl_utils_mpi_set_speed() staticWei Yongjun1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-20/+47
2018-03-22net: aquantia: Change inefficient wait loop on fw data readsIgor Russkikh2-15/+28
2018-03-22net: aquantia: Fix a regression with reset on old firmwareIgor Russkikh1-0/+4
2018-03-22net: aquantia: Fix hardware reset when SPI may rarely hangupIgor Russkikh1-5/+15
2018-02-22aquantia: add Makefiles to all directoriesJakub Kicinski1-0/+2
2018-01-21net: aquantia: Introduce global AQC hardware reset sequenceIgor Russkikh2-29/+182
2018-01-21net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh3-3/+256
2018-01-21net: aquantia: Introduce firmware ops callbacksIgor Russkikh4-66/+71
2018-01-21net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh2-2/+4
2018-01-21net: aquantia: Remove create/destroy from hw opsIgor Russkikh2-49/+0
2018-01-21net: aquantia: Cleanup pci functions moduleIgor Russkikh1-2/+0
2018-01-21net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh6-131/+159
2018-01-21net: aquantia: Introduce new device ids and constantsIgor Russkikh6-68/+30
2018-01-16net: aquantia: Prepend hw access functions declarations with prefixIgor Russkikh5-840/+922
2018-01-16net: aquantia: Fix register definitions to linux styleIgor Russkikh3-1139/+1173
2018-01-16net: aquantia: Eliminate aq_nic structure abstractionIgor Russkikh2-0/+2
2018-01-16net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh6-9/+9
2018-01-16net: aquantia: Remove duplicate hardware descriptors declarationsIgor Russkikh3-62/+31
2018-01-16net: aquantia: Cleanup hardware access modulesIgor Russkikh4-88/+48
2018-01-16net: aquantia: Cleanup status flags accessesIgor Russkikh2-2/+2
2018-01-16net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZEIgor Russkikh3-3/+3
2017-12-15net: aquantia: Update hw counters on hw initIgor Russkikh2-0/+8
2017-12-15net: aquantia: Extend stat counters to 64bit valuesIgor Russkikh2-59/+27
2017-12-15net: aquantia: Fix hardware DMA stream overload on large MRRSIgor Russkikh2-0/+18
2017-12-15net: aquantia: Fix actual speed capabilities reportingIgor Russkikh2-2/+24
2017-10-21net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh1-6/+6
2017-10-21net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh4-47/+54
2017-10-21net: aquantia: Reset nic statistics on interface up/downIgor Russkikh4-17/+70
2017-09-26aquantia: Fix transient invalid link down/up indicationsIgor Russkikh1-2/+1
2017-09-26aquantia: Setup max_mtu in ndev to enable jumbo framesIgor Russkikh1-1/+1
2017-08-29net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous1-0/+6
2017-08-29net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous2-4/+3
2017-08-29net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous2-0/+12
2017-06-10net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_powerPhilippe Reynes1-3/+0
2017-05-11ethernet: aquantia: remove redundant checks on error statusColin Ian King2-23/+2
2017-03-24net:ethernet:aquantia: Reset is_gso flag when EOP reached.Pavel Belous2-0/+2
2017-03-24net:ethernet:aquantia: Fix for LSO with IPv6.Pavel Belous2-0/+6
2017-03-22net:ethernet:aquantia: Fix for RX checksum offload.Pavel Belous2-0/+2
2017-02-20net: ethernet: aquantia: Fixed incorrect buff->len calculation.Pavel Belous2-4/+4
2017-01-24net: ethernet: aquantia: Atlantic hardware abstraction layerDavid VomLehn2-0/+780