aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-1/+4
2018-08-08RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche1-0/+1
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib1-1/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche3-21/+21
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche2-6/+6
2018-07-24IB/rxe: Drop QP0 silentlyZhu Yanjun1-2/+7
2018-07-09RDMA/rxe: Simplify the error handling code in rxe_create_ah()Bart Van Assche1-10/+3
2018-06-29IB/rxe: don't clear the tx queue on every transferVijay Immanuel1-10/+7
2018-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+4
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise3-7/+9
2018-06-18IB/rxe: avoid unnecessary NULL checkZhu Yanjun1-2/+1
2018-06-18IB/rxe: support for 802.1q VLAN on the listenerVijay Immanuel1-0/+5
2018-06-18IB/rxe: increase max MR limitVijay Immanuel1-1/+1
2018-06-18IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel1-0/+3
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit4-57/+13
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2-3/+7
2018-06-18IB/rxe: Do not hide uABI stuff in memcpyJason Gunthorpe1-3/+16
2018-06-18IB/rxe: Use rdma GID APIParav Pandit2-37/+25
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook1-1/+1
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-5/+4
2018-06-11IB/rxe: avoid double kfree skbZhu Yanjun1-1/+1
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds18-138/+273
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-9/+1
2018-05-28IB/rxe: avoid unnecessary exportZhu Yanjun1-1/+0
2018-05-24IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn1-1/+1
2018-05-17IB/rxe: avoid calling WARN_ON_ONCE twiceZhu Yanjun1-4/+0
2018-05-15IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPSBen Hutchings2-1/+2
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty1-0/+149
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez4-75/+82
2018-05-09IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez1-12/+19
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford3-7/+2
2018-05-09nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise1-9/+1
2018-05-01IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing1-3/+1
2018-04-27IB/rxe: avoid double kfree_skbZhu Yanjun2-6/+1
2018-04-27IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INVJianchao Wang1-1/+1
2018-04-27IB/rxe: remove unused function variableZhu Yanjun6-21/+17
2018-04-27IB/rxe: change rxe_set_mtu function type to voidZhu Yanjun2-7/+3
2018-04-27IB/rxe: Change rxe_rcv to return voidYuval Shaia4-9/+12
2018-04-19IB/rxe: replace refcount_inc with skb_getZhu Yanjun2-2/+2
2018-04-19IB/rxe: optimize the function duplicate_requestZhu Yanjun1-14/+3
2018-04-19IB/rxe: make rxe_release_udp_tunnel staticZhu Yanjun2-3/+1
2018-04-17IB/rxe: avoid export symbolsZhu Yanjun1-3/+0
2018-04-17IB/rxe: make the variable staticZhu Yanjun2-2/+1
2018-04-05IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin1-1/+1
2018-04-05IB/rxe: Removed GID add/del dummy routinesParav Pandit1-17/+0
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit1-6/+4
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit1-3/+1
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-18/+0