summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/rxe: avoid srq memory leakZhu Yanjun2018-10-041-2/+8
* 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-261-2/+1
* 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/+11
* IB/rxe: Avoid NULL check when search is successfulParav Pandit2018-08-301-4/+3
* 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/+13
* 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
|\
| * 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, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-9/+9
* | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-4/+4
* | 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-182-5/+6
* | 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/rxe: Do not hide uABI stuff in memcpyJason Gunthorpe2018-06-181-3/+16
* | IB/rxe: Use rdma GID APIParav Pandit2018-06-182-37/+25
|/
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-9/+1
|\
| * nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise2018-05-091-9/+1
* | IB/rxe: avoid unnecessary exportZhu Yanjun2018-05-281-1/+0
* | 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-151-0/+1
* | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-093-7/+2
|\|
| * IB/rxe: avoid double kfree_skbZhu Yanjun2018-04-272-6/+1
| * IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INVJianchao Wang2018-04-271-1/+1
* | IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing2018-05-011-3/+1
* | IB/rxe: remove unused function variableZhu Yanjun2018-04-276-21/+17
* | IB/rxe: change rxe_set_mtu function type to voidZhu Yanjun2018-04-272-7/+3
* | IB/rxe: Change rxe_rcv to return voidYuval Shaia2018-04-274-9/+12
* | IB/rxe: replace refcount_inc with skb_getZhu Yanjun2018-04-192-2/+2
* | IB/rxe: optimize the function duplicate_requestZhu Yanjun2018-04-191-14/+3
* | IB/rxe: make rxe_release_udp_tunnel staticZhu Yanjun2018-04-192-3/+1
* | IB/rxe: avoid export symbolsZhu Yanjun2018-04-181-3/+0
* | IB/rxe: make the variable staticZhu Yanjun2018-04-182-2/+1
|/
* IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin2018-04-051-1/+1
* IB/rxe: Removed GID add/del dummy routinesParav Pandit2018-04-051-17/+0