summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-04-291-3/+5
* RDMA/rxe: Fix error type of mmap_offsetJiewei Ke2020-02-241-1/+1
* RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun2020-02-191-4/+4
* IB/rdmavt: Reset all QPs when the device is shut downKaike Wan2020-02-191-33/+51
* RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit2020-01-271-1/+2
* IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia2020-01-271-12/+14
* IB/rxe: replace kvfree with vfreeZhu Yanjun2020-01-272-4/+5
* rxe: correctly calculate iCRC for unaligned payloadsSteve Wise2020-01-093-1/+14
* IB/rxe: Make counters thread safeParav Pandit2019-12-052-4/+4
* IB/rxe: avoid srq memory leakZhu Yanjun2019-11-241-2/+8
* IB/rxe: fixes for rdma read retryVijay Immanuel2019-11-202-11/+25
* IB/rxe: avoid back-to-back retriesVijay Immanuel2019-11-202-1/+18
* RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-07-312-1/+5
* IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-06-251-0/+2
* IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn2019-06-251-1/+2
* IB/rdmavt: Fix frwr memory registrationJosh Collier2019-05-021-7/+10
* rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever2019-01-261-0/+1
* rxe: fix error completion wr_id and qp_numSagi Grimberg2019-01-131-4/+9
* RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib2018-12-172-2/+5
* IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2018-11-132-2/+8
* 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-301-1/+1
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-303-21/+21
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-302-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/+3
* | | IB/rxe: don't clear the tx queue on every transferVijay Immanuel2018-06-291-10/+7
* | | 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/+1
* | | 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/+13
* | | 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/+25
|/ /
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-121-1/+1
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-5/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-0718-138/+273
|\ \ | |/
| * Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-9/+1
| |\
| * | IB/rxe: avoid unnecessary exportZhu Yanjun2018-05-281-1/+0
| * | IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn2018-05-241-1/+1
| * | IB/rxe: avoid calling WARN_ON_ONCE twiceZhu Yanjun2018-05-171-4/+0
| * | IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPSBen Hutchings2018-05-152-1/+2
| * | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-091-0/+149
| * | IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-094-75/+82
| * | IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez2018-05-091-12/+19