summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sa_query.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-26/+18Star
|\
| * ib core: Convert query_idr to XArrayMatthew Wilcox2019-03-261-26/+18Star
* | 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/+1Star
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-1/+2
* RDMA/core: Annotate timeout as unsigned longLeon Romanovsky2018-10-161-6/+7
* RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky2018-10-041-1/+1
* IB/sa: simplify return code logic for ib_nl_send_msg()Alex Estrin2018-09-271-11/+2Star
* 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-131-40/+0Star
* 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/+5Star
* 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/+9Star
* 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/+3Star
* 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/+1Star
* 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
* RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky2017-08-101-4/+2Star
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+1Star
* RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-011-3/+3
* IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-011-16/+258
* IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-011-2/+2
* IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-011-15/+24
* IB/SA: Introduce path record specific typesDasaratharaman Chandramouli2017-05-011-5/+9
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-10/+10
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-1/+4
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-21/+19Star
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-2/+3
* IB/SA: Add support to query opa classport info.Dasaratharaman Chandramouli2017-04-291-25/+157
* IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2017-04-281-52/+123
* IB/SA: Move functions update_sm_ah() and ib_sa_event()Dasaratharaman Chandramouli2017-04-281-86/+86
* IB/SA: Remove unwanted bracesDasaratharaman Chandramouli2017-04-281-2/+1Star
* IB/SA: Add braces when using sizeofDasaratharaman Chandramouli2017-04-281-2/+2
* IB/SA: Fix lines longer than 80 columnsDasaratharaman Chandramouli2017-04-281-8/+9
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* IB/sa : Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* IB/sa: Add cached attribute containing SM information to SA portAlex Vesker2016-08-041-0/+41
*-. Merge branches 'misc-4.7-2', 'ipoib' and 'ib-router' into k.o/for-4.7Doug Ledford2016-05-261-31/+180
|\ \
| | * IB/core: Register SA ibnl client during ib_core initializationMark Bloch2016-05-241-22/+5Star