aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14net/mlx5_core: Wait for FW readiness on startupEli Cohen1-0/+5
2015-10-14net/mlx5_core: Add pci error handlers to mlx5_core driverMajd Dibbiny1-0/+22
2015-10-14net/mlx5_core: Fix internal error detection conditionsEli Cohen1-0/+1
2015-10-09net/mlx5_core: Use private health thread for each deviceEli Cohen1-3/+4
2015-10-09net/mlx5_core: Prepare cmd interface to system errors handlingEli Cohen1-1/+5
2015-09-25IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg1-1/+0
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2015-08-28mlx5: Fix missing device local_dma_lkeySagi Grimberg1-0/+1
2015-08-17net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat1-0/+5
2015-08-17net/mlx5e: Ethtool link speed setting fixesAchiad Shochat1-5/+6
2015-08-06net/mlx5_core: Support physical port countersGal Pressman1-0/+1
2015-07-27net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat1-1/+3
2015-07-27net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed1-0/+8
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-66/+105
2015-06-11net/mlx5e: Fix HW MTU settingsSaeed Mahameed1-5/+5
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 Dibbiny1-0/+1
2015-06-04net/mlx5_core: Add new query HCA vport commandsMajd Dibbiny1-0/+45
2015-06-04net/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-30net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai1-0/+1
2015-05-30net/mlx5_core: Set/Query port MTU commandsSaeed Mahameed1-0/+4
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 Mahameed1-52/+6
2015-05-30net/mlx5_core: HW data structs/types definitions cleanupSaeed Mahameed1-2/+2
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: 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-15IB/mlx5: Page faults handling infrastructureHaggai Eran1-1/+1
2014-12-15mlx5_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-03net/mlx5_core: Identify resources by their typeEli Cohen1-1/+12
2014-10-03net/mlx5_core: use set/get macros in device capsEli Cohen1-0/+1
2014-10-03net/mlx5_core: Use hardware registers description header fileEli Cohen1-75/+1
2014-10-03net/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-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 Morgenstein1-4/+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-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