summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia
Commit message (Expand)AuthorAgeFilesLines
* net: aquantia: Increment driver versionIgor Russkikh2017-12-152-3/+6
* net: aquantia: Fix typo in ethtool statistics namesIgor Russkikh2017-12-151-8/+8
* net: aquantia: Update hw counters on hw initIgor Russkikh2017-12-152-0/+8
* net: aquantia: Improve link state and statistics check interval callbackIgor Russkikh2017-12-152-3/+6
* net: aquantia: Fill in multicast counter in ndev stats from hardwareIgor Russkikh2017-12-151-0/+1
* net: aquantia: Fill ndev stat couters from hardwareIgor Russkikh2017-12-151-16/+16
* net: aquantia: Extend stat counters to 64bit valuesIgor Russkikh2017-12-154-67/+79
* net: aquantia: Fix hardware DMA stream overload on large MRRSIgor Russkikh2017-12-152-0/+18
* net: aquantia: Fix actual speed capabilities reportingIgor Russkikh2017-12-156-9/+35
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-2/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-4/+4
|\ \ | |/ |/|
| * net: aquantia: Make local functions staticWei Yongjun2017-10-291-4/+4
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ | |/ |/|
| * treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
* | net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh2017-10-211-6/+6
* | net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh2017-10-219-62/+155
* | net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh2017-10-211-0/+3
* | net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh2017-10-211-4/+7
* | net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh2017-10-211-0/+2
* | net: aquantia: Add queue restarts stats counterIgor Russkikh2017-10-212-58/+37
* | net: aquantia: Reset nic statistics on interface up/downIgor Russkikh2017-10-216-17/+75
|/
* atlantic: fix iommu errorsPavel Belous2017-09-263-27/+49
* aquantia: Fix transient invalid link down/up indicationsIgor Russkikh2017-09-261-2/+1
* aquantia: Fix Tx queue hangupsIgor Russkikh2017-09-266-59/+76
* aquantia: Setup max_mtu in ndev to enable jumbo framesIgor Russkikh2017-09-262-10/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-019-65/+68
|\
| * net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous2017-08-291-0/+6
| * net:ethernet:aquantia: Fix for multicast filter handling.Igor Russkikh2017-08-291-1/+16
| * net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous2017-08-294-23/+18
| * net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous2017-08-292-0/+12
| * net:ethernet:aquantia: Fix for number of RSS queues.Pavel Belous2017-08-291-0/+2
| * net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous2017-08-294-41/+14
* | aquantia: Switch to use napi_gro_receivePavel Belous2017-08-043-3/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-3/+0
|\
| * net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_powerPhilippe Reynes2017-06-101-3/+0
* | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-1/+1
|/
* ethernet: aquantia: remove redundant checks on error statusColin Ian King2017-05-112-23/+2
* aquantia: Fix "ethtool -S" crash when adapter down.Pavel Belous2017-05-081-2/+4
* aquantia: Fix driver name reported by ethtoolPavel Belous2017-05-041-1/+1
* net:ethernet:aquantia: Reset is_gso flag when EOP reached.Pavel Belous2017-03-242-0/+2
* net:ethernet:aquantia: Fix for LSO with IPv6.Pavel Belous2017-03-244-1/+11
* net:ethernet:aquantia: Missing spinlock initialization.Pavel Belous2017-03-241-0/+1
* net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6.Pavel Belous2017-03-241-4/+16
* net:ethernet:aquantia: Remove adapter re-opening when MTU changed.Pavel Belous2017-03-241-5/+0
* net:ethernet:aquantia: Fix for RX checksum offload.Pavel Belous2017-03-222-0/+2
* net: ethernet: aquantia: set net_device mtu when mtu is changedDavid Arcari2017-03-161-0/+1
* net: ethernet: aquantia: call set_irq_affinity_hint before free_irqDavid Arcari2017-03-121-1/+1
* net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous2017-02-203-95/+97