index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ipath
/
ipath_qp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-13
IB/ipath: Fix many locking issues when switching to error state
Ralph Campbell
1
-92
/
+91
2008-05-13
IB/ipath: Fix RC and UC error handling
Ralph Campbell
1
-46
/
+8
2008-04-17
IB/ipath: Update copyright dates for files changed in 2008
Ralph Campbell
1
-1
/
+1
2008-04-17
IB/ipath: add calls to new 7220 code and enable in build
Dave Olson
1
-1
/
+13
2008-04-17
IB/core: Add creation flags to struct ib_qp_init_attr
Eli Cohen
1
-0
/
+5
2008-04-17
IB/ipath: Fix sanity checks on QP number of WRs and SGEs
Ralph Campbell
1
-10
/
+16
2008-04-17
IB/ipath: Remove useless comments
Ralph Campbell
1
-2
/
+0
2008-04-17
IB/ipath: Enable 4KB MTU
Dave Olson
1
-6
/
+6
2008-03-12
IB/ipath: Fix error completion put on send CQ instead of recv CQ
Patrick Marchand Latifi
1
-1
/
+1
2008-03-12
IB/ipath: Fix RC QP initialization
Patrick Marchand Latifi
1
-4
/
+5
2008-03-12
IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()
Patrick Marchand Latifi
1
-1
/
+1
2008-01-26
IB/ipath: Fix some sparse warnings about shadowed symbols
Roland Dreier
1
-2
/
+0
2008-01-26
IB/ipath: Add the work completion error code to the QP error debug output
Ralph Campbell
1
-2
/
+2
2007-11-20
IB/ipath: Fix error path in QP creation
Ralph Campbell
1
-6
/
+9
2007-10-10
IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHED
Ralph Campbell
1
-3
/
+17
2007-10-10
IB/ipath: Change UD to queue work requests like RC & UC
Ralph Campbell
1
-6
/
+5
2007-07-10
IB/ipath: Remove bogus RD_ATOMIC checks from modify_qp
Arthur Jones
1
-8
/
+0
2007-07-10
IB/ipath: Update copyright dates
John Gregor
1
-1
/
+1
2007-07-10
IB/ipath: Clean send flags properly on QP reset
Robert Walsh
1
-1
/
+1
2007-07-10
IB/ipath: Fix maximum MTU reporting
Robert Walsh
1
-1
/
+6
2007-05-01
IB/ipath: Don't corrupt pending mmap list when unmapped objects are freed
Robert Walsh
1
-22
/
+30
2007-04-19
IB/ipath: Don't allow QPs 0 and 1 to be opened multiple times
Bryan O'Sullivan
1
-38
/
+53
2007-04-19
IB/ipath: Fix CQ flushing when QP is modified to error state
Bryan O'Sullivan
1
-1
/
+1
2007-04-19
IB/ipath: Fix QP error completion queue entries
Ralph Campbell
1
-3
/
+5
2007-04-19
IB/ipath: Fix up some debug messages
Bryan O'Sullivan
1
-3
/
+3
2007-04-19
IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and IB_QP_MAX_QP_RD_ATOMIC
Ralph Campbell
1
-6
/
+20
2007-02-05
IB: Return qp pointer as part of ib_wc
Michael S. Tsirkin
1
-1
/
+1
2006-09-28
IB/ipath: Flush RWQEs if access error or invalid error seen
Bryan O'Sullivan
1
-3
/
+10
2006-09-28
IB/ipath: Limit # of packets sent without an ACK received
Bryan O'Sullivan
1
-1
/
+2
2006-09-23
IB/ipath: handle sq_sig_all field correctly
Bryan O'Sullivan
1
-5
/
+8
2006-09-23
IB/ipath: put a limit on the number of QPs that can be created
Bryan O'Sullivan
1
-0
/
+15
2006-09-23
IB/ipath: validate path_mig_state properly
Bryan O'Sullivan
1
-1
/
+2
2006-09-23
IB/ipath: be more strict about testing the modify QP verb
Bryan O'Sullivan
1
-2
/
+31
2006-09-23
IB/ipath: remove stale references to userspace SMA
Bryan O'Sullivan
1
-35
/
+0
2006-09-23
IB/ipath: simplify debugging code after ipath_core and ib_ipath merger
Bryan O'Sullivan
1
-5
/
+5
2006-09-23
IB/ipath: simplify layering code
Bryan O'Sullivan
1
-4
/
+30
2006-09-23
IB/ipath: Performance improvements via mmap of queues
Ralph Campbell
1
-44
/
+112
2006-09-23
IB/uverbs: Pass userspace data to modify_srq and modify_qp methods
Ralph Campbell
1
-1
/
+2
2006-07-01
[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
Bryan O'Sullivan
1
-8
/
+8
2006-07-01
[PATCH] IB/ipath: ignore receive queue size if SRQ is specified
Bryan O'Sullivan
1
-11
/
+16
2006-07-01
[PATCH] IB/ipath: rC receive interrupt performance changes
Bryan O'Sullivan
1
-28
/
+15
2006-07-01
[PATCH] IB/ipath: enforce device resource limits
Bryan O'Sullivan
1
-2
/
+4
2006-07-01
[PATCH] IB/ipath: fix some memory leaks on failure paths
Bryan O'Sullivan
1
-0
/
+2
2006-07-01
[PATCH] IB/ipath: don't allow resources to be created with illegal values
Bryan O'Sullivan
1
-0
/
+8
2006-07-01
[PATCH] IB/ipath: remove some duplicate code
Bryan O'Sullivan
1
-3
/
+0
2006-07-01
[PATCH] IB/ipath: share more common code between RC and UC protocols
Bryan O'Sullivan
1
-5
/
+3
2006-07-01
[PATCH] IB/ipath: update copyrights and other strings to reflect new company ...
Bryan O'Sullivan
1
-0
/
+1
2006-05-24
IB/ipath: deref correct pointer when using kernel SMA
Bryan O'Sullivan
1
-1
/
+1
2006-05-24
IB/ipath: replace uses of LIST_POISON
Bryan O'Sullivan
1
-16
/
+14
2006-05-24
IB/ipath: don't modify QP if changes fail
Bryan O'Sullivan
1
-15
/
+17
[next]