index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
/
ena
/
ena_com.c
Age
Commit message (
Expand
)
Author
2020-05-22
net: ena: cosmetic: fix line break issues
Arthur Kiyanovski
2020-05-22
net: ena: cosmetic: fix spelling and grammar mistakes in comments
Arthur Kiyanovski
2020-05-22
net: ena: simplify ena_com_update_intr_delay_resolution()
Arthur Kiyanovski
2020-05-22
net: ena: fix ena_com_comp_status_to_errno() return value
Arthur Kiyanovski
2020-05-22
net: ena: use explicit variable size for clarity
Arthur Kiyanovski
2020-05-03
net: ena: changes to RSS hash key allocation
Sameeh Jubran
2020-05-03
net: ena: allow setting the hash function without changing the key
Sameeh Jubran
2020-05-03
net: ena: fix error returning in ena_com_get_hash_function()
Arthur Kiyanovski
2020-05-03
net: ena: avoid unnecessary admin command when RSS function set fails
Arthur Kiyanovski
2020-02-17
net: ena: remove set but not used variable 'hash_key'
YueHaibing
2020-02-11
net: ena: ena-com.c: prevent NULL pointer dereference
Arthur Kiyanovski
2020-02-11
net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE
Arthur Kiyanovski
2020-02-11
net: ena: fix corruption of dev_idx_to_host_tbl
Arthur Kiyanovski
2020-02-11
net: ena: rss: store hash function as values and not bits
Arthur Kiyanovski
2020-02-11
net: ena: rss: do not allocate key when not supported
Sameeh Jubran
2020-02-11
net: ena: fix incorrect default RSS key
Arthur Kiyanovski
2020-02-11
net: ena: fix potential crash when rxfh key is NULL
Arthur Kiyanovski
2019-09-16
net: ena: fix incorrect update of intr_delay_resolution
Arthur Kiyanovski
2019-09-16
net: ena: remove all old adaptive rx interrupt moderation code from ena_com
Arthur Kiyanovski
2019-09-16
net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...
Arthur Kiyanovski
2019-09-16
net: ena: switch to dim algorithm for rx adaptive interrupt moderation
Arthur Kiyanovski
2019-09-16
net: ena: add intr_moder_rx_interval to struct ena_com_dev and use it
Arthur Kiyanovski
2019-06-26
Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"
Jakub Kicinski
2019-06-12
net: ena: remove inline keyword from functions in *.c
Sameeh Jubran
2019-06-12
net: ena: add MAX_QUEUES_EXT get feature admin command
Arthur Kiyanovski
2019-06-03
net: ena: add support for changing max_header_size in LLQ mode
Sameeh Jubran
2019-06-03
net: ena: allow automatic fallback to polling mode
Sameeh Jubran
2019-06-03
net: ena: add newline at the end of pr_err prints
Sameeh Jubran
2019-06-03
net: ena: ethtool: add extra properties retrieval via get_priv_flags
Arthur Kiyanovski
2019-06-03
net: ena: add handling of llq max tx burst size
Sameeh Jubran
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-04
net: ena: fix ena_com_fill_hash_function() implementation
Sameeh Jubran
2019-05-04
net: ena: improve latency by disabling adaptive interrupt moderation by default
Sameeh Jubran
2019-05-04
net: ena: fix return value of ena_com_config_llq_info()
Sameeh Jubran
2019-05-04
net: ena: fix incorrect test of supported hash function
Sameeh Jubran
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-10-11
net: ena: remove redundant parameter in ena_com_admin_init()
Arthur Kiyanovski
2018-10-11
net: ena: explicit casting and initialization, and clearer error handling
Arthur Kiyanovski
2018-10-11
net: ena: add functions for handling Low Latency Queues in ena_com
Arthur Kiyanovski
2018-10-11
net: ena: complete host info to match latest ENA spec
Arthur Kiyanovski
2018-09-09
net: ena: fix incorrect usage of memory barriers
Netanel Belgazal
2018-09-09
net: ena: fix missing calls to READ_ONCE
Netanel Belgazal
2018-07-26
net: ena: Fix use of uninitialized DMA address bits field
Gal Pressman
2018-03-26
net: ena: Eliminate duplicate barriers on weakly-ordered archs
Sinan Kaya
2017-10-19
net: ena: improve ENA driver boot time.
Netanel Belgazal
2017-09-26
net: ena: Remove redundant unlikely()
Tobias Klauser
2017-06-23
net: ena: use lower_32_bits()/upper_32_bits() to split dma address
Netanel Belgazal
2017-06-23
net: ena: add reset reason for each device FLR
Netanel Belgazal
2017-06-23
net: ena: change sizeof() argument to be the type pointer
Netanel Belgazal
[next]