index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2020-08-07
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-13
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-06
IB/core: Add an unbound WQ type to the new CQ API
Jack Morgenstein
1
-1
/
+1
2018-07-25
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-07
IB/mad: Fix indentation
Bart Van Assche
1
-3
/
+3
2016-05-24
IB/MAD: Integrate ib_mad module into ib_core module
Mark Bloch
1
-10
/
+3
2016-01-19
IB/mad: use CQ abstraction
Christoph Hellwig
1
-104
/
+58
2016-01-19
IB/mad: pass ib_mad_send_buf explicitly to the recv_handler
Christoph Hellwig
1
-8
/
+10
2015-12-24
IB/mad: Ensure fairness in ib_mad_completion_handler
Dean Luick
1
-0
/
+18
2015-12-08
IB/mad: Require CM send method for everything except ClassPortInfo
Hal Rosenstock
1
-0
/
+5
2015-10-29
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
1
-20
/
+20
2015-10-22
IB/core: Add netdev and gid attributes paramteres to cache
Matan Barak
1
-1
/
+1
[next]