summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-22IB/rxe: Don't check for null ptr in send()Andrew Boyer
2016-12-22IB/rxe: Drop future atomic/read packets rather than retryingAndrew Boyer
2016-12-22IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sendsAndrew Boyer
2016-12-18IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua
2016-12-13IB/rxe: Increase max number of completions to 32kYonatan Cohen
2016-12-12IB/rxe: Hold refs when running taskletsAndrew Boyer
2016-12-12IB/rxe: Wait for tasklets to finish before tearing down QPAndrew Boyer
2016-12-12IB/rxe: Fix ref leak in duplicate_request()Andrew Boyer
2016-12-12IB/rxe: Fix ref leak in rxe_create_qp()Andrew Boyer
2016-12-12IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTSAndrew Boyer
2016-12-12IB/rxe: Add support for zero-byte operationsAndrew Boyer
2016-12-12IB/rxe: Unblock loopback by moving skb_out incrementAndrew Boyer
2016-12-12IB/rxe: Don't update the response PSN unless it's going forwardsAndrew Boyer
2016-12-12IB/rxe: Advance the consumer pointer before posting the CQEAndrew Boyer
2016-12-12IB/rxe: Remove buffer used for printing IP addressAndrew Boyer
2016-12-12IB/rxe: Remove unneeded cast in rxe_srq_from_attr()Dan Carpenter
2016-12-12IB/rxe: Use DEFINE_SPINLOCK() for spinlockWei Yongjun
2016-12-12IB/rxe: avoid putting a large struct rxe_qp on stackArnd Bergmann
2016-12-03IB/rxe: Remove and fix debug prints after allocation failureLeon Romanovsky
2016-11-16IB/rxe: Update qp state for user queryYonatan Cohen
2016-11-16IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen
2016-11-16IB/rxe: Fix handling of erroneous WRYonatan Cohen
2016-11-16IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksumYonatan Cohen
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit
2016-10-06rdma_rxe: Ensure rdma_rxe init occurs at correct timeStephen Bates
2016-10-06IB/rxe: Properly honor max IRD value for rd/atomic.Parav Pandit
2016-10-06IB/{rxe,core,rdmavt}: Fix kernel crash for reg MRParav Pandit
2016-10-06IB/rxe: Fix sending out loopback packet on netdev interface.Parav Pandit
2016-10-06IB/rxe: Avoid scheduling tasklet for userspace QPParav Pandit
2016-09-16IB/rxe: Fix kmem_cache leakYonatan Cohen
2016-09-16IB/rxe: Fix race condition between requester and completerYonatan Cohen
2016-09-16IB/rxe: Fix duplicate atomic request handlingYonatan Cohen
2016-09-16IB/rxe: Fix kernel panic in udp_setup_tunnelYonatan Cohen
2016-09-16IB/rxe: fix GFP_KERNEL in spinlock contextAlexey Khoroshilov
2016-08-04Soft RoCE driverMoni Shoua