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
Age
Commit message (
Expand
)
Author
2019-10-07
net: ena: ethtool: support set_channels callback
Sameeh Jubran
2019-10-07
net: ena: remove redundant print of number of queues
Sameeh Jubran
2019-10-07
net: ena: make ethtool -l show correct max number of queues
Sameeh Jubran
2019-10-07
net: ena: ethtool: get_channels: use combined only
Sameeh Jubran
2019-10-07
net: ena: multiple queue creation related cleanups
Sameeh Jubran
2019-10-07
net: ena: change num_queues to num_io_queues for clarity and consistency
Sameeh Jubran
2019-09-27
net: ena: clean up indentation issue
Colin Ian King
2019-09-22
net: ena: Select DIMLIB for ENA_ETHERNET
Mao Wenan
2019-09-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-16
net: ena: fix incorrect update of intr_delay_resolution
Arthur Kiyanovski
2019-09-16
net: ena: fix retrieval of nonadaptive interrupt moderation intervals
Arthur Kiyanovski
2019-09-16
net: ena: fix update of interrupt moderation register
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 ena_restore_ethtool_params() and relevant fields
Arthur Kiyanovski
2019-09-16
net: ena: remove old adaptive interrupt moderation code from ena_netdev
Arthur Kiyanovski
2019-09-16
net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...
Arthur Kiyanovski
2019-09-16
net: ena: enable the interrupt_moderation in driver_supported_features
Arthur Kiyanovski
2019-09-16
net: ena: reimplement set/get_coalesce()
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-09-16
net: ena: don't wake up tx queue when down
Sameeh Jubran
2019-06-26
Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"
Jakub Kicinski
2019-06-23
net: ena: Fix bug where ring allocation backoff stopped too late
Sameeh Jubran
2019-06-12
net: ena: update driver version from 2.0.3 to 2.1.0
Sameeh Jubran
2019-06-12
net: ena: remove inline keyword from functions in *.c
Sameeh Jubran
2019-06-12
net: ena: add ethtool function for changing io queue sizes
Sameeh Jubran
2019-06-12
net: ena: allow queue allocation backoff when low on memory
Sameeh Jubran
2019-06-12
net: ena: make ethtool show correct current and max queue sizes
Sameeh Jubran
2019-06-12
net: ena: enable negotiating larger Rx ring size
Sameeh Jubran
2019-06-12
net: ena: add MAX_QUEUES_EXT get feature admin command
Arthur Kiyanovski
2019-06-03
net: ena: use dev_info_once instead of static variable
Sameeh Jubran
2019-06-03
net: ena: add good checksum counter
Sameeh Jubran
2019-06-03
net: ena: optimise calculations for CQ doorbell
Sameeh Jubran
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: arrange ena_probe() function variables in reverse christmas tree
Sameeh Jubran
2019-06-03
net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ring
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-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-04
net: ena: gcc 8: fix compilation warning
Sameeh Jubran
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-05-04
net: ena: fix: Free napi resources when ena_up() fails
Sameeh Jubran
2019-05-04
net: ena: fix: set freed objects to NULL to avoid failing future allocations
Sameeh Jubran
[next]