summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/mlx5: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-68/+269
|\ \
| * | IB/mlx5: Fix configuration of port capabilitiesEli Cohen2017-02-151-0/+35
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-4/+7
| * | IB/mlx5: Support raw packet protocolOr Gerlitz2017-02-141-2/+4
| * | IB/mlx5: Add implicit MR supportArtemy Kovalyov2017-02-141-0/+2
| * | IB/mlx5: Expose vlan offloads capabilitiesNoa Osherovich2017-02-141-2/+12
| * | IB/mlx5: Expose Q counters groups only if they are supported by FWKamal Heib2017-02-141-40/+118
| * | IB/mlx5: Replace ENOTSUPP usage with EOPNOTSUPPLeon Romanovsky2017-02-141-6/+6
| * | IB/mlx5: Add flow tag supportMoses Reuben2017-02-141-3/+23
| * | IB/mlx5: Remove deprecated module parameterLeon Romanovsky2017-02-141-7/+0
| * | IB/mlx5: Assign DSCP for R-RoCE QPs Address PathMajd Dibbiny2017-02-141-0/+21
| * | IB/mlx5: Add additional checks before processing MADsMaor Gottlieb2017-02-141-0/+33
| * | IB/mlx5: Verify that Q counters are supportedKamal Heib2017-02-141-5/+9
* | | IB/mlx5: Enable Eth VFs to query their min-inline value for user-spaceOr Gerlitz2017-01-241-0/+9
* | | net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia2017-01-191-2/+2
|/ /
* | IB/mlx5: Support 4k UAR for libmlx5Eli Cohen2017-01-091-2/+19
* | IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen2017-01-091-75/+126
* | IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen2017-01-091-3/+25
* | mlx5: Fix naming convention with respect to UARsEli Cohen2017-01-081-39/+41
* | IB/mlx5: Fix kernel to user leak prevention logicEli Cohen2017-01-081-7/+7
* | {net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov2017-01-021-11/+3
* | IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov2017-01-021-1/+13
* | IB/mlx5: Reorder code in query device commandLeon Romanovsky2017-01-021-11/+11
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-88/+180
|\
| * mlx5: Use { } instead of { 0 } to init structBart Van Assche2016-12-141-1/+1
| * IB/mlx5: Properly adjust rate limit on QP state transitionsBodong Wang2016-12-131-1/+2
| * IB/mlx5: Report mlx5 packet pacing capabilities when querying deviceBodong Wang2016-12-131-0/+13
| * IB/mlx5: Support RAW Ethernet when RoCE is disabledOr Gerlitz2016-12-131-9/+13
| * IB/mlx5: Rename RoCE related helpers to reflect being Eth onesOr Gerlitz2016-12-131-11/+11
| * IB/mlx5: Refactor registration to netdev notifierOr Gerlitz2016-12-131-9/+20
| * IB/mlx5: Make create/destroy_ah available to userspaceMoni Shoua2016-12-131-0/+2
| * IB/mlx5: Report that device has udata response in create_ahMoni Shoua2016-12-131-1/+2
| * IB/mlx5: Add support to match inner packet fieldsMoses Reuben2016-12-131-53/+78
| * IB/mlx5: Support Vxlan tunneling specificationMoses Reuben2016-12-131-0/+11
| * IB/mlx5: Report mlx5 CQE compression caps during queryBodong Wang2016-12-131-0/+10
| * IB/mlx5: Report mlx5 multi packet WQE caps during queryBodong Wang2016-12-131-0/+11
| * IB/mlx5: Fix reported max SGE calculationEli Cohen2016-11-161-3/+5
| * IB/mlx5: Put non zero value in max_ahMaor Gottlieb2016-11-161-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-4/+7
|\ \
| * \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-11-171-4/+7
| |\ \
| | * | IB/mlx5: Fix fatal error dispatchingEli Cohen2016-11-161-2/+5
| | * | IB/mlx5: Fix memory leak in query deviceMajd Dibbiny2016-11-161-2/+2
* | | | net/mlx5: Support encap id when setting new steering entryHadar Hen Zion2016-11-091-5/+5
* | | | net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion2016-11-091-1/+1
* | | | Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2016-10-301-7/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | net/mlx5: Add multi dest supportMark Bloch2016-10-301-7/+7