summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microsoft
Commit message (Expand)AuthorAgeFilesLines
* net: mana: Fix spelling mistake "calledd" -> "called"Colin Ian King2021-11-091-1/+1
* net: mana: Support hibernation and kexecDexuan Cui2021-11-013-52/+164
* net: mana: Improve the HWC error handlingDexuan Cui2021-11-012-44/+31
* net: mana: Report OS info to the PF driverDexuan Cui2021-11-011-0/+11
* net: mana: Fix the netdev_err()'s vPort argument in mana_init_port()Dexuan Cui2021-11-011-1/+2
* net: mana: Allow setting the number of queues while the NIC is downHaiyang Zhang2021-10-262-13/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-1/+3
|\
| * net: mana: Fix error handling in mana_create_rxq()Haiyang Zhang2021-10-081-1/+3
* | net: mana: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva2021-10-071-2/+2
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
|/
* net: mana: Prefer struct_size over open coded arithmeticLen Baker2021-09-121-3/+1
* net: mana: Add WARN_ON_ONCE in case of CQE read overflowHaiyang Zhang2021-08-251-1/+1
* net: mana: Add support for EQ sharingHaiyang Zhang2021-08-254-56/+78
* net: mana: Move NAPI from EQ to CQHaiyang Zhang2021-08-255-103/+74
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-2/+4
|\
| * net: mana: Fix a memory leak in an error handling path in 'mana_create_txq()'Christophe JAILLET2021-06-211-2/+4
* | net: mana: Use struct_size() in kzalloc()Gustavo A. R. Silva2021-05-131-2/+1
|/
* net: mana: Use int to check the return value of mana_gd_poll_cq()Dexuan Cui2021-04-232-2/+2
* net: mana: fix PCI_HYPERV dependencyArnd Bergmann2021-04-221-1/+1
* net: mana: remove redundant initialization of variable errColin Ian King2021-04-201-1/+1
* net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)Dexuan Cui2021-04-1912-0/+6151