aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-6/+25
2016-01-21IB/mlx5: Unify CQ create flags checkLeon Romanovsky1-8/+1
2016-01-17net/mlx5_core: Fix trimming down IRQ numberDoron Tsur1-1/+1
2015-12-23IB/mlx5: Add driver cross-channel supportLeon Romanovsky1-1/+6
2015-12-23IB/mlx5: Add create_cq extended commandMatan Barak1-0/+7
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-3/+0
2015-12-23IB/mlx5: Set network_hdr_type upon RoCE responder completionAchiad Shochat1-0/+17
2015-10-28IB/mlx5: Remove old FRWR API supportSagi Grimberg1-3/+0
2015-10-28IB/mlx5: Support the new memory registration APISagi Grimberg1-0/+3
2015-09-03mlx5: Fix incorrect wc pkey_index assignment for GSI messagesSagi Grimberg1-1/+9
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+5
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak1-2/+8
2015-05-30net/mlx5_core: New device capabilities handlingSaeed Mahameed1-4/+4
2015-05-30net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai1-2/+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 Mahameed1-1/+1
2015-04-02IB/mlx5: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2015-04-02net/mlx5_core: Clear doorbell record inside mlx5_db_alloc()Saeed Mahameed1-2/+0
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-4/+4
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen1-4/+4
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+1
2014-07-30mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein1-23/+23
2014-05-27IB/mlx5: add missing padding at end of struct mlx5_ib_create_cqYann Droneaud1-1/+12
2014-03-07IB/mlx5: Collect signature error completionSagi Grimberg1-0/+62
2014-01-22IB/mlx5: Verify reserved fields are clearedEli Cohen1-2/+6
2014-01-22IB/mlx5: Add support for resize CQEli Cohen1-17/+265
2014-01-22IB/mlx5: Implement modify CQEli Cohen1-1/+25
2013-11-15IB/mlx5: Fix page shift in create CQ for userspaceEli Cohen1-1/+1
2013-11-08mlx5: Use enum to indicate adapter page sizeEli Cohen1-1/+1
2013-11-08mlx5: Support communicating arbitrary host page size to firmwareEli Cohen1-1/+1
2013-11-08IB/mlx5: Fix srq free in destroy qpMoshe Lazer1-12/+4
2013-11-08IB/mlx5: Fix check of number of entries in create CQEli Cohen1-1/+4
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+843