aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2017-06-10net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_powerPhilippe Reynes1-3/+0
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-1/+1
2017-05-11ethernet: aquantia: remove redundant checks on error statusColin Ian King2-23/+2
2017-05-08aquantia: Fix "ethtool -S" crash when adapter down.Pavel Belous1-2/+4
2017-05-04aquantia: Fix driver name reported by ethtoolPavel Belous1-1/+1
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 Belous4-1/+11
2017-03-24net:ethernet:aquantia: Missing spinlock initialization.Pavel Belous1-0/+1
2017-03-24net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6.Pavel Belous1-4/+16
2017-03-24net:ethernet:aquantia: Remove adapter re-opening when MTU changed.Pavel Belous1-5/+0
2017-03-22net:ethernet:aquantia: Fix for RX checksum offload.Pavel Belous2-0/+2
2017-03-16net: ethernet: aquantia: set net_device mtu when mtu is changedDavid Arcari1-0/+1
2017-03-12net: ethernet: aquantia: call set_irq_affinity_hint before free_irqDavid Arcari1-1/+1
2017-02-20net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous3-95/+97
2017-02-20net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 page.Pavel Belous1-1/+3
2017-02-20net: ethernet: aquantia: Fixed incorrect buff->len calculation.Pavel Belous2-4/+4
2017-02-20net: ethernet: aquantia: Call netdev_register after all initialized.Pavel Belous2-6/+5
2017-02-20net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.Pavel Belous1-3/+4
2017-02-20net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.Pavel Belous1-1/+1
2017-02-20net: ethernet: aquantia: Fixed missing rtnl_unlock.Pavel Belous1-2/+3
2017-02-20net: ethernet: aquantia: Superfluous initialization of "err".Pavel Belous1-7/+1
2017-02-20net: ethernet: aquantia: Using module_pci_driver.Pavel Belous1-19/+1
2017-02-20net: ethernet: aquantia: Fixes for aq_ndev_change_mtuPavel Belous2-11/+2
2017-02-20net: ethernet: aquantia: Removed busy_count field.Pavel Belous2-12/+0
2017-02-20net: ethernet: aquantia: Removed extra assignment for skb->dev.Pavel Belous1-1/+0
2017-02-20net: aquantia: remove function aq_ring_tx_deinitLino Sanfilippo3-39/+11
2017-02-15net: ethernet: aquantia: switch to pci_alloc_irq_vectorsChristoph Hellwig1-76/+25
2017-02-13net:ethernet:aquantia: Add 2500/5000 mbit link modes support.Pavel Belous1-37/+59
2017-02-01ethernet: aquantia: fix dma_mapping_error testDan Carpenter1-2/+3
2017-01-31net: aquantia: atlantic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes3-31/+49
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-29net: ethernet: aquantia: return -ETIME in macro AQ_HW_WAIT_FORColin Ian King1-1/+1
2017-01-29net: ethernet: aquantia: remove another redundant err checkColin Ian King1-2/+0
2017-01-29net: ethernet: aquantia: remove redundant err checkColin Ian King1-2/+0
2017-01-24net: ethernet: aquantia: Receive side scalingDavid VomLehn1-0/+26
2017-01-24net: ethernet: aquantia: Ethtool supportDavid VomLehn2-0/+280
2017-01-24net: ethernet: aquantia: Hardware interface and utility functionsDavid VomLehn3-0/+292
2017-01-24net: ethernet: aquantia: Atlantic hardware abstraction layerDavid VomLehn2-0/+780
2017-01-24net: ethernet: aquantia: PCI operationsDavid VomLehn2-0/+379
2017-01-24net: ethernet: aquantia: Vector operationsDavid VomLehn2-0/+434
2017-01-24net: ethernet: aquantia: Atlantic A0 and B0 specific functions.David VomLehn6-0/+2293
2017-01-24net: ethernet: aquantia: Support for NIC-specific codeDavid VomLehn5-0/+1381
2017-01-24net: ethernet: aquantia: Low-level hardware interfacesDavid VomLehn3-0/+4446
2017-01-24net: ethernet: aquantia: Add ring support codeDavid VomLehn2-0/+533
2017-01-24net: ethernet: aquantia: Common functions and definitionsDavid VomLehn3-0/+150
2017-01-24net: ethernet: aquantia: Make and configuration files.David VomLehn4-0/+89