index
:
~nh/linux
master
mutex
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-20
IB/mlx4: Fix creation of kernel QP with max number of send s/g entries
Roland Dreier
1
-5
/
+8
2008-05-16
IB/mthca: Fix max_sge value returned by query_device
Roland Dreier
1
-1
/
+13
2008-05-16
RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send()
Roland Dreier
1
-1
/
+1
2008-05-16
IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send()
Andrew Morton
1
-1
/
+1
2008-05-15
IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediate
Ralph Campbell
1
-2
/
+2
2008-05-15
IB/ipath: Fix printk format for ipath_sdma_status
Roland Dreier
1
-2
/
+2
2008-05-13
RDMA/cxgb3: Wrap the software send queue pointer as needed on flush
Steve Wise
1
-2
/
+2
2008-05-13
IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned long
Roland Dreier
2
-4
/
+4
2008-05-13
IB/ipath: Make ipath_portdata work with struct pid * not pid_t
Pavel Emelyanov
3
-18
/
+23
2008-05-13
IB/ipath: Fix RDMA read response sequence checking
Ralph Campbell
2
-0
/
+8
2008-05-13
IB/ipath: Fix many locking issues when switching to error state
Ralph Campbell
8
-304
/
+554
2008-05-13
IB/ipath: Fix RC and UC error handling
Ralph Campbell
5
-224
/
+132
2008-05-13
RDMA/nes: Fix up nes_lro_max_aggr module parameter
Roland Dreier
3
-6
/
+5
2008-05-07
IB/ehca: Wait for async events to finish before destroying QP
Stefan Roscher
3
-0
/
+11
2008-05-07
IB/ipath: Fix SDMA error recovery in absence of link status change
John Gregor
2
-10
/
+29
2008-05-07
IB/ipath: Need to always request and handle PIO avail interrupts
Dave Olson
8
-202
/
+224
2008-05-07
IB/ipath: Fix count of packets received by kernel
Michael Albaugh
1
-1
/
+1
2008-05-07
IB/ipath: Return the correct opcode for RDMA WRITE with immediate
Ralph Campbell
1
-1
/
+5
2008-05-07
IB/ipath: Fix bug that can leave sends disabled after freeze recovery
Dave Olson
1
-2
/
+6
2008-05-07
IB/ipath: Only increment SSN if WQE is put on send queue
Ralph Campbell
1
-1
/
+1
2008-05-07
IB/ipath: Only warn about prototype chip during init
Michael Albaugh
1
-2
/
+3
2008-05-06
RDMA/cxgb3: Fix severe limit on userspace memory registration size
Roland Dreier
5
-94
/
+155
2008-05-06
RDMA/cxgb3: Don't add PBL memory to gen_pool in chunks
Roland Dreier
1
-8
/
+28
2008-05-05
IB/ehca: Fix function return types
Stefan Roscher
1
-4
/
+3
2008-05-02
RDMA/cxgb3: Bump up the MPA connection setup timeout.
Steve Wise
1
-2
/
+2
2008-05-02
RDMA/cxgb3: Silently ignore close reply after abort.
Steve Wise
1
-1
/
+1
2008-05-02
RDMA/cxgb3: QP flush fixes
Steve Wise
3
-10
/
+20
2008-04-30
IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf()
Roland Dreier
1
-2
/
+2
2008-04-29
RDMA/nes: Formatting cleanup
Glenn Streiff
5
-102
/
+109
2008-04-29
RDMA/nes: Add support for SFP+ PHY
Eric Schneider
5
-64
/
+259
2008-04-29
RDMA/nes: Use LRO
Faisal Latif
6
-12
/
+70
2008-04-29
IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attribute
Roland Dreier
3
-5
/
+20
2008-04-29
IB/mthca: Avoid recycling old FMR R_Keys too soon
Olaf Kirch
1
-13
/
+0
2008-04-29
IB/ehca: Allocate event queue size depending on max number of CQs and QPs
Stefan Roscher
4
-4
/
+74
2008-04-29
IB/ehca: handle negative return value from ibmebus_request_irq() properly
Hoang-Nam Nguyen
1
-18
/
+17
2008-04-29
RDMA/cxgb3: Support peer-2-peer connection setup
Steve Wise
6
-28
/
+136
2008-04-29
RDMA/cxgb3: Set the max_mr_size device attribute correctly
Steve Wise
4
-1
/
+4
2008-04-29
RDMA/cxgb3: Correctly serialize peer abort path
Steve Wise
3
-35
/
+72
2008-04-29
mlx4_core: Add a way to set the "collapsed" CQ flag
Yevgeny Petrilin
1
-1
/
+1
2008-04-29
IB: expand ib_umem_get() prototype
Arthur Kepner
12
-12
/
+28
2008-04-23
RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbase
Roland Dreier
2
-2
/
+8
2008-04-23
mlx4_core: Move kernel doorbell management into core
Yevgeny Petrilin
6
-160
/
+16
2008-04-23
IB/ehca: Bump version number to 0026
Joachim Fenkes
1
-1
/
+1
2008-04-23
IB/ehca: Make some module parameters bool, update descriptions
Joachim Fenkes
1
-19
/
+18
2008-04-23
IB/ehca: Remove mr_largepage parameter
Joachim Fenkes
1
-19
/
+3
2008-04-23
IB/ehca: Move high-volume debug output to higher debug levels
Joachim Fenkes
7
-56
/
+63
2008-04-23
IB/ehca: Prevent posting of SQ WQEs if QP not in RTS
Joachim Fenkes
3
-0
/
+9
2008-04-23
RDMA/nes: Fix adapter reset after PXE boot
Chien Tung
2
-13
/
+13
2008-04-23
RDMA/nes: Print IPv4 addresses in a readable format
Roland Dreier
3
-9
/
+13
2008-04-23
RDMA/nes: Use print_mac() to format ethernet addresses for printing
Roland Dreier
3
-21
/
+15
[next]