index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
cxgb4
/
cq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
iw_cxgb4: Atomically flush per QP HW CQEs
Bharat Potnuri
1
-1
/
+10
2017-12-21
iw_cxgb4: reflect the original WR opcode in drain cqes
Steve Wise
1
-5
/
+2
2017-12-21
iw_cxgb4: Only validate the MSN for successful completions
Steve Wise
1
-3
/
+3
2017-12-11
iw_cxgb4: only insert drain cqes if wq is flushed
Steve Wise
1
-0
/
+5
2017-11-13
iw_cxgb4: remove BUG_ON() usage.
Steve Wise
1
-10
/
+0
2017-09-29
iw_cxgb4: add referencing to wait objects
Steve Wise
1
-13
/
+5
2017-09-29
iw_cxgb4: allocate wait object for each cq object
Steve Wise
1
-27
/
+36
2017-09-27
iw_cxgb4: Remove __func__ parameter from pr_debug()
Bharat Potnuri
1
-25
/
+25
2017-07-20
cxgb4: Fix error codes in c4iw_create_cq()
Dan Carpenter
1
-0
/
+1
2017-06-20
net: introduce __skb_put_[zero, data, u8]
yuan linyu
1
-4
/
+2
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-2
/
+2
2017-04-20
cxgb4: Convert PDBG to pr_debug
Joe Perches
1
-35
/
+36
2017-04-20
cxgb4: Use more common logging style
Joe Perches
1
-5
/
+3
2017-01-10
iw_cxgb4: refactor sq/rq drain logic
Steve Wise
1
-8
/
+13
2016-11-16
iw_cxgb4: invalidate the mr when posting a read_w_inv wr
Steve Wise
1
-14
/
+3
2016-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-0
/
+17
2016-10-07
iw_cxgb4: add fast-path for small REG_MR operations
Steve Wise
1
-0
/
+17
2016-08-23
iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTS
Bharat Potnuri
1
-5
/
+5
2016-06-23
RDMA/iw_cxgb4: Low resource fixes for Completion queue
Hariprasad S
1
-17
/
+25
2016-04-26
RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
Hariprasad S
1
-1
/
+1
2016-02-29
iw_cxgb4: add queue drain functions
Steve Wise
1
-1
/
+8
2015-12-23
IB: remove in-kernel support for memory windows
Christoph Hellwig
1
-3
/
+0
2015-10-28
iw_cxgb4: Remove old FRWR API
Sagi Grimberg
1
-1
/
+1
2015-07-28
iw_cxgb4: gracefully handle unknown CQE status errors
Hariprasad S
1
-1
/
+1
2015-06-12
IB/core: Change provider's API of create_cq to be extendible
Matan Barak
1
-2
/
+7
2015-06-11
iw_cxgb4: support for bar2 qid densities exceeding the page size
Hariprasad S
1
-12
/
+10
2015-05-05
iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQs
Hariprasad S
1
-4
/
+11
2015-05-05
iw_cxgb4: 32b platform fixes
Hariprasad S
1
-4
/
+3
2015-01-16
iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.h
Hariprasad Shenai
1
-11
/
+11
2015-01-16
iw_cxgb4: Cleanup register defines/MACROS defined in t4.h
Hariprasad Shenai
1
-19
/
+19
2014-11-10
cxgb4: Cleanup macros so they follow the same style and look consistent, part 2
Hariprasad Shenai
1
-4
/
+4
2014-07-21
iw_cxgb4: advertise the correct device max attributes
Hariprasad Shenai
1
-7
/
+1
2014-07-15
cxgb4/iw_cxgb4: work request logging feature
Hariprasad Shenai
1
-0
/
+4
2014-07-15
iw_cxgb4: Detect Ing. Padding Boundary at run-time
Hariprasad Shenai
1
-2
/
+2
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+6
2014-06-10
iw_cxgb4: Allocate and use IQs specifically for indirect interrupts
Hariprasad Shenai
1
-1
/
+6
2014-05-29
RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_resp
Yann Droneaud
1
-2
/
+2
2014-04-11
RDMA/cxgb4: Use uninitialized_var()
Steve Wise
1
-1
/
+1
2014-04-11
RDMA/cxgb4: SQ flush fix
Steve Wise
1
-14
/
+8
2014-03-24
RDMA/cxgb4: Ignore read reponse type 1 CQEs
Steve Wise
1
-4
/
+20
2014-03-20
RDMA/cxgb4: Fix incorrect BUG_ON conditions
Steve Wise
1
-2
/
+2
2014-03-20
RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZE
Steve Wise
1
-1
/
+1
2014-03-20
RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq()
Dan Carpenter
1
-0
/
+1
2013-08-13
RDMA/cxgb4: Fix accounting for unsignaled SQ WRs to deal with wrap
Steve Wise
1
-2
/
+5
2013-08-13
RDMA/cxgb4: Fix QP flush logic
Steve Wise
1
-116
/
+210
2011-11-28
RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logic
Jonathan Lallinger
1
-1
/
+1
2011-10-31
RDMA/cxgb4: Serialize calls to CQ's comp_handler
Kumar Sanghvi
1
-0
/
+1
2011-10-14
RDMA/cxgb4: Use correct QID in insert_recv_cqe()
Jonathan Lallinger
1
-1
/
+1
2011-06-17
RDMA/cxgb4: Don't exceed hw IQ depth limit for user CQs
Steve Wise
1
-0
/
+4
2010-09-28
RDMA/cxgb4: Centralize the wait logic
Steve Wise
1
-16
/
+2
[next]