summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_com.c
Commit message (Expand)AuthorAgeFilesLines
* net: ena: Fix toeplitz initial hash valueDavid Arinzon2022-12-301-20/+9
* net: ena: Add capabilities field with support for ENI stats capabilityArthur Kiyanovski2022-01-071-0/+8
* net: ena: re-organize code to improve readabilityShay Agroskin2021-06-081-1/+2
* net: ena: fix inaccurate print typeYixing Liu2021-03-311-2/+2
* net: ena: store values in their appropriate variables typesShay Agroskin2020-12-091-8/+7
* net: ena: add device distinct log prefix to filesShay Agroskin2020-12-091-151/+233
* drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg2020-09-251-1/+1
* net: ena: Fix all static chekers' warningsShay Agroskin2020-09-211-0/+2
* net: ena: Change RSS related macros and variables namesShay Agroskin2020-09-211-11/+11
* net: ena: Capitalize all log strings and improve code readabilityShay Agroskin2020-09-211-78/+93
* net: ena: Change license into format to SPDX in all filesShay Agroskin2020-09-211-29/+2
* net: ena: ethtool: Add new device statisticsSameeh Jubran2020-09-101-2/+17
* net: ena: support new LLQ acceleration modeArthur Kiyanovski2020-07-211-2/+17
* net: ena: reduce driver load timeArthur Kiyanovski2020-05-221-10/+26
* net: ena: cosmetic: minor code changesArthur Kiyanovski2020-05-221-1/+1
* net: ena: cosmetic: code reorderingsArthur Kiyanovski2020-05-221-8/+9
* net: ena: cosmetic: fix line break issuesArthur Kiyanovski2020-05-221-5/+3
* net: ena: cosmetic: fix spelling and grammar mistakes in commentsArthur Kiyanovski2020-05-221-1/+1
* net: ena: simplify ena_com_update_intr_delay_resolution()Arthur Kiyanovski2020-05-221-6/+2
* net: ena: fix ena_com_comp_status_to_errno() return valueArthur Kiyanovski2020-05-221-4/+1
* net: ena: use explicit variable size for clarityArthur Kiyanovski2020-05-221-4/+3
* net: ena: changes to RSS hash key allocationSameeh Jubran2020-05-031-11/+5
* net: ena: allow setting the hash function without changing the keySameeh Jubran2020-05-031-4/+9
* net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski2020-05-031-2/+4
* net: ena: avoid unnecessary admin command when RSS function set failsArthur Kiyanovski2020-05-031-1/+3
* net: ena: remove set but not used variable 'hash_key'YueHaibing2020-02-171-4/+0
* net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski2020-02-111-0/+5
* net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski2020-02-111-0/+5
* net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski2020-02-111-28/+0
* net: ena: rss: store hash function as values and not bitsArthur Kiyanovski2020-02-111-1/+5
* net: ena: rss: do not allocate key when not supportedSameeh Jubran2020-02-111-3/+21
* net: ena: fix incorrect default RSS keyArthur Kiyanovski2020-02-111-0/+15
* net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski2020-02-111-8/+9
* net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski2019-09-161-4/+17
* net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski2019-09-161-110/+0
* net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...Arthur Kiyanovski2019-09-161-14/+16
* net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski2019-09-161-3/+1
* net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski2019-09-161-16/+4
* Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski2019-06-261-56/+0
* 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/+4
* 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-071-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