aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_com.c
AgeCommit message (Expand)Author
2024-05-02net: ena: Fix potential sign extension issueDavid Arinzon
2024-03-26net: ena: cosmetic: fix line break issuesArthur Kiyanovski
2020-06-22net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski
2020-03-05net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski
2020-03-05net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski
2020-03-05net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski
2020-03-05net: ena: rss: store hash function as values and not bitsArthur Kiyanovski
2020-03-05net: ena: rss: do not allocate key when not supportedSameeh Jubran
2020-03-05net: ena: fix incorrect default RSS keyArthur Kiyanovski
2020-03-05net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski
2019-09-16net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski
2019-09-16net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski
2019-09-16net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...Arthur Kiyanovski
2019-09-16net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski
2019-09-16net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski
2019-06-26Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski
2019-06-12net: ena: remove inline keyword from functions in *.cSameeh Jubran
2019-06-12net: ena: add MAX_QUEUES_EXT get feature admin commandArthur Kiyanovski
2019-06-03net: ena: add support for changing max_header_size in LLQ modeSameeh Jubran
2019-06-03net: ena: allow automatic fallback to polling modeSameeh Jubran
2019-06-03net: ena: add newline at the end of pr_err printsSameeh Jubran
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-04net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran
2019-05-04net: ena: improve latency by disabling adaptive interrupt moderation by defaultSameeh Jubran
2019-05-04net: ena: fix return value of ena_com_config_llq_info()Sameeh Jubran
2019-05-04net: ena: fix incorrect test of supported hash functionSameeh Jubran
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-10-11net: ena: remove redundant parameter in ena_com_admin_init()Arthur Kiyanovski
2018-10-11net: ena: explicit casting and initialization, and clearer error handlingArthur Kiyanovski
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski
2018-10-11net: ena: complete host info to match latest ENA specArthur Kiyanovski
2018-09-09net: ena: fix incorrect usage of memory barriersNetanel Belgazal
2018-09-09net: ena: fix missing calls to READ_ONCENetanel Belgazal
2018-07-26net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman
2018-03-26net: ena: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya
2017-10-19net: ena: improve ENA driver boot time.Netanel Belgazal
2017-09-26net: ena: Remove redundant unlikely()Tobias Klauser
2017-06-23net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal
2017-06-23net: ena: add reset reason for each device FLRNetanel Belgazal
2017-06-23net: ena: change sizeof() argument to be the type pointerNetanel Belgazal
2017-06-23net: ena: add hardware hints capability to the driverNetanel Belgazal
2017-06-23net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal
2017-06-11net: ena: disable admin msix while working in polling modeNetanel Belgazal
2017-06-11net: ena: fix race condition between submit and completion admin commandNetanel Belgazal
2017-06-11net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal
2017-02-09net/ena: change condition for host attribute configurationNetanel Belgazal
2017-02-09net/ena: change driver's default timeoutsNetanel Belgazal