aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
2018-10-17IB/rxe: Remove unnecessary enum valuesNathan Chancellor
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-10-03RDMA/rxe: Remove unused addr_same()Kamal Heib
2018-10-03IB/rxe: avoid srq memory leakZhu Yanjun
2018-09-30IB/rxe: replace kvfree with vfreeZhu Yanjun
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-08-30IB/rxe: fixes for rdma read retryVijay Immanuel
2018-08-30IB/rxe: avoid back-to-back retriesVijay Immanuel
2018-08-30IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel
2018-08-30IB/rxe: Refactor lookup memory functionParav Pandit
2018-08-30IB/rxe: Avoid NULL check when search is successfulParav Pandit
2018-08-30IB/rxe: Change pool state enums to capital lettersParav Pandit
2018-08-30IB/rxe: Replace spinlock with rwlockParav Pandit
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit
2018-08-30IB/rxe: remove redudant qpn checkZhu Yanjun
2018-08-30IB/rxe: vary the source udp port for receive scalingVijay Immanuel
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-08-08RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-24IB/rxe: Drop QP0 silentlyZhu Yanjun
2018-07-09RDMA/rxe: Simplify the error handling code in rxe_create_ah()Bart Van Assche
2018-06-29IB/rxe: don't clear the tx queue on every transferVijay Immanuel
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18IB/rxe: avoid unnecessary NULL checkZhu Yanjun
2018-06-18IB/rxe: support for 802.1q VLAN on the listenerVijay Immanuel
2018-06-18IB/rxe: increase max MR limitVijay Immanuel
2018-06-18IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit
2018-06-18IB/rxe: Do not hide uABI stuff in memcpyJason Gunthorpe
2018-06-18IB/rxe: Use rdma GID APIParav Pandit
2018-06-11IB/rxe: avoid double kfree skbZhu Yanjun
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe
2018-05-28IB/rxe: avoid unnecessary exportZhu Yanjun
2018-05-17IB/rxe: avoid calling WARN_ON_ONCE twiceZhu Yanjun
2018-05-15IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPSBen Hutchings
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford
2018-05-09nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise
2018-05-01IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing
2018-04-27IB/rxe: avoid double kfree_skbZhu Yanjun
2018-04-27IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INVJianchao Wang
2018-04-27IB/rxe: remove unused function variableZhu Yanjun
2018-04-27IB/rxe: change rxe_set_mtu function type to voidZhu Yanjun
2018-04-27IB/rxe: Change rxe_rcv to return voidYuval Shaia
2018-04-19IB/rxe: replace refcount_inc with skb_getZhu Yanjun
2018-04-19IB/rxe: optimize the function duplicate_requestZhu Yanjun
2018-04-19IB/rxe: make rxe_release_udp_tunnel staticZhu Yanjun