index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"
Jakub Kicinski
2019-06-26
6
-184
/
+11
*
net: ena: Fix bug where ring allocation backoff stopped too late
Sameeh Jubran
2019-06-23
1
-2
/
+2
*
net: ena: update driver version from 2.0.3 to 2.1.0
Sameeh Jubran
2019-06-12
1
-2
/
+2
*
net: ena: remove inline keyword from functions in *.c
Sameeh Jubran
2019-06-12
3
-24
/
+24
*
net: ena: add ethtool function for changing io queue sizes
Sameeh Jubran
2019-06-12
3
-1
/
+40
*
net: ena: allow queue allocation backoff when low on memory
Sameeh Jubran
2019-06-12
3
-42
/
+127
*
net: ena: make ethtool show correct current and max queue sizes
Sameeh Jubran
2019-06-12
2
-6
/
+6
*
net: ena: enable negotiating larger Rx ring size
Sameeh Jubran
2019-06-12
2
-49
/
+110
*
net: ena: add MAX_QUEUES_EXT get feature admin command
Arthur Kiyanovski
2019-06-12
3
-30
/
+105
*
net: ena: use dev_info_once instead of static variable
Sameeh Jubran
2019-06-03
1
-3
/
+1
*
net: ena: add good checksum counter
Sameeh Jubran
2019-06-03
3
-2
/
+7
*
net: ena: optimise calculations for CQ doorbell
Sameeh Jubran
2019-06-03
1
-9
/
+11
*
net: ena: add support for changing max_header_size in LLQ mode
Sameeh Jubran
2019-06-03
1
-6
/
+4
*
net: ena: allow automatic fallback to polling mode
Sameeh Jubran
2019-06-03
2
-9
/
+39
*
net: ena: add newline at the end of pr_err prints
Sameeh Jubran
2019-06-03
1
-8
/
+8
*
net: ena: arrange ena_probe() function variables in reverse christmas tree
Sameeh Jubran
2019-06-03
1
-6
/
+6
*
net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ring
Sameeh Jubran
2019-06-03
2
-31
/
+28
*
net: ena: ethtool: add extra properties retrieval via get_priv_flags
Arthur Kiyanovski
2019-06-03
6
-11
/
+184
*
net: ena: add handling of llq max tx burst size
Sameeh Jubran
2019-06-03
6
-17
/
+85
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
3
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-08
3
-20
/
+30
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-08
3
-16
/
+27
|
|
\
|
|
*
net: ena: gcc 8: fix compilation warning
Sameeh Jubran
2019-05-04
1
-1
/
+1
|
|
*
net: ena: fix ena_com_fill_hash_function() implementation
Sameeh Jubran
2019-05-04
1
-0
/
+1
|
|
*
net: ena: improve latency by disabling adaptive interrupt moderation by default
Sameeh Jubran
2019-05-04
1
-1
/
+5
|
|
*
net: ena: fix return value of ena_com_config_llq_info()
Sameeh Jubran
2019-05-04
1
-1
/
+1
|
|
*
net: ena: fix incorrect test of supported hash function
Sameeh Jubran
2019-05-04
1
-1
/
+1
|
|
*
net: ena: fix: Free napi resources when ena_up() fails
Sameeh Jubran
2019-05-04
1
-0
/
+1
|
|
*
net: ena: fix: set freed objects to NULL to avoid failing future allocations
Sameeh Jubran
2019-05-04
1
-10
/
+15
|
|
*
net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entry
Sameeh Jubran
2019-05-04
1
-2
/
+2
|
*
|
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-04-02
1
-1
/
+1
|
*
|
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
2019-03-20
1
-3
/
+2
|
|
/
*
/
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
1
-1
/
+0
|
/
*
net: ena: update driver version from 2.0.2 to 2.0.3
Arthur Kiyanovski
2019-02-12
1
-1
/
+1
*
net: ena: fix race between link up and device initalization
Arthur Kiyanovski
2019-02-12
1
-5
/
+5
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-30
/
+31
*
net: ena: update driver version from 2.0.1 to 2.0.2
Arthur Kiyanovski
2018-11-20
1
-1
/
+1
*
net: ena: fix crash during ena_remove()
Arthur Kiyanovski
2018-11-20
1
-11
/
+10
*
net: ena: fix crash during failed resume from hibernation
Arthur Kiyanovski
2018-11-20
1
-1
/
+1
*
net: ena: fix compilation error in xtensa architecture
Arthur Kiyanovski
2018-10-23
1
-0
/
+1
*
net: ena: enable Low Latency Queues
Arthur Kiyanovski
2018-10-18
1
-14
/
+4
*
net: ena: Fix Kconfig dependency on X86
Netanel Belgazal
2018-10-18
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-13
2
-14
/
+16
|
\
|
*
net: ena: fix auto casting to boolean
Arthur Kiyanovski
2018-10-09
1
-4
/
+4
|
*
net: ena: fix NULL dereference due to untimely napi initialization
Arthur Kiyanovski
2018-10-09
1
-2
/
+7
|
*
net: ena: fix rare bug when failed restart/resume is followed by driver removal
Arthur Kiyanovski
2018-10-09
1
-0
/
+4
|
*
net: ena: fix warning in rmmod caused by double iounmap
Arthur Kiyanovski
2018-10-09
1
-8
/
+1
*
|
net: ena: fix indentations in ena_defs for better readability
Arthur Kiyanovski
2018-10-11
3
-425
/
+338
*
|
net: ena: update driver version to 2.0.1
Arthur Kiyanovski
2018-10-11
1
-3
/
+3
*
|
net: ena: remove redundant parameter in ena_com_admin_init()
Arthur Kiyanovski
2018-10-11
3
-9
/
+4
[next]