aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microsoft/mana/hw_channel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16net: mana: Add the Linux MANA PF driverDexuan Cui1-1/+17
2021-12-09net: mana: Fix memory leak in mana_hwc_create_wqJosé Expósito1-5/+5
2021-11-01net: mana: Improve the HWC error handlingDexuan Cui1-40/+31
2021-10-07net: mana: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-09-12net: mana: Prefer struct_size over open coded arithmeticLen Baker1-3/+1
2021-08-25net: mana: Move NAPI from EQ to CQHaiyang Zhang1-1/+1
2021-04-23net: mana: Use int to check the return value of mana_gd_poll_cq()Dexuan Cui1-1/+1
2021-04-20net: mana: remove redundant initialization of variable errColin Ian King1-1/+1
2021-04-19net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)Dexuan Cui1-0/+843