summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever2018-11-301-0/+1
* IB/rxe: make rxe_unregister_device voidZhu Yanjun2018-11-082-4/+2Star
* IB/rxe: move the variable into the function that uses itZhu Yanjun2018-11-083-11/+8Star
* RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer2018-11-085-3/+17
* RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer2018-11-083-4/+11
* rxe: fix error completion wr_id and qp_numSagi Grimberg2018-11-061-4/+9
* IB/rxe: clean skb queue directlyZhu Yanjun2018-11-061-4/+1Star
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-18/+8Star
* IB/rxe: Remove unnecessary enum valuesNathan Chancellor2018-10-173-12/+7Star
* IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-041-0/+331
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-042-0/+85
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-044-2/+272
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-042-6/+2Star
* RDMA/rxe: Remove unused addr_same()Kamal Heib2018-10-041-5/+0Star
* IB/rxe: avoid srq memory leakZhu Yanjun2018-10-041-2/+8
* IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-10-011-8/+20
* IB/rxe: replace kvfree with vfreeZhu Yanjun2018-10-012-4/+5
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-262-3/+3
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-262-3/+3
* IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-111-6/+8
* IB/rxe: fixes for rdma read retryVijay Immanuel2018-08-302-11/+25
* IB/rxe: avoid back-to-back retriesVijay Immanuel2018-08-302-1/+18
* IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2018-08-302-2/+8
* IB/rxe: Refactor lookup memory functionParav Pandit2018-08-301-24/+11Star
* IB/rxe: Avoid NULL check when search is successfulParav Pandit2018-08-301-4/+3Star
* IB/rxe: Change pool state enums to capital lettersParav Pandit2018-08-302-8/+8
* IB/rxe: Replace spinlock with rwlockParav Pandit2018-08-302-19/+19
* IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit2018-08-304-24/+13Star
* IB/rxe: remove redudant qpn checkZhu Yanjun2018-08-301-2/+2
* IB/rxe: vary the source udp port for receive scalingVijay Immanuel2018-08-303-4/+15
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+4
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-1/+4
| |\
| | * IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel2018-06-181-0/+3
| | * IB/rxe: avoid double kfree skbZhu Yanjun2018-06-111-1/+1
* | | RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche2018-08-081-0/+1
* | | RDMA/providers: Fix return value from create_srq callbacksKamal Heib2018-07-311-1/+1
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-313-21/+21
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-312-6/+6
* | | IB/rxe: Drop QP0 silentlyZhu Yanjun2018-07-241-2/+7
* | | RDMA/rxe: Simplify the error handling code in rxe_create_ah()Bart Van Assche2018-07-091-10/+3Star
* | | IB/rxe: don't clear the tx queue on every transferVijay Immanuel2018-06-291-10/+7Star
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-183-7/+9
* | | IB/rxe: avoid unnecessary NULL checkZhu Yanjun2018-06-181-2/+1Star
* | | IB/rxe: support for 802.1q VLAN on the listenerVijay Immanuel2018-06-181-0/+5
* | | IB/rxe: increase max MR limitVijay Immanuel2018-06-181-1/+1
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-184-57/+13Star
* | | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-182-3/+7
* | | IB/rxe: Do not hide uABI stuff in memcpyJason Gunthorpe2018-06-181-3/+16
* | | IB/rxe: Use rdma GID APIParav Pandit2018-06-182-37/+25Star
|/ /