summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+4
* net: ena: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck2018-04-241-27/+1
* net: ena: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-263-6/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-15/+30
|\
| * net: ena: fix error handling in ena_down() sequenceNetanel Belgazal2018-01-031-2/+17
| * net: ena: unmask MSI-X only after device initialization is completedNetanel Belgazal2018-01-031-13/+13
* | net: ena: increase ena driver version to 1.5.0Netanel Belgazal2018-01-021-1/+1
* | net: ena: add detection and recovery mechanism for handling missed/misrouted ...Netanel Belgazal2018-01-025-7/+80
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* net: ena: fix race condition between device reset and link up setupNetanel Belgazal2017-11-202-3/+11
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-5/+6
|\ \ | |/
| * net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal2017-10-191-2/+2
| * net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal2017-10-191-1/+2
| * net: ena: reduce the severity of some printoutsNetanel Belgazal2017-10-191-2/+2
* | net: ena: increase ena driver version to 1.3.0Netanel Belgazal2017-10-191-2/+2
* | net: ena: add new admin define for future support of IPv6 RSSNetanel Belgazal2017-10-191-0/+6
* | net: ena: add statistics for missed tx packetsNetanel Belgazal2017-10-193-13/+19
* | net: ena: add power management ops to the ENA driverNetanel Belgazal2017-10-193-27/+95
* | net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal2017-10-193-56/+0
* | net: ena: improve ENA driver boot time.Netanel Belgazal2017-10-191-4/+8
* | net: ena: Remove redundant unlikely()Tobias Klauser2017-09-261-2/+2
|/
* net: ena: update ena driver to version 1.2.0Netanel Belgazal2017-06-231-3/+3
* net: ena: update driver's rx drop statisticsNetanel Belgazal2017-06-231-0/+9
* net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal2017-06-231-2/+2
* net: ena: separate skb allocation to dedicated functionNetanel Belgazal2017-06-231-17/+27
* net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal2017-06-231-1/+1
* net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal2017-06-232-20/+51
* net: ena: add support for out of order rx buffers refillNetanel Belgazal2017-06-234-17/+83
* net: ena: add reset reason for each device FLRNetanel Belgazal2017-06-235-6/+54
* net: ena: change sizeof() argument to be the type pointerNetanel Belgazal2017-06-231-8/+8
* net: ena: add hardware hints capability to the driverNetanel Belgazal2017-06-236-11/+137
* net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal2017-06-233-28/+24
* net: ena: update ena driver to version 1.1.7Netanel Belgazal2017-06-111-1/+1
* net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal2017-06-113-31/+50
* net: ena: disable admin msix while working in polling modeNetanel Belgazal2017-06-111-0/+8
* net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal2017-06-113-0/+58
* net: ena: add missing unmap bars on device removalNetanel Belgazal2017-06-111-4/+11
* net: ena: fix race condition between submit and completion admin commandNetanel Belgazal2017-06-111-4/+2
* net: ena: add missing return when ena_com_get_io_handlers() failsNetanel Belgazal2017-06-111-0/+2
* net: ena: fix bug that might cause hang after consecutive open/close interface.Netanel Belgazal2017-06-111-15/+26
* net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal2017-06-111-10/+11
* net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-112-45/+12
* net: ena: remove superfluous check in ena_remove()Lino Sanfilippo2017-02-201-6/+0
* net/ena: update driver version to 1.1.2Netanel Belgazal2017-02-091-1/+1
* net/ena: change condition for host attribute configurationNetanel Belgazal2017-02-092-7/+6
* net/ena: change driver's default timeoutsNetanel Belgazal2017-02-092-5/+5
* net/ena: reduce the severity of ena printoutsNetanel Belgazal2017-02-092-13/+28
* net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal2017-02-092-4/+5
OpenPOWER on IntegriCloud