aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko1-1/+1
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-25/+4
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+4
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-22/+0
2015-09-29net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes1-3/+4
2015-09-28net/mlx5_core: Update health syndromesEli Cohen1-0/+9
2015-09-28net/mlx5_core: Fix wrong name in structEli Cohen1-1/+1
2015-09-28net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny7-153/+194
2015-09-28net/mlx5_core: Fix notification of page supplement errorEli Cohen1-26/+37
2015-09-28net/mlx5_core: Fix async commands return codeEli Cohen1-0/+1
2015-09-28net/mlx5_core: Remove redundant "err" variable usageAchiad Shochat1-24/+11
2015-09-28net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commandsSaeed Mahameed1-2/+2
2015-09-28net/mlx5e: Priv state flag not rolled-back upon netdev open errorAchiad Shochat1-2/+6
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+0
2015-09-25IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg1-22/+0
2015-09-17net/mlx4_en: really allow to change RSS keyEric Dumazet1-2/+0
2015-09-15net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner1-2/+4
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-15/+46
2015-08-30net/mlx4: Postpone the registration of net_deviceMoni Shoua2-15/+24
2015-08-28mlx5: Fix missing device local_dma_lkeySagi Grimberg1-0/+22
2015-08-27net/mlx4_core: Fix unintialized variable used in error pathCarol L Soto1-3/+2
2015-08-27net/mlx4_core: Capping number of requested MSIXs to MAX_MSIXCarol L Soto1-1/+9
2015-08-27mlxsw: Make mailboxes 4KB alignedIdo Schimmel1-33/+50
2015-08-27mlxsw: adjust transmit fail log message level in __mlxsw_emad_transmitJiri Pirko1-2/+2
2015-08-27mlxsw: Remove duplicate included headerIdo Schimmel1-1/+0
2015-08-25net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout3-6/+6
2015-08-25mlxsw: fix error return codeJulia Lawall1-0/+1
2015-08-17mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller1-1/+1
2015-08-17net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat3-12/+43
2015-08-17net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat2-0/+80
2015-08-17net/mlx5e: Ethtool link speed setting fixesAchiad Shochat2-22/+17
2015-08-17net/mlx5e: HW LRO changes/fixesAchiad Shochat3-4/+5
2015-08-17net/mlx5e: Support smaller RX/TX ring sizesAchiad Shochat1-2/+2
2015-08-17net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat3-11/+74
2015-08-17net/mlx5e: Make RSS indirection table size a constantAchiad Shochat2-35/+30
2015-08-17net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat2-1/+5
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-08-10mellanox: mlxsw: Use '%zx' to print size_t formatFabio Estevam1-1/+1
2015-08-09mlxsw: Fix use-after-free bug in mlxsw_sx_port_xmitIdo Schimmel1-1/+3
2015-08-09mlxsw: Use correct skb length when dumping payloadIdo Schimmel1-1/+1
2015-08-09mlxsw: Simplify mlxsw_sx_port_xmit functionIdo Schimmel4-20/+40
2015-08-09mlxsw: Strip FCS from incoming packetsJiri Pirko2-1/+11
2015-08-09mlxsw: Make pci module dependent on HAS_DMA and HAS_IOMEMJiri Pirko1-1/+1
2015-08-09mlxsw: Make system port to local port mapping explicitIdo Schimmel2-0/+78
2015-08-09mlxsw: Call free_netdev when removing portIdo Schimmel1-0/+1
2015-08-07net/mlx5_core: Set log_uar_page_sz for non 4K page size architectureCarol L Soto1-0/+2
2015-08-06net/mlx5_core: Support physical port countersGal Pressman3-1/+126
2015-08-06net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat3-106/+32
2015-08-06net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat1-2/+2
2015-08-06net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat3-308/+306