summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)AuthorFilesLines
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+6
2017-02-08IB/rxe: Fix mem_check_range integer overflowEyal Itkin1-3/+5
2017-02-08IB/rxe: Fix resid updateEyal Itkin1-1/+1
2017-02-07net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+1
2017-01-25IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen1-2/+1
2017-01-25IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb1-1/+1
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds4-4/+5
2016-12-22IB/rxe: Don't check for null ptr in send()Andrew Boyer1-2/+1
2016-12-22IB/rxe: Drop future atomic/read packets rather than retryingAndrew Boyer1-1/+1
2016-12-22IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sendsAndrew Boyer1-1/+2
2016-12-18IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche1-0/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds13-36/+88
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford11-32/+84
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford2-2/+4
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+3
2016-12-13IB/rxe: Increase max number of completions to 32kYonatan Cohen1-1/+1
2016-12-13IB/rxe: Hold refs when running taskletsAndrew Boyer3-1/+11
2016-12-13IB/rxe: Wait for tasklets to finish before tearing down QPAndrew Boyer2-0/+20
2016-12-13IB/rxe: Fix ref leak in duplicate_request()Andrew Boyer1-0/+1
2016-12-13IB/rxe: Fix ref leak in rxe_create_qp()Andrew Boyer1-3/+4
2016-12-13IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTSAndrew Boyer1-1/+9
2016-12-13IB/rxe: Add support for zero-byte operationsAndrew Boyer2-3/+18
2016-12-13IB/rxe: Unblock loopback by moving skb_out incrementAndrew Boyer2-2/+2
2016-12-13IB/rxe: Don't update the response PSN unless it's going forwardsAndrew Boyer1-1/+2
2016-12-13IB/rxe: Advance the consumer pointer before posting the CQEAndrew Boyer1-2/+3
2016-12-13IB/rxe: Remove buffer used for printing IP addressAndrew Boyer1-6/+5
2016-12-13IB/rxe: Remove unneeded cast in rxe_srq_from_attr()Dan Carpenter1-1/+1
2016-12-13IB/rxe: Use DEFINE_SPINLOCK() for spinlockWei Yongjun1-5/+1
2016-12-13IB/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-17IB/rxe: Update qp state for user queryYonatan Cohen1-0/+1
2016-11-17IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen3-0/+12
2016-11-17IB/rxe: Fix handling of erroneous WRYonatan Cohen1-8/+13
2016-11-17IB/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