Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2b7ab45395dc4d91ef30985f76d90a8f28f58c27
/
drivers
/
infiniband
/
hw
/
ipath
/
ipath_qp.c
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
7c37d74
IB/ipath: Improve UD loopback performance by allocating temp array only once
by Ralph Campbell
· 16 years ago
e509be8
IB/ipath: Fix many locking issues when switching to error state
by Ralph Campbell
· 17 years ago
53dc1ca
IB/ipath: Fix RC and UC error handling
by Ralph Campbell
· 17 years ago
e7eacd3
IB/ipath: Update copyright dates for files changed in 2008
by Ralph Campbell
· 17 years ago
124b4dc
IB/ipath: add calls to new 7220 code and enable in build
by Dave Olson
· 17 years ago
b846f25
IB/core: Add creation flags to struct ib_qp_init_attr
by Eli Cohen
· 17 years ago
10a8c3c
IB/ipath: Fix sanity checks on QP number of WRs and SGEs
by Ralph Campbell
· 17 years ago
69bd74c6
IB/ipath: Remove useless comments
by Ralph Campbell
· 17 years ago
826d801
IB/ipath: Enable 4KB MTU
by Dave Olson
· 17 years ago
2a049e5
IB/ipath: Fix error completion put on send CQ instead of recv CQ
by Patrick Marchand Latifi
· 17 years ago
4cd5060
IB/ipath: Fix RC QP initialization
by Patrick Marchand Latifi
· 17 years ago
87d5aed
IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()
by Patrick Marchand Latifi
· 17 years ago
cf9542a
IB/ipath: Fix some sparse warnings about shadowed symbols
by Roland Dreier
· 17 years ago
a2f76cd
IB/ipath: Add the work completion error code to the QP error debug output
by Ralph Campbell
· 17 years ago
8a278e6d5
IB/ipath: Fix error path in QP creation
by Ralph Campbell
· 17 years ago
d42b01b
IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHED
by Ralph Campbell
· 17 years ago
4ee9718
IB/ipath: Change UD to queue work requests like RC & UC
by Ralph Campbell
· 17 years ago
4f5973f
IB/ipath: Remove bogus RD_ATOMIC checks from modify_qp
by Arthur Jones
· 17 years ago
87427da
IB/ipath: Update copyright dates
by John Gregor
· 17 years ago
991bda2
IB/ipath: Clean send flags properly on QP reset
by Robert Walsh
· 18 years ago
e7340f0
IB/ipath: Fix maximum MTU reporting
by Robert Walsh
· 17 years ago
6b66b2da
IB/ipath: Don't corrupt pending mmap list when unmapped objects are freed
by Robert Walsh
· 18 years ago
662af58
IB/ipath: Don't allow QPs 0 and 1 to be opened multiple times
by Bryan O'Sullivan
· 18 years ago
041eab9
IB/ipath: Fix CQ flushing when QP is modified to error state
by Bryan O'Sullivan
· 18 years ago
0434d27
IB/ipath: Fix QP error completion queue entries
by Ralph Campbell
· 18 years ago
39c0d0b
IB/ipath: Fix up some debug messages
by Bryan O'Sullivan
· 18 years ago
3859e39
IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and IB_QP_MAX_QP_RD_ATOMIC
by Ralph Campbell
· 18 years ago
062dbb6
IB: Return qp pointer as part of ib_wc
by Michael S. Tsirkin
· 18 years ago
8d0208c
IB/ipath: Flush RWQEs if access error or invalid error seen
by Bryan O'Sullivan
· 18 years ago
6022943
IB/ipath: Limit # of packets sent without an ACK received
by Bryan O'Sullivan
· 18 years ago
a78aa6f
IB/ipath: handle sq_sig_all field correctly
by Bryan O'Sullivan
· 18 years ago
0b81e4f
IB/ipath: put a limit on the number of QPs that can be created
by Bryan O'Sullivan
· 18 years ago
ca4ce38
IB/ipath: validate path_mig_state properly
by Bryan O'Sullivan
· 18 years ago
fc8cf8c
IB/ipath: be more strict about testing the modify QP verb
by Bryan O'Sullivan
· 18 years ago
0fd4136
IB/ipath: remove stale references to userspace SMA
by Bryan O'Sullivan
· 18 years ago
b55f4f0
IB/ipath: simplify debugging code after ipath_core and ib_ipath merger
by Bryan O'Sullivan
· 18 years ago
34b2aaf
IB/ipath: simplify layering code
by Bryan O'Sullivan
· 18 years ago
373d991
IB/ipath: Performance improvements via mmap of queues
by Ralph Campbell
· 18 years ago
9bc57e2
IB/uverbs: Pass userspace data to modify_srq and modify_qp methods
by Ralph Campbell
· 18 years ago
27b678d
[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
by Bryan O'Sullivan
· 18 years ago
357b552
[PATCH] IB/ipath: ignore receive queue size if SRQ is specified
by Bryan O'Sullivan
· 18 years ago
12eef41
[PATCH] IB/ipath: rC receive interrupt performance changes
by Bryan O'Sullivan
· 18 years ago
fe62546
[PATCH] IB/ipath: enforce device resource limits
by Bryan O'Sullivan
· 18 years ago
60460df
[PATCH] IB/ipath: fix some memory leaks on failure paths
by Bryan O'Sullivan
· 18 years ago
4a45b7d
[PATCH] IB/ipath: don't allow resources to be created with illegal values
by Bryan O'Sullivan
· 18 years ago
6665dde
[PATCH] IB/ipath: remove some duplicate code
by Bryan O'Sullivan
· 18 years ago
ddd4bb2
[PATCH] IB/ipath: share more common code between RC and UC protocols
by Bryan O'Sullivan
· 18 years ago
759d576
[PATCH] IB/ipath: update copyrights and other strings to reflect new company name
by Bryan O'Sullivan
· 18 years ago
09b74de
IB/ipath: deref correct pointer when using kernel SMA
by Bryan O'Sullivan
· 19 years ago
94b8d9f
IB/ipath: replace uses of LIST_POISON
by Bryan O'Sullivan
· 19 years ago
b228b43
IB/ipath: don't modify QP if changes fail
by Bryan O'Sullivan
· 19 years ago
ac2ae4c
IB/ipath: Make more names static
by Roland Dreier
· 19 years ago
e28c00a
IB/ipath: misc infiniband code, part 2
by Bryan O'Sullivan
· 19 years ago