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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-05-09
8
-344
/
+251
|
\
|
*
RDMA: Get rid of iw_cm_verbs
Kamal Heib
2019-05-03
1
-21
/
+12
|
*
RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"
Colin Ian King
2019-04-18
1
-1
/
+1
|
*
RDMA/cxgb4: Fix null pointer dereference on alloc_skb failure
Colin Ian King
2019-04-16
1
-0
/
+2
|
*
RDMA/cxgb4: Use ib_device_set_netdev()
Steve Wise
2019-04-09
1
-19
/
+17
|
*
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
2019-04-08
3
-24
/
+16
|
*
RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE state
Potnuri Bharat Teja
2019-04-04
1
-2
/
+2
|
*
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
2019-04-01
3
-9
/
+6
|
*
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
2019-04-01
2
-4
/
+6
|
*
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-04-01
5
-16
/
+14
|
*
RDMA/cxbg: Use correct sizing on buffers holding page DMA addresses
Shiraz Saleem
2019-03-28
1
-1
/
+1
|
*
cxgb4: Convert stid_idr to XArray
Matthew Wilcox
2019-03-26
3
-83
/
+22
|
*
cxgb4: Convert atid_idr to XArray
Matthew Wilcox
2019-03-26
3
-20
/
+24
|
*
cxgb4: Convert hwtid_idr to XArray
Matthew Wilcox
2019-03-25
3
-22
/
+33
|
*
cxgb4: Convert mmidr to XArray
Matthew Wilcox
2019-03-25
3
-24
/
+20
|
*
cxgb4: Convert qpidr to XArray
Matthew Wilcox
2019-03-25
4
-95
/
+73
|
*
cxgb4: Convert cqidr to XArray
Matthew Wilcox
2019-03-25
4
-12
/
+11
*
|
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-4
/
+4
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-03-10
8
-133
/
+251
|
\
|
*
cxgb4: kfree mhp after the debug print
Shaobo He
2019-03-04
1
-1
/
+1
|
*
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-22
1
-17
/
+9
|
*
iw_cxgb4: Make function read_tcb() static
Wei Yongjun
2019-02-20
1
-1
/
+1
|
*
RDMA/cxgb4: Remove kref accounting for sync operation
Leon Romanovsky
2019-02-16
3
-29
/
+3
|
*
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
1
-4
/
+5
|
*
RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGL
Shiraz, Saleem
2019-02-11
1
-19
/
+13
|
*
iw_cxgb4: fix srqidx leak during connection abort
Raju Rangoju
2019-02-09
1
-2
/
+3
|
*
iw_cxgb4: complete the cached SRQ buffers
Raju Rangoju
2019-02-09
3
-8
/
+157
|
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-09
1
-15
/
+10
|
*
iw_cxgb4: use tos when finding ipv6 routes
Steve Wise
2019-02-09
1
-2
/
+3
|
*
iw_cxgb4: use tos when importing the endpoint
Steve Wise
2019-02-09
1
-1
/
+1
|
*
iw_cxgb4: use listening ep tos when accepting new connections
Steve Wise
2019-02-09
1
-2
/
+7
|
*
iw_cxgb*: kzalloc the iwcm verbs struct
Steve Wise
2019-02-05
1
-1
/
+1
|
*
RDMA/core: Use the ops infrastructure to keep all callbacks in one place
Leon Romanovsky
2019-01-31
1
-1
/
+1
|
*
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
2019-01-30
1
-1
/
+1
|
*
Merge branch 'devx-async' into k.o/for-next
Jason Gunthorpe
2019-01-29
1
-3
/
+2
|
|
\
|
*
|
infiniband: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-01-25
1
-2
/
+2
|
*
|
RDMA/iw_cxgb4: Drop __GFP_NOFAIL
Jason Gunthorpe
2019-01-24
1
-1
/
+1
|
*
|
infiniband: cxgb4: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-24
1
-7
/
+1
|
*
|
RDMA/iw_cxgb4: Fix the unchecked ep dereference
Raju Rangoju
2019-01-15
1
-7
/
+10
|
*
|
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
2019-01-14
1
-6
/
+8
|
*
|
RDMA: Rename port_callback to init_port
Parav Pandit
2019-01-14
1
-1
/
+1
|
*
|
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2019-01-11
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
*
|
|
iw_cxgb4: cq/qp mask depends on bar2 pages in a host page
Raju Rangoju
2019-02-15
1
-2
/
+13
|
|
/
|
/
|
*
|
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-3
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-12-28
3
-40
/
+44
|
\
|
*
RDMA: Cleanup undesired pd->uobject usage
Shamir Rabinovitch
2018-12-19
1
-2
/
+2
|
*
RDMA/cxgb4: Initialize ib_device_ops struct
Kamal Heib
2018-12-11
1
-35
/
+39
|
*
iw_cxgb4: only reconnect with MPAv1 if the peer aborts
Steve Wise
2018-11-22
1
-1
/
+2
[next]