index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
cxgb4
/
qp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"
Colin Ian King
2019-04-18
1
-1
/
+1
*
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
2019-04-08
1
-20
/
+12
*
RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE state
Potnuri Bharat Teja
2019-04-04
1
-2
/
+2
*
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
2019-04-01
1
-2
/
+2
*
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-04-01
1
-2
/
+2
*
cxgb4: Convert qpidr to XArray
Matthew Wilcox
2019-03-25
1
-17
/
+16
*
RDMA/cxgb4: Remove kref accounting for sync operation
Leon Romanovsky
2019-02-16
1
-3
/
+0
*
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
1
-4
/
+5
*
Merge branch 'devx-async' into k.o/for-next
Jason Gunthorpe
2019-01-29
1
-3
/
+2
|
\
|
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-3
/
+2
*
|
RDMA/iw_cxgb4: Drop __GFP_NOFAIL
Jason Gunthorpe
2019-01-24
1
-1
/
+1
*
|
iw_cxgb4: Check for send WR also while posting write with completion WR
Potnuri Bharat Teja
2019-01-07
1
-6
/
+13
|
/
*
RDMA: Cleanup undesired pd->uobject usage
Shamir Rabinovitch
2018-12-19
1
-2
/
+2
*
infiniband/hw/cxgb4/qp.c: Use dma_zalloc_coherent
Sabyasachi Gupta
2018-11-21
1
-2
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-10-26
1
-5
/
+5
|
\
|
*
iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrs
Nathan Chancellor
2018-09-25
1
-3
/
+4
|
*
RDMA/cxgb4: remove redundant null pointer check before kfree_skb
zhong jiang
2018-09-21
1
-2
/
+1
*
|
PCI: Remove pci_unmap_addr() wrappers for DMA API
Christoph Hellwig
2018-10-10
1
-5
/
+5
|
/
*
iw_cxgb4: only allow 1 flush on user qps
Steve Wise
2018-09-04
1
-0
/
+6
*
iw_cxgb4: Support FW write completion WR
Potnuri Bharat Teja
2018-08-03
1
-1
/
+146
*
iw_cxgb4: RDMA write with immediate support
Potnuri Bharat Teja
2018-08-03
1
-8
/
+29
*
rdma/cxgb4: fix some info leaks
Dan Carpenter
2018-08-03
1
-4
/
+3
*
rdma/cxgb4: Simplify a structure initialization
Bart Van Assche
2018-08-01
1
-1
/
+1
*
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
2018-07-31
1
-12
/
+15
*
RDMA: Constify the argument of the work request conversion functions
Bart Van Assche
2018-07-31
1
-9
/
+12
*
rdma/cxgb4: Add support for kernel mode SRQ's
Raju Rangoju
2018-07-26
1
-127
/
+691
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-4
/
+4
*
Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next
Doug Ledford
2018-05-09
1
-2
/
+2
|
\
|
*
iw_cxgb4: Atomically flush per QP HW CQEs
Bharat Potnuri
2018-04-27
1
-2
/
+2
*
|
IB/cxgb4: use skb_put_zero()/__skb_put_zero
YueHaibing
2018-05-01
1
-6
/
+3
|
/
*
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
2017-12-28
1
-11
/
+83
|
\
|
*
iw_cxgb4: when flushing, complete all wrs in a chain
Steve Wise
2017-12-22
1
-2
/
+26
|
*
iw_cxgb4: reflect the original WR opcode in drain cqes
Steve Wise
2017-12-22
1
-4
/
+42
|
*
iw_cxgb4: only insert drain cqes if wq is flushed
Steve Wise
2017-12-11
1
-2
/
+12
|
*
iw_cxgb4: only clear the ARMED bit if a notification is needed
Steve Wise
2017-12-07
1
-4
/
+4
*
|
infiniband: cxgb4: use ktime_get for timestamps
Arnd Bergmann
2017-12-13
1
-3
/
+3
|
/
*
iw_cxgb4: atomically flush the qp
Steve Wise
2017-11-13
1
-8
/
+11
*
iw_cxgb4: only call the cq comp_handler when the cq is armed
Steve Wise
2017-11-13
1
-8
/
+12
*
iw_cxgb4: remove BUG_ON() usage.
Steve Wise
2017-11-13
1
-3
/
+0
*
RDMA/cxgb4: Protect from possible dereference
Leon Romanovsky
2017-11-13
1
-1
/
+1
*
Merge branch 'timer_setup' into for-next
Doug Ledford
2017-10-18
1
-1
/
+0
|
\
|
*
RDMA/cxgb4: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-1
/
+0
*
|
iw_cxgb4: add referencing to wait objects
Steve Wise
2017-09-29
1
-21
/
+10
*
|
iw_cxgb4: allocate wait object for each ep object
Steve Wise
2017-09-29
1
-4
/
+4
*
|
iw_cxgb4: allocate wait object for each qp object
Steve Wise
2017-09-29
1
-22
/
+33
*
|
iw_cxgb4: change pr_debug to appropriate log level
Bharat Potnuri
2017-09-27
1
-2
/
+2
*
|
iw_cxgb4: Remove __func__ parameter from pr_debug()
Bharat Potnuri
2017-09-27
1
-30
/
+25
|
/
*
iw_cxgb4: don't use WR keys/addrs for 0 byte reads
Ganesh Goudar
2017-07-20
1
-1
/
+1
*
net: introduce __skb_put_[zero, data, u8]
yuan linyu
2017-06-20
1
-2
/
+1
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-4
/
+4
[next]