aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/amazon/ena/ena_com.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-17net: ena: remove set but not used variable 'hash_key'YueHaibing1-4/+0
2020-02-11net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-02-11net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski1-0/+5
2020-02-11net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski1-28/+0
2020-02-11net: ena: rss: store hash function as values and not bitsArthur Kiyanovski1-1/+5
2020-02-11net: ena: rss: do not allocate key when not supportedSameeh Jubran1-3/+21
2020-02-11net: ena: fix incorrect default RSS keyArthur Kiyanovski1-0/+15
2020-02-11net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski1-8/+9
2019-09-16net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski1-4/+17
2019-09-16net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski1-110/+0
2019-09-16net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_interval _*()Arthur Kiyanovski1-14/+16
2019-09-16net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski1-3/+1
2019-09-16net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski1-16/+4
2019-06-26Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski1-56/+0
2019-06-12net: ena: remove inline keyword from functions in *.cSameeh Jubran1-3/+3
2019-06-12net: ena: add MAX_QUEUES_EXT get feature admin commandArthur Kiyanovski1-28/+48
2019-06-03net: ena: add support for changing max_header_size in LLQ modeSameeh Jubran1-6/+4
2019-06-03net: ena: allow automatic fallback to polling modeSameeh Jubran1-9/+25
2019-06-03net: ena: add newline at the end of pr_err printsSameeh Jubran1-8/+8
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski1-0/+56
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran1-0/+7
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+8
2019-05-04net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran1-0/+1
2019-05-04net: ena: improve latency by disabling adaptive interrupt moderation by defaultSameeh Jubran1-1/+5
2019-05-04net: ena: fix return value of ena_com_config_llq_info()Sameeh Jubran1-1/+1
2019-05-04net: ena: fix incorrect test of supported hash functionSameeh Jubran1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-30/+31
2018-10-11net: ena: remove redundant parameter in ena_com_admin_init()Arthur Kiyanovski1-4/+2
2018-10-11net: ena: explicit casting and initialization, and clearer error handlingArthur Kiyanovski1-16/+23
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski1-14/+235
2018-10-11net: ena: complete host info to match latest ENA specArthur Kiyanovski1-8/+4
2018-09-09net: ena: fix incorrect usage of memory barriersNetanel Belgazal1-9/+7
2018-09-09net: ena: fix missing calls to READ_ONCENetanel Belgazal1-4/+4
2018-07-26net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman1-0/+1
2018-03-26net: ena: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+6
2017-10-19net: ena: improve ENA driver boot time.Netanel Belgazal1-4/+8
2017-09-26net: ena: Remove redundant unlikely()Tobias Klauser1-2/+2
2017-06-23net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal1-2/+2
2017-06-23net: ena: add reset reason for each device FLRNetanel Belgazal1-1/+4
2017-06-23net: ena: change sizeof() argument to be the type pointerNetanel Belgazal1-8/+8
2017-06-23net: ena: add hardware hints capability to the driverNetanel Belgazal1-6/+32
2017-06-23net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal1-11/+11
2017-06-11net: ena: disable admin msix while working in polling modeNetanel Belgazal1-0/+8
2017-06-11net: ena: fix race condition between submit and completion admin commandNetanel Belgazal1-4/+2
2017-06-11net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal1-10/+11
2017-02-09net/ena: change condition for host attribute configurationNetanel Belgazal1-5/+3
2017-02-09net/ena: change driver's default timeoutsNetanel Belgazal1-2/+2
2017-02-09net/ena: reduce the severity of ena printoutsNetanel Belgazal1-10/+17
2017-02-09net/ena: fix RSS default hash configurationNetanel Belgazal1-1/+1