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
2018-04-24
net: ena: Use pci_sriov_configure_simple() to enable VFs
Alexander Duyck
2018-03-26
net: ena: Eliminate duplicate barriers on weakly-ordered archs
Sinan Kaya
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-03
net: ena: fix error handling in ena_down() sequence
Netanel Belgazal
2018-01-03
net: ena: unmask MSI-X only after device initialization is completed
Netanel Belgazal
2018-01-02
net: ena: add detection and recovery mechanism for handling missed/misrouted ...
Netanel Belgazal
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-20
net: ena: fix race condition between device reset and link up setup
Netanel Belgazal
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
mm: remove __GFP_COLD
Mel Gorman
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-19
net: ena: add statistics for missed tx packets
Netanel Belgazal
2017-10-19
net: ena: add power management ops to the ENA driver
Netanel Belgazal
2017-10-19
net: ena: remove legacy suspend suspend/resume support
Netanel Belgazal
2017-10-19
net: ena: fix rare kernel crash when bar memory remap fails
Netanel Belgazal
2017-10-19
net: ena: reduce the severity of some printouts
Netanel Belgazal
2017-06-23
net: ena: update driver's rx drop statistics
Netanel Belgazal
2017-06-23
net: ena: separate skb allocation to dedicated function
Netanel Belgazal
2017-06-23
net: ena: use napi_schedule_irqoff when possible
Netanel Belgazal
2017-06-23
net: ena: allow the driver to work with small number of msix vectors
Netanel Belgazal
2017-06-23
net: ena: add support for out of order rx buffers refill
Netanel Belgazal
2017-06-23
net: ena: add reset reason for each device FLR
Netanel Belgazal
2017-06-23
net: ena: add hardware hints capability to the driver
Netanel Belgazal
2017-06-23
net: ena: change return value for unsupported features unsupported return value
Netanel Belgazal
2017-06-11
net: ena: bug fix in lost tx packets detection mechanism
Netanel Belgazal
2017-06-11
net: ena: fix theoretical Rx hang on low memory systems
Netanel Belgazal
2017-06-11
net: ena: add missing unmap bars on device removal
Netanel Belgazal
2017-06-11
net: ena: add missing return when ena_com_get_io_handlers() fails
Netanel Belgazal
2017-06-11
net: ena: fix bug that might cause hang after consecutive open/close interface.
Netanel Belgazal
2017-04-11
net/ena: switch to pci_alloc_irq_vectors
Christoph Hellwig
2017-02-20
net: ena: remove superfluous check in ena_remove()
Lino Sanfilippo
2017-02-09
net/ena: change condition for host attribute configuration
Netanel Belgazal
2017-02-09
net/ena: reduce the severity of ena printouts
Netanel Belgazal
2017-02-09
net/ena: use napi_complete_done() return value
Netanel Belgazal
2017-02-09
net/ena: fix potential access to freed memory during device reset
Netanel Belgazal
2017-02-09
net/ena: refactor ena_get_stats64 to be atomic context safe
Netanel Belgazal
2017-02-09
net/ena: fix NULL dereference when removing the driver after device reset failed
Netanel Belgazal
2017-02-09
net/ena: fix queues number calculation
Netanel Belgazal
2017-02-09
net/ena: remove ntuple filter support from device feature list
Netanel Belgazal
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
2016-10-26
net: ena: use setup_timer() and mod_timer()
Wei Yongjun
2016-10-20
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
2016-08-23
net: ena: change the return type of ena_set_push_mode() to be void.
Rami Rosen
2016-08-15
net: ena: Fix error return code in ena_device_init()
Wei Yongjun
2016-08-15
net: ena: Remove unnecessary pci_set_drvdata()
Wei Yongjun
2016-08-12
net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
Netanel Belgazal