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
/
core
/
mad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-21
RDMA/core: Fix incorrect print format specifier
Wenpeng Liang
1
-5
/
+5
2021-06-02
IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() calls
Mark Zhang
1
-11
/
+6
2021-04-12
RDMA/core: Correct format of block comments
Wenpeng Liang
1
-1
/
+2
2021-04-12
RDMA/core: Correct format of braces
Wenpeng Liang
1
-12
/
+8
2021-04-12
RDMA/core: Remove redundant spaces
Wenpeng Liang
1
-11
/
+11
2021-04-12
RDMA/core: Remove the redundant return statements
Wenpeng Liang
1
-2
/
+0
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
1
-16
/
+16
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-15
/
+15
2020-06-24
IB/mad: Change atomics to refcount API
Shay Drory
1
-8
/
+8
2020-06-24
IB/mad: Issue complete whenever decrements agent refcount
Shay Drory
1
-7
/
+7
2020-06-22
IB/mad: Fix use after free when destroying MAD agent
Shay Drory
1
-1
/
+1
2020-06-19
RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()
Fan Guo
1
-0
/
+1
2020-05-06
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
1
-4
/
+13
2020-05-06
RDMA/mad: Remove snoop interface
Maor Gottlieb
1
-233
/
+5
2019-11-12
RDMA: Change MAD processing function to remove extra casting and parameter
Leon Romanovsky
1
-6
/
+6
2019-11-06
RDMA/mad: Delete never implemented functions
Leon Romanovsky
1
-19
/
+0
2019-08-01
IB/mad: Fix use-after-free in ib mad completion handling
Jack Morgenstein
1
-10
/
+10
2019-03-27
IB/MAD: Add SMP details to MAD tracing
Ira Weiny
1
-0
/
+8
2019-03-27
IB/MAD: Add agent trace points
Ira Weiny
1
-0
/
+4
2019-03-27
IB/MAD: Add recv path trace point
Ira Weiny
1
-0
/
+3
2019-03-27
IB/MAD: Add send path trace points
Ira Weiny
1
-1
/
+32
2019-03-26
IB/mad: Convert ib_mad_clients to XArray
Matthew Wilcox
1
-25
/
+14
2019-02-19
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
1
-2
/
+2
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
1
-12
/
+10
2018-10-16
RDMA/core: Annotate timeout as unsigned long
Leon Romanovsky
1
-1
/
+1
2018-09-06
RDMA/core: Rate limit MAD error messages
Parav Pandit
1
-35
/
+37
2018-09-06
RDMA/core: Fail early if unsupported QP is provided
Parav Pandit
1
-0
/
+4
2018-09-05
IB/core: Add an unbound WQ type to the new CQ API
Jack Morgenstein
1
-1
/
+1
2018-07-24
RDMA/core: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-9
/
+5
2018-06-18
IB/mad: Use IDR for agent IDs
willy@infradead.org
1
-32
/
+51
2018-06-18
IB/mad: Agent registration is process context only
Matthew Wilcox
1
-7
/
+9
2018-06-18
IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid
Parav Pandit
1
-2
/
+2
2018-06-01
RDMA/mad: Convert BUG_ONs to error flows
Leon Romanovsky
1
-4
/
+7
2018-06-01
RDMA/mad: Delete inaccessible BUG_ON
Leon Romanovsky
1
-1
/
+0
2018-04-30
IB/core: Make ib_mad_client_id atomic
HÃ¥kon Bugge
1
-2
/
+2
2017-12-22
drivers: infiniband: remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-11-10
IB/core: Avoid crash on pkey enforcement failed in received MADs
Parav Pandit
1
-1
/
+2
2017-05-23
IB/core: Enforce security on management datagrams
Daniel Jurgens
1
-8
/
+44
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
1
-8
/
+13
2017-05-01
IB/core: Rename ib_query_ah to rdma_query_ah
Dasaratharaman Chandramouli
1
-1
/
+1
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-1
/
+1
2017-04-25
IB/core: change the return type to void
Zhu Yanjun
1
-2
/
+1
2017-01-24
IB/mad: Add port_num to error message
Yuval Shaia
1
-1
/
+3
2016-12-14
Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test
Doug Ledford
1
-3
/
+3
2016-12-14
IB/mad: Fix an array index check
Bart Van Assche
1
-1
/
+1
2016-12-14
IB/mad: Eliminate redundant SM class version defines for OPA
Hal Rosenstock
1
-2
/
+2
2016-12-03
IB/mad: Remove debug prints after allocation failure
Leon Romanovsky
1
-34
/
+6
2016-10-07
IB/mad: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-1
/
+1
2016-09-23
IB/core: add support to create a unsafe global rkey to ib_create_pd
Christoph Hellwig
1
-1
/
+1
2016-06-06
IB/mad: Fix indentation
Bart Van Assche
1
-3
/
+3
[next]