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
Age
Commit message (
Expand
)
Author
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-23
net: ena: ethtool: remove redundant non-zero check on rc
Colin Ian King
2020-02-17
net: ena: remove set but not used variable 'hash_key'
YueHaibing
2020-02-11
net: ena: ena-com.c: prevent NULL pointer dereference
Arthur Kiyanovski
2020-02-11
net: ena: ethtool: use correct value for crc32 hash
Sameeh Jubran
2020-02-11
net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE
Arthur Kiyanovski
2020-02-11
net: ena: fix corruption of dev_idx_to_host_tbl
Arthur Kiyanovski
2020-02-11
net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...
Arthur Kiyanovski
2020-02-11
net: ena: rss: store hash function as values and not bits
Arthur Kiyanovski
2020-02-11
net: ena: rss: fix failure to get indirection table
Sameeh Jubran
2020-02-11
net: ena: rss: do not allocate key when not supported
Sameeh Jubran
2020-02-11
net: ena: fix incorrect default RSS key
Arthur Kiyanovski
2020-02-11
net: ena: add missing ethtool TX timestamping indication
Arthur Kiyanovski
2020-02-11
net: ena: fix uses of round_jiffies()
Arthur Kiyanovski
2020-02-11
net: ena: fix potential crash when rxfh key is NULL
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-20
net: ena: fix issues in setting interrupt moderation params in ethtool
Arthur Kiyanovski
2019-12-20
net: ena: fix default tx interrupt moderation interval
Arthur Kiyanovski
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: 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
[next]