summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Remove pa_lkey usagesSagi Grimberg2015-09-253-62/+1
* IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2015-09-251-9/+1
* mlx5: Fix incorrect wc pkey_index assignment for GSI messagesSagi Grimberg2015-09-033-6/+14
* IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flowHaggai Eran2015-09-031-12/+0
* IB/mlx5: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-303-17/+2
* mlx5: Drop mlx5_ib_alloc_fast_reg_mrSagi Grimberg2015-08-303-47/+0
* IB: Modify ib_create_mr APISagi Grimberg2015-08-303-8/+16
* IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg2015-08-303-32/+13
* mlx4, mlx5, mthca: Expose max_sge_rd correctlySagi Grimberg2015-08-281-0/+1
* IB/mlx5: Remove dead code from alloc_cached_mr()Roland Dreier2015-08-281-3/+0
* mlx5: Expose correct page_size_cap in device attributesSagi Grimberg2015-08-281-1/+2
* mlx5: Fix missing device local_dma_lkeySagi Grimberg2015-08-281-1/+8
* IB/mad: Remove improper use of BUG_ONIra Weiny2015-07-141-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-249-325/+808
|\
| * net/mlx5e: Fix HW MTU settingsSaeed Mahameed2015-06-111-6/+2
| * mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky2015-06-043-1/+25
| * IB/mlx5: Don't create IB instance over Ethernet portsMajd Dibbiny2015-06-041-0/+4
| * IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 modeMajd Dibbiny2015-06-043-173/+657
| * net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky2015-06-041-1/+1
| * net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai2015-05-301-3/+1
| * net/mlx5_core: New device capabilities handlingSaeed Mahameed2015-05-308-146/+124
| * net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai2015-05-303-4/+3
* | IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-122-2/+11
* | IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2015-06-121-0/+1
* | IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-121-2/+7
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-2/+4
* | IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-123-5/+13
* | IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-022-8/+8
* | IB/core: Convert core to use bitfield for capsIra Weiny2015-05-201-7/+1
* | IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-0/+17
* | IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-181-0/+7
|/
* infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> usesJoe Perches2015-05-121-1/+1
* net/mlx5_core: Extend struct mlx5_interface to support multiple protocolsSaeed Mahameed2015-04-021-0/+1
* net/mlx5_core: Modify arm CQ in preparation for upcoming Ethernet driverSaeed Mahameed2015-04-021-2/+6
* net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_coreSaeed Mahameed2015-04-023-104/+5
* IB/mlx5: Fix Mellanox copyright noteSaeed Mahameed2015-04-0212-12/+12
* net/mlx5_core: Clear doorbell record inside mlx5_db_alloc()Saeed Mahameed2015-04-023-7/+0
* net/mlx5_core: Coding style fixEli Cohen2015-04-021-0/+1
* net/mlx5_core: Fix call to mlx5_core_qp_modifyHaggai Abramonvsky2015-04-021-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-02-212-1/+4
|\
| *-. Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib...Roland Dreier2015-02-202-1/+4
| |\ \
| | | * IB/mlx5: Enable the ODP capability query verbHaggai Eran2015-02-181-0/+2
| | | * IB/mlx5: Update the dev in reg_createMajd Dibbiny2015-02-171-0/+1
| | |/ | |/|
| | * IB/mlx5: Fix error code in get_port_caps()Dan Carpenter2015-02-171-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-101-1/+1
|\ \ | |/ |/|
| * infiniband: mlx5: avoid a compile-time warningArnd Bergmann2015-01-131-1/+1
* | Revert "IB/core: Add support for extended query device caps"Yann Droneaud2015-02-061-2/+0
|/
* IB/mlx5: Implement on demand paging by adding support for MMU notifiersHaggai Eran2014-12-154-16/+198
* IB/mlx5: Add support for RDMA read/write responder page faultsHaggai Eran2014-12-151-0/+79
* IB/mlx5: Handle page faultsHaggai Eran2014-12-151-0/+408