summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c
Commit message (Expand)AuthorAgeFilesLines
...
* IB/rxe: change the function to void from intZhu Yanjun2018-01-311-3/+2
* IB/rxe: remove redudant parameter in functionZhu Yanjun2018-01-311-1/+1
* RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche2018-01-101-0/+2
* IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer2017-11-101-4/+6
* RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-0/+1
* IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer2017-08-281-0/+2
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-07-271-47/+6
|\
| * IB/core: Add generic function to extract IB speed from netdevYuval Shaia2017-07-241-47/+6
* | IB/rxe: Use __func__ to print function's nameKamal Heib2017-07-241-3/+3
* | IB/rxe: Use DEVICE_ATTR_RO macro to show parent fieldKamal Heib2017-07-241-3/+3
|/
* rxe: fix broken receive queue drainingVijay Immanuel2017-07-201-0/+3
* IB/rxe: Set dma_mask and coherent_dma_maskyonatanc2017-07-171-0/+2
* rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai2017-06-141-7/+2
* rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg2017-05-041-1/+1
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+1
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-3/+3
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-4/+5
* IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli2017-05-011-0/+1
* IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King2017-04-281-1/+1
* {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia2017-04-251-1/+3
* IB/rxe: Offload CRC calculation when possibleyonatanc2017-04-211-0/+9
* IB/rxe: Add port protocol statsYonatan Cohen2017-04-211-0/+3
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-4/+5
|\
| * IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche2017-01-241-1/+2
| * IB/rxe: Switch from dma_device to dev.parentBart Van Assche2017-01-241-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-2/+4
|\ \ | |/ |/|
| * IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-2/+4
* | IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-101-6/+4
|/
*-. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-4/+13
|\ \
| | * IB/rxe: Fix ref leak in rxe_create_qp()Andrew Boyer2016-12-121-3/+4
| | * IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTSAndrew Boyer2016-12-121-1/+9
| |/
* / IB/core: Let create_ah return extended response to userMoni Shoua2016-12-131-1/+3
|/
* IB/rxe: improved debug prints & code cleanupParav Pandit2016-10-061-5/+7
* IB/rxe: Avoid scheduling tasklet for userspace QPParav Pandit2016-10-061-13/+25
* Soft RoCE driverMoni Shoua2016-08-041-0/+1330