index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-23
net: ena: update ena driver to version 1.2.0
Netanel Belgazal
1
-3
/
+3
2017-06-23
net: ena: update driver's rx drop statistics
Netanel Belgazal
1
-0
/
+9
2017-06-23
net: ena: use lower_32_bits()/upper_32_bits() to split dma address
Netanel Belgazal
1
-2
/
+2
2017-06-23
net: ena: separate skb allocation to dedicated function
Netanel Belgazal
1
-17
/
+27
2017-06-23
net: ena: use napi_schedule_irqoff when possible
Netanel Belgazal
1
-1
/
+1
2017-06-23
net: ena: allow the driver to work with small number of msix vectors
Netanel Belgazal
2
-20
/
+51
2017-06-23
net: ena: add support for out of order rx buffers refill
Netanel Belgazal
4
-17
/
+83
2017-06-23
net: ena: add reset reason for each device FLR
Netanel Belgazal
5
-6
/
+54
2017-06-23
net: ena: change sizeof() argument to be the type pointer
Netanel Belgazal
1
-8
/
+8
2017-06-23
net: ena: add hardware hints capability to the driver
Netanel Belgazal
6
-11
/
+137
2017-06-23
net: ena: change return value for unsupported features unsupported return value
Netanel Belgazal
3
-28
/
+24
2017-06-11
net: ena: update ena driver to version 1.1.7
Netanel Belgazal
1
-1
/
+1
2017-06-11
net: ena: bug fix in lost tx packets detection mechanism
Netanel Belgazal
3
-31
/
+50
2017-06-11
net: ena: disable admin msix while working in polling mode
Netanel Belgazal
1
-0
/
+8
2017-06-11
net: ena: fix theoretical Rx hang on low memory systems
Netanel Belgazal
3
-0
/
+58
2017-06-11
net: ena: add missing unmap bars on device removal
Netanel Belgazal
1
-4
/
+11
2017-06-11
net: ena: fix race condition between submit and completion admin command
Netanel Belgazal
1
-4
/
+2
2017-06-11
net: ena: add missing return when ena_com_get_io_handlers() fails
Netanel Belgazal
1
-0
/
+2
2017-06-11
net: ena: fix bug that might cause hang after consecutive open/close interface.
Netanel Belgazal
1
-15
/
+26
2017-06-11
net: ena: fix rare uncompleted admin command false alarm
Netanel Belgazal
1
-10
/
+11
2017-04-11
net/ena: switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-45
/
+12
2017-02-20
net: ena: remove superfluous check in ena_remove()
Lino Sanfilippo
1
-6
/
+0
2017-02-10
net/ena: update driver version to 1.1.2
Netanel Belgazal
1
-1
/
+1
2017-02-10
net/ena: change condition for host attribute configuration
Netanel Belgazal
2
-7
/
+6
2017-02-10
net/ena: change driver's default timeouts
Netanel Belgazal
2
-5
/
+5
2017-02-10
net/ena: reduce the severity of ena printouts
Netanel Belgazal
2
-13
/
+28
2017-02-10
net/ena: use READ_ONCE to access completion descriptors
Netanel Belgazal
2
-4
/
+5
2017-02-10
net/ena: use napi_complete_done() return value
Netanel Belgazal
1
-15
/
+29
2017-02-10
net/ena: fix potential access to freed memory during device reset
Netanel Belgazal
1
-13
/
+43
2017-02-10
net/ena: refactor ena_get_stats64 to be atomic context safe
Netanel Belgazal
3
-15
/
+42
2017-02-10
net/ena: fix NULL dereference when removing the driver after device reset failed
Netanel Belgazal
1
-1
/
+5
2017-02-10
net/ena: fix RSS default hash configuration
Netanel Belgazal
1
-1
/
+1
2017-02-10
net/ena: fix ethtool RSS flow configuration
Netanel Belgazal
1
-6
/
+6
2017-02-10
net/ena: fix queues number calculation
Netanel Belgazal
1
-1
/
+1
2017-02-10
net/ena: remove ntuple filter support from device feature list
Netanel Belgazal
1
-1
/
+0
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-6
/
+4
2016-10-27
net: ena: use setup_timer() and mod_timer()
Wei Yongjun
1
-6
/
+3
2016-10-20
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
1
-7
/
+2
2016-08-24
net: ena: change the return type of ena_set_push_mode() to be void.
Rami Rosen
1
-9
/
+3
2016-08-16
net: ena: Fix error return code in ena_device_init()
Wei Yongjun
1
-0
/
+1
2016-08-16
net: ena: Remove unnecessary pci_set_drvdata()
Wei Yongjun
1
-3
/
+0
2016-08-13
net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
Netanel Belgazal
15
-0
/
+10540