Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
86c0f046a8b0c23fca65f77333c233a06c25ef9a
/
drivers
/
infiniband
/
hw
/
cxgb4
/
cq.c
de77b96
net: introduce __skb_put_[zero, data, u8]
by yuan linyu
· 8 years ago
4df864c
networking: make skb_put & friends return void pointers
by Johannes Berg
· 8 years ago
a9a4288
cxgb4: Convert PDBG to pr_debug
by Joe Perches
· 8 years ago
700456b
cxgb4: Use more common logging style
by Joe Perches
· 8 years ago
4fe7c29
iw_cxgb4: refactor sq/rq drain logic
by Steve Wise
· 8 years ago
5c6b2aa
iw_cxgb4: invalidate the mr when posting a read_w_inv wr
by Steve Wise
· 8 years ago
b9044ac
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
49b53a9
iw_cxgb4: add fast-path for small REG_MR operations
by Steve Wise
· 8 years ago
cff069b
iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTS
by Bharat Potnuri
· 8 years ago
dd6b024
RDMA/iw_cxgb4: Low resource fixes for Completion queue
by Hariprasad S
· 9 years ago
32cc92c
RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
by Hariprasad S
· 9 years ago
086dc6e
iw_cxgb4: add queue drain functions
by Steve Wise
· 9 years ago
feb7c1e
IB: remove in-kernel support for memory windows
by Christoph Hellwig
· 9 years ago
d3cfd00
iw_cxgb4: Remove old FRWR API
by Sagi Grimberg
· 9 years ago
3661df1
iw_cxgb4: gracefully handle unknown CQE status errors
by Hariprasad S
· 9 years ago
bcf4c1e
IB/core: Change provider's API of create_cq to be extendible
by Matan Barak
· 10 years ago
74217d4
iw_cxgb4: support for bar2 qid densities exceeding the page size
by Hariprasad S
· 10 years ago
09ece8b
iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQs
by Hariprasad S
· 10 years ago
6198dd8
iw_cxgb4: 32b platform fixes
by Hariprasad S
· 10 years ago
cf7fe64
iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.h
by Hariprasad Shenai
· 10 years ago
a56c66e
iw_cxgb4: Cleanup register defines/MACROS defined in t4.h
by Hariprasad Shenai
· 10 years ago
e2ac962
cxgb4: Cleanup macros so they follow the same style and look consistent, part 2
by Hariprasad Shenai
· 10 years ago
66eb19a
iw_cxgb4: advertise the correct device max attributes
by Hariprasad Shenai
· 10 years ago
7730b4c
cxgb4/iw_cxgb4: work request logging feature
by Hariprasad Shenai
· 11 years ago
04e10e2
iw_cxgb4: Detect Ing. Padding Boundary at run-time
by Hariprasad Shenai
· 11 years ago
f9da455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
cf38be6
iw_cxgb4: Allocate and use IQs specifically for indirect interrupts
by Hariprasad Shenai
· 11 years ago
b6f04d3
RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_resp
by Yann Droneaud
· 11 years ago
97df1c6
RDMA/cxgb4: Use uninitialized_var()
by Steve Wise
· 11 years ago
b4e2901
RDMA/cxgb4: SQ flush fix
by Steve Wise
· 11 years ago
70b9c66
RDMA/cxgb4: Ignore read reponse type 1 CQEs
by Steve Wise
· 11 years ago
8a9c399
RDMA/cxgb4: Fix incorrect BUG_ON conditions
by Steve Wise
· 11 years ago
ffd4359
RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZE
by Steve Wise
· 11 years ago
e24a72a
RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq()
by Dan Carpenter
· 11 years ago
27ca34f
RDMA/cxgb4: Fix accounting for unsignaled SQ WRs to deal with wrap
by Steve Wise
· 11 years ago
1cf24dc
RDMA/cxgb4: Fix QP flush logic
by Steve Wise
· 11 years ago
c34c97a
RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logic
by Jonathan Lallinger
· 13 years ago
581bbe2
RDMA/cxgb4: Serialize calls to CQ's comp_handler
by Kumar Sanghvi
· 13 years ago
e14d62c
RDMA/cxgb4: Use correct QID in insert_recv_cqe()
by Jonathan Lallinger
· 13 years ago
2ff7d09
RDMA/cxgb4: Don't exceed hw IQ depth limit for user CQs
by Steve Wise
· 14 years ago
aadc4df
RDMA/cxgb4: Centralize the wait logic
by Steve Wise
· 14 years ago
6ff0e34
RDMA/cxgb4: Ignore TERMINATE CQEs
by Steve Wise
· 14 years ago
c8e081a
RDMA/cxgb4: Fix warnings about casts to/from pointers of different sizes
by Roland Dreier
· 14 years ago
d3c814e
RDMA/cxgb4: Remove dependency on __GFP_NOFAIL
by David Rientjes
· 15 years ago
1973e8b
RDMA/cxgb4: Avoid false GTS CIDX_INC overflows
by Steve Wise
· 15 years ago
f38926a
RDMA/cxgb4: Use the DMA state API instead of the pci equivalents
by FUJITA Tomonori
· 15 years ago
84172de
RDMA/cxgb4: Optimize CQ overflow detection
by Steve Wise
· 15 years ago
895cf5f
RDMA/cxgb4: CQ size must be IQ size - 2
by Steve Wise
· 15 years ago
cfdda9d
RDMA/cxgb4: Add driver for Chelsio T4 RNIC
by Steve Wise
· 15 years ago