aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)Author
2020-06-20net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski
2020-03-11net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski
2020-03-11net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski
2020-03-11net: ena: ethtool: use correct value for crc32 hashSameeh Jubran
2020-03-11net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski
2020-03-11net: ena: rss: store hash function as values and not bitsArthur Kiyanovski
2020-03-11net: ena: rss: fix failure to get indirection tableSameeh Jubran
2020-03-11net: ena: fix incorrect default RSS keyArthur Kiyanovski
2020-03-11net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski
2020-03-11net: ena: fix uses of round_jiffies()Arthur Kiyanovski
2020-03-11net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski
2020-01-27net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran
2020-01-27net: ena: fix incorrect test of supported hash functionSameeh Jubran
2020-01-27net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran
2020-01-27net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran
2020-01-04net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal
2019-12-01net: ena: Fix Kconfig dependency on X86Netanel Belgazal
2019-05-31net: ena: gcc 8: fix compilation warningSameeh Jubran
2018-11-04net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski
2018-11-04net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski
2018-10-10net: ena: fix missing calls to READ_ONCENetanel Belgazal
2018-10-10net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal
2018-08-03net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman
2018-03-03net: ena: unmask MSI-X only after device initialization is completedNetanel Belgazal
2017-10-19net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal
2017-10-19net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal
2017-10-19net: ena: reduce the severity of some printoutsNetanel Belgazal
2017-06-23net: ena: update ena driver to version 1.2.0Netanel Belgazal
2017-06-23net: ena: update driver's rx drop statisticsNetanel Belgazal
2017-06-23net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal
2017-06-23net: ena: separate skb allocation to dedicated functionNetanel Belgazal
2017-06-23net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal
2017-06-23net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal
2017-06-23net: ena: add support for out of order rx buffers refillNetanel Belgazal
2017-06-23net: ena: add reset reason for each device FLRNetanel Belgazal
2017-06-23net: ena: change sizeof() argument to be the type pointerNetanel Belgazal
2017-06-23net: ena: add hardware hints capability to the driverNetanel Belgazal
2017-06-23net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal
2017-06-11net: ena: update ena driver to version 1.1.7Netanel Belgazal
2017-06-11net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal
2017-06-11net: ena: disable admin msix while working in polling modeNetanel Belgazal
2017-06-11net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal
2017-06-11net: ena: add missing unmap bars on device removalNetanel Belgazal
2017-06-11net: ena: fix race condition between submit and completion admin commandNetanel Belgazal
2017-06-11net: ena: add missing return when ena_com_get_io_handlers() failsNetanel Belgazal
2017-06-11net: ena: fix bug that might cause hang after consecutive open/close interface.Netanel Belgazal
2017-06-11net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal
2017-04-11net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig
2017-02-20net: ena: remove superfluous check in ena_remove()Lino Sanfilippo
2017-02-09net/ena: update driver version to 1.1.2Netanel Belgazal