index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microsoft
/
mana
/
hw_channel.c
Age
Commit message (
Expand
)
Author
2024-05-23
Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-05-22
net: mana: Fix the extra HZ in mana_hwc_send_request
Souradeep Chakrabarti
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
2023-12-15
net: mana: add msix index sharing between EQs
Konstantin Taranov
2023-08-04
net: mana: Configure hwc timeout from hardware
Souradeep Chakrabarti
2023-06-27
net: mana: use vmalloc_array and vcalloc
Julia Lawall
2022-11-10
net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
Ajay Sharma
2022-11-10
net: mana: Move header files to a common location
Long Li
2022-06-16
net: mana: Add the Linux MANA PF driver
Dexuan Cui
2021-12-09
net: mana: Fix memory leak in mana_hwc_create_wq
José Expósito
2021-11-01
net: mana: Improve the HWC error handling
Dexuan Cui
2021-10-07
net: mana: Use kcalloc() instead of kzalloc()
Gustavo A. R. Silva
2021-09-12
net: mana: Prefer struct_size over open coded arithmetic
Len Baker
2021-08-25
net: mana: Move NAPI from EQ to CQ
Haiyang Zhang
2021-04-23
net: mana: Use int to check the return value of mana_gd_poll_cq()
Dexuan Cui
2021-04-20
net: mana: remove redundant initialization of variable err
Colin Ian King
2021-04-19
net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
Dexuan Cui