aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IB/mlx5: Handle page faultsHaggai Eran1-0/+7
2014-12-15IB/mlx5: Page faults handling infrastructureHaggai Eran1-1/+1
2014-12-15IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creationHaggai Eran1-0/+1
2014-12-15IB/mlx5: Changes in memory region creation to support on-demand pagingHaggai Eran1-0/+3
2014-12-15mlx5_core: Add support for page faults events and low level handlingHaggai Eran3-1/+120
2014-12-15mlx5_core: Re-add MLX5_DEV_CAP_FLAG_ON_DMND_PG flagRoland Dreier1-0/+1
2014-12-15IB/mlx5: Add function to read WQE from user-spaceHaggai Eran1-0/+3
2014-12-15IB/mlx5: Enhance UMR support to allow partial page table updateHaggai Eran1-0/+13
2014-12-08net/mlx5_core: Remove unused dev cap enum fieldsEli Cohen1-8/+0
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-8/+0
2014-10-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-8/+27
2014-10-09IB/mlx5: Use extended internal signature layoutSagi Grimberg1-8/+24
2014-10-09IB/mlx5: Use enumerations for PI copy maskSagi Grimberg1-0/+3
2014-10-03net/mlx5_core: Identify resources by their typeEli Cohen2-3/+13
2014-10-03net/mlx5_core: use set/get macros in device capsEli Cohen3-92/+207
2014-10-03net/mlx5_core: Use hardware registers description header fileEli Cohen3-75/+188
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen2-12/+40
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-11/+20
2014-07-30mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein1-2/+2
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein2-8/+4
2014-07-30mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein1-2/+15
2014-07-23net: mlx5: Use ktime_get_ns()Thomas Gleixner1-2/+2
2014-05-27mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMRHaggai Eran1-1/+0
2014-04-10IB/mlx5: Add block multicast loopback supportEli Cohen2-0/+2
2014-03-07IB/mlx5: Collect signature error completionSagi Grimberg4-0/+28
2014-03-07IB/mlx5: Support IB_WR_REG_SIG_MRSagi Grimberg1-0/+61
2014-03-07IB/mlx5: Keep mlx5 MRs in a radix tree under deviceSagi Grimberg1-0/+18
2014-03-07IB/mlx5: Initialize mlx5_ib_qp signature-related membersSagi Grimberg1-0/+1
2014-03-07mlx5: Implement create_mr and destroy_mrSagi Grimberg2-0/+44
2014-02-13mlx5: Add include of <linux/slab.h> because of kzalloc()/kfree() useRoland Dreier1-0/+2
2014-02-06IB/mlx5: Fix binary compatibility with libmlx5Eli Cohen1-0/+1
2014-01-22IB/mlx5: Remove old field for create mkey mailboxEli Cohen1-2/+2
2014-01-22mlx5_core: Fix PowerPC supportEli Cohen1-1/+2
2014-01-22mlx5_core: Improve debugfs readabilityEli Cohen1-0/+45
2014-01-22IB/mlx5: Add support for resize CQEli Cohen2-2/+12
2014-01-22IB/mlx5: Implement modify CQEli Cohen2-4/+19
2014-01-14IB/mlx5: Fix micro UAR allocatorEli Cohen1-3/+4
2013-11-08mlx5: Use enum to indicate adapter page sizeEli Cohen1-0/+4
2013-11-08mlx5: Clear reserved area in set_hca_cap()Eli Cohen1-2/+7
2013-11-08mlx5: Support communicating arbitrary host page size to firmwareEli Cohen1-0/+1
2013-11-08IB/mlx5: Multithreaded create MREli Cohen1-2/+15
2013-10-10IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg1-1/+1
2013-10-10mlx5: Fix layout of struct mlx5_init_segEli Cohen1-1/+1
2013-10-10mlx5: Remove checksum on command interface commandsEli Cohen2-4/+2
2013-08-15net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer2-14/+12
2013-08-05mlx5: remove health handler pluginEli Cohen1-3/+0
2013-07-31mlx5_core: Implement new initialization sequenceEli Cohen2-1/+23
2013-07-11mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specMoshe Lazer1-2/+2
2013-07-08mlx5: Fix parameter type of health_handler_tRoland Dreier1-1/+1
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen7-0/+2465