index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ipath
/
ipath_rc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB: Remove __constant_{endian} uses
Harvey Harrison
2009-01-17
1
-1
/
+1
*
IB/ipath: Fix PSN of send WQEs after an RDMA read resend
Ralph Campbell
2008-12-05
1
-3
/
+2
*
IB/ipath: Fix SLID generation for RC/UC QPs when LMC > 0
Ralph Campbell
2008-09-20
1
-1
/
+2
*
RDMA/core: Add memory management extensions support
Steve Wise
2008-07-14
1
-2
/
+2
*
IB/ipath: Fix RDMA read response sequence checking
Ralph Campbell
2008-05-13
1
-0
/
+7
*
IB/ipath: Fix many locking issues when switching to error state
Ralph Campbell
2008-05-13
1
-54
/
+97
*
IB/ipath: Fix RC and UC error handling
Ralph Campbell
2008-05-13
1
-86
/
+41
*
IB/ipath: Return the correct opcode for RDMA WRITE with immediate
Ralph Campbell
2008-05-07
1
-1
/
+5
*
IB/core: Add support for "send with invalidate" work requests
Roland Dreier
2008-04-16
1
-4
/
+4
*
IB/ipath: Update copyright dates for files changed in 2008
Ralph Campbell
2008-04-16
1
-1
/
+1
*
IB/ipath: Use PIO buffer for RC ACKs
Ralph Campbell
2008-04-16
1
-18
/
+39
*
IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packets
Patrick Marchand Latifi
2008-03-11
1
-0
/
+4
*
IB/ipath: Fix RNR NAK handling
Ralph Campbell
2008-01-25
1
-11
/
+7
*
IB/ipath: Fix race with ACK retry timeout list management
Ralph Campbell
2007-11-13
1
-2
/
+3
*
IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHED
Ralph Campbell
2007-10-09
1
-1
/
+11
*
IB/ipath: Change UD to queue work requests like RC & UC
Ralph Campbell
2007-10-09
1
-20
/
+41
*
IB/ipath: Update copyright dates
John Gregor
2007-07-09
1
-1
/
+1
*
IB/ipath: Send ACK invalid where appropriate
Robert Walsh
2007-07-09
1
-6
/
+7
*
IB/ipath: Duplicate RDMA reads can cause responder to NAK inappropriately
Ralph Campbell
2007-07-09
1
-5
/
+33
*
IB/ipath: Fix RDMA read retry code
Ralph Campbell
2007-07-09
1
-19
/
+38
*
IB/ipath: Set M bit in BTH according to IB spec
Ralph Campbell
2007-07-09
1
-3
/
+3
*
IB/ipath: Fix a race condition when generating ACKs
Ralph Campbell
2007-05-06
1
-13
/
+15
*
IB/ipath: Fix two more spin lock problems
Ralph Campbell
2007-05-06
1
-1
/
+1
*
IB/ipath: Don't put QP in timeout queue if waiting to send
Ralph Campbell
2007-04-30
1
-6
/
+1
*
IB/ipath: Don't call spin_lock_irq() from interrupt context
Ralph Campbell
2007-04-30
1
-7
/
+11
*
IB/ipath: Fix RDMA reads of length zero and error handling
Ralph Campbell
2007-04-18
1
-19
/
+44
*
IB/ipath: Fix PSN update for RC retries
Ralph Campbell
2007-04-18
1
-27
/
+38
*
IB/ipath: Fix QP error completion queue entries
Ralph Campbell
2007-04-18
1
-0
/
+2
*
IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and IB_QP_MAX_QP_RD_ATOMIC
Ralph Campbell
2007-04-18
1
-346
/
+454
*
IB: Return qp pointer as part of ib_wc
Michael S. Tsirkin
2007-02-04
1
-4
/
+4
*
IB/ipath: Fix RDMA reads
Ralph Campbell
2006-10-02
1
-27
/
+32
*
IB/ipath: Flush RWQEs if access error or invalid error seen
Bryan O'Sullivan
2006-09-28
1
-6
/
+12
*
IB/ipath: Ensure that PD of MR matches PD of QP checking the Rkey
Bryan O'Sullivan
2006-09-28
1
-4
/
+4
*
IB/ipath: RC and UC should validate SLID and DLID
Bryan O'Sullivan
2006-09-28
1
-0
/
+4
*
IB/ipath: Limit # of packets sent without an ACK received
Bryan O'Sullivan
2006-09-28
1
-18
/
+29
*
IB/ipath: simplify layering code
Bryan O'Sullivan
2006-09-22
1
-5
/
+4
*
[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
Bryan O'Sullivan
2006-07-01
1
-20
/
+20
*
[PATCH] IB/ipath: rC receive interrupt performance changes
Bryan O'Sullivan
2006-07-01
1
-186
/
+197
*
[PATCH] IB/ipath: fix shared receive queues for RC
Bryan O'Sullivan
2006-07-01
1
-142
/
+101
*
[PATCH] IB/ipath: fix an indenting problem
Bryan O'Sullivan
2006-07-01
1
-26
/
+26
*
[PATCH] IB/ipath: share more common code between RC and UC protocols
Bryan O'Sullivan
2006-07-01
1
-172
/
+32
*
[PATCH] IB/ipath: update copyrights and other strings to reflect new company ...
Bryan O'Sullivan
2006-07-01
1
-0
/
+1
*
IB/ipath: replace uses of LIST_POISON
Bryan O'Sullivan
2006-05-23
1
-8
/
+7
*
IB/ipath: infiniband RC protocol support
Bryan O'Sullivan
2006-03-31
1
-0
/
+1857