summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2016-12-13IB/rxe: Increase max number of completions to 32kYonatan Cohen1-1/+1
2016-12-13IB/mlx4: Check if GRH is available before using itEran Ben Elisha1-2/+2
2016-12-13IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPsEran Ben Elisha1-8/+13
2016-12-13i40iw: Reorganize structures to align with HW capabilitiesHenry Orosco14-465/+775
2016-12-13i40iw: Fix incorrect check for errorMustafa Ismail1-1/+1
2016-12-13i40iw: Assign MSS only when it is a new MTUMustafa Ismail1-0/+2
2016-12-13i40iw: Fix race condition in terminate timer's handlerShiraz Saleem3-3/+6
2016-12-13i40iw: Fix memory leak in CQP destroy when in resetMustafa Ismail1-6/+3
2016-12-13i40iw: Fix QP flush to not hang on empty queues or failureShiraz Saleem2-5/+30
2016-12-13i40iw: Fix double free of QPMustafa Ismail3-6/+20
2016-12-13i40iw: Use correct src address in memcpy to rdma stats countersShiraz Saleem1-1/+1
2016-12-13i40iw: Remove macros I40IW_STAG_KEY_FROM_STAG and I40IW_STAG_INDEX_FROM_STAGThomas Huth1-6/+0
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-11IB/hfi1: Define platform_config_table_limits onceBart Van Assche2-10/+10
2016-12-11IB/hfi1: constify mmu_notifier_ops structureBhumika Goyal1-1/+1
2016-12-11IB/rdmavt, IB/hfi1, IB/qib: Add inlines for mtu divisionMike Marciniszyn2-4/+2
2016-12-11IB/hfi1,IB/qib: use rvt swqe mr deref helperMike Marciniszyn4-38/+6
2016-12-11IB/hfi1: Avoid credit return allocation for cpu-less NUMA nodesHarish Chegondi3-18/+6
2016-12-11IB/hfi1,IB/qib: Use new send completion helperMike Marciniszyn6-109/+6
2016-12-11IB/rdmavt: Add a send completion helperMike Marciniszyn1-0/+17
2016-12-11IB/qib: Use standard refcount wrapper for QPsSebastian Sanchez2-14/+9
2016-12-11IB/hfi1: Use reference count wrapper for MRsSebastian Sanchez1-4/+4
2016-12-11IB/hfi1: Replace qp->refcount release code with standard driver wrapperSebastian Sanchez2-5/+3
2016-12-11IB/hfi1: Preserve external device completed bitDean Luick1-1/+4
2016-12-11IB/hfi1: Remove critical section gap in sc_buffer_alloc()Sebastian Sanchez1-2/+0
2016-12-11IB/hfi1: Remove usage of qp->s_cur_sgeMitko Haralanov4-15/+13
2016-12-11IB/rdmavt: Add trace of MR segsMike Marciniszyn3-0/+117
2016-12-11IB/hfi1: Add special setting for low power AOCDean Luick1-1/+43
2016-12-11IB/hfi1: Remove definition of unused hfi1_affinity structTadeusz Struk2-9/+0
2016-12-11IB/hfi1: Remove dependence on qp->s_cur_sizeDon Hiatt6-9/+10
2016-12-11IB/hfi1: Show statistics counters under IB stats interfaceJianxin Xiong1-0/+154
2016-12-11IB/rdmavt: Fix trace hierarchyDennis Dalessandro4-137/+312
2016-12-11IB/hfi1: Disable header suppression for short packetsJakub Pawlak1-17/+43
2016-12-11IB/hfi1: Export 8051 memory and LCB registers via debugfsDean Luick1-0/+110
2016-12-11IB/hfi1: Use non-atomic __test_and_clear_bit in hot pathSebastian Sanchez1-1/+1
2016-12-11IB/hfi1: Fix dc8051 multiple qword memory readsDean Luick1-4/+6
2016-12-11IB/hfi1: Read new EPROM formatDean Luick1-8/+203
2016-12-08iw_cxgb4: Fix error return code in c4iw_rdev_open()Wei Yongjun1-1/+3