index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
/
ena
/
ena_com.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ena: Fix toeplitz initial hash value
David Arinzon
2022-12-30
1
-20
/
+9
*
net: ena: Add capabilities field with support for ENI stats capability
Arthur Kiyanovski
2022-01-07
1
-0
/
+8
*
net: ena: re-organize code to improve readability
Shay Agroskin
2021-06-08
1
-1
/
+2
*
net: ena: fix inaccurate print type
Yixing Liu
2021-03-31
1
-2
/
+2
*
net: ena: store values in their appropriate variables types
Shay Agroskin
2020-12-09
1
-8
/
+7
*
net: ena: add device distinct log prefix to files
Shay Agroskin
2020-12-09
1
-151
/
+233
*
drivers/net/ethernet: remove incorrectly formatted doc
Jesse Brandeburg
2020-09-25
1
-1
/
+1
*
net: ena: Fix all static chekers' warnings
Shay Agroskin
2020-09-21
1
-0
/
+2
*
net: ena: Change RSS related macros and variables names
Shay Agroskin
2020-09-21
1
-11
/
+11
*
net: ena: Capitalize all log strings and improve code readability
Shay Agroskin
2020-09-21
1
-78
/
+93
*
net: ena: Change license into format to SPDX in all files
Shay Agroskin
2020-09-21
1
-29
/
+2
*
net: ena: ethtool: Add new device statistics
Sameeh Jubran
2020-09-10
1
-2
/
+17
*
net: ena: support new LLQ acceleration mode
Arthur Kiyanovski
2020-07-21
1
-2
/
+17
*
net: ena: reduce driver load time
Arthur Kiyanovski
2020-05-22
1
-10
/
+26
*
net: ena: cosmetic: minor code changes
Arthur Kiyanovski
2020-05-22
1
-1
/
+1
*
net: ena: cosmetic: code reorderings
Arthur Kiyanovski
2020-05-22
1
-8
/
+9
*
net: ena: cosmetic: fix line break issues
Arthur Kiyanovski
2020-05-22
1
-5
/
+3
*
net: ena: cosmetic: fix spelling and grammar mistakes in comments
Arthur Kiyanovski
2020-05-22
1
-1
/
+1
*
net: ena: simplify ena_com_update_intr_delay_resolution()
Arthur Kiyanovski
2020-05-22
1
-6
/
+2
*
net: ena: fix ena_com_comp_status_to_errno() return value
Arthur Kiyanovski
2020-05-22
1
-4
/
+1
*
net: ena: use explicit variable size for clarity
Arthur Kiyanovski
2020-05-22
1
-4
/
+3
*
net: ena: changes to RSS hash key allocation
Sameeh Jubran
2020-05-03
1
-11
/
+5
*
net: ena: allow setting the hash function without changing the key
Sameeh Jubran
2020-05-03
1
-4
/
+9
*
net: ena: fix error returning in ena_com_get_hash_function()
Arthur Kiyanovski
2020-05-03
1
-2
/
+4
*
net: ena: avoid unnecessary admin command when RSS function set fails
Arthur Kiyanovski
2020-05-03
1
-1
/
+3
*
net: ena: remove set but not used variable 'hash_key'
YueHaibing
2020-02-17
1
-4
/
+0
*
net: ena: ena-com.c: prevent NULL pointer dereference
Arthur Kiyanovski
2020-02-11
1
-0
/
+5
*
net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE
Arthur Kiyanovski
2020-02-11
1
-0
/
+5
*
net: ena: fix corruption of dev_idx_to_host_tbl
Arthur Kiyanovski
2020-02-11
1
-28
/
+0
*
net: ena: rss: store hash function as values and not bits
Arthur Kiyanovski
2020-02-11
1
-1
/
+5
*
net: ena: rss: do not allocate key when not supported
Sameeh Jubran
2020-02-11
1
-3
/
+21
*
net: ena: fix incorrect default RSS key
Arthur Kiyanovski
2020-02-11
1
-0
/
+15
*
net: ena: fix potential crash when rxfh key is NULL
Arthur Kiyanovski
2020-02-11
1
-8
/
+9
*
net: ena: fix incorrect update of intr_delay_resolution
Arthur Kiyanovski
2019-09-16
1
-4
/
+17
*
net: ena: remove all old adaptive rx interrupt moderation code from ena_com
Arthur Kiyanovski
2019-09-16
1
-110
/
+0
*
net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...
Arthur Kiyanovski
2019-09-16
1
-14
/
+16
*
net: ena: switch to dim algorithm for rx adaptive interrupt moderation
Arthur Kiyanovski
2019-09-16
1
-3
/
+1
*
net: ena: add intr_moder_rx_interval to struct ena_com_dev and use it
Arthur Kiyanovski
2019-09-16
1
-16
/
+4
*
Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"
Jakub Kicinski
2019-06-26
1
-56
/
+0
*
net: ena: remove inline keyword from functions in *.c
Sameeh Jubran
2019-06-12
1
-3
/
+3
*
net: ena: add MAX_QUEUES_EXT get feature admin command
Arthur Kiyanovski
2019-06-12
1
-28
/
+48
*
net: ena: add support for changing max_header_size in LLQ mode
Sameeh Jubran
2019-06-03
1
-6
/
+4
*
net: ena: allow automatic fallback to polling mode
Sameeh Jubran
2019-06-03
1
-9
/
+25
*
net: ena: add newline at the end of pr_err prints
Sameeh Jubran
2019-06-03
1
-8
/
+8
*
net: ena: ethtool: add extra properties retrieval via get_priv_flags
Arthur Kiyanovski
2019-06-03
1
-0
/
+56
*
net: ena: add handling of llq max tx burst size
Sameeh Jubran
2019-06-03
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-07
1
-3
/
+8
|
\
|
*
net: ena: fix ena_com_fill_hash_function() implementation
Sameeh Jubran
2019-05-04
1
-0
/
+1
|
*
net: ena: improve latency by disabling adaptive interrupt moderation by default
Sameeh Jubran
2019-05-04
1
-1
/
+5
|
*
net: ena: fix return value of ena_com_config_llq_info()
Sameeh Jubran
2019-05-04
1
-1
/
+1
[next]