index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mthca
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-08
[PATCH] fix more missing includes
Tim Schmielau
1
-0
/
+1
2006-01-06
IB/mthca: Add support for automatic path migration (APM)
Dotan Barak
1
-20
/
+37
2006-01-06
IB/mthca: Fill in vendor_err field in completion with error
Michael S. Tsirkin
1
-5
/
+7
2006-01-06
IB/mthca: multiple fixes for multicast group handling
Jack Morgenstein
1
-19
/
+35
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: create_eq with size not a power of 2
Michael S. Tsirkin
1
-2
/
+2
2006-01-05
IB/mthca: check port validity in modify_qp
Jack Morgenstein
1
-0
/
+6
2006-01-05
IB/mthca: check return value in mthca_dev_lim call
Jack Morgenstein
1
-0
/
+4
2006-01-04
IB/mthca: fix WQE size calculation in create-srq
Jack Morgenstein
1
-1
/
+1
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-15
IB/mthca: Fix SRQ cleanup during QP destroy
Jack Morgenstein
1
-1
/
+10
2005-12-15
IB/mthca: Fix thinko in mthca_table_find()
Michael S. Tsirkin
1
-1
/
+1
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-12-09
IB/mthca: fix memory user DB table leak
Jack Morgenstein
1
-0
/
+2
2005-11-30
IB/mthca: fix QP size limits for mem-free HCAs
Jack Morgenstein
1
-4
/
+8
2005-11-29
IB/mthca: fix posting of send lists of length >= 255 on mem-free HCAs
Michael S. Tsirkin
2
-3
/
+31
2005-11-28
IB/mthca: reset QP's last pointers when transitioning to reset state
Michael S. Tsirkin
1
-0
/
+3
2005-11-18
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
1
-19
/
+18
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
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
Greg Kroah-Hartman
1
-1
/
+0
2005-11-10
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
10
-29
/
+137
2005-11-10
[IB] mthca: fix posting long lists of receive work requests
Michael S. Tsirkin
3
-5
/
+39
2005-11-10
[IB] mthca: fix wraparound handling in mthca_cq_clean()
Roland Dreier
1
-10
/
+6
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
6
-9
/
+84
2005-11-10
[IB] mthca: fix typo in catastrophic error polling
Roland Dreier
1
-1
/
+1
2005-11-07
[PATCH] fix remaining missing includes
Tim Schmielau
2
-0
/
+6
2005-11-04
[IB] mthca: report page size capability
Jack Morgenstein
3
-0
/
+3
2005-11-04
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
9
-17
/
+54
2005-11-03
[IB] mthca: check P_Key index in modify QP
Jack Morgenstein
1
-0
/
+7
2005-11-02
[IB] mthca: fix format of FW version
Roland Dreier
2
-2
/
+2
2005-11-02
[IB] kzalloc() conversions
Roland Dreier
2
-6
/
+2
2005-10-31
[IB] mthca: Avoid SRQ free WQE list corruption
Roland Dreier
1
-6
/
+7
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
7
-0
/
+14
2005-10-29
[IB] mthca: report asynchronous CQ events
Michael S. Tsirkin
3
-3
/
+36
2005-10-28
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Roland Dreier
4
-4
/
+4
2005-10-28
[PATCH] gfp_t: drivers/infiniband
Al Viro
4
-4
/
+4
2005-10-27
[IB] mthca: first pass at catastrophic error reporting
Roland Dreier
5
-1
/
+176
2005-10-25
[IB] mthca: correct modify QP attribute masks for UC
Roland Dreier
1
-7
/
+3
2005-10-25
[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped
Sean Hefty
1
-63
/
+9
2005-10-24
Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...
Roland Dreier
1
-10
/
+11
2005-10-23
[PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt()
Roland Dreier
1
-10
/
+11
2005-10-22
[IB] mthca: Always re-arm EQs in mthca_tavor_interrupt()
Roland Dreier
1
-10
/
+11
2005-10-18
[IB] mthca: Don't enter QP into MCG more than once.
Jack Morgenstein
1
-1
/
+6
[prev]
[next]