aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-9/+6
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-3/+5
2019-02-04RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib1-5/+2
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-2/+3
2018-12-06IB/rxe: Utilize generic function to validate port numberYuval Shaia1-3/+3
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+1
2018-09-30IB/rxe: replace kvfree with vfreeZhu Yanjun1-2/+3
2018-08-30IB/rxe: vary the source udp port for receive scalingVijay Immanuel1-0/+10
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-4/+4
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-21/+2
2018-03-15RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-12/+14
2018-02-28IB/rxe: Remove unused variable (char *rxe_qp_state_name[])HernĂ¡n Gonzalez1-9/+0
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun1-2/+2
2018-01-31IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun1-4/+2
2018-01-31IB/rxe: remove redudant parameter in functionZhu Yanjun1-3/+2
2018-01-18RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche1-2/+10
2017-10-25IB/rxe: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-08-28IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer1-7/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-5/+7
2017-04-21IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc1-0/+8
2017-04-21IB/rxe: Avoid accessing timers for non RC QPsParav Pandit1-5/+8
2017-02-19IB/rxe: use setup_timer to simplify the codeWei Yongjun1-7/+2
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-2/+1
2017-01-24IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen1-2/+1
2017-01-10IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche1-2/+2
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2016-12-18IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche1-0/+1
2016-11-16IB/rxe: Update qp state for user queryYonatan Cohen1-0/+1
2016-11-16IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen1-0/+1
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit1-14/+17
2016-10-06IB/rxe: Properly honor max IRD value for rd/atomic.Parav Pandit1-11/+13
2016-08-04Soft RoCE driverMoni Shoua1-0/+851