index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microsoft
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mana: Use kcalloc() instead of kzalloc()
Gustavo A. R. Silva
2021-10-07
1
-2
/
+2
*
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
net: mana: Prefer struct_size over open coded arithmetic
Len Baker
2021-09-12
1
-3
/
+1
*
net: mana: Add WARN_ON_ONCE in case of CQE read overflow
Haiyang Zhang
2021-08-25
1
-1
/
+1
*
net: mana: Add support for EQ sharing
Haiyang Zhang
2021-08-25
4
-56
/
+78
*
net: mana: Move NAPI from EQ to CQ
Haiyang Zhang
2021-08-25
5
-103
/
+74
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-30
1
-2
/
+4
|
\
|
*
net: mana: Fix a memory leak in an error handling path in 'mana_create_txq()'
Christophe JAILLET
2021-06-21
1
-2
/
+4
*
|
net: mana: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2021-05-14
1
-2
/
+1
|
/
*
net: mana: Use int to check the return value of mana_gd_poll_cq()
Dexuan Cui
2021-04-23
2
-2
/
+2
*
net: mana: fix PCI_HYPERV dependency
Arnd Bergmann
2021-04-22
1
-1
/
+1
*
net: mana: remove redundant initialization of variable err
Colin Ian King
2021-04-21
1
-1
/
+1
*
net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
Dexuan Cui
2021-04-20
12
-0
/
+6151