aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-30IB: Modify ib_create_mr APISagi Grimberg3-8/+16
2015-08-30IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg3-32/+13
2015-08-28mlx4, mlx5, mthca: Expose max_sge_rd correctlySagi Grimberg1-0/+1
2015-08-28IB/mlx5: Remove dead code from alloc_cached_mr()Roland Dreier1-3/+0
2015-08-28mlx5: Expose correct page_size_cap in device attributesSagi Grimberg1-1/+2
2015-08-28mlx5: Fix missing device local_dma_lkeySagi Grimberg1-1/+8
2015-07-14IB/mad: Remove improper use of BUG_ONIra Weiny1-2/+3
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-325/+808
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny2-2/+11
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+1
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-2/+7
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-2/+4
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak3-5/+13
2015-06-11net/mlx5e: Fix HW MTU settingsSaeed Mahameed1-6/+2
2015-06-04mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky3-1/+25
2015-06-04IB/mlx5: Don't create IB instance over Ethernet portsMajd Dibbiny1-0/+4
2015-06-04IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 modeMajd Dibbiny3-173/+657
2015-06-04net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky1-1/+1
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny2-8/+8
2015-05-30net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai1-3/+1
2015-05-30net/mlx5_core: New device capabilities handlingSaeed Mahameed8-146/+124
2015-05-30net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai3-4/+3
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-7/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+7
2015-05-12infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> usesJoe Perches1-1/+1
2015-04-02net/mlx5_core: Extend struct mlx5_interface to support multiple protocolsSaeed Mahameed1-0/+1
2015-04-02net/mlx5_core: Modify arm CQ in preparation for upcoming Ethernet driverSaeed Mahameed1-2/+6
2015-04-02net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_coreSaeed Mahameed3-104/+5
2015-04-02IB/mlx5: Fix Mellanox copyright noteSaeed Mahameed12-12/+12
2015-04-02net/mlx5_core: Clear doorbell record inside mlx5_db_alloc()Saeed Mahameed3-7/+0
2015-04-02net/mlx5_core: Coding style fixEli Cohen1-0/+1
2015-04-02net/mlx5_core: Fix call to mlx5_core_qp_modifyHaggai Abramonvsky1-1/+1
2015-02-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-1/+4
2015-02-20Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-nextRoland Dreier2-1/+4
2015-02-18IB/mlx5: Enable the ODP capability query verbHaggai Eran1-0/+2
2015-02-17IB/mlx5: Update the dev in reg_createMajd Dibbiny1-0/+1
2015-02-17IB/mlx5: Fix error code in get_port_caps()Dan Carpenter1-1/+1
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-02-06Revert "IB/core: Add support for extended query device caps"Yann Droneaud1-2/+0
2015-01-13infiniband: mlx5: avoid a compile-time warningArnd Bergmann1-1/+1
2014-12-15IB/mlx5: Implement on demand paging by adding support for MMU notifiersHaggai Eran4-16/+198
2014-12-15IB/mlx5: Add support for RDMA read/write responder page faultsHaggai Eran1-0/+79
2014-12-15IB/mlx5: Handle page faultsHaggai Eran1-0/+408
2014-12-15IB/mlx5: Page faults handling infrastructureHaggai Eran5-21/+293
2014-12-15IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creationHaggai Eran3-8/+148
2014-12-15IB/mlx5: Changes in memory region creation to support on-demand pagingHaggai Eran3-18/+85
2014-12-15IB/mlx5: Implement the ODP capability query verbHaggai Eran4-0/+83
2014-12-15IB/mlx5: Add function to read WQE from user-spaceHaggai Eran2-0/+73
2014-12-15IB/mlx5: Enhance UMR support to allow partial page table updateHaggai Eran3-48/+96