summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous2017-02-203-95/+97
* net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...Pavel Belous2017-02-201-1/+3
* net: ethernet: aquantia: Fixed incorrect buff->len calculation.Pavel Belous2017-02-202-4/+4
* net: ethernet: aquantia: Call netdev_register after all initialized.Pavel Belous2017-02-202-6/+5
* net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.Pavel Belous2017-02-201-3/+4
* net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.Pavel Belous2017-02-201-1/+1
* net: ethernet: aquantia: Fixed missing rtnl_unlock.Pavel Belous2017-02-201-2/+3
* net: ethernet: aquantia: Superfluous initialization of "err".Pavel Belous2017-02-201-7/+1
* net: ethernet: aquantia: Using module_pci_driver.Pavel Belous2017-02-201-19/+1
* net: ethernet: aquantia: Fixes for aq_ndev_change_mtuPavel Belous2017-02-202-11/+2
* net: ethernet: aquantia: Removed busy_count field.Pavel Belous2017-02-202-12/+0
* net: ethernet: aquantia: Removed extra assignment for skb->dev.Pavel Belous2017-02-201-1/+0
* net: aquantia: remove function aq_ring_tx_deinitLino Sanfilippo2017-02-203-39/+11
* net: ethernet: aquantia: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-151-76/+25
* net:ethernet:aquantia: Add 2500/5000 mbit link modes support.Pavel Belous2017-02-131-37/+59
* ethernet: aquantia: fix dma_mapping_error testDan Carpenter2017-02-011-2/+3
* net: aquantia: atlantic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-313-31/+49
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: ethernet: aquantia: return -ETIME in macro AQ_HW_WAIT_FORColin Ian King2017-01-291-1/+1
* net: ethernet: aquantia: remove another redundant err checkColin Ian King2017-01-291-2/+0
* net: ethernet: aquantia: remove redundant err checkColin Ian King2017-01-291-2/+0
* net: ethernet: aquantia: Receive side scalingDavid VomLehn2017-01-241-0/+26
* net: ethernet: aquantia: Ethtool supportDavid VomLehn2017-01-242-0/+280
* net: ethernet: aquantia: Hardware interface and utility functionsDavid VomLehn2017-01-243-0/+292
* net: ethernet: aquantia: Atlantic hardware abstraction layerDavid VomLehn2017-01-242-0/+780
* net: ethernet: aquantia: PCI operationsDavid VomLehn2017-01-242-0/+379
* net: ethernet: aquantia: Vector operationsDavid VomLehn2017-01-242-0/+434
* net: ethernet: aquantia: Atlantic A0 and B0 specific functions.David VomLehn2017-01-246-0/+2293
* net: ethernet: aquantia: Support for NIC-specific codeDavid VomLehn2017-01-245-0/+1381
* net: ethernet: aquantia: Low-level hardware interfacesDavid VomLehn2017-01-243-0/+4446
* net: ethernet: aquantia: Add ring support codeDavid VomLehn2017-01-242-0/+533
* net: ethernet: aquantia: Common functions and definitionsDavid VomLehn2017-01-243-0/+150
* net: ethernet: aquantia: Make and configuration files.David VomLehn2017-01-244-0/+89