aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sa_query.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang1-73/+162
2022-04-08IB/SA: Replace usage of found with dedicated list iterator variableJakob Koschel1-8/+8
2022-01-28RDMA/core: Delete useless module.h includeLeon Romanovsky1-1/+0
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe1-2/+3
2021-10-25RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang1-2/+3
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-08-25RDMA/core/sa_query: Retry SA queriesHåkon Bugge1-1/+8
2021-08-19RDMA/core/sa_query: Remove unused functionHåkon Bugge1-177/+0
2021-06-25RDMA/core/sa_query: Remove unused argumentHåkon Bugge1-4/+2
2021-06-02IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang1-3/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-11/+11
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter1-24/+0
2021-01-19RDMA/core/sa_query: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-1/+2
2020-07-02IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi1-21/+17
2020-05-27RDMA/core: Use sizeof_field() helperGustavo A. R. Silva1-7/+7
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-10/+12
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe1-9/+6
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-03RDMA/netlink: Do not always generate an ACK for some netlink operationsHåkon Bugge1-2/+2
2019-10-22infiniband: fix core/ kernel-doc notationrd.dunlab@gmail.com1-1/+1
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit1-1/+1
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-26/+18
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-4/+4
2019-03-26ib core: Convert query_idr to XArrayMatthew Wilcox1-26/+18
2019-01-07IB/core: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+2
2018-10-16RDMA/core: Annotate timeout as unsigned longLeon Romanovsky1-6/+7
2018-10-03RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky1-1/+1
2018-09-26IB/sa: simplify return code logic for ib_nl_send_msg()Alex Estrin1-11/+2
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-12RDMA/core: Simplify roce_resolve_route_from_path()Parav Pandit1-40/+0
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov1-2/+6
2018-07-10RDMA/hfi1: Move grh_required into update_sm_ahJason Gunthorpe1-10/+18
2018-07-09IB/core: Simplify check for RoCE route resolveParav Pandit1-33/+5
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit1-28/+43
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit1-10/+9
2018-03-23IB/cma: Resolve route only while receiving CM requestsParav Pandit1-0/+5
2018-03-15IB/core: Refactor ib_init_ah_attr_from_path() for RoCEParav Pandit1-96/+103
2018-03-07IB/core: Fix possible crash to access NULL netdevParav Pandit1-4/+3
2017-12-22IB/SA: Check dlid before SA agent queries for ClassPortInfoVenkata Sandeep Dhanalakota1-0/+10
2017-12-18IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_from_pathParav Pandit1-4/+4
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky1-2/+1
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt1-6/+15
2017-08-10RDMA/netlink: Convert LS to doit callbackLeon Romanovsky1-4/+4
2017-08-10RDMA/netlink: Simplify and rename ibnl_chk_listenersLeon Romanovsky1-1/+1
2017-08-10RDMA/netlink: Rename and remove redundant parameter from ibnl_multicastLeon Romanovsky1-1/+1
2017-08-10RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky1-4/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+1