summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0Star
* net: ena: fix incorrect usage of memory barriersNetanel Belgazal2018-09-094-34/+26Star
* net: ena: fix missing calls to READ_ONCENetanel Belgazal2018-09-091-4/+4
* net: ena: fix missing lock during device destructionNetanel Belgazal2018-09-091-13/+7Star
* net: ena: fix potential double ena_destroy_device()Netanel Belgazal2018-09-091-0/+5
* net: ena: fix device destruction to gracefully free resourcesNetanel Belgazal2018-09-091-6/+7
* net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal2018-09-092-5/+16
* net: ena: fix surprise unplug NULL dereference kernel crashNetanel Belgazal2018-09-091-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-0/+1
|\
| * net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman2018-07-271-0/+1
* | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
* | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-4/+4
* net: ena: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck2018-04-241-27/+1Star
* 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-221-4/+3Star
* 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-161-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-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/+0Star
* | 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/+24Star
* 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