summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-011-7/+6Star
* IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-011-1/+5
* IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-011-9/+13
* IB/SA: Introduce path record specific typesDasaratharaman Chandramouli2017-05-011-6/+10
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-4/+4
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-1/+2
* IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2017-04-281-68/+8Star
* IB/cma: Send MRA for reply messagesMoni Shoua2017-04-211-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-22/+149
|\
| * rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise2017-02-221-0/+3
| * Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-191-1/+2
| |\
| * | IB/cma: Destination and source addr families must matchMoni Shoua2017-02-151-0/+4
| * | IB/cma: Add default RoCE TOS to CMA configfsMajd Dibbiny2017-02-151-5/+49
| * | IB/core: Add inline function to validate portYuval Shaia2017-01-271-4/+2Star
| * | IB/cma: Fix reversed testChristophe Jaillet2017-01-271-1/+1
| * | IB/cma: Allow port reuse for rdma_idMoni Shoua2017-01-241-7/+60
| * | IB/cma: Add debug messages to error flowsMoni Shoua2017-01-241-2/+23
| * | RDMA/cma: use cached port state when bind loopbackJack Wang2017-01-131-3/+3
| * | RDMA/cma: resolve to first active ib portJack Wang2017-01-131-1/+5
* | | net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-4/+2Star
| |/ |/|
* | RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabledJack Morgenstein2017-01-271-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-0/+43
|\
| * rdma_cm: add rdma_consumer_reject_data helper functionSteve Wise2016-12-141-0/+16
| * rdma_cm: add rdma_is_consumer_reject() helper functionSteve Wise2016-12-141-0/+13
| * rdma_cm: add rdma_reject_msg() helper functionSteve Wise2016-12-141-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+20
|\ \
| * \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-11-171-1/+20
| |\ \
| | * | IB/core: Set routable RoCE gid type for ipv4/ipv6 networksLeon Romanovsky2016-11-171-1/+20
| | |/
* | / netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
|/ /
* / infiniband: shut up a maybe-uninitialized warningArnd Bergmann2016-11-111-26/+28
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-1/+1
|\
| * IB/cma: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* | IB/core: Fix possible memory leak in cma_resolve_iboe_route()Wei Yongjun2016-08-221-6/+12
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-051-6/+92
|\
| * IB/core: Support for CMA multicast join flagsAlex Vesker2016-08-041-7/+93
| |
| \
*-. \ Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc...Doug Ledford2016-06-231-4/+4
|\ \ \ | | |/ | |/|
| | * IB/core: Fix RoCE v1 multicast join logic issueAlex Vesker2016-06-231-4/+4
| |/
* / IB/cma: Make the code easier to verifyBart Van Assche2016-06-181-28/+26Star
|/
*-. Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford2016-05-141-1/+2
|\ \
| | * IB/core: Fix a potential array overrun in CMA and SA agentMark Bloch2016-05-141-1/+2
| |/
* / IB/cma: pass the port number to ib_create_qpChristoph Hellwig2016-05-121-0/+1
|/
*-. Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2016-03-161-0/+8
|\ \
| | * IB/cma: Print warning on different inner and header P_KeysHaggai Eran2016-03-011-0/+8
| |/
* / IB/core: trivial prink cleanup.Parav Pandit2016-03-031-7/+7
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-241-27/+238
|\
| * IB/core: Use hop-limit from IP stack for RoCEMatan Barak2016-01-191-7/+5Star
| * IB/cma: Fix RDMA port validation for iWarpMatan Barak2016-01-191-1/+1
| * IB/cma: Join and leave multicast groups with IGMPMoni Shoua2015-12-231-7/+89
| * IB/cma: Add configfs for rdma_cmMatan Barak2015-12-231-7/+101
| * IB/rdma_cm: Add wrapper for cma reference countMatan Barak2015-12-231-2/+9