index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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
2025-07-01
net: mana: Handle Reset Request from MANA NIC
Haiyang Zhang
2025-06-19
net: mana: Handle unsupported HWC commands
Erni Sri Satya Vennela
2025-06-10
net: mana: Expose additional hardware counters for drop and TC via ethtool.
Dipayaan Roy
2025-05-12
net: mana: Add support for auxiliary device servicing events
Shiraz Saleem
2025-02-19
net: mana: Add debug logs in MANA network driver
Erni Sri Satya Vennela
2024-08-23
net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response
Haiyang Zhang
2024-06-18
net: mana: Add support for page sizes other than 4KB on ARM64
Haiyang Zhang
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