index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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_ethtool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ena: Update driver to use ethtool_sprintf
Alexander Duyck
2021-03-17
1
-14
/
+11
*
net: ena: introduce XDP redirect implementation
Shay Agroskin
2020-12-09
1
-0
/
+1
*
net: ena: fix coding style nits
Shay Agroskin
2020-12-09
1
-1
/
+1
*
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-23
1
-0
/
+1
*
net: ena: Capitalize all log strings and improve code readability
Shay Agroskin
2020-09-21
1
-1
/
+1
*
net: ena: Change license into format to SPDX in all files
Shay Agroskin
2020-09-21
1
-29
/
+2
*
net: ena: xdp: add queue counters for xdp actions
Sameeh Jubran
2020-09-10
1
-0
/
+5
*
net: ena: ethtool: add stats printing to XDP queues
Sameeh Jubran
2020-09-10
1
-17
/
+28
*
net: ena: ethtool: Add new device statistics
Sameeh Jubran
2020-09-10
1
-20
/
+86
*
net: ena: ethtool: convert stat_offset to 64 bit resolution
Sameeh Jubran
2020-09-10
1
-10
/
+8
*
net: ena: cosmetic: change ena_com_stats_admin stats to u64
Arthur Kiyanovski
2020-07-21
1
-2
/
+2
*
net: ena: cosmetic: remove unnecessary code
Arthur Kiyanovski
2020-05-22
1
-8
/
+3
*
net: ena: cosmetic: rename ena_update_tx/rx_rings_intr_moderation()
Arthur Kiyanovski
2020-05-22
1
-4
/
+4
*
net: ena: cosmetic: extract code to ena_indirection_table_set()
Arthur Kiyanovski
2020-05-03
1
-18
/
+30
*
net: ena: add unmask interrupts statistics to ethtool
Sameeh Jubran
2020-05-03
1
-0
/
+1
*
net: ena: remove code that does nothing
Sameeh Jubran
2020-05-03
1
-4
/
+1
*
net: ena: allow setting the hash function without changing the key
Sameeh Jubran
2020-05-03
1
-4
/
+8
*
net: ena: ethtool: clean up minor indentation issue
Colin Ian King
2020-03-14
1
-1
/
+1
*
net: ena: reject unsupported coalescing params
Jakub Kicinski
2020-03-10
1
-0
/
+2
*
net/amazon: Ensure that driver version is aligned to the linux kernel
Leon Romanovsky
2020-02-24
1
-1
/
+0
*
net: ena: ethtool: remove redundant non-zero check on rc
Colin Ian King
2020-02-23
1
-4
/
+0
*
net: ena: ethtool: use correct value for crc32 hash
Sameeh Jubran
2020-02-11
1
-2
/
+2
*
net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE
Arthur Kiyanovski
2020-02-11
1
-0
/
+3
*
net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...
Arthur Kiyanovski
2020-02-11
1
-1
/
+23
*
net: ena: rss: fix failure to get indirection table
Sameeh Jubran
2020-02-11
1
-0
/
+14
*
net: ena: add missing ethtool TX timestamping indication
Arthur Kiyanovski
2020-02-11
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-22
1
-14
/
+10
|
\
|
*
net: ena: fix issues in setting interrupt moderation params in ethtool
Arthur Kiyanovski
2019-12-20
1
-14
/
+10
*
|
net: ena: Implement XDP_TX action
Sameeh Jubran
2019-12-12
1
-1
/
+3
|
/
*
net: ena: ethtool: support set_channels callback
Sameeh Jubran
2019-10-07
1
-0
/
+13
*
net: ena: make ethtool -l show correct max number of queues
Sameeh Jubran
2019-10-07
1
-1
/
+1
*
net: ena: ethtool: get_channels: use combined only
Sameeh Jubran
2019-10-07
1
-8
/
+2
*
net: ena: change num_queues to num_io_queues for clarity and consistency
Sameeh Jubran
2019-10-07
1
-10
/
+10
*
net: ena: fix retrieval of nonadaptive interrupt moderation intervals
Arthur Kiyanovski
2019-09-16
1
-2
/
+3
*
net: ena: reimplement set/get_coalesce()
Arthur Kiyanovski
2019-09-16
1
-58
/
+26
*
Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"
Jakub Kicinski
2019-06-26
1
-64
/
+11
*
net: ena: add ethtool function for changing io queue sizes
Sameeh Jubran
2019-06-12
1
-0
/
+22
*
net: ena: allow queue allocation backoff when low on memory
Sameeh Jubran
2019-06-12
1
-2
/
+2
*
net: ena: make ethtool show correct current and max queue sizes
Sameeh Jubran
2019-06-12
1
-6
/
+4
*
net: ena: add good checksum counter
Sameeh Jubran
2019-06-03
1
-1
/
+2
*
net: ena: ethtool: add extra properties retrieval via get_priv_flags
Arthur Kiyanovski
2019-06-03
1
-11
/
+64
*
net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entry
Sameeh Jubran
2019-05-04
1
-2
/
+2
*
net: ena: use CSUM_CHECKED device indication to report skb's checksum status
Arthur Kiyanovski
2018-10-11
1
-0
/
+1
*
net: ena: add functions for handling Low Latency Queues in ena_netdev
Arthur Kiyanovski
2018-10-11
1
-0
/
+1
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-2
/
+2
|
\
|
*
net: ena: fix wrong max Tx/Rx queues on ethtool
Netanel Belgazal
2017-10-19
1
-2
/
+2
*
|
net: ena: add statistics for missed tx packets
Netanel Belgazal
2017-10-19
1
-0
/
+1
*
|
net: ena: add power management ops to the ENA driver
Netanel Belgazal
2017-10-19
1
-0
/
+2
*
|
net: ena: remove legacy suspend suspend/resume support
Netanel Belgazal
2017-10-19
1
-2
/
+0
|
/
[next]