index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mthca
/
mthca_qp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-16
IB/mthca: Use mmiowb after doorbell ring
Arthur Kepner
1
-0
/
+19
2006-09-22
IB/mthca: Simplify calls to mthca_cq_clean()
Roland Dreier
1
-3
/
+2
2006-09-22
IB/mthca: Return correct number of bits for static rate in query_qp
Jack Morgenstein
1
-1
/
+1
2006-09-22
IB/mthca: Return port number for unconnected QPs in query_qp
Jack Morgenstein
1
-4
/
+6
2006-09-22
IB/uverbs: Pass userspace data to modify_srq and modify_qp methods
Ralph Campbell
1
-1
/
+2
2006-08-11
IB/mthca: Fix potential AB-BA deadlock with CQ locks
Roland Dreier
1
-12
/
+30
2006-08-10
IB/mthca: Make fence flag work for send work requests
Michael S. Tsirkin
1
-2
/
+10
2006-07-14
[PATCH] IB/mthca: comment fix
Michael S. Tsirkin
1
-7
/
+6
2006-07-04
[PATCH] mthca: initialize send and receive queue locks separately
Zach Brown
1
-1
/
+4
2006-06-17
IB/mthca: Make all device methods truly reentrant
Roland Dreier
1
-15
/
+23
2006-06-17
IB/mthca: Fix memory leak on modify_qp error paths
Roland Dreier
1
-6
/
+6
2006-05-18
IB/mthca: Fix posting lists of 256 receive requests for Tavor
Michael S. Tsirkin
1
-17
/
+18
2006-05-09
IB/mthca: Fix race in reference counting
Roland Dreier
1
-9
/
+22
2006-04-10
IB: simplify static rate encoding
Jack Morgenstein
1
-13
/
+33
2006-03-29
IB/mthca: Fix section mismatch problems
Roland Dreier
1
-1
/
+1
2006-03-24
IB/mthca: Fix modify QP error path
Roland Dreier
1
-10
/
+11
2006-03-24
IB/mthca: Fix indentation
Roland Dreier
1
-2
/
+2
2006-03-24
IB/mthca: Fix uninitialized variable in mthca_alloc_qp()
Jack Morgenstein
1
-4
/
+5
2006-03-24
IB/mthca: Check that sgid_index and path_mtu are valid in modify_qp
Dotan Barak
1
-4
/
+23
2006-03-20
IB/mthca: Check alternate P_Key index when setting alternate path
Dotan Barak
1
-2
/
+8
2006-03-20
IB/mthca: Add support for send work request fence flag
Dotan Barak
1
-2
/
+6
2006-03-20
IB/mthca: Support for query QP and SRQ
Eli Cohen
1
-0
/
+135
2006-03-20
IB/mthca: Convert to use ib_modify_qp_is_ok()
Roland Dreier
1
-250
/
+13
2006-03-20
IB/mthca: Generate SQ drained events when requested
Roland Dreier
1
-1
/
+13
2006-03-20
IB/mthca: Whitespace cleanups
Roland Dreier
1
-14
/
+14
2006-03-20
IB/mthca: Make functions that never fail return void
Roland Dreier
1
-5
/
+3
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
[prev]
[next]