summaryrefslogtreecommitdiff
path: root/include/linux/mlx5/driver.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-66/+105
2015-06-12net/mlx5e: Fix HW MTU settingsSaeed Mahameed1-5/+5
2015-06-05net/mlx5_core: Add more query port helpersMajd Dibbiny1-0/+8
2015-06-05net/mlx5_core: Use port number when querying port ptysMajd Dibbiny1-1/+1
2015-06-05net/mlx5_core: Use port number in the query port mtu helpersMajd Dibbiny1-2/+4
2015-06-05net/mlx5_core: Get vendor-id using the query adapter commandMajd Dibbiny1-0/+1
2015-06-05net/mlx5_core: Add new query HCA vport commandsMajd Dibbiny1-0/+45
2015-06-05net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky1-1/+5
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny1-1/+1
2015-05-31net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai1-0/+1
2015-05-31net/mlx5_core: Set/Query port MTU commandsSaeed Mahameed1-0/+4
2015-05-31net/mlx5_core: Implement get/set port statusRana Shahout1-0/+8
2015-05-31net/mlx5_core: Implement access functions of ptys register fieldsSaeed Mahameed1-0/+14
2015-05-31net/mlx5_core: New device capabilities handlingSaeed Mahameed1-52/+6
2015-05-31net/mlx5_core: HW data structs/types definitions cleanupSaeed Mahameed1-2/+2
2015-05-31net/mlx5_core: Set irq affinity hintsSaeed Mahameed1-3/+8
2015-05-31net/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: Move completion eqs from mlx5_ib to mlx5_coreSaeed Mahameed1-1/+2
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2015-04-02net/mlx5_core: Use coherent memory for command interface pageEli Cohen1-0/+3
2014-12-16IB/mlx5: Page faults handling infrastructureHaggai Eran1-1/+1
2014-12-16mlx5_core: Add support for page faults events and low level handlingHaggai Eran1-0/+12
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-8/+0
2014-10-04net/mlx5_core: Identify resources by their typeEli Cohen1-1/+12
2014-10-04net/mlx5_core: use set/get macros in device capsEli Cohen1-0/+1
2014-10-04net/mlx5_core: Use hardware registers description header fileEli Cohen1-75/+1
2014-10-04net/mlx5_core: Update device capabilities handlingEli Cohen1-3/+25
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+20
2014-07-31mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein1-2/+2
2014-07-31mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-4/+4
2014-07-31mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein1-2/+15
2014-07-24net: 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-03-07IB/mlx5: Collect signature error completionSagi Grimberg1-0/+4
2014-03-07IB/mlx5: Keep mlx5 MRs in a radix tree under deviceSagi Grimberg1-0/+18
2014-03-07mlx5: Implement create_mr and destroy_mrSagi Grimberg1-0/+19
2014-02-14mlx5: Add include of <linux/slab.h> because of kzalloc()/kfree() useRoland Dreier1-0/+2
2014-02-07IB/mlx5: Fix binary compatibility with libmlx5Eli Cohen1-0/+1
2013-11-09mlx5: Support communicating arbitrary host page size to firmwareEli Cohen1-0/+1
2013-11-09IB/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: Remove checksum on command interface commandsEli Cohen1-3/+1
2013-08-16net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer1-2/+2
2013-08-05mlx5: remove health handler pluginEli Cohen1-3/+0
2013-08-01mlx5_core: Implement new initialization sequenceEli Cohen1-1/+3
2013-07-08mlx5: Fix parameter type of health_handler_tRoland Dreier1-1/+1
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+769