aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-28mlx5: Fix missing device local_dma_lkeySagi Grimberg2-0/+12
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-152/+6955
2015-06-11net/mlx5e: Add HW cacheline start paddingSaeed Mahameed1-0/+4
2015-06-11net/mlx5e: Fix HW MTU settingsSaeed Mahameed1-5/+5
2015-06-07net/mlx5_core: Fix static checker warnings around system guid query flowMajd Dibbiny1-1/+1
2015-06-04net/mlx5_core: Add more query port helpersMajd Dibbiny1-0/+8
2015-06-04net/mlx5_core: Use port number when querying port ptysMajd Dibbiny1-1/+1
2015-06-04net/mlx5_core: Use port number in the query port mtu helpersMajd Dibbiny1-2/+4
2015-06-04net/mlx5_core: Get vendor-id using the query adapter commandMajd Dibbiny2-2/+6
2015-06-04net/mlx5_core: Add new query HCA vport commandsMajd Dibbiny4-8/+87
2015-06-04net/mlx5_core: Make the vport helpers available for the IB driver tooMajd Dibbiny1-0/+41
2015-06-04net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky2-7/+15
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny1-1/+1
2015-05-30net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai2-0/+20
2015-05-30net/mlx5: Ethernet resource handling filesAmir Vadai1-0/+54
2015-05-30net/mlx5_core: Set/Query port MTU commandsSaeed Mahameed1-0/+4
2015-05-30net/mlx5_core: Modify CQ moderation parametersRana Shahout1-0/+3
2015-05-30net/mlx5_core: Implement get/set port statusRana Shahout1-0/+8
2015-05-30net/mlx5_core: Implement access functions of ptys register fieldsSaeed Mahameed1-0/+14
2015-05-30net/mlx5_core: New device capabilities handlingSaeed Mahameed2-59/+65
2015-05-30net/mlx5_core: HW data structs/types definitions cleanupSaeed Mahameed4-81/+6631
2015-05-30net/mlx5_core: Set irq affinity hintsSaeed Mahameed1-3/+8
2015-05-30net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai1-8/+1
2015-04-02net/mlx5_core: Extend struct mlx5_interface to support multiple protocolsSaeed Mahameed1-0/+8
2015-04-02net/mlx5_core: Modify arm CQ in preparation for upcoming Ethernet driverSaeed Mahameed1-2/+3
2015-04-02net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_coreSaeed Mahameed1-1/+2
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed8-8/+8
2015-04-02net/mlx5_core: Use coherent memory for command interface pageEli Cohen1-0/+3
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