Age | Commit message (Expand) | Author | Files | Lines |
2020-07-22 | net: ena: support new LLQ acceleration mode | Arthur Kiyanovski | 1 | -2/+17 |
2020-05-23 | net: ena: reduce driver load time | Arthur Kiyanovski | 1 | -10/+26 |
2020-05-23 | net: ena: cosmetic: minor code changes | Arthur Kiyanovski | 1 | -1/+1 |
2020-05-23 | net: ena: cosmetic: code reorderings | Arthur Kiyanovski | 1 | -8/+9 |
2020-05-23 | net: ena: cosmetic: fix line break issues | Arthur Kiyanovski | 1 | -5/+3 |
2020-05-23 | net: ena: cosmetic: fix spelling and grammar mistakes in comments | Arthur Kiyanovski | 1 | -1/+1 |
2020-05-23 | net: ena: simplify ena_com_update_intr_delay_resolution() | Arthur Kiyanovski | 1 | -6/+2 |
2020-05-23 | net: ena: fix ena_com_comp_status_to_errno() return value | Arthur Kiyanovski | 1 | -4/+1 |
2020-05-23 | net: ena: use explicit variable size for clarity | Arthur Kiyanovski | 1 | -4/+3 |
2020-05-04 | net: ena: changes to RSS hash key allocation | Sameeh Jubran | 1 | -11/+5 |
2020-05-04 | net: ena: allow setting the hash function without changing the key | Sameeh Jubran | 1 | -4/+9 |
2020-05-04 | net: ena: fix error returning in ena_com_get_hash_function() | Arthur Kiyanovski | 1 | -2/+4 |
2020-05-04 | net: ena: avoid unnecessary admin command when RSS function set fails | Arthur Kiyanovski | 1 | -1/+3 |
2020-02-18 | net: ena: remove set but not used variable 'hash_key' | YueHaibing | 1 | -4/+0 |
2020-02-12 | net: ena: ena-com.c: prevent NULL pointer dereference | Arthur Kiyanovski | 1 | -0/+5 |
2020-02-12 | net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE | Arthur Kiyanovski | 1 | -0/+5 |
2020-02-12 | net: ena: fix corruption of dev_idx_to_host_tbl | Arthur Kiyanovski | 1 | -28/+0 |
2020-02-12 | net: ena: rss: store hash function as values and not bits | Arthur Kiyanovski | 1 | -1/+5 |
2020-02-12 | net: ena: rss: do not allocate key when not supported | Sameeh Jubran | 1 | -3/+21 |
2020-02-12 | net: ena: fix incorrect default RSS key | Arthur Kiyanovski | 1 | -0/+15 |
2020-02-12 | net: ena: fix potential crash when rxfh key is NULL | Arthur Kiyanovski | 1 | -8/+9 |
2019-09-16 | net: ena: fix incorrect update of intr_delay_resolution | Arthur Kiyanovski | 1 | -4/+17 |
2019-09-16 | net: ena: remove all old adaptive rx interrupt moderation code from ena_com | Arthur Kiyanovski | 1 | -110/+0 |
2019-09-16 | net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in... | Arthur Kiyanovski | 1 | -14/+16 |
2019-09-16 | net: ena: switch to dim algorithm for rx adaptive interrupt moderation | Arthur Kiyanovski | 1 | -3/+1 |
2019-09-16 | net: ena: add intr_moder_rx_interval to struct ena_com_dev and use it | Arthur Kiyanovski | 1 | -16/+4 |
2019-06-26 | Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags" | Jakub Kicinski | 1 | -56/+0 |
2019-06-12 | net: ena: remove inline keyword from functions in *.c | Sameeh Jubran | 1 | -3/+3 |
2019-06-12 | net: ena: add MAX_QUEUES_EXT get feature admin command | Arthur Kiyanovski | 1 | -28/+48 |
2019-06-03 | net: ena: add support for changing max_header_size in LLQ mode | Sameeh Jubran | 1 | -6/+4 |
2019-06-03 | net: ena: allow automatic fallback to polling mode | Sameeh Jubran | 1 | -9/+25 |
2019-06-03 | net: ena: add newline at the end of pr_err prints | Sameeh Jubran | 1 | -8/+8 |
2019-06-03 | net: ena: ethtool: add extra properties retrieval via get_priv_flags | Arthur Kiyanovski | 1 | -0/+56 |
2019-06-03 | net: ena: add handling of llq max tx burst size | Sameeh Jubran | 1 | -0/+7 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+8 |
2019-05-04 | net: ena: fix ena_com_fill_hash_function() implementation | Sameeh Jubran | 1 | -0/+1 |
2019-05-04 | net: ena: improve latency by disabling adaptive interrupt moderation by default | Sameeh Jubran | 1 | -1/+5 |
2019-05-04 | net: ena: fix return value of ena_com_config_llq_info() | Sameeh Jubran | 1 | -1/+1 |
2019-05-04 | net: ena: fix incorrect test of supported hash function | Sameeh Jubran | 1 | -1/+1 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 1 | -1/+0 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 1 | -30/+31 |
2018-10-11 | net: ena: remove redundant parameter in ena_com_admin_init() | Arthur Kiyanovski | 1 | -4/+2 |
2018-10-11 | net: ena: explicit casting and initialization, and clearer error handling | Arthur Kiyanovski | 1 | -16/+23 |
2018-10-11 | net: ena: add functions for handling Low Latency Queues in ena_com | Arthur Kiyanovski | 1 | -14/+235 |
2018-10-11 | net: ena: complete host info to match latest ENA spec | Arthur Kiyanovski | 1 | -8/+4 |
2018-09-09 | net: ena: fix incorrect usage of memory barriers | Netanel Belgazal | 1 | -9/+7 |
2018-09-09 | net: ena: fix missing calls to READ_ONCE | Netanel Belgazal | 1 | -4/+4 |
2018-07-27 | net: ena: Fix use of uninitialized DMA address bits field | Gal Pressman | 1 | -0/+1 |
2018-03-26 | net: ena: Eliminate duplicate barriers on weakly-ordered archs | Sinan Kaya | 1 | -2/+6 |
2017-10-19 | net: ena: improve ENA driver boot time. | Netanel Belgazal | 1 | -4/+8 |