aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-18/+8
2018-10-17IB/rxe: Remove unnecessary enum valuesNathan Chancellor3-12/+7
2018-10-03IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota1-0/+331
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2-0/+85
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty4-2/+272
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2-6/+2
2018-10-03RDMA/rxe: Remove unused addr_same()Kamal Heib1-5/+0
2018-10-03IB/rxe: avoid srq memory leakZhu Yanjun1-2/+8
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan1-8/+20
2018-09-30IB/rxe: replace kvfree with vfreeZhu Yanjun2-4/+5
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2-3/+3
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2-3/+3
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl1-6/+8
2018-08-30IB/rxe: fixes for rdma read retryVijay Immanuel2-11/+25
2018-08-30IB/rxe: avoid back-to-back retriesVijay Immanuel2-1/+18
2018-08-30IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2-2/+8
2018-08-30IB/rxe: Refactor lookup memory functionParav Pandit1-24/+11
2018-08-30IB/rxe: Avoid NULL check when search is successfulParav Pandit1-4/+3
2018-08-30IB/rxe: Change pool state enums to capital lettersParav Pandit2-8/+8
2018-08-30IB/rxe: Replace spinlock with rwlockParav Pandit2-19/+19
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit4-24/+13
2018-08-30IB/rxe: remove redudant qpn checkZhu Yanjun1-2/+2
2018-08-30IB/rxe: vary the source udp port for receive scalingVijay Immanuel3-4/+15
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