aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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