summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw
Commit message (Expand)AuthorAgeFilesLines
* i40iw: Free IEQ resourcesMustafa Ismail2018-01-163-2/+3
* i40iw: Remove setting of rem_addr.lenMustafa Ismail2018-01-161-3/+0
* i40iw: Remove limit on re-posting AEQ entries to HWSindhu Devale2018-01-162-3/+0
* i40iw: Zero-out consumer key on allocate stag for FMRShiraz Saleem2018-01-161-0/+1
* i40iw: Remove extra call to i40iw_est_sd()Shiraz Saleem2018-01-161-2/+0
* i40iw: Replace mdelay with msleep in i40iw_wait_pe_readyJia-Ju Bai2018-01-051-1/+1
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-274-28/+56
|\
| * i40iw: Change accelerated flag to boolHenry Orosco2017-12-272-3/+3
| * i40iw: Notify user of established connection after QP in RTSHenry Orosco2017-12-011-6/+11
| * i40iw: Move MPA request event for loopback after connectTatyana Nikolova2017-12-011-2/+6
| * i40iw: Correct ARP index maskMustafa Ismail2017-12-011-1/+1
| * i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSEMustafa Ismail2017-12-011-3/+3
| * i40iw: Allocate a sdbuf per CQP WQEChien Tin Tung2017-12-012-14/+33
* | i40iw: Fix the connection ORD value for loopbackTatyana Nikolova2017-12-221-12/+14
* | i40iw: Validate correct IRD/ORD connection parametersTatyana Nikolova2017-12-221-2/+3
* | i40iw: Ignore LLP_DOUBT_REACHABILITY AEShiraz Saleem2017-12-221-1/+2
* | i40iw: Fix sequence number for the first partial FPDUShiraz Saleem2017-12-222-1/+2
* | i40iw: Selectively teardown QPs on IP addr change eventShiraz Saleem2017-12-223-10/+24
* | i40iw: Add notifier for network device eventsShiraz Saleem2017-12-223-3/+56
* | i40iw: Correct Q1/XF object count equationShiraz Saleem2017-12-221-2/+4
* | i40iw: Use utility function roundup_pow_of_two()Shiraz Saleem2017-12-223-33/+7
* | i40iw: Set MAX_IRD_SIZE to 64Shiraz Saleem2017-12-221-1/+1
* | i40iw: Reinitialize add_sd_cntMustafa Ismail2017-12-111-0/+1
* | i40iw: Use sqsize to initialize cqp_requests elementsChien Tin Tung2017-12-111-1/+1
* | i40iw: remove unused 'timeval' struct memberArnd Bergmann2017-12-111-2/+0
* | i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig sectionGeert Uytterhoeven2017-12-111-1/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1516-149/+256
|\
| * i40iw: Move cqp_cmd_head init to CQP initializationBob Sharp2017-10-181-1/+1
| * i40iw: Remove UDA QP from QoS list if creation failsIvan Barrera2017-10-183-3/+5
| * i40iw: Clear CQP Head/Tail during initializationChristopher Bednarz2017-10-181-0/+3
| * i40iw: Refactor queue depth calculationShiraz Saleem2017-10-184-43/+67
| * i40iw: Reinitialize IEQ on MTU changeShiraz Saleem2017-10-185-4/+26
| * i40iw: Move ceq_valid to i40iw_sc_dev structureShiraz Saleem2017-10-184-16/+15
| * i40iw: Account for IPv6 header when setting MSSShiraz Saleem2017-10-187-13/+15
| * i40iw: Remove unused structuresMustafa Ismail2017-10-181-18/+0
| * i40iw: Move exception_lan_queue to VSI structureMustafa Ismail2017-10-183-8/+7
| * i40iw: Remove unused static_rsrc from i40iw_create_qp_infoMustafa Ismail2017-10-183-7/+0
| * i40iw: Ignore AE source field in AEQE for some AEsMustafa Ismail2017-10-182-0/+50
| * i40iw: Cleanup AE processingMustafa Ismail2017-10-183-14/+3
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-184-13/+13
| |\
| | * RDMA/i40iw: Convert timers to use timer_setup() (part 2)Kees Cook2017-10-182-8/+6
| | * RDMA/i40iw: Convert timers to use timer_setup()Kees Cook2017-10-093-5/+7
| * | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-189-11/+53
| |\ \ | | |/ | |/|
| | * RDMA/i40iw: Remove a set-but-not-used variableBart Van Assche2017-10-141-2/+0
| | * RDMA/i40iw: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-143-0/+3
| | * RDMA/i40iw: Fix a race conditionBart Van Assche2017-10-141-4/+9
| | * i40iw: Do not allow posting WR after QP is flushedShiraz Saleem2017-10-041-0/+13
| | * i40iw: Do not generate CQE for RTR on QP flushMustafa Ismail2017-10-042-0/+14
| | * i40iw: Do not retransmit MPA request after it is ACKedTatyana Nikolova2017-10-042-3/+11
| | * i40iw: delete some stray tabsDan Carpenter2017-09-291-2/+2