index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
cma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/cma: Fix unbalanced cm_id reference count during address resolve
Parav Pandit
2020-01-28
1
-0
/
+2
*
RDMA/cma: Add trace points in RDMA Connection Manager
Chuck Lever
2020-01-07
1
-22
/
+66
*
RDMA/cma: add missed unregister_pernet_subsys in init failure
Chuhong Yuan
2019-12-09
1
-0
/
+1
*
RDMA/cma: Use ACK timeout for RoCE packetLifeTime
Dag Moxnes
2019-11-17
1
-2
/
+13
*
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
2019-10-28
1
-1
/
+2
|
\
|
*
RDMA/iwcm: Fix a lock inversion issue
Bart Van Assche
2019-10-01
1
-1
/
+2
*
|
RDMA/cm: Update copyright together with SPDX tag
Leon Romanovsky
2019-10-28
1
-29
/
+2
*
|
IB/cma: Honor traffic class from lower netdevice for RoCE
Parav Pandit
2019-10-22
1
-9
/
+52
|
/
*
Merge tag 'v5.3-rc8' into rdma.git for-next
Jason Gunthorpe
2019-09-13
1
-1
/
+5
|
\
|
*
RDMA/cma: fix null-ptr-deref Read in cma_cleanup
zhengbin
2019-08-20
1
-1
/
+5
*
|
RDMA/cma: Fix false error message
Håkon Bugge
2019-09-13
1
-1
/
+1
|
/
*
RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdev
Parav Pandit
2019-05-03
1
-2
/
+10
*
RDMA/cma: Consider scope_id while binding to ipv6 ll address
Parav Pandit
2019-04-24
1
-6
/
+19
*
RDMA/cma: Set proper port number as index
Leon Romanovsky
2019-04-03
1
-1
/
+1
*
RDMA: Check net namespace access for uverbs, umad, cma and nldev
Parav Pandit
2019-03-28
1
-0
/
+3
*
cma: Convert portspace IDRs to XArray
Matthew Wilcox
2019-03-26
1
-20
/
+21
*
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
2019-02-19
1
-4
/
+3
*
RDMA/iwcm: add tos_set bool to iw_cm struct
Steve Wise
2019-02-08
1
-0
/
+2
*
RDMA/cma: listening device cm_ids should inherit tos
Steve Wise
2019-02-08
1
-0
/
+2
*
IB/cma: Define option to set ack timeout and pack tos_set
Danit Goldberg
2019-02-08
1
-0
/
+32
*
RDMA/cma: Remove CM_ID statistics provided by rdma-cm module
Leon Romanovsky
2019-02-05
1
-83
/
+0
*
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-02-04
1
-1
/
+4
|
\
|
*
RDMA/cma: Add cm_id restrack resource based on kernel or user cm_id type
Steve Wise
2019-01-08
1
-1
/
+4
*
|
RDMA/cma: Rollback source IP address if failing to acquire device
Myungho Jung
2019-01-14
1
-1
/
+12
|
/
*
RDMA/restrack: Resource-tracker should not use uobject pointers
Shamir Rabinovitch
2018-12-18
1
-1
/
+1
*
RDMA/core: Annotate timeout as unsigned long
Leon Romanovsky
2018-10-16
1
-5
/
+6
*
RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route()
Leon Romanovsky
2018-10-16
1
-2
/
+2
*
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
2018-10-16
1
-5
/
+7
|
\
|
*
RDMA/cma: Protect cma dev list with lock
Parav Pandit
2018-09-06
1
-5
/
+7
*
|
RDMA/restrack: Release task struct which was hold by CM_ID object
Leon Romanovsky
2018-10-05
1
-4
/
+3
*
|
RDMA/restrack: Consolidate task name updates in one place
Leon Romanovsky
2018-10-05
1
-8
/
+2
*
|
RDMA/cma: Introduce and use cma_ib_acquire_dev()
Parav Pandit
2018-09-30
1
-24
/
+69
*
|
RDMA/cma: Introduce and use cma_acquire_dev_by_src_ip()
Parav Pandit
2018-09-30
1
-18
/
+66
*
|
RDMA/cma: Allow accepting requests for multi port rdma device
Parav Pandit
2018-09-30
1
-4
/
+22
*
|
RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->name
Jason Gunthorpe
2018-09-26
1
-5
/
+6
*
|
RDMA/core: Consider net ns of gid attribute for RoCE
Parav Pandit
2018-09-12
1
-3
/
+4
*
|
RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addr
Parav Pandit
2018-09-12
1
-2
/
+2
*
|
RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()
Parav Pandit
2018-09-06
1
-4
/
+0
|
/
*
RDMA/core: Prefix _ib to IB/RoCE specific functions
Parav Pandit
2018-07-30
1
-18
/
+19
*
RDMA/core: Simplify gid type check in cma_acquire_dev()
Parav Pandit
2018-07-30
1
-9
/
+3
*
RDMA/core: Avoid holding lock while initializing fields on stack
Parav Pandit
2018-07-30
1
-22
/
+14
*
RDMA/core: Return bool instead of int
Parav Pandit
2018-07-30
1
-10
/
+13
*
RDMA/cma: Get rid of 1 bit boolean
Parav Pandit
2018-07-30
1
-2
/
+2
*
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
Parav Pandit
2018-07-30
1
-24
/
+31
*
RDMA/core: Constify dst_addr argument
Parav Pandit
2018-07-30
1
-7
/
+7
*
RDMA/cma: Simplify rdma_resolve_addr() error flow
Parav Pandit
2018-07-30
1
-10
/
+4
*
RDMA/cma: Initialize resource type in __rdma_create_id()
Parav Pandit
2018-07-30
1
-1
/
+1
*
RDMA/cma: Do not ignore net namespace for unbound cm_id
Parav Pandit
2018-07-26
1
-3
/
+10
*
RDMA/cma: Consider netdevice for RoCE ports
Parav Pandit
2018-07-26
1
-3
/
+2
*
IB/core: Introduce and use sgid_attr in CM requests
Parav Pandit
2018-07-26
1
-6
/
+22
[next]