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
/
ena
/
ena_netdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"
Jakub Kicinski
2019-06-26
1
-14
/
+0
*
net: ena: Fix bug where ring allocation backoff stopped too late
Sameeh Jubran
2019-06-23
1
-2
/
+2
*
net: ena: remove inline keyword from functions in *.c
Sameeh Jubran
2019-06-12
1
-8
/
+8
*
net: ena: add ethtool function for changing io queue sizes
Sameeh Jubran
2019-06-12
1
-0
/
+14
*
net: ena: allow queue allocation backoff when low on memory
Sameeh Jubran
2019-06-12
1
-38
/
+121
*
net: ena: make ethtool show correct current and max queue sizes
Sameeh Jubran
2019-06-12
1
-0
/
+2
*
net: ena: enable negotiating larger Rx ring size
Sameeh Jubran
2019-06-12
1
-49
/
+95
*
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
1
-0
/
+3
*
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
1
-24
/
+24
*
net: ena: ethtool: add extra properties retrieval via get_priv_flags
Arthur Kiyanovski
2019-06-03
1
-0
/
+14
*
net: ena: add handling of llq max tx burst size
Sameeh Jubran
2019-06-03
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-08
1
-11
/
+17
|
\
|
*
net: ena: gcc 8: fix compilation warning
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: 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
|
/
*
net: ena: fix race between link up and device initalization
Arthur Kiyanovski
2019-02-12
1
-5
/
+5
*
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: enable Low Latency Queues
Arthur Kiyanovski
2018-10-18
1
-14
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-13
1
-10
/
+12
|
\
|
*
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: remove redundant parameter in ena_com_admin_init()
Arthur Kiyanovski
2018-10-11
1
-1
/
+1
*
|
net: ena: limit refill Rx threshold to 256 to avoid latency issues
Arthur Kiyanovski
2018-10-11
1
-1
/
+3
*
|
net: ena: explicit casting and initialization, and clearer error handling
Arthur Kiyanovski
2018-10-11
1
-3
/
+2
*
|
net: ena: use CSUM_CHECKED device indication to report skb's checksum status
Arthur Kiyanovski
2018-10-11
1
-1
/
+12
*
|
net: ena: add functions for handling Low Latency Queues in ena_netdev
Arthur Kiyanovski
2018-10-11
1
-143
/
+244
*
|
net: ena: add functions for handling Low Latency Queues in ena_com
Arthur Kiyanovski
2018-10-11
1
-10
/
+11
*
|
net: ena: introduce Low Latency Queues data structures according to ENA spec
Arthur Kiyanovski
2018-10-11
1
-3
/
+3
*
|
net: ena: complete host info to match latest ENA spec
Arthur Kiyanovski
2018-10-11
1
-3
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-04
1
-22
/
+0
|
\
|
|
*
net: ena: remove ndo_poll_controller
Eric Dumazet
2018-09-28
1
-22
/
+0
*
|
net: ethernet: remove redundant include
zhong jiang
2018-09-19
1
-1
/
+0
|
/
*
net: ena: fix incorrect usage of memory barriers
Netanel Belgazal
2018-09-09
1
-19
/
+11
*
net: ena: fix missing lock during device destruction
Netanel Belgazal
2018-09-09
1
-13
/
+7
*
net: ena: fix potential double ena_destroy_device()
Netanel Belgazal
2018-09-09
1
-0
/
+5
*
net: ena: fix device destruction to gracefully free resources
Netanel Belgazal
2018-09-09
1
-6
/
+7
*
net: ena: fix driver when PAGE_SIZE == 64kB
Netanel Belgazal
2018-09-09
1
-5
/
+5
*
net: ena: fix surprise unplug NULL dereference kernel crash
Netanel Belgazal
2018-09-09
1
-2
/
+2
*
net: allow fallback function to pass netdev
Alexander Duyck
2018-07-09
1
-1
/
+1
*
net: allow ndo_select_queue to pass netdev
Alexander Duyck
2018-07-09
1
-1
/
+2
*
net: ena: Use pci_sriov_configure_simple() to enable VFs
Alexander Duyck
2018-04-24
1
-27
/
+1
*
net: ena: Eliminate duplicate barriers on weakly-ordered archs
Sinan Kaya
2018-03-26
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-09
1
-15
/
+30
|
\
|
*
net: ena: fix error handling in ena_down() sequence
Netanel Belgazal
2018-01-03
1
-2
/
+17
[next]