aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/sa_query.c
AgeCommit message (Expand)Author
2020-07-02IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi
2020-05-27RDMA/core: Use sizeof_field() helperGustavo A. R. Silva
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-03RDMA/netlink: Do not always generate an ACK for some netlink operationsHÃ¥kon Bugge
2019-10-22infiniband: fix core/ kernel-doc notationrd.dunlab@gmail.com
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-03-26ib core: Convert query_idr to XArrayMatthew Wilcox
2019-01-07IB/core: Use struct_size() in kzalloc()Gustavo A. R. Silva
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-10-16RDMA/core: Annotate timeout as unsigned longLeon Romanovsky
2018-10-03RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky
2018-09-26IB/sa: simplify return code logic for ib_nl_send_msg()Alex Estrin
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-12RDMA/core: Simplify roce_resolve_route_from_path()Parav Pandit
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov
2018-07-10RDMA/hfi1: Move grh_required into update_sm_ahJason Gunthorpe
2018-07-09IB/core: Simplify check for RoCE route resolveParav Pandit
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit
2018-03-23IB/cma: Resolve route only while receiving CM requestsParav Pandit
2018-03-15IB/core: Refactor ib_init_ah_attr_from_path() for RoCEParav Pandit
2018-03-07IB/core: Fix possible crash to access NULL netdevParav Pandit
2017-12-22IB/SA: Check dlid before SA agent queries for ClassPortInfoVenkata Sandeep Dhanalakota
2017-12-18IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt
2017-08-10RDMA/netlink: Convert LS to doit callbackLeon Romanovsky
2017-08-10RDMA/netlink: Simplify and rename ibnl_chk_listenersLeon Romanovsky
2017-08-10RDMA/netlink: Rename and remove redundant parameter from ibnl_multicastLeon Romanovsky
2017-08-10RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-01RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli
2017-05-01IB/SA: Introduce path record specific typesDasaratharaman Chandramouli
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-04-28IB/SA: Add support to query opa classport info.Dasaratharaman Chandramouli
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli
2017-04-28IB/SA: Move functions update_sm_ah() and ib_sa_event()Dasaratharaman Chandramouli