aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14net/mlx5_core: Wait for FW readiness on startupEli Cohen2-1/+7
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-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+0
2015-09-28net/mlx5_core: Fix wrong name in structEli Cohen1-1/+1
2015-09-25IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2-12/+0
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-0/+12
2015-08-28mlx5: Fix missing device local_dma_lkeySagi Grimberg2-0/+12
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 Pressman2-0/+11
2015-08-06net/mlx5e: Light-weight netdev open/stopAchiad Shochat1-1/+8
2015-08-06net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat1-1/+8
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-07-27net/mlx5e: Support ETH_RSS_HASH_XORSaeed Mahameed1-3/+3
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