aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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 Ledford4-13/+13
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford9-11/+53
2017-10-18RDMA/i40iw: Convert timers to use timer_setup() (part 2)Kees Cook2-8/+6
2017-10-14RDMA/i40iw: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-10-14RDMA/i40iw: Suppress gcc 7 fall-through complaintsBart Van Assche3-0/+3
2017-10-14RDMA/i40iw: Fix a race conditionBart Van Assche1-4/+9
2017-10-09RDMA/i40iw: Convert timers to use timer_setup()Kees Cook3-5/+7
2017-10-04i40iw: Do not allow posting WR after QP is flushedShiraz Saleem1-0/+13
2017-10-04i40iw: Do not generate CQE for RTR on QP flushMustafa Ismail2-0/+14
2017-10-04i40iw: Do not retransmit MPA request after it is ACKedTatyana Nikolova2-3/+11
2017-10-04i40iw: Fix port number for query QPMustafa Ismail1-0/+2
2017-10-04i40iw: Add missing memory barriersMustafa Ismail3-8/+7
2017-09-29i40iw: delete some stray tabsDan Carpenter1-2/+2
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia1-0/+1
2017-09-22i40iw: Add support for port reuse on active side connectionsShiraz Saleem2-76/+78
2017-09-22i40iw: Add missing VLAN priorityMustafa Ismail2-1/+4
2017-09-22i40iw: Call i40iw_cm_disconn on modify QP to disconnectShiraz Saleem1-0/+12
2017-09-22i40iw: Prevent multiple netdev event notifier registrationsShiraz Saleem3-19/+20
2017-09-22i40iw: Fail open if there are no available MSI-X vectorsShiraz Saleem1-1/+6
2017-08-28i40iw: make some structures constBhumika Goyal1-3/+3
2017-08-24RDMA/i40iw: Remove unused argumentYuval Shaia1-12/+6
2017-08-22i40iw: Improve CQP timeout logicShiraz Saleem4-13/+39
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford5-49/+90
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford3-16/+8
2017-08-18i40iw: fix spelling mistake: "allloc_buf" -> "alloc_buf"Colin Ian King1-2/+4
2017-08-18i40iw: Fixes for static checker warningsShiraz Saleem1-8/+1
2017-08-18i40iw: Simplify codeChristophe Jaillet1-6/+3
2017-08-16i40iw: Fix potential fcn_id_array out of boundsChristopher N Bednarz1-1/+1
2017-08-16i40iw: Use correct alignment for CQ0 memoryChristopher N Bednarz1-1/+1
2017-08-16i40iw: Fix typecast of tcp_seq_numMustafa Ismail1-1/+1
2017-08-16i40iw: Correct variable namesMustafa Ismail2-4/+4
2017-08-16i40iw: Fix parsing of query/commit FPM buffersChien Tin Tung2-42/+83
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-4/+3
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-20IB/i40iw: Fix error code in i40iw_create_cq()Dan Carpenter1-1/+3
2017-07-20i40iw: Free QP PBLEs when the QP is destroyedTatyana Nikolova2-5/+12
2017-07-20i40iw: Avoid memory leak of CQP request objectsShiraz Saleem3-0/+55