aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c
AgeCommit message (Expand)Author
2020-09-17RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang
2020-08-19RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-09RDMA/rxe: Simplify the error handling code in rxe_create_ah()Bart Van Assche
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe
2018-05-09nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise
2018-04-27IB/rxe: remove unused function variableZhu Yanjun
2018-04-05IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin
2018-04-05IB/rxe: Removed GID add/del dummy routinesParav Pandit
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2018-03-15RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe
2018-03-15RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe
2018-03-06RDMA/rxe: Fix an out-of-bounds readBart Van Assche
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun
2018-01-31IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun
2018-01-31IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun
2018-01-31IB/rxe: change the function to void from intZhu Yanjun
2018-01-31IB/rxe: remove redudant parameter in functionZhu Yanjun
2018-01-10RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche
2017-11-10IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer
2017-10-14RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-08-28IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia
2017-07-24IB/rxe: Use __func__ to print function's nameKamal Heib
2017-07-24IB/rxe: Use DEVICE_ATTR_RO macro to show parent fieldKamal Heib
2017-07-20rxe: fix broken receive queue drainingVijay Immanuel
2017-07-17IB/rxe: Set dma_mask and coherent_dma_maskyonatanc
2017-06-14rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai
2017-05-04rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg
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 struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-05-01IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli
2017-04-28IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King
2017-04-25{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche
2017-01-24IB/rxe: Switch from dma_device to dev.parentBart Van Assche
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford