aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mlx5
AgeCommit message (Expand)AuthorFilesLines
2014-07-30mlx5: Adjust events to use unsigned long param instead of void *Gravatar Jack Morgenstein 1-2/+2
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Gravatar Jack Morgenstein 2-8/+4
2014-07-30mlx5: Move pci device handling from mlx5_ib to mlx5_coreGravatar Jack Morgenstein 1-2/+15
2014-05-27mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMRGravatar Haggai Eran 1-1/+0
2014-04-10IB/mlx5: Add block multicast loopback supportGravatar Eli Cohen 2-0/+2
2014-03-07IB/mlx5: Collect signature error completionGravatar Sagi Grimberg 4-0/+28
2014-03-07IB/mlx5: Support IB_WR_REG_SIG_MRGravatar Sagi Grimberg 1-0/+61
2014-03-07IB/mlx5: Keep mlx5 MRs in a radix tree under deviceGravatar Sagi Grimberg 1-0/+18
2014-03-07IB/mlx5: Initialize mlx5_ib_qp signature-related membersGravatar Sagi Grimberg 1-0/+1
2014-03-07mlx5: Implement create_mr and destroy_mrGravatar Sagi Grimberg 2-0/+44
2014-02-13mlx5: Add include of <linux/slab.h> because of kzalloc()/kfree() useGravatar Roland Dreier 1-0/+2
2014-02-06IB/mlx5: Fix binary compatibility with libmlx5Gravatar Eli Cohen 1-0/+1
2014-01-22IB/mlx5: Remove old field for create mkey mailboxGravatar Eli Cohen 1-2/+2
2014-01-22mlx5_core: Fix PowerPC supportGravatar Eli Cohen 1-1/+2
2014-01-22mlx5_core: Improve debugfs readabilityGravatar Eli Cohen 1-0/+45
2014-01-22IB/mlx5: Add support for resize CQGravatar Eli Cohen 2-2/+12
2014-01-22IB/mlx5: Implement modify CQGravatar Eli Cohen 2-4/+19
2014-01-14IB/mlx5: Fix micro UAR allocatorGravatar Eli Cohen 1-3/+4
2013-11-08mlx5: Use enum to indicate adapter page sizeGravatar Eli Cohen 1-0/+4
2013-11-08mlx5: Clear reserved area in set_hca_cap()Gravatar Eli Cohen 1-2/+7
2013-11-08mlx5: Support communicating arbitrary host page size to firmwareGravatar Eli Cohen 1-0/+1
2013-11-08IB/mlx5: Multithreaded create MRGravatar Eli Cohen 1-2/+15
2013-10-10IB/mlx5: Fix eq names to display nicely in /proc/interruptsGravatar Sagi Grimberg 1-1/+1
2013-10-10mlx5: Fix layout of struct mlx5_init_segGravatar Eli Cohen 1-1/+1
2013-10-10mlx5: Remove checksum on command interface commandsGravatar Eli Cohen 2-4/+2
2013-08-15net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesGravatar Moshe Lazer 2-14/+12
2013-08-05mlx5: remove health handler pluginGravatar Eli Cohen 1-3/+0
2013-07-31mlx5_core: Implement new initialization sequenceGravatar Eli Cohen 2-1/+23
2013-07-11mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specGravatar Moshe Lazer 1-2/+2
2013-07-08mlx5: Fix parameter type of health_handler_tGravatar Roland Dreier 1-1/+1
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersGravatar Eli Cohen 7-0/+2465