aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-15net: aquantia: Increment driver versionIgor Russkikh2-3/+6
2017-12-15net: aquantia: Fix typo in ethtool statistics namesIgor Russkikh1-8/+8
2017-12-15net: aquantia: Update hw counters on hw initIgor Russkikh2-0/+8
2017-12-15net: aquantia: Improve link state and statistics check interval callbackIgor Russkikh2-3/+6
2017-12-15net: aquantia: Fill in multicast counter in ndev stats from hardwareIgor Russkikh1-0/+1
2017-12-15net: aquantia: Fill ndev stat couters from hardwareIgor Russkikh1-16/+16
2017-12-15net: aquantia: Extend stat counters to 64bit valuesIgor Russkikh4-67/+79
2017-12-15net: aquantia: Fix hardware DMA stream overload on large MRRSIgor Russkikh2-0/+18
2017-12-15net: aquantia: Fix actual speed capabilities reportingIgor Russkikh6-9/+35
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-10-29net: aquantia: Make local functions staticWei Yongjun1-4/+4
2017-10-21net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh1-6/+6
2017-10-21net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh9-62/+155
2017-10-21net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh1-0/+3
2017-10-21net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh1-4/+7
2017-10-21net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh1-0/+2
2017-10-21net: aquantia: Add queue restarts stats counterIgor Russkikh2-58/+37
2017-10-21net: aquantia: Reset nic statistics on interface up/downIgor Russkikh6-17/+75
2017-10-12treewide: Fix typos in KconfigMasanari Iida1-1/+1
2017-09-26atlantic: fix iommu errorsPavel Belous3-27/+49
2017-09-26aquantia: Fix transient invalid link down/up indicationsIgor Russkikh1-2/+1
2017-09-26aquantia: Fix Tx queue hangupsIgor Russkikh6-59/+76
2017-09-26aquantia: Setup max_mtu in ndev to enable jumbo framesIgor Russkikh2-10/+3
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-65/+68
2017-08-29net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous1-0/+6
2017-08-29net:ethernet:aquantia: Fix for multicast filter handling.Igor Russkikh1-1/+16
2017-08-29net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous4-23/+18
2017-08-29net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous2-0/+12
2017-08-29net:ethernet:aquantia: Fix for number of RSS queues.Pavel Belous1-0/+2
2017-08-29net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous4-41/+14
2017-08-04aquantia: Switch to use napi_gro_receivePavel Belous3-3/+10
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