summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-083-20/+30
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-083-16/+27
| |\
| | * net: ena: gcc 8: fix compilation warningSameeh Jubran2019-05-041-1/+1
| | * net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran2019-05-041-0/+1
| | * net: ena: improve latency by disabling adaptive interrupt moderation by defaultSameeh Jubran2019-05-041-1/+5
| | * net: ena: fix return value of ena_com_config_llq_info()Sameeh Jubran2019-05-041-1/+1
| | * net: ena: fix incorrect test of supported hash functionSameeh Jubran2019-05-041-1/+1
| | * net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran2019-05-041-0/+1
| | * net: ena: fix: set freed objects to NULL to avoid failing future allocationsSameeh Jubran2019-05-041-10/+15
| | * net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran2019-05-041-2/+2
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
| * | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2Star
| |/
* / drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0Star
|/
* net: ena: update driver version from 2.0.2 to 2.0.3Arthur Kiyanovski2019-02-121-1/+1
* net: ena: fix race between link up and device initalizationArthur Kiyanovski2019-02-121-5/+5
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-30/+31
* net: ena: update driver version from 2.0.1 to 2.0.2Arthur Kiyanovski2018-11-201-1/+1
* net: ena: fix crash during ena_remove()Arthur Kiyanovski2018-11-201-11/+10Star
* net: ena: fix crash during failed resume from hibernationArthur Kiyanovski2018-11-201-1/+1
* net: ena: fix compilation error in xtensa architectureArthur Kiyanovski2018-10-231-0/+1
* net: ena: enable Low Latency QueuesArthur Kiyanovski2018-10-181-14/+4Star
* net: ena: Fix Kconfig dependency on X86Netanel Belgazal2018-10-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-132-14/+16
|\
| * net: ena: fix auto casting to booleanArthur Kiyanovski2018-10-091-4/+4
| * net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski2018-10-091-2/+7
| * net: ena: fix rare bug when failed restart/resume is followed by driver removalArthur Kiyanovski2018-10-091-0/+4
| * net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski2018-10-091-8/+1Star
* | net: ena: fix indentations in ena_defs for better readabilityArthur Kiyanovski2018-10-113-425/+338Star
* | net: ena: update driver version to 2.0.1Arthur Kiyanovski2018-10-111-3/+3
* | net: ena: remove redundant parameter in ena_com_admin_init()Arthur Kiyanovski2018-10-113-9/+4Star
* | net: ena: change rx copybreak default to reduce kernel memory pressureArthur Kiyanovski2018-10-111-1/+1
* | net: ena: limit refill Rx threshold to 256 to avoid latency issuesArthur Kiyanovski2018-10-112-3/+6
* | net: ena: explicit casting and initialization, and clearer error handlingArthur Kiyanovski2018-10-113-30/+36
* | net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski2018-10-116-3/+26
* | net: ena: add functions for handling Low Latency Queues in ena_netdevArthur Kiyanovski2018-10-113-143/+251
* | net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski2018-10-115-80/+474
* | net: ena: introduce Low Latency Queues data structures according to ENA specArthur Kiyanovski2018-10-113-6/+128
* | net: ena: complete host info to match latest ENA specArthur Kiyanovski2018-10-114-14/+43
* | net: ena: minor performance improvementArthur Kiyanovski2018-10-112-45/+44Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-22/+0Star
|\|
| * net: ena: remove ndo_poll_controllerEric Dumazet2018-09-281-22/+0Star
* | 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