summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
2016-06-23IB/mlx5: Fix wrong naming of port_rcv_data counterTalat Batheesh1-1/+1
2016-06-23IB/mlx5: Fix post send fence logicEli Cohen1-3/+4
2016-06-07IB/mlx5: Fix alternate path codeAchiad Shochat1-5/+9
2016-06-07IB/mlx5: Fix pkey_index length in the QP path recordNoa Osherovich1-7/+8
2016-06-07IB/mlx5: Fix entries check in mlx5_ib_resize_cqNoa Osherovich1-2/+7
2016-06-07IB/mlx5: Fix entries checks in mlx5_ib_create_cqNoa Osherovich1-1/+2
2016-06-07IB/mlx5: Check BlueFlame HCA supportNoa Osherovich1-1/+2
2016-06-07IB/mlx5: Fix returned values of query QPNoa Osherovich1-5/+9
2016-06-07IB/mlx5: Limit query HCA clockNoa Osherovich1-1/+8
2016-06-07IB/mlx5: Fix FW version diaplay in sysfsEran Ben Elisha1-1/+1
2016-06-07IB/mlx5: Return PORT_ERR in Active to Initializing tranisitionNoa Osherovich1-4/+1
2016-06-07IB/mlx5: Set flow steering capability bitMaor Gottlieb1-0/+3
2016-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds5-36/+124
2016-05-18IB/mlx5: Fire the CQ completion handler from taskletMatan Barak1-1/+4
2016-05-14Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford3-23/+102
2016-05-14IB/mlx5: Report Scatter FCS device capability when supportedMajd Dibbiny1-0/+4
2016-05-14IB/mlx5: Add Scatter FCS support for Raw Packet QPMajd Dibbiny2-1/+20
2016-05-14IB/mlx5: Add UARs write-combining and non-cached mappingGuy Levi2-21/+77
2016-05-14IB/mlx5: Allow mapping the free running counter on PROT_EXECMatan Barak1-1/+1
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche2-3/+7
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2-12/+14
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+1
2016-04-29net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb1-1/+2
2016-04-28Merge branch 'k.o/for-4.6-rc' into testing/4.6Doug Ledford1-1/+1
2016-04-28IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg1-1/+1
2016-04-24net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed1-2/+2
2016-04-06IB/mlx5: fix VFs callback function prototypesArnd Bergmann1-9/+9
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds5-3/+215
2016-03-22IB/mlx5: Implement callbacks for manipulating VFsEli Cohen4-1/+213
2016-03-22net/mlx5_core: Add VF param when querying vport counterEli Cohen1-1/+1
2016-03-21IB/mlx5: Fix decision on using MAD_IFCEli Cohen1-1/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford10-221/+1715
2016-03-10IB/mlx5: Add support for don't trap rulesMaor Gottlieb2-7/+49
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+22
2016-03-04mlx5: Add arbitrary sg list supportSagi Grimberg4-8/+60
2016-03-04IB/mlx5: Expose correct max_fast_reg_page_list_lenSagi Grimberg1-1/+2
2016-03-04IB/mlx5: Make coding style more consistentDoug Ledford1-4/+2
2016-03-04IB/mlx5: Convert UMR CQ to new CQ APIChristoph Hellwig3-40/+27
2016-03-03IB/{core, mlx5}: Fix input len in vendor part of create_qp/srqMajd Dibbiny1-8/+3
2016-03-03IB/mlx5: Avoid using user-index for SRQsMajd Dibbiny1-11/+19
2016-03-01IB/mlx5: Add memory windows allocation supportMatan Barak4-0/+117
2016-03-01net/mlx5: Refactor mlx5_core_mr to mkeyMatan Barak4-45/+45
2016-03-01IB/mlx5: Added support for re-registration of MRsNoa Osherovich4-3/+227
2016-03-01IB/mlx5: Refactoring register MR codeNoa Osherovich1-75/+132
2016-03-01IB/mlx5: Eliminate GSI RX QP's send buffersHaggai Eran1-0/+5
2016-03-01IB/mlx5: Pick the right GSI transmission QP for sendingHaggai Eran1-1/+47
2016-03-01IB/mlx5: Reorder GSI completionsHaggai Eran1-6/+150
2016-03-01IB/mlx5: Generate completions in softwareHaggai Eran2-5/+88