summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microsoft/mana/hw_channel.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2024-05-22net: mana: Fix the extra HZ in mana_hwc_send_requestSouradeep Chakrabarti1-1/+1
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2023-12-15net: mana: add msix index sharing between EQsKonstantin Taranov1-0/+1
2023-08-04net: mana: Configure hwc timeout from hardwareSouradeep Chakrabarti1-1/+23
2023-06-27net: mana: use vmalloc_array and vcallocJulia Lawall1-1/+1
2022-11-10net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIESAjay Sharma1-1/+1
2022-11-10net: mana: Move header files to a common locationLong Li1-2/+2
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-21net: mana: remove redundant initialization of variable errColin Ian King1-1/+1
2021-04-20net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)Dexuan Cui1-0/+843