summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)Author
2018-01-03net: ena: fix error handling in ena_down() sequenceNetanel Belgazal
2018-01-03net: ena: unmask MSI-X only after device initialization is completedNetanel Belgazal
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-20net: ena: fix race condition between device reset and link up setupNetanel Belgazal
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-19net: ena: increase ena driver version to 1.3.0Netanel Belgazal
2017-10-19net: ena: add new admin define for future support of IPv6 RSSNetanel Belgazal
2017-10-19net: ena: add statistics for missed tx packetsNetanel Belgazal
2017-10-19net: ena: add power management ops to the ENA driverNetanel Belgazal
2017-10-19net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal
2017-10-19net: ena: improve ENA driver boot time.Netanel 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-09-26net: ena: Remove redundant unlikely()Tobias Klauser
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
2017-02-09net/ena: change condition for host attribute configurationNetanel Belgazal
2017-02-09net/ena: change driver's default timeoutsNetanel Belgazal
2017-02-09net/ena: reduce the severity of ena printoutsNetanel Belgazal
2017-02-09net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal
2017-02-09net/ena: use napi_complete_done() return valueNetanel Belgazal
2017-02-09net/ena: fix potential access to freed memory during device resetNetanel Belgazal
2017-02-09net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal
2017-02-09net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal
2017-02-09net/ena: fix RSS default hash configurationNetanel Belgazal
2017-02-09net/ena: fix ethtool RSS flow configurationNetanel Belgazal