summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* IB/rxe: avoid double kfree_skbZhu Yanjun2018-04-272-6/+1
* IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INVJianchao Wang2018-04-271-1/+1
* 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/rxe: optimize mcast recv processZhu Yanjun2018-03-291-10/+4
* RDMA/rxe: Fix uABI structure layouts for 32/64 compatJason Gunthorpe2018-03-271-1/+5
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-192-1/+3
* RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-157-79/+94
* RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe2018-03-153-4/+4
* RDMAVT: Fix synchronization around percpu_refTejun Heo2018-03-151-4/+6
* rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck2018-03-142-7/+49
* IB: remove duplicate header filesZhu Yanjun2018-03-131-1/+0
* IB/rxe: change the function rxe_init_device_param typeZhu Yanjun2018-03-071-3/+1
* IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun2018-03-072-4/+3
* IB/rxe: remove unnecessary skb_cloneZhu Yanjun2018-03-071-12/+3
* RDMA/rxe: Fix an out-of-bounds readBart Van Assche2018-03-061-3/+2
* infiniband: remove redundant assignment to pointer 'rdi'Colin Ian King2018-03-061-1/+1
* IB/rxe: Remove unused variable (char *rxe_qp_state_name[])HernĂ¡n Gonzalez2018-02-282-11/+0
* rxe: Do not use 'struct sockaddr' in a uapi headerJason Gunthorpe2018-02-141-2/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-064-31/+18
|\
| * IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun2018-01-314-7/+5
| * IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun2018-01-313-6/+4
| * IB/rxe: change the function to void from intZhu Yanjun2018-01-312-3/+2
| * IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun2018-01-314-10/+5
| * IB/rxe: change the function to void from intZhu Yanjun2018-01-313-6/+4
| * IB/rxe: remove redudant parameter in functionZhu Yanjun2018-01-314-8/+7
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-3121-78/+118
|\|
| * IB/rxe: Change RDMA_RXE kconfig to use selectJason Gunthorpe2018-01-291-2/+2
| * RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche2018-01-182-2/+13
| * RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche2018-01-183-10/+2
| * RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-152-4/+2
| * infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap2018-01-105-17/+18
| * RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche2018-01-101-0/+2
| * IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun2018-01-081-11/+5
| * IB/rxe: add the static type to the variableZhu Yanjun2018-01-082-2/+1
| * IB/rdmavt: Add trace for RNRNAK timerKaike Wan2018-01-052-5/+48
| * IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn2018-01-051-3/+7
| * IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn2018-01-051-7/+9
| * IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-053-6/+5
| * IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan2018-01-051-3/+1
| * RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky2018-01-022-7/+5
| * IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit2017-12-181-2/+1
* | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-1/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+1
|\
| * drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1510-29/+36
|\ \ | |/ |/|
| * IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer2017-11-101-4/+6