index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+30
2018-01-03
net: ena: fix error handling in ena_down() sequence
Netanel Belgazal
1
-2
/
+17
2018-01-03
net: ena: unmask MSI-X only after device initialization is completed
Netanel Belgazal
1
-13
/
+13
2018-01-02
net: ena: increase ena driver version to 1.5.0
Netanel Belgazal
1
-1
/
+1
2018-01-02
net: ena: add detection and recovery mechanism for handling missed/misrouted ...
Netanel Belgazal
5
-7
/
+80
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-20
net: ena: fix race condition between device reset and link up setup
Netanel Belgazal
2
-3
/
+11
2017-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2017-11-16
mm: remove __GFP_COLD
Mel Gorman
1
-1
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-5
/
+6
2017-10-19
net: ena: increase ena driver version to 1.3.0
Netanel Belgazal
1
-2
/
+2
2017-10-19
net: ena: add new admin define for future support of IPv6 RSS
Netanel Belgazal
1
-0
/
+6
2017-10-19
net: ena: add statistics for missed tx packets
Netanel Belgazal
3
-13
/
+19
2017-10-19
net: ena: add power management ops to the ENA driver
Netanel Belgazal
3
-27
/
+95
2017-10-19
net: ena: remove legacy suspend suspend/resume support
Netanel Belgazal
3
-56
/
+0
2017-10-19
net: ena: improve ENA driver boot time.
Netanel Belgazal
1
-4
/
+8
2017-10-19
net: ena: fix wrong max Tx/Rx queues on ethtool
Netanel Belgazal
1
-2
/
+2
2017-10-19
net: ena: fix rare kernel crash when bar memory remap fails
Netanel Belgazal
1
-1
/
+2
2017-10-19
net: ena: reduce the severity of some printouts
Netanel Belgazal
1
-2
/
+2
2017-09-26
net: ena: Remove redundant unlikely()
Tobias Klauser
1
-2
/
+2
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
[next]