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_netdev.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: cosmetic: set queue sizes to u32 for consistency
Arthur Kiyanovski
2020-05-22
net: ena: rename ena_com_free_desc to make API more uniform
Arthur Kiyanovski
2020-05-22
net: ena: add support for the rx offset feature
Arthur Kiyanovski
2020-05-14
ena: Add XDP frame size to amazon NIC driver
Jesper Dangaard Brouer
2020-05-03
net: ena: use SHUTDOWN as reset reason when closing interface
Sameeh Jubran
2020-05-03
net: ena: add support for reporting of packet drops
Sameeh Jubran
2020-05-03
net: ena: add unmask interrupts statistics to ethtool
Sameeh Jubran
2020-05-03
net: ena: change default RSS hash function to Toeplitz
Arthur Kiyanovski
2020-03-30
net: ena: Make some functions static
YueHaibing
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-25
net: ena: Add PCI shutdown handler to allow safe kexec
Guilherme G. Piccoli
2020-03-17
net: ena: fix continuous keep-alive resets
Arthur Kiyanovski
2020-03-17
net: ena: avoid memory access violation by validating req_id properly
Arthur Kiyanovski
2020-03-17
net: ena: fix request of incorrect number of IRQ vectors
Arthur Kiyanovski
2020-03-17
net: ena: fix incorrect setting of the number of msix vectors
Arthur Kiyanovski
2020-02-26
net: ena: fix broken interface between ENA driver and FW
Arthur Kiyanovski
2020-02-24
net/amazon: Ensure that driver version is aligned to the linux kernel
Leon Romanovsky
2020-02-11
net: ena: fix uses of round_jiffies()
Arthur Kiyanovski
2019-12-27
net: ena: remove set but not used variable 'rx_ring'
YueHaibing
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
net: ena: Add first_interrupt field to napi struct
Sameeh Jubran
2019-12-12
net: ena: Implement XDP_TX action
Sameeh Jubran
2019-12-12
net: ena: implement XDP drop support
Sameeh Jubran
2019-12-10
net: ena: fix napi handler misbehavior when the napi budget is zero
Netanel Belgazal
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: 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-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 update of interrupt moderation register
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: enable the interrupt_moderation in driver_supported_features
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: 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-03
net: ena: use dev_info_once instead of static variable
Sameeh Jubran
2019-06-03
net: ena: add good checksum counter
Sameeh Jubran
[next]