index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
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-19
1
-1
/
+1
*
net: ena: fix crash during ena_remove()
Arthur Kiyanovski
2018-11-19
1
-11
/
+10
*
net: ena: fix crash during failed resume from hibernation
Arthur Kiyanovski
2018-11-19
1
-1
/
+1
*
net: ena: fix compilation error in xtensa architecture
Arthur Kiyanovski
2018-10-22
1
-0
/
+1
*
net: ena: enable Low Latency Queues
Arthur Kiyanovski
2018-10-17
1
-14
/
+4
*
net: ena: Fix Kconfig dependency on X86
Netanel Belgazal
2018-10-17
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-12
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
*
|
net: ena: change rx copybreak default to reduce kernel memory pressure
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
2
-3
/
+6
*
|
net: ena: explicit casting and initialization, and clearer error handling
Arthur Kiyanovski
2018-10-11
3
-30
/
+36
*
|
net: ena: use CSUM_CHECKED device indication to report skb's checksum status
Arthur Kiyanovski
2018-10-11
6
-3
/
+26
*
|
net: ena: add functions for handling Low Latency Queues in ena_netdev
Arthur Kiyanovski
2018-10-11
3
-143
/
+251
*
|
net: ena: add functions for handling Low Latency Queues in ena_com
Arthur Kiyanovski
2018-10-11
5
-80
/
+474
*
|
net: ena: introduce Low Latency Queues data structures according to ENA spec
Arthur Kiyanovski
2018-10-11
3
-6
/
+128
*
|
net: ena: complete host info to match latest ENA spec
Arthur Kiyanovski
2018-10-11
4
-14
/
+43
*
|
net: ena: minor performance improvement
Arthur Kiyanovski
2018-10-11
2
-45
/
+44
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-03
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-18
1
-1
/
+0
|
/
*
net: ena: fix incorrect usage of memory barriers
Netanel Belgazal
2018-09-09
4
-34
/
+26
*
net: ena: fix missing calls to READ_ONCE
Netanel Belgazal
2018-09-09
1
-4
/
+4
*
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
2
-5
/
+16
*
net: ena: fix surprise unplug NULL dereference kernel crash
Netanel Belgazal
2018-09-09
1
-2
/
+2
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
1
-0
/
+1
|
\
|
*
net: ena: Fix use of uninitialized DMA address bits field
Gal Pressman
2018-07-26
1
-0
/
+1
*
|
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
|
/
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-4
/
+4
*
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
3
-6
/
+15
*
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
|
*
net: ena: unmask MSI-X only after device initialization is completed
Netanel Belgazal
2018-01-03
1
-13
/
+13
*
|
net: ena: increase ena driver version to 1.5.0
Netanel Belgazal
2018-01-02
1
-1
/
+1
*
|
net: ena: add detection and recovery mechanism for handling missed/misrouted ...
Netanel Belgazal
2018-01-02
5
-7
/
+80
|
/
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+3
*
net: ena: fix race condition between device reset and link up setup
Netanel Belgazal
2017-11-20
2
-3
/
+11
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
1
-1
/
+1
|
\
|
*
mm: remove __GFP_COLD
Mel Gorman
2017-11-15
1
-1
/
+1
[next]