summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)Author
2017-10-25IB/cm: Fix memory corruption in handling CM requestParav Pandit
2017-10-14IB/cm: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-10-10IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche
2017-08-31IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier
2017-08-18Add OPA extended LID supportHiatt, Don
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIMSagi Grimberg
2017-08-08IB/CM: Set appropriate slid and dlid when handling CM requestDasaratharaman Chandramouli
2017-08-08IB/CM: Create appropriate path records when handling CM requestDasaratharaman Chandramouli
2017-08-08IB/CM: Add OPA Path record support to CMHiatt, Don
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don
2017-06-01RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny
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/CM: Add braces when using sizeofDasaratharaman 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-01-24IB/cma: Add debug messages to error flowsMoni Shoua
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford
2016-12-14IB/core: Issue DREQ when receiving REQ/REP for stale QPHans Westgaard Ry
2016-12-14rdma_cm: add rdma_reject_msg() helper functionSteve Wise
2016-11-16IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch
2016-06-06IB/cm: Fix a recently introduced locking bugBart Van Assche
2016-01-19IB/core: Use hop-limit from IP stack for RoCEMatan Barak
2016-01-19IB/cm: Fix a recently introduced deadlockBart Van Assche
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig
2015-12-23IB/core: Validate route when we init ahMatan Barak
2015-12-23IB/cm: Use the source GID index typeMatan Barak
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak
2015-12-22IB/core: Avoid calling ib_query_deviceOr Gerlitz
2015-10-21IB/cm: Remove the usage of smac and vid of qp_attr and cm_avMatan Barak
2015-10-21IB/cm: cm_init_av_by_path should find a GID by its netdeviceMatan Barak
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak
2015-10-21IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur
2015-08-30IB/cm: Remove compare_data checksHaggai Eran
2015-08-30IB/cm: Expose BTH P_Key in CM and SIDR request eventsHaggai Eran
2015-08-30IB/cm: Share listening CM IDsHaggai Eran
2015-08-30IB/cm: Expose service ID in request eventsHaggai Eran
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran
2015-07-14IB/cm: Do not queue work to a device that's going awayErez Shitrit
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny
2015-05-20ib/cm: Change reject message type when destroying cm_idTed Kim
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang