index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microsoft
/
mana
/
gdma_main.c
Age
Commit message (
Expand
)
Author
2024-06-18
net: mana: Add support for page sizes other than 4KB on ARM64
Haiyang Zhang
2024-02-01
net: mana: Assigning IRQ affinity on HT cores
Souradeep Chakrabarti
2024-02-01
net: mana: add a function to spread IRQs per CPUs
Yury Norov
2024-01-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2023-12-20
RDMA/mana_ib: register RDMA device with GDMA
Long Li
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-07-18
net: mana: Use the correct WQE count for ringing RQ doorbell
Long Li
2023-03-24
net: mana: Remove redundant pci_clear_master
Cai Huoqing
2023-02-07
net: mana: Fix accessing freed irq affinity_hint
Haiyang Zhang
2023-01-20
net: mana: Fix IRQ name - add PCI and queue number
Haiyang Zhang
2022-12-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2022-11-14
RDMA/mana: Remove redefinition of basic u64 type
Leon Romanovsky
2022-11-10
Merge branch 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel...
Jakub Kicinski
2022-11-10
net: mana: Define data structures for protection domain and memory registration
Ajay Sharma
2022-11-10
net: mana: Move header files to a common location
Long Li
2022-11-10
net: mana: Export Work Queue functions for use by RDMA driver
Long Li
2022-11-10
net: mana: Set the DMA device max segment size
Ajay Sharma
2022-11-10
net: mana: Record the physical address for doorbell page region
Long Li
2022-11-03
net: mana: Assign interrupts to CPUs based on NUMA nodes
Saurabh Sengar
2022-09-22
Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-09-19
net: mana: Add rmb after checking owner bits
Haiyang Zhang
2022-09-05
PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...
Vitaly Kuznetsov
2022-06-16
net: mana: Add the Linux MANA PF driver
Dexuan Cui
2022-01-25
net: mana: Use struct_size() helper in mana_gd_create_dma_region()
Gustavo A. R. Silva
2021-11-09
net: mana: Fix spelling mistake "calledd" -> "called"
Colin Ian King
2021-11-01
net: mana: Support hibernation and kexec
Dexuan Cui
2021-11-01
net: mana: Improve the HWC error handling
Dexuan Cui
2021-11-01
net: mana: Report OS info to the PF driver
Dexuan Cui
2021-08-25
net: mana: Add WARN_ON_ONCE in case of CQE read overflow
Haiyang Zhang
2021-08-25
net: mana: Add support for EQ sharing
Haiyang Zhang
2021-08-25
net: mana: Move NAPI from EQ to CQ
Haiyang Zhang
2021-04-19
net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
Dexuan Cui