summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski2019-06-266-184/+11Star
* 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/+1Star
* 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/+4Star
* 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/+28Star
* 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-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