aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-07-26net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman1-0/+1
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2018-04-24net: ena: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck1-27/+1
2018-03-26net: ena: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya3-6/+15
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+30
2018-01-03net: ena: fix error handling in ena_down() sequenceNetanel Belgazal1-2/+17
2018-01-03net: ena: unmask MSI-X only after device initialization is completedNetanel Belgazal1-13/+13
2018-01-02net: ena: increase ena driver version to 1.5.0Netanel Belgazal1-1/+1
2018-01-02net: ena: add detection and recovery mechanism for handling missed/misrouted MSI-XNetanel Belgazal5-7/+80
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-20net: ena: fix race condition between device reset and link up setupNetanel Belgazal2-3/+11
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+6
2017-10-19net: ena: increase ena driver version to 1.3.0Netanel Belgazal1-2/+2
2017-10-19net: ena: add new admin define for future support of IPv6 RSSNetanel Belgazal1-0/+6
2017-10-19net: ena: add statistics for missed tx packetsNetanel Belgazal3-13/+19
2017-10-19net: ena: add power management ops to the ENA driverNetanel Belgazal3-27/+95
2017-10-19net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal3-56/+0
2017-10-19net: ena: improve ENA driver boot time.Netanel Belgazal1-4/+8
2017-10-19net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal1-2/+2
2017-10-19net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal1-1/+2
2017-10-19net: ena: reduce the severity of some printoutsNetanel Belgazal1-2/+2
2017-09-26net: ena: Remove redundant unlikely()Tobias Klauser1-2/+2
2017-06-23net: ena: update ena driver to version 1.2.0Netanel Belgazal1-3/+3
2017-06-23net: ena: update driver's rx drop statisticsNetanel Belgazal1-0/+9
2017-06-23net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal1-2/+2
2017-06-23net: ena: separate skb allocation to dedicated functionNetanel Belgazal1-17/+27
2017-06-23net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal1-1/+1
2017-06-23net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal2-20/+51
2017-06-23net: ena: add support for out of order rx buffers refillNetanel Belgazal4-17/+83
2017-06-23net: ena: add reset reason for each device FLRNetanel Belgazal5-6/+54
2017-06-23net: ena: change sizeof() argument to be the type pointerNetanel Belgazal1-8/+8
2017-06-23net: ena: add hardware hints capability to the driverNetanel Belgazal6-11/+137
2017-06-23net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal3-28/+24
2017-06-11net: ena: update ena driver to version 1.1.7Netanel Belgazal1-1/+1
2017-06-11net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal3-31/+50
2017-06-11net: ena: disable admin msix while working in polling modeNetanel Belgazal1-0/+8
2017-06-11net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal3-0/+58
2017-06-11net: ena: add missing unmap bars on device removalNetanel Belgazal1-4/+11
2017-06-11net: ena: fix race condition between submit and completion admin commandNetanel Belgazal1-4/+2
2017-06-11net: ena: add missing return when ena_com_get_io_handlers() failsNetanel Belgazal1-0/+2
2017-06-11net: ena: fix bug that might cause hang after consecutive open/close interface.Netanel Belgazal1-15/+26
2017-06-11net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal1-10/+11
2017-04-11net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig2-45/+12
2017-02-20net: ena: remove superfluous check in ena_remove()Lino Sanfilippo1-6/+0
2017-02-09net/ena: update driver version to 1.1.2Netanel Belgazal1-1/+1