aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-26/+5
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-9/+1
2018-05-09nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise1-9/+1
2018-04-27IB/rxe: remove unused function variableZhu Yanjun1-3/+3
2018-04-05IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin1-1/+1
2018-04-05IB/rxe: Removed GID add/del dummy routinesParav Pandit1-17/+0
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit1-6/+4
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit1-3/+1
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-18/+0
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-15RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-5/+43
2018-03-15RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe1-2/+2
2018-03-06RDMA/rxe: Fix an out-of-bounds readBart Van Assche1-3/+2
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun1-1/+1
2018-01-31IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun1-2/+2
2018-01-31IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun1-2/+1
2018-01-31IB/rxe: change the function to void from intZhu Yanjun1-3/+2
2018-01-31IB/rxe: remove redudant parameter in functionZhu Yanjun1-1/+1
2018-01-10RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche1-0/+2
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