summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-217-36/+36
|\
| * net: aquantia: vlan unicast address list correct handlingIgor Russkikh2018-07-067-36/+36
* | net: aquantia: Make some functions staticWei Yongjun2018-07-051-3/+3
* | net: aquantia: bump driver versionIgor Russkikh2018-07-031-2/+2
* | net: aquantia: Add renegotiate ethtool operation supportAnton Mikaev2018-07-034-0/+63
* | net: aquantia: Implement rx/tx flow control ethtools callbackIgor Russkikh2018-07-034-1/+74
* | net: aquantia: Improve adapter init/deinit logicIgor Russkikh2018-07-036-31/+66
* | net: aquantia: Ethtool based ring size configurationAnton Mikaev2018-07-037-50/+136
|/
* net: aquantia: fix unsigned numvecs comparison with less than zeroColin Ian King2018-06-091-6/+5Star
* net: aquantia: make function aq_fw2x_get_mac_permanent staticColin Ian King2018-06-041-1/+1
* net: aquantia: Limit number of vectors to actually allocated irqsIgor Russkikh2018-05-083-10/+12
* net: aquantia: driver should correctly declare vlan_features bitsIgor Russkikh2018-05-081-0/+2
* net: aquantia: oops when shutdown on already stopped deviceIgor Russkikh2018-04-111-3/+5
* net: aquantia: Regression on reset with 1.x firmwareIgor Russkikh2018-04-111-0/+16
* net: aquantia: Make function hw_atl_utils_mpi_set_speed() staticWei Yongjun2018-03-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-2310-30/+99
|\
| * net: aquantia: driver version bumpIgor Russkikh2018-03-221-1/+1
| * net: aquantia: Implement pci shutdown callbackIgor Russkikh2018-03-223-0/+36
| * net: aquantia: Allow live mac address changesIgor Russkikh2018-03-221-0/+2
| * net: aquantia: Add tx clean budget and valid budget handling logicIgor Russkikh2018-03-224-9/+13
| * net: aquantia: Change inefficient wait loop on fw data readsIgor Russkikh2018-03-222-15/+28
| * net: aquantia: Fix a regression with reset on old firmwareIgor Russkikh2018-03-221-0/+4
| * net: aquantia: Fix hardware reset when SPI may rarely hangupIgor Russkikh2018-03-221-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-4/+10
|\|
| * net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter2018-02-221-4/+10
* | aquantia: add Makefiles to all directoriesJakub Kicinski2018-02-221-0/+2
|/
* 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