index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
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
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-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: 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
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
2019-02-12
net: ena: fix race between link up and device initalization
Arthur Kiyanovski
2018-11-19
net: ena: fix crash during ena_remove()
Arthur Kiyanovski
2018-11-19
net: ena: fix crash during failed resume from hibernation
Arthur Kiyanovski
2018-10-17
net: ena: enable Low Latency Queues
Arthur Kiyanovski
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-11
net: ena: remove redundant parameter in ena_com_admin_init()
Arthur Kiyanovski
2018-10-11
net: ena: limit refill Rx threshold to 256 to avoid latency issues
Arthur Kiyanovski
2018-10-11
net: ena: explicit casting and initialization, and clearer error handling
Arthur Kiyanovski
2018-10-11
net: ena: use CSUM_CHECKED device indication to report skb's checksum status
Arthur Kiyanovski
2018-10-11
net: ena: add functions for handling Low Latency Queues in ena_netdev
Arthur Kiyanovski
2018-10-11
net: ena: add functions for handling Low Latency Queues in ena_com
Arthur Kiyanovski
2018-10-11
net: ena: introduce Low Latency Queues data structures according to ENA spec
Arthur Kiyanovski
2018-10-11
net: ena: complete host info to match latest ENA spec
Arthur Kiyanovski
2018-10-09
net: ena: fix NULL dereference due to untimely napi initialization
Arthur Kiyanovski
2018-10-09
net: ena: fix rare bug when failed restart/resume is followed by driver removal
Arthur Kiyanovski
2018-10-09
net: ena: fix warning in rmmod caused by double iounmap
Arthur Kiyanovski
[next]