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
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-07-16
8
-125
/
+99
|
\
|
*
IB: Remove unneeded memset
Fuqian Huang
2019-07-03
2
-2
/
+0
|
*
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2019-06-29
2
-0
/
+2
|
|
\
|
*
|
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
2019-06-20
1
-2
/
+1
|
*
|
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
2019-06-11
3
-20
/
+13
|
*
|
RDMA: Clean destroy CQ in drivers do not return errors
Leon Romanovsky
2019-06-11
2
-9
/
+6
|
*
|
RDMA: Move owner into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+1
|
*
|
RDMA: Move uverbs_abi_ver into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+1
|
*
|
RDMA: Move driver_id into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+2
|
*
|
iw_cxgb4: Fix qpid leak
Nirranjan Kirubaharan
2019-05-27
2
-33
/
+19
|
*
|
RDMA/cxgb4: Don't expose DMA addresses
Leon Romanovsky
2019-05-27
1
-3
/
+3
|
*
|
RDMA/cxgb4: Use sizeof() notation
Leon Romanovsky
2019-05-27
7
-53
/
+53
*
|
|
drivers: use in_dev_for_each_ifa_rtnl/rcu
Florian Westphal
2019-06-03
1
-2
/
+7
|
|
/
|
/
|
*
|
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
[next]