index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mthca
/
mthca_qp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-12
IB/mthca: Initialize grh_present before using it
Michael S. Tsirkin
1
-1
/
+1
2006-01-06
IB/mthca: Add support for automatic path migration (APM)
Dotan Barak
1
-20
/
+37
2006-01-06
IB/mthca: fix for RTR-to-RTS transition in modify QP
Jack Morgenstein
1
-2
/
+0
2006-01-06
IB/mthca: fix for SQEr-to-RTS transition in modify QP
Jack Morgenstein
1
-3
/
+2
2006-01-06
IB/mthca: max_inline_data handling tweaks
Jack Morgenstein
1
-26
/
+36
2006-01-05
IB/mthca: check port validity in modify_qp
Jack Morgenstein
1
-0
/
+6
2005-12-15
IB/mthca: Fix corner cases in max_rd_atomic value handling in modify QP
Jack Morgenstein
1
-4
/
+6
2005-12-15
IB/mthca: Fix IB_QP_ACCESS_FLAGS handling.
Jack Morgenstein
1
-50
/
+37
2005-12-09
IB/mthca: don't change driver's copy of attributes if modify QP fails
Jack Morgenstein
1
-5
/
+6
2005-12-09
IB/mthca: correct log2 calculation
Jack Morgenstein
1
-11
/
+6
2005-12-09
IB/mthca: check RDMA limits
Jack Morgenstein
1
-0
/
+14
2005-11-29
IB/mthca: fix posting of send lists of length >= 255 on mem-free HCAs
Michael S. Tsirkin
1
-2
/
+29
2005-11-28
IB/mthca: reset QP's last pointers when transitioning to reset state
Michael S. Tsirkin
1
-0
/
+3
2005-11-18
IB/mthca: Safer max_send_sge/max_recv_sge calculation
Michael S. Tsirkin
1
-4
/
+6
2005-11-15
[IB] mthca: don't disable RDMA writes if no responder resources
Roland Dreier
1
-15
/
+12
2005-11-10
[IB] mthca: fix posting long lists of receive work requests
Michael S. Tsirkin
1
-2
/
+17
2005-11-10
[IB] mthca: fix posting of atomic operations
Michael S. Tsirkin
1
-4
/
+4
2005-11-10
[IB] uverbs: have kernel return QP capabilities
Jack Morgenstein
1
-8
/
+78
2005-11-04
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
1
-0
/
+7
2005-11-03
[IB] mthca: check P_Key index in modify QP
Jack Morgenstein
1
-0
/
+7
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
1
-0
/
+2
2005-10-25
[IB] mthca: correct modify QP attribute masks for UC
Roland Dreier
1
-7
/
+3
2005-10-17
[IB] mthca: Better limit checking and reporting
Jack Morgenstein
1
-2
/
+4
2005-09-20
[PATCH] IB/mthca: Fix device removal memory leak
Michael S. Tsirkin
1
-0
/
+1
2005-09-18
[PATCH] IB/mthca: fix posting of first work request
Roland Dreier
1
-26
/
+22
2005-09-18
[PATCH] IB/mthca: assign ACK timeout field correctly
Roland Dreier
1
-1
/
+1
2005-09-07
[PATCH] IB: Initialize qp->wait
Michael S. Tsirkin
1
-0
/
+1
2005-09-07
[PATCH] IB: really reset QPs
Roland Dreier
1
-12
/
+32
2005-08-26
[PATCH] IB: move include files to include/rdma
Roland Dreier
1
-3
/
+3
2005-08-26
[PATCH] IB/mthca: Add SRQ implementation
Roland Dreier
1
-6
/
+27
2005-08-26
[PATCH] IB/mthca: Move WQE structures into their own header
Roland Dreier
1
-74
/
+1
2005-08-26
[PATCH] IB/mthca: Simplify handling of completions with error
Roland Dreier
1
-4
/
+1
2005-08-26
[PATCH] IB/mthca: Factor out common queue alloc code
Roland Dreier
1
-104
/
+7
2005-08-26
[PATCH] IB/mthca: Use correct port width capability value
Roland Dreier
1
-6
/
+5
2005-08-26
[PATCH] IB: sparse endianness cleanup
Sean Hefty
1
-94
/
+93
2005-08-26
[PATCH] IB: Add copyright notices
Roland Dreier
1
-0
/
+2
2005-07-07
[PATCH] IB uverbs: add mthca user QP support
Roland Dreier
1
-73
/
+142
2005-06-27
[PATCH] IB/mthca: Align FW command mailboxes to 4K
Roland Dreier
1
-7
/
+7
2005-06-27
[PATCH] IB/mthca: Move mthca_is_memfree checks
Roland Dreier
1
-4
/
+5
2005-06-27
[PATCH] IB/mthca: Enable unreliable connected transport
Roland Dreier
1
-1
/
+78
2005-06-27
[PATCH] IB/mthca: Set RDMA/atomic capabilities correctly
Roland Dreier
1
-8
/
+8
2005-06-27
[PATCH] IB/mthca: Set QP static rate correctly
Roland Dreier
1
-1
/
+1
2005-06-27
[PATCH] IB/mthca: Use dma_alloc_coherent instead of pci_alloc_consistent
Roland Dreier
1
-9
/
+10
2005-04-16
[PATCH] IB/mthca: map context for RDMA responder in mem-free mode
Roland Dreier
1
-1
/
+12
2005-04-16
[PATCH] IB/mthca: update receive queue initialization for new HCAs
Roland Dreier
1
-10
/
+23
2005-04-16
[PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()
Roland Dreier
1
-9
/
+9
2005-04-16
[PATCH] IB/mthca: fill in opcode field for send completions
Michael S. Tsirkin
1
-13
/
+0
2005-04-16
[PATCH] IB/mthca: implement RDMA/atomic operations for mem-free mode
Roland Dreier
1
-0
/
+47
2005-04-16
[PATCH] IB/mthca: fix posting sends with immediate data
Roland Dreier
1
-2
/
+2
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2056