summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_qp.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Fix minor coding style issuesBob Pearson2021-02-081-1/+1
* RDMA/rxe: Add check for supported QP typesXiao Yang2021-01-121-0/+11
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* RDMA/rxe: Fix style warningsBob Pearson2020-08-271-2/+1
* RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche2020-02-191-3/+4
* RDMA/rxe: Compute the maximum sges and inline size based on the WQE sizeRao Shoaib2020-01-151-10/+8
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-9/+6
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-3/+5
* RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib2019-02-041-5/+2
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-2/+3
* IB/rxe: Utilize generic function to validate port numberYuval Shaia2018-12-061-3/+3
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-2/+1
* IB/rxe: replace kvfree with vfreeZhu Yanjun2018-09-301-2/+3
* IB/rxe: vary the source udp port for receive scalingVijay Immanuel2018-08-301-0/+10
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-4/+4
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-21/+2
* RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-12/+14
* IB/rxe: Remove unused variable (char *rxe_qp_state_name[])HernĂ¡n Gonzalez2018-02-281-9/+0
* IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun2018-01-311-2/+2
* IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun2018-01-311-4/+2
* IB/rxe: remove redudant parameter in functionZhu Yanjun2018-01-311-3/+2
* RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche2018-01-181-2/+10
* IB/rxe: Convert timers to use timer_setup()Kees Cook2017-10-251-2/+2
* IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer2017-08-281-7/+2
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-5/+7
* IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc2017-04-211-0/+8
* IB/rxe: Avoid accessing timers for non RC QPsParav Pandit2017-04-211-5/+8
* IB/rxe: use setup_timer to simplify the codeWei Yongjun2017-02-191-7/+2
* Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-191-2/+1
|\
| * IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen2017-01-241-2/+1
* | IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche2017-01-101-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-231-0/+1
|\
| * IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche2016-12-181-0/+1
* | IB/rxe: Update qp state for user queryYonatan Cohen2016-11-161-0/+1
* | IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen2016-11-161-0/+1
|/
* IB/rxe: improved debug prints & code cleanupParav Pandit2016-10-061-14/+17
* IB/rxe: Properly honor max IRD value for rd/atomic.Parav Pandit2016-10-061-11/+13
* Soft RoCE driverMoni Shoua2016-08-041-0/+851