summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/aquantia
AgeCommit message (Expand)Author
2019-12-17net: aquantia: fix RSS table and key sizesDmitry Bogdanov
2019-06-22net: aquantia: fix LRO with FCS errorDmitry Bogdanov
2019-04-03net: aquantia: fix rx checksum offload for UDP/TCP over IPv6Dmitry Bogdanov
2018-10-18net: aquantia: memory corruption on jumbo framesFriedemann Gerold
2018-08-22net: aquantia: Fix IFF_ALLMULTI flag functionalityDmitry Bogdanov
2018-06-21net: aquantia: driver should correctly declare vlan_features bitsIgor Russkikh
2018-03-03net: aquantia: Fix hardware DMA stream overload on large MRRSIgor Russkikh
2018-03-03net: aquantia: Fix actual speed capabilities reportingIgor Russkikh
2017-10-21net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh
2017-10-21net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh
2017-10-21net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh
2017-10-21net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh
2017-10-21net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh
2017-10-21net: aquantia: Add queue restarts stats counterIgor Russkikh
2017-10-21net: aquantia: Reset nic statistics on interface up/downIgor Russkikh
2017-09-26atlantic: fix iommu errorsPavel Belous
2017-09-26aquantia: Fix transient invalid link down/up indicationsIgor Russkikh
2017-09-26aquantia: Fix Tx queue hangupsIgor Russkikh
2017-09-26aquantia: Setup max_mtu in ndev to enable jumbo framesIgor Russkikh
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-29net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous
2017-08-29net:ethernet:aquantia: Fix for multicast filter handling.Igor Russkikh
2017-08-29net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous
2017-08-29net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous
2017-08-29net:ethernet:aquantia: Fix for number of RSS queues.Pavel Belous
2017-08-29net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous
2017-08-04aquantia: Switch to use napi_gro_receivePavel Belous
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-10net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_powerPhilippe Reynes
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-05-11ethernet: aquantia: remove redundant checks on error statusColin Ian King
2017-05-08aquantia: Fix "ethtool -S" crash when adapter down.Pavel Belous
2017-05-04aquantia: Fix driver name reported by ethtoolPavel Belous
2017-03-24net:ethernet:aquantia: Reset is_gso flag when EOP reached.Pavel Belous
2017-03-24net:ethernet:aquantia: Fix for LSO with IPv6.Pavel Belous
2017-03-24net:ethernet:aquantia: Missing spinlock initialization.Pavel Belous
2017-03-24net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6.Pavel Belous
2017-03-24net:ethernet:aquantia: Remove adapter re-opening when MTU changed.Pavel Belous
2017-03-22net:ethernet:aquantia: Fix for RX checksum offload.Pavel Belous
2017-03-16net: ethernet: aquantia: set net_device mtu when mtu is changedDavid Arcari
2017-03-12net: ethernet: aquantia: call set_irq_affinity_hint before free_irqDavid Arcari
2017-02-20net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous
2017-02-20net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...Pavel Belous
2017-02-20net: ethernet: aquantia: Fixed incorrect buff->len calculation.Pavel Belous
2017-02-20net: ethernet: aquantia: Call netdev_register after all initialized.Pavel Belous
2017-02-20net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.Pavel Belous
2017-02-20net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.Pavel Belous
2017-02-20net: ethernet: aquantia: Fixed missing rtnl_unlock.Pavel Belous
2017-02-20net: ethernet: aquantia: Superfluous initialization of "err".Pavel Belous
2017-02-20net: ethernet: aquantia: Using module_pci_driver.Pavel Belous