aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16i40iw: Free IEQ resourcesMustafa Ismail3-2/+3
2018-01-16i40iw: Remove setting of rem_addr.lenMustafa Ismail1-3/+0
2018-01-16i40iw: Remove limit on re-posting AEQ entries to HWSindhu Devale2-3/+0
2018-01-16i40iw: Zero-out consumer key on allocate stag for FMRShiraz Saleem1-0/+1
2018-01-16i40iw: Remove extra call to i40iw_est_sd()Shiraz Saleem1-2/+0
2018-01-05i40iw: Replace mdelay with msleep in i40iw_wait_pe_readyJia-Ju Bai1-1/+1
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe4-28/+56
2017-12-27i40iw: Change accelerated flag to boolHenry Orosco2-3/+3
2017-12-22i40iw: Fix the connection ORD value for loopbackTatyana Nikolova1-12/+14
2017-12-22i40iw: Validate correct IRD/ORD connection parametersTatyana Nikolova1-2/+3
2017-12-22i40iw: Ignore LLP_DOUBT_REACHABILITY AEShiraz Saleem1-1/+2
2017-12-22i40iw: Fix sequence number for the first partial FPDUShiraz Saleem2-1/+2
2017-12-22i40iw: Selectively teardown QPs on IP addr change eventShiraz Saleem3-10/+24
2017-12-22i40iw: Add notifier for network device eventsShiraz Saleem3-3/+56
2017-12-22i40iw: Correct Q1/XF object count equationShiraz Saleem1-2/+4
2017-12-22i40iw: Use utility function roundup_pow_of_two()Shiraz Saleem3-33/+7
2017-12-22i40iw: Set MAX_IRD_SIZE to 64Shiraz Saleem1-1/+1
2017-12-11i40iw: Reinitialize add_sd_cntMustafa Ismail1-0/+1
2017-12-11i40iw: Use sqsize to initialize cqp_requests elementsChien Tin Tung1-1/+1
2017-12-11i40iw: remove unused 'timeval' struct memberArnd Bergmann1-2/+0
2017-12-11i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig sectionGeert Uytterhoeven1-1/+0
2017-12-01i40iw: Notify user of established connection after QP in RTSHenry Orosco1-6/+11
2017-12-01i40iw: Move MPA request event for loopback after connectTatyana Nikolova1-2/+6
2017-12-01i40iw: Correct ARP index maskMustafa Ismail1-1/+1
2017-12-01i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSEMustafa Ismail1-3/+3
2017-12-01i40iw: Allocate a sdbuf per CQP WQEChien Tin Tung2-14/+33
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds16-149/+256
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