aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw/i40iw_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-27RDMA/i40iw: Handle workqueue allocation failureKangjie Lu1-1/+4
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-4/+3
2018-05-09RDMA/i40iw: Avoid panic when reading back the IRQ affinity hintAndrew Boyer1-4/+3
2018-04-17infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_l2param_changeJia-Ju Bai1-1/+1
2018-04-03i40iw: Remove pre-production workaround for resource profile 1Shiraz Saleem1-2/+0
2018-01-05i40iw: Replace mdelay with msleep in i40iw_wait_pe_readyJia-Ju Bai1-1/+1
2017-12-22i40iw: Selectively teardown QPs on IP addr change eventShiraz Saleem1-1/+1
2017-12-22i40iw: Add notifier for network device eventsShiraz Saleem1-0/+6
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-10-18i40iw: Reinitialize IEQ on MTU changeShiraz Saleem1-2/+17
2017-10-18i40iw: Move ceq_valid to i40iw_sc_dev structureShiraz Saleem1-9/+10
2017-10-18i40iw: Account for IPv6 header when setting MSSShiraz Saleem1-3/+3
2017-10-18i40iw: Move exception_lan_queue to VSI structureMustafa Ismail1-2/+2
2017-09-22i40iw: Prevent multiple netdev event notifier registrationsShiraz Saleem1-15/+17
2017-09-22i40iw: Fail open if there are no available MSI-X vectorsShiraz Saleem1-1/+6
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-20i40iw: Avoid memory leak of CQP request objectsShiraz Saleem1-0/+2
2017-07-20i40iw: Utilize iwdev->reset during PCI function resetShiraz Saleem1-27/+24
2017-07-20i40iw: Fix order of cleanup in closeMustafa Ismail1-3/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-01RDMA/i40iw: Fix device initialization error pathMustafa Ismail1-7/+13
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford1-37/+129
2016-12-12i40iw: Reorganize structures to align with HW capabilitiesHenry Orosco1-16/+37
2016-12-12i40iw: Assign MSS only when it is a new MTUMustafa Ismail1-0/+2
2016-12-12i40iw: Fix memory leak in CQP destroy when in resetMustafa Ismail1-6/+3
2016-12-05i40iw: Replace list_for_each_entry macro with safe versionMustafa Ismail1-2/+2
2016-12-05i40iw: Add missing cleanup on device closeMustafa Ismail1-0/+4
2016-12-05i40iw: Query device accounts for internal rsrcHenry Orosco1-0/+15
2016-12-05i40iw: Fix for LAN handler removalHenry Orosco1-6/+4
2016-12-05i40iw: Use vector when creating CQsHenry Orosco1-1/+7
2016-12-03i40iw: Enable message packingHenry Orosco1-1/+1
2016-12-03i40iw: Add Quality of Service supportHenry Orosco1-8/+58
2016-12-03IB/i40iw: Remove debug prints after allocation failureLeon Romanovsky1-3/+2
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-10-07i40iw_main: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-26i40iw: Receive notification events correctlyShiraz Saleem1-5/+3
2016-08-23i40iw: Add missing check for interface already openMustafa Ismail1-0/+4
2016-07-12i40iw: do not print unitialized variables in error messageNicolas Iooss1-2/+1
2016-05-13i40iw: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2016-05-13i40e: constify i40e_client_ops structureJulia Lawall1-1/+1
2016-04-28RDMA/i40iw: Fix endian issues and warningsIsmail, Mustafa1-1/+1
2016-04-28RDMA/i40iw: Initialize max enabled vfs variableIsmail, Mustafa1-0/+1
2016-04-28RDMA/i40iw: Add virtual channel message queueIsmail, Mustafa1-8/+39
2016-04-28RDMA/i40iw: Remove unused code and fix warningIsmail, Mustafa1-4/+1
2016-03-16i40iw: use shared code for port mapperFaisal Latif1-20/+0
2016-02-29i40iw: add main, hdr, statusFaisal Latif1-0/+1930