summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sa_query.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva2023-09-191-1/+3
* RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang2023-01-101-116/+55
* RDMA/cma: Multiple path records support with netlink channelMark Zhang2022-09-221-73/+162
* IB/SA: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-081-8/+8
* RDMA/core: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
* Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-011-2/+3
|\
| * RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang2021-10-251-2/+3
* | RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-121-1/+0
|/
* RDMA/core/sa_query: Retry SA queriesHåkon Bugge2021-08-251-1/+8
* RDMA/core/sa_query: Remove unused functionHåkon Bugge2021-08-191-177/+0
* RDMA/core/sa_query: Remove unused argumentHåkon Bugge2021-06-251-4/+2
* IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang2021-06-021-3/+1
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-11/+11
* RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter2021-02-161-24/+0
* RDMA/core/sa_query: Demote non-conformant kernel-doc headerLee Jones2021-01-191-1/+1
* IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-071-1/+2
* IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi2020-07-021-21/+17
* RDMA/core: Use sizeof_field() helperGustavo A. R. Silva2020-05-271-7/+7
* RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-10/+12
* RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe2020-04-141-9/+6
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* RDMA/netlink: Do not always generate an ACK for some netlink operationsHåkon Bugge2020-01-031-2/+2
* infiniband: fix core/ kernel-doc notationrd.dunlab@gmail.com2019-10-221-1/+1
* RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit2019-07-251-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-26/+18
|\
| * ib core: Convert query_idr to XArrayMatthew Wilcox2019-03-261-26/+18
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+4
|/
* IB/core: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-3/+1
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-1/+2
* RDMA/core: Annotate timeout as unsigned longLeon Romanovsky2018-10-161-6/+7
* RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky2018-10-031-1/+1
* IB/sa: simplify return code logic for ib_nl_send_msg()Alex Estrin2018-09-261-11/+2
* RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA/core: Simplify roce_resolve_route_from_path()Parav Pandit2018-09-121-40/+0
* RDMA: Validate grh_required when handling AVsArtemy Kovalyov2018-07-101-2/+6
* RDMA/hfi1: Move grh_required into update_sm_ahJason Gunthorpe2018-07-101-10/+18
* IB/core: Simplify check for RoCE route resolveParav Pandit2018-07-091-33/+5
* IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit2018-06-251-28/+43
* IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit2018-06-251-10/+9
* IB/cma: Resolve route only while receiving CM requestsParav Pandit2018-03-231-0/+5
* IB/core: Refactor ib_init_ah_attr_from_path() for RoCEParav Pandit2018-03-151-96/+103
* IB/core: Fix possible crash to access NULL netdevParav Pandit2018-03-071-4/+3
* IB/SA: Check dlid before SA agent queries for ClassPortInfoVenkata Sandeep Dhanalakota2017-12-221-0/+10
* IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit2017-12-181-4/+4
* RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-2/+1
* IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt2017-08-221-6/+15
* RDMA/netlink: Convert LS to doit callbackLeon Romanovsky2017-08-101-4/+4
* RDMA/netlink: Simplify and rename ibnl_chk_listenersLeon Romanovsky2017-08-101-1/+1
* RDMA/netlink: Rename and remove redundant parameter from ibnl_multicastLeon Romanovsky2017-08-101-1/+1