aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-12IB/rxe: Don't update the response PSN unless it's going forwardsAndrew Boyer1-1/+2
2016-12-12IB/rxe: Advance the consumer pointer before posting the CQEAndrew Boyer1-2/+3
2016-12-12IB/rxe: Remove buffer used for printing IP addressAndrew Boyer1-6/+5
2016-12-12IB/rxe: Remove unneeded cast in rxe_srq_from_attr()Dan Carpenter1-1/+1
2016-12-12IB/rxe: Use DEFINE_SPINLOCK() for spinlockWei Yongjun1-5/+1
2016-12-12IB/rxe: avoid putting a large struct rxe_qp on stackArnd Bergmann1-7/+7
2016-12-03IB/rxe: Remove and fix debug prints after allocation failureLeon Romanovsky1-1/+0
2016-11-16IB/rxe: Update qp state for user queryYonatan Cohen1-0/+1
2016-11-16IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen3-0/+12
2016-11-16IB/rxe: Fix handling of erroneous WRYonatan Cohen1-8/+13
2016-11-16IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksumYonatan Cohen1-6/+2
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit14-88/+109
2016-10-06rdma_rxe: Ensure rdma_rxe init occurs at correct timeStephen Bates1-1/+1
2016-10-06IB/rxe: Properly honor max IRD value for rd/atomic.Parav Pandit3-13/+15
2016-10-06IB/{rxe,core,rdmavt}: Fix kernel crash for reg MRParav Pandit1-0/+17
2016-10-06IB/rxe: Fix sending out loopback packet on netdev interface.Parav Pandit1-6/+6
2016-10-06IB/rxe: Avoid scheduling tasklet for userspace QPParav Pandit1-13/+25
2016-09-16IB/rxe: Fix kmem_cache leakYonatan Cohen1-0/+13
2016-09-16IB/rxe: Fix race condition between requester and completerYonatan Cohen1-13/+44
2016-09-16IB/rxe: Fix duplicate atomic request handlingYonatan Cohen1-5/+6
2016-09-16IB/rxe: Fix kernel panic in udp_setup_tunnelYonatan Cohen3-34/+51
2016-09-16IB/rxe: fix GFP_KERNEL in spinlock contextAlexey Khoroshilov1-1/+1
2016-08-04Soft RoCE driverMoni Shoua33-0/+12883