aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-10IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer1-4/+6
2017-10-14RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+1
2017-08-28IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer1-0/+2
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford1-47/+6
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia1-47/+6
2017-07-24IB/rxe: Use __func__ to print function's nameKamal Heib1-3/+3
2017-07-24IB/rxe: Use DEVICE_ATTR_RO macro to show parent fieldKamal Heib1-3/+3
2017-07-20rxe: fix broken receive queue drainingVijay Immanuel1-0/+3
2017-07-17IB/rxe: Set dma_mask and coherent_dma_maskyonatanc1-0/+2
2017-06-14rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai1-7/+2
2017-05-04rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg1-1/+1
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+1
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-3/+3
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-4/+5
2017-05-01IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli1-0/+1
2017-04-28IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King1-1/+1
2017-04-25{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia1-1/+3
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc1-0/+9
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen1-0/+3
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+5
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+4
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-2/+4
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche1-1/+2
2017-01-24IB/rxe: Switch from dma_device to dev.parentBart Van Assche1-3/+3
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche1-6/+4
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford1-4/+13
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+3
2016-12-12IB/rxe: Fix ref leak in rxe_create_qp()Andrew Boyer1-3/+4
2016-12-12IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTSAndrew Boyer1-1/+9
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit1-5/+7
2016-10-06IB/rxe: Avoid scheduling tasklet for userspace QPParav Pandit1-13/+25
2016-08-04Soft RoCE driverMoni Shoua1-0/+1330