summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Fix wrong naming of port_rcv_data counterTalat Batheesh2016-06-231-1/+1
* IB/mlx5: Fix post send fence logicEli Cohen2016-06-231-3/+4
* IB/mlx5: Fix alternate path codeAchiad Shochat2016-06-071-5/+9
* IB/mlx5: Fix pkey_index length in the QP path recordNoa Osherovich2016-06-071-7/+8
* IB/mlx5: Fix entries check in mlx5_ib_resize_cqNoa Osherovich2016-06-071-2/+7
* IB/mlx5: Fix entries checks in mlx5_ib_create_cqNoa Osherovich2016-06-071-1/+2
* IB/mlx5: Check BlueFlame HCA supportNoa Osherovich2016-06-071-1/+2
* IB/mlx5: Fix returned values of query QPNoa Osherovich2016-06-071-5/+9
* IB/mlx5: Limit query HCA clockNoa Osherovich2016-06-071-1/+8
* IB/mlx5: Fix FW version diaplay in sysfsEran Ben Elisha2016-06-071-1/+1
* IB/mlx5: Return PORT_ERR in Active to Initializing tranisitionNoa Osherovich2016-06-071-4/+1
* IB/mlx5: Set flow steering capability bitMaor Gottlieb2016-06-071-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-205-36/+124
|\
| * IB/mlx5: Fire the CQ completion handler from taskletMatan Barak2016-05-181-1/+4
| *---. Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford2016-05-143-23/+102
| |\ \ \
| | | | * IB/mlx5: Report Scatter FCS device capability when supportedMajd Dibbiny2016-05-141-0/+4
| | | | * IB/mlx5: Add Scatter FCS support for Raw Packet QPMajd Dibbiny2016-05-142-1/+20
| | | |/ | | |/|
| | | * IB/mlx5: Add UARs write-combining and non-cached mappingGuy Levi2016-05-142-21/+77
| | | * IB/mlx5: Allow mapping the free running counter on PROT_EXECMatan Barak2016-05-141-1/+1
| | |/
| * | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-132-3/+7
| * | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-132-12/+14
| |/
| * Merge branch 'k.o/for-4.6-rc' into testing/4.6Doug Ledford2016-04-281-1/+1
| |\
* | \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+1
|\ \ \
| * \ \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-04-301-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg2016-04-281-1/+1
* | | net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb2016-04-291-1/+2
|/ /
* / net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed2016-04-241-2/+2
|/
* IB/mlx5: fix VFs callback function prototypesArnd Bergmann2016-04-061-9/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-225-3/+215
|\
| * IB/mlx5: Implement callbacks for manipulating VFsEli Cohen2016-03-214-1/+213
| * net/mlx5_core: Add VF param when querying vport counterEli Cohen2016-03-211-1/+1
| * IB/mlx5: Fix decision on using MAD_IFCEli Cohen2016-03-211-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-0/+1
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-19/+22
| |\
| * | net/mlx5: Introduce a new header file for physical port functionsAchiad Shochat2016-02-241-0/+1
| | |
| \ \
| \ \
| \ \
*---. | | Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2016-03-1610-221/+1715
|\ \ \| | | |_|_|/ |/| | |
| | * | mlx5: Add arbitrary sg list supportSagi Grimberg2016-03-044-8/+60
| | * | IB/mlx5: Expose correct max_fast_reg_page_list_lenSagi Grimberg2016-03-041-1/+2
| | * | IB/mlx5: Make coding style more consistentDoug Ledford2016-03-041-4/+2
| | * | IB/mlx5: Convert UMR CQ to new CQ APIChristoph Hellwig2016-03-043-40/+27
| | * | IB/mlx5: Add memory windows allocation supportMatan Barak2016-03-014-0/+117
| | * | net/mlx5: Refactor mlx5_core_mr to mkeyMatan Barak2016-03-014-45/+45
| | * | IB/mlx5: Added support for re-registration of MRsNoa Osherovich2016-03-014-3/+227
| | * | IB/mlx5: Refactoring register MR codeNoa Osherovich2016-03-011-75/+132
| | * | IB/mlx5: Eliminate GSI RX QP's send buffersHaggai Eran2016-03-011-0/+5
| | * | IB/mlx5: Pick the right GSI transmission QP for sendingHaggai Eran2016-03-011-1/+47
| | * | IB/mlx5: Reorder GSI completionsHaggai Eran2016-03-011-6/+150
| | * | IB/mlx5: Generate completions in softwareHaggai Eran2016-03-012-5/+88
| | * | IB/mlx5: Create GSI transmission QPs when P_Key table is changedHaggai Eran2016-03-013-0/+41
| | * | IB/mlx5: Create multiple transmission GSI QPsHaggai Eran2016-03-011-3/+167