aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08Wei Hu(Xavier)5-57/+142
2017-10-25IB/ipoib: Change number of TX wqe to 64Erez Shitrit1-1/+1
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit5-79/+136
2017-10-25IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit3-11/+10
2017-10-18i40iw: Move cqp_cmd_head init to CQP initializationBob Sharp1-1/+1
2017-10-18i40iw: Remove UDA QP from QoS list if creation failsIvan Barrera3-3/+5
2017-10-18i40iw: Clear CQP Head/Tail during initializationChristopher Bednarz1-0/+3
2017-10-18i40iw: Refactor queue depth calculationShiraz Saleem4-43/+67
2017-10-18i40iw: Reinitialize IEQ on MTU changeShiraz Saleem5-4/+26
2017-10-18i40iw: Move ceq_valid to i40iw_sc_dev structureShiraz Saleem4-16/+15
2017-10-18i40iw: Account for IPv6 header when setting MSSShiraz Saleem7-13/+15
2017-10-18i40iw: Remove unused structuresMustafa Ismail1-18/+0
2017-10-18i40iw: Move exception_lan_queue to VSI structureMustafa Ismail3-8/+7
2017-10-18i40iw: Remove unused static_rsrc from i40iw_create_qp_infoMustafa Ismail3-7/+0
2017-10-18i40iw: Ignore AE source field in AEQE for some AEsMustafa Ismail2-0/+50
2017-10-18i40iw: Cleanup AE processingMustafa Ismail3-14/+3
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford43-192/+158
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford163-2864/+10280
2017-10-18IB/mlx5: Use ARRAY_SIZEJérémy Lefaure1-3/+3
2017-10-18IB/core: Fix use workqueue without WQ_MEM_RECLAIMParav Pandit1-1/+1
2017-10-18IB/core: Fix unable to change lifespan entry for hw_countersParav Pandit1-1/+15
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit6-48/+9
2017-10-18IB/core: Introduce and use rdma_create_user_ahParav Pandit3-12/+40
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook3-10/+5
2017-10-18RDMA/i40iw: Convert timers to use timer_setup() (part 2)Kees Cook2-8/+6
2017-10-18RDMA/cxgb3: Convert timers to use timer_setup()Kees Cook3-9/+5
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook8-32/+26
2017-10-18IB/rdmavt: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-10-18IB/srp: Make CM timeout dependent on subnet timeoutBart Van Assche1-2/+22
2017-10-18IB/srp: Cache global rkeyBart Van Assche2-14/+16
2017-10-18IB/srp: Remove second argument of srp_destroy_qp()Bart Van Assche1-6/+6
2017-10-18IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche1-6/+19
2017-10-18IB/srpt: Change default behavior from using SRQ to using RCBart Van Assche2-35/+123
2017-10-18IB/srpt: Cache global L_KeyBart Van Assche2-3/+6
2017-10-18IB/srpt: Limit the send and receive queue sizes to what the HCA supportsBart Van Assche1-4/+5
2017-10-18IB/srpt: Do not accept invalid initiator port namesBart Van Assche1-5/+4
2017-10-18RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusingBart Van Assche1-10/+3
2017-10-18bnxt_re: Make room for mapping beyond 32 entriesSomnath Kotur2-2/+2
2017-10-18bnxt_re: Fix incorrect usage of test_bit()Somnath Kotur3-9/+10
2017-10-18IB/hfi1: Add MODULE_FIRMWARE statementsThomas Bogendoerfer1-0/+5
2017-10-18RDMA/hns: fix spelling mistake: "Reseved" -> "Reserved"Colin Ian King1-1/+1
2017-10-18Merge branch 'hfi1' into k.o/for-nextDoug Ledford11-51/+50
2017-10-18IB/rdmavt: Don't wait for resources in QP resetAlex Estrin2-2/+2
2017-10-18IB/hfi1: Set hdr_type when tx req is allocatedKaike Wan3-2/+2
2017-10-18IB/hfi1: Eliminate allocation while atomicDon Hiatt2-14/+9
2017-10-18IB/hfi1: Mask out A bit from psn traceDon Hiatt1-2/+2
2017-10-18IB/hfi1: Correct unnecessary acquisition of HW mutexGrzegorz Morys1-2/+17
2017-10-18IB/hfi1: Allow meta version 4 for platform configurationJakub Byczkowski1-1/+1
2017-10-18IB/hfi1: Fix serdes loopback set-upJan Sokolowski2-28/+17
2017-10-14RDMA/usnic: Instantiate data structures onceBart Van Assche2-24/+25