summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw/i40iw_main.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem2021-06-021-2064/+0
* i40e: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-05-261-3/+2
* RDMA/i40iw: Use DEFINE_SPINLOCK() for spinlockYe Bin2021-04-121-2/+1
* RDMA: Fix kernel-doc compilation warningsLeon Romanovsky2021-03-221-1/+1
* RDMA/hw/i40iw/i40iw_main: Rectify some kernel-doc misdemeanoursLee Jones2021-01-191-5/+8
* RDMA/i40iw: Address an mmap handler exploit in i40iwShiraz Saleem2020-11-251-5/+0
* RDMA/i40iw: Avoid typecast from void to pci_devParav Pandit2020-09-161-1/+1
* RDMA/i40iw: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-031-7/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-12/+10
* i40iw: Report correct firmware versionSindhu, Devale2020-03-181-0/+6
* i40iw: Do an RCU lookup in i40iw_add_ipv4_addrShiraz Saleem2020-02-111-12/+6
* RDMA/i40iw: fix a potential NULL pointer dereferenceXiyu Yang2020-01-031-0/+2
* drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal2019-06-021-2/+4
* RDMA/i40iw: Handle workqueue allocation failureKangjie Lu2019-03-271-1/+4
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-4/+3
|\
| * RDMA/i40iw: Avoid panic when reading back the IRQ affinity hintAndrew Boyer2018-05-091-4/+3
* | infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_l2param_changeJia-Ju Bai2018-04-171-1/+1
|/
* i40iw: Remove pre-production workaround for resource profile 1Shiraz Saleem2018-04-031-2/+0
* i40iw: Replace mdelay with msleep in i40iw_wait_pe_readyJia-Ju Bai2018-01-051-1/+1
* i40iw: Selectively teardown QPs on IP addr change eventShiraz Saleem2017-12-221-1/+1
* i40iw: Add notifier for network device eventsShiraz Saleem2017-12-221-0/+6
* 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: Reinitialize IEQ on MTU changeShiraz Saleem2017-10-181-2/+17
* i40iw: Move ceq_valid to i40iw_sc_dev structureShiraz Saleem2017-10-181-9/+10
* i40iw: Account for IPv6 header when setting MSSShiraz Saleem2017-10-181-3/+3
* i40iw: Move exception_lan_queue to VSI structureMustafa Ismail2017-10-181-2/+2
* i40iw: Prevent multiple netdev event notifier registrationsShiraz Saleem2017-09-221-15/+17
* i40iw: Fail open if there are no available MSI-X vectorsShiraz Saleem2017-09-221-1/+6
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
* i40iw: Avoid memory leak of CQP request objectsShiraz Saleem2017-07-201-0/+2
* i40iw: Utilize iwdev->reset during PCI function resetShiraz Saleem2017-07-201-27/+24
* i40iw: Fix order of cleanup in closeMustafa Ismail2017-07-201-3/+4
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* RDMA/i40iw: Fix device initialization error pathMustafa Ismail2017-06-011-7/+13
*-. Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford2016-12-141-37/+129
|\ \
| | * i40iw: Reorganize structures to align with HW capabilitiesHenry Orosco2016-12-121-16/+37
| | * i40iw: Assign MSS only when it is a new MTUMustafa Ismail2016-12-121-0/+2
| | * i40iw: Fix memory leak in CQP destroy when in resetMustafa Ismail2016-12-121-6/+3
| | * i40iw: Replace list_for_each_entry macro with safe versionMustafa Ismail2016-12-051-2/+2
| | * i40iw: Add missing cleanup on device closeMustafa Ismail2016-12-051-0/+4
| | * i40iw: Query device accounts for internal rsrcHenry Orosco2016-12-051-0/+15
| | * i40iw: Fix for LAN handler removalHenry Orosco2016-12-051-6/+4
| | * i40iw: Use vector when creating CQsHenry Orosco2016-12-051-1/+7
| | * i40iw: Enable message packingHenry Orosco2016-12-031-1/+1
| | * i40iw: Add Quality of Service supportHenry Orosco2016-12-031-8/+58
| |/ |/|
| * IB/i40iw: Remove debug prints after allocation failureLeon Romanovsky2016-12-031-3/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-1/+1
|\
| * i40iw_main: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* | i40iw: Receive notification events correctlyShiraz Saleem2016-08-261-5/+3