summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)AuthorFilesLines
2020-12-02net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin1-9/+8
2020-06-20net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski1-2/+4
2020-03-11net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski3-0/+16
2020-03-11net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-03-11net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2-1/+25
2020-03-11net: ena: rss: store hash function as values and not bitsArthur Kiyanovski1-1/+5
2020-03-11net: ena: rss: fix failure to get indirection tableSameeh Jubran1-0/+14
2020-03-11net: ena: fix incorrect default RSS keyArthur Kiyanovski2-0/+16
2020-03-11net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski1-0/+1
2020-03-11net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski1-8/+9
2020-01-29net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran1-0/+1
2020-01-29net: ena: fix incorrect test of supported hash functionSameeh Jubran1-1/+1
2020-01-29net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran1-0/+1
2020-01-29net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran1-2/+2
2020-01-04net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal1-3/+7
2019-11-28net: ena: Fix Kconfig dependency on X86Netanel Belgazal1-1/+1
2019-05-31net: ena: gcc 8: fix compilation warningSameeh Jubran1-1/+1
2018-11-10net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski1-2/+7
2018-10-10net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal2-5/+16
2018-08-06net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman1-0/+1
2018-04-13net: ena: disable admin msix while working in polling modeNetanel Belgazal1-0/+8
2018-04-13net: ena: add missing unmap bars on device removalNetanel Belgazal1-4/+11
2018-04-13net: ena: add missing return when ena_com_get_io_handlers() failsNetanel Belgazal1-0/+2
2018-04-13net: ena: fix race condition between submit and completion admin commandNetanel Belgazal1-4/+2
2018-04-13net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal1-10/+11
2017-11-08net/ena: change driver's default timeoutsNetanel Belgazal2-5/+5
2016-08-24net: ena: change the return type of ena_set_push_mode() to be void.Rami Rosen1-9/+3
2016-08-16net: ena: Fix error return code in ena_device_init()Wei Yongjun1-0/+1
2016-08-16net: ena: Remove unnecessary pci_set_drvdata()Wei Yongjun1-3/+0
2016-08-13net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)Netanel Belgazal15-0/+10540