summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_com.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski2019-06-261-56/+0Star
* net: ena: remove inline keyword from functions in *.cSameeh Jubran2019-06-121-3/+3
* net: ena: add MAX_QUEUES_EXT get feature admin commandArthur Kiyanovski2019-06-121-28/+48
* 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-031-9/+25
* net: ena: add newline at the end of pr_err printsSameeh Jubran2019-06-031-8/+8
* net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski2019-06-031-0/+56
* net: ena: add handling of llq max tx burst sizeSameeh Jubran2019-06-031-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-3/+8
|\
| * 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
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0Star
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-30/+31
* net: ena: remove redundant parameter in ena_com_admin_init()Arthur Kiyanovski2018-10-111-4/+2Star
* net: ena: explicit casting and initialization, and clearer error handlingArthur Kiyanovski2018-10-111-16/+23
* net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski2018-10-111-14/+235
* net: ena: complete host info to match latest ENA specArthur Kiyanovski2018-10-111-8/+4Star
* net: ena: fix incorrect usage of memory barriersNetanel Belgazal2018-09-091-9/+7Star
* net: ena: fix missing calls to READ_ONCENetanel Belgazal2018-09-091-4/+4
* net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman2018-07-271-0/+1
* net: ena: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-261-2/+6
* 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: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal2017-06-231-2/+2
* net: ena: add reset reason for each device FLRNetanel Belgazal2017-06-231-1/+4
* 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-231-6/+32
* net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal2017-06-231-11/+11
* net: ena: disable admin msix while working in polling modeNetanel Belgazal2017-06-111-0/+8
* net: ena: fix race condition between submit and completion admin commandNetanel Belgazal2017-06-111-4/+2Star
* net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal2017-06-111-10/+11
* net/ena: change condition for host attribute configurationNetanel Belgazal2017-02-101-5/+3Star
* net/ena: change driver's default timeoutsNetanel Belgazal2017-02-101-2/+2
* net/ena: reduce the severity of ena printoutsNetanel Belgazal2017-02-101-10/+17
* net/ena: fix RSS default hash configurationNetanel Belgazal2017-02-101-1/+1
* net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)Netanel Belgazal2016-08-131-0/+2666