summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-2/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+1
| |\
| * | net/mlx5: Remove a leftover unused variableGal Pressman2017-08-241-2/+0
| * | net/mlx5: Delay events till ib registration endsErez Shitrit2017-08-071-0/+3
| * | net/mlx5: Separate between E-Switch and MPFSSaeed Mahameed2017-08-071-0/+2
* | | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-031-11/+20
|\ \ \ | |_|/ |/| |
| * | net/mlx5: Add XRQ supportArtemy Kovalyov2017-08-291-0/+1
| * | IB/mlx5: Enable UMR for MRs created with reg_createIlya Lesokhin2017-08-241-1/+1
| * | mlx5: Replace PCI pool old APIRomain Perier2017-08-221-1/+1
| | |
| | \
| *-. \ Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford2017-08-101-2/+6
| |\ \ \ | | | |/ | | |/|
| | | * mlx5: move affinity hints assignments to generic codeSagi Grimberg2017-08-081-1/+6
| | | * mlx5: convert to generic pci_alloc_irq_vectorsSagi Grimberg2017-08-081-1/+0
| | |/
| * | net/mlx5: Introduce general notification eventMaor Gottlieb2017-07-241-0/+1
| * | IB/mlx5: Restore IB guid/policy for virtual functionsBodong Wang2017-07-241-7/+10
| |/
* | net/mlx5: Remove the flag MLX5_INTERFACE_STATE_SHUTDOWNHuy Nguyen2017-08-301-1/+0
* | net/mlx5: Skip mlx5_unload_one if mlx5_load_one failsHuy Nguyen2017-08-301-3/+2
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-031-0/+1
|\
| * net/mlx5: Cancel delayed recovery work when unloading the driverMohamad Haj Yahia2017-06-271-0/+1
* | net/mlx5: FPGA, Add SBU infrastructureIlan Tayari2017-06-271-0/+1
* | net/mlx5: Add support for multiple RoCE enableIlan Tayari2017-06-271-0/+1
* | net/mlx5: Add reserved-gids supportIlan Tayari2017-06-271-0/+17
* | net/mlx5: Add MCC (Management Component Control) register definitionsOr Gerlitz2017-06-221-0/+3
* | net/mlx5: Expose command polling interfaceMajd Dibbiny2017-06-161-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-261-1/+6
|\ \ | |/
| * net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia2017-05-231-1/+6
* | net/mlx5: FPGA, Add basic support for InnovaIlan Tayari2017-05-141-0/+5
* | net/mlx5: Introduce trigger_health_work functionIlan Tayari2017-05-141-0/+1
* | {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-5/+0
|/
*-. Merge tags 'for-linus' and 'for-next' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-081-0/+19
|\ \
| * | IB/mlx5: Enable IPoIB accelerationErez Shitrit2017-05-041-0/+19
* | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-6/+1
|/ /
* | net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion2017-04-301-0/+1
|/
* net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevsSaeed Mahameed2017-03-241-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-1/+5
|\
| * IB/mlx5: Add implicit MR supportArtemy Kovalyov2017-02-141-0/+2
| * IB/mlx5: Expose MR cache for mlx5_ibArtemy Kovalyov2017-02-141-1/+2
| * IB/mlx5: Add additional checks before processing MADsMaor Gottlieb2017-02-141-0/+1
* | net/mlx5: Move cached hca caps to designated caps structGal Pressman2017-01-191-2/+2
* | net/mlx5: Add MPCNT register infrastructureGal Pressman2017-01-191-0/+1
* | net/mlx5: Query and cache PCAM, MCAM registers on initializationGal Pressman2017-01-191-0/+4
* | net/mlx5: Expose PCAM, MCAM registers infrastructureGal Pressman2017-01-191-0/+2
* | net/mlx5: Add MTPPS and MTPPSE registers infrastructureEugenia Emantayev2017-01-191-0/+3
|/
* Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2017-01-091-38/+43
|\
| * IB/mlx5: Support 4k UAR for libmlx5Eli Cohen2017-01-091-12/+0
| * IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen2017-01-091-8/+4
| * IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen2017-01-091-19/+0
| * net/mlx5: Add interface to get reference to a UAREli Cohen2017-01-091-1/+4
| * net/mlx5: Introduce blue flame register allocatorEli Cohen2017-01-081-0/+37
| * mlx5: Fix naming convention with respect to UARsEli Cohen2017-01-081-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-1/+0
|\ \ | |/ |/|
OpenPOWER on IntegriCloud