summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-0/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-1/+1
* RDMA/rxe: Initialize ib_device_ops structKamal Heib2018-12-121-43/+47
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-21/+1
* IB/rxe: make rxe_unregister_device voidZhu Yanjun2018-11-081-3/+1
* RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer2018-11-081-0/+8
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-18/+8
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-9/+9
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-4/+4
* RDMA/rxe: Simplify the error handling code in rxe_create_ah()Bart Van Assche2018-07-091-10/+3
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-26/+5
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-9/+1
|\
| * nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise2018-05-091-9/+1
* | IB/rxe: remove unused function variableZhu Yanjun2018-04-271-3/+3
|/
* IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin2018-04-051-1/+1
* IB/rxe: Removed GID add/del dummy routinesParav Pandit2018-04-051-17/+0
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-031-6/+4
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-031-3/+1
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-031-18/+0
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-5/+43
* RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe2018-03-151-2/+2
* RDMA/rxe: Fix an out-of-bounds readBart Van Assche2018-03-061-3/+2
* IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun2018-01-311-1/+1
* IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun2018-01-311-2/+2
* IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun2018-01-311-2/+1
* 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
OpenPOWER on IntegriCloud