summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena
Commit message (Expand)AuthorAgeFilesLines
* net: ena: clean up indentation issueColin Ian King2019-09-271-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-1/+2
|\
| * net: ena: don't wake up tx queue when downSameeh Jubran2019-09-161-1/+2
* | net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski2019-09-163-4/+19
* | net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski2019-09-161-2/+3
* | net: ena: fix update of interrupt moderation registerArthur Kiyanovski2019-09-161-1/+4
* | net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski2019-09-162-252/+0
* | net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski2019-09-162-13/+0
* | net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski2019-09-162-10/+0
* | net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...Arthur Kiyanovski2019-09-161-14/+16
* | net: ena: enable the interrupt_moderation in driver_supported_featuresArthur Kiyanovski2019-09-162-0/+11
* | net: ena: reimplement set/get_coalesce()Arthur Kiyanovski2019-09-161-58/+26
* | net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski2019-09-163-21/+41
* | net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski2019-09-163-18/+13
|/
* Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski2019-06-266-184/+11
* net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran2019-06-231-2/+2
* net: ena: update driver version from 2.0.3 to 2.1.0Sameeh Jubran2019-06-121-2/+2
* net: ena: remove inline keyword from functions in *.cSameeh Jubran2019-06-123-24/+24
* net: ena: add ethtool function for changing io queue sizesSameeh Jubran2019-06-123-1/+40
* net: ena: allow queue allocation backoff when low on memorySameeh Jubran2019-06-123-42/+127
* net: ena: make ethtool show correct current and max queue sizesSameeh Jubran2019-06-122-6/+6
* net: ena: enable negotiating larger Rx ring sizeSameeh Jubran2019-06-122-49/+110
* net: ena: add MAX_QUEUES_EXT get feature admin commandArthur Kiyanovski2019-06-123-30/+105
* net: ena: use dev_info_once instead of static variableSameeh Jubran2019-06-031-3/+1
* net: ena: add good checksum counterSameeh Jubran2019-06-033-2/+7
* net: ena: optimise calculations for CQ doorbellSameeh Jubran2019-06-031-9/+11
* net: ena: add support for changing max_header_size in LLQ modeSameeh Jubran2019-06-031-6/+4
* net: ena: allow automatic fallback to polling modeSameeh Jubran2019-06-032-9/+39
* net: ena: add newline at the end of pr_err printsSameeh Jubran2019-06-031-8/+8
* net: ena: arrange ena_probe() function variables in reverse christmas treeSameeh Jubran2019-06-031-6/+6
* net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ringSameeh Jubran2019-06-032-31/+28
* net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski2019-06-036-11/+184
* net: ena: add handling of llq max tx burst sizeSameeh Jubran2019-06-036-17/+85
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-073-20/+30
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-073-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-011-1/+1
| * | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2
| |/
* / drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0
|/
* 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