summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)AuthorFilesLines
2020-12-30RDMA/rxe: Compute PSN windows correctlyBob Pearson1-1/+2
2020-10-01RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun1-0/+2
2020-10-01RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche1-3/+4
2020-09-17RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang1-1/+1
2020-09-17RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib1-3/+0
2020-09-17RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu1-0/+1
2020-08-19RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin1-1/+4
2020-08-19RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun1-1/+5
2020-04-29net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+5
2020-02-24RDMA/rxe: Fix error type of mmap_offsetJiewei Ke1-1/+1
2020-02-19RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun1-4/+4
2020-01-27RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit1-1/+2
2020-01-27IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia1-12/+14
2020-01-27IB/rxe: replace kvfree with vfreeZhu Yanjun2-4/+5
2020-01-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise3-1/+14
2019-12-05IB/rxe: Make counters thread safeParav Pandit2-4/+4
2019-11-24IB/rxe: avoid srq memory leakZhu Yanjun1-2/+8
2019-11-20IB/rxe: fixes for rdma read retryVijay Immanuel2-11/+25
2019-11-20IB/rxe: avoid back-to-back retriesVijay Immanuel2-1/+18
2019-07-31RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2-1/+5
2019-01-26rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever1-0/+1
2019-01-13rxe: fix error completion wr_id and qp_numSagi Grimberg1-4/+9
2018-11-13IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2-2/+8
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, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-9/+9
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-4/+4
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-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2-5/+6
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/rxe: Do not hide uABI stuff in memcpyJason Gunthorpe1-3/+16
2018-06-18IB/rxe: Use rdma GID APIParav Pandit2-37/+25
2018-06-11IB/rxe: avoid double kfree skbZhu Yanjun1-1/+1
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe1-9/+1
2018-05-28IB/rxe: avoid unnecessary exportZhu Yanjun1-1/+0
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 Hutchings1-0/+1
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