summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia
Commit message (Expand)AuthorAgeFilesLines
* net: aquantia: make symbol hw_atl_boards staticWei Yongjun2018-01-231-1/+1
* net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun2018-01-231-1/+3
* net: aquantia: bump driver version to match aquantia internal numberingIgor Russkikh2018-01-221-3/+3
* net: aquantia: Report correct mediatype via ethtoolIgor Russkikh2018-01-221-3/+13
* net: aquantia: Introduce global AQC hardware reset sequenceIgor Russkikh2018-01-223-29/+183
* net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh2018-01-225-4/+257
* net: aquantia: Introduce firmware ops callbacksIgor Russkikh2018-01-228-81/+101
* net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh2018-01-224-4/+9
* net: aquantia: Remove create/destroy from hw opsIgor Russkikh2018-01-223-54/+0Star
* net: aquantia: Cleanup pci functions moduleIgor Russkikh2018-01-227-385/+156Star
* net: aquantia: Convert hw and caps structures to const static pointersIgor Russkikh2018-01-222-50/+50
* net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh2018-01-2212-159/+239
* net: aquantia: Introduce new device ids and constantsIgor Russkikh2018-01-2210-87/+94
* net: aquantia: Fix internal stats calculation on rxIgor Russkikh2018-01-161-2/+2
* net: aquantia: Prepend hw access functions declarations with prefixIgor Russkikh2018-01-165-840/+922
* net: aquantia: Fix register definitions to linux styleIgor Russkikh2018-01-163-1139/+1173
* net: aquantia: Eliminate aq_nic structure abstractionIgor Russkikh2018-01-1610-54/+46Star
* net: aquantia: Simplify dependencies between pci modulesIgor Russkikh2018-01-166-106/+113
* net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh2018-01-1614-20/+21
* net: aquantia: Remove duplicate hardware descriptors declarationsIgor Russkikh2018-01-163-62/+31Star
* net: aquantia: Cleanup hardware access modulesIgor Russkikh2018-01-168-97/+71Star
* net: aquantia: Cleanup status flags accessesIgor Russkikh2018-01-169-17/+11Star
* net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZEIgor Russkikh2018-01-165-6/+4Star
* net: aquantia: Increment driver versionIgor Russkikh2017-12-152-3/+6
* net: aquantia: Fix typo in ethtool statistics namesIgor Russkikh2017-12-151-8/+8
* net: aquantia: Update hw counters on hw initIgor Russkikh2017-12-152-0/+8
* net: aquantia: Improve link state and statistics check interval callbackIgor Russkikh2017-12-152-3/+6
* net: aquantia: Fill in multicast counter in ndev stats from hardwareIgor Russkikh2017-12-151-0/+1
* net: aquantia: Fill ndev stat couters from hardwareIgor Russkikh2017-12-151-16/+16
* net: aquantia: Extend stat counters to 64bit valuesIgor Russkikh2017-12-154-67/+79
* net: aquantia: Fix hardware DMA stream overload on large MRRSIgor Russkikh2017-12-152-0/+18
* net: aquantia: Fix actual speed capabilities reportingIgor Russkikh2017-12-156-9/+35
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-8/+6Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-2/+1Star
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-4/+4
|\ \ | |/ |/|
| * net: aquantia: Make local functions staticWei Yongjun2017-10-291-4/+4
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ | |/ |/|
| * treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
* | net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh2017-10-211-6/+6
* | net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh2017-10-219-62/+155
* | net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh2017-10-211-0/+3
* | net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh2017-10-211-4/+7
* | net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh2017-10-211-0/+2
* | net: aquantia: Add queue restarts stats counterIgor Russkikh2017-10-212-58/+37Star
* | net: aquantia: Reset nic statistics on interface up/downIgor Russkikh2017-10-216-17/+75
|/
* atlantic: fix iommu errorsPavel Belous2017-09-263-27/+49
* aquantia: Fix transient invalid link down/up indicationsIgor Russkikh2017-09-261-2/+1Star
* aquantia: Fix Tx queue hangupsIgor Russkikh2017-09-266-59/+76
* aquantia: Setup max_mtu in ndev to enable jumbo framesIgor Russkikh2017-09-262-10/+3Star