summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_core: Fix unintialized variable used in error pathCarol L Soto2015-08-281-3/+2
* net/mlx4_core: Capping number of requested MSIXs to MAX_MSIXCarol L Soto2015-08-281-1/+9
* mlxsw: Make mailboxes 4KB alignedIdo Schimmel2015-08-281-33/+50
* mlxsw: adjust transmit fail log message level in __mlxsw_emad_transmitJiri Pirko2015-08-281-2/+2
* mlxsw: Remove duplicate included headerIdo Schimmel2015-08-281-1/+0
* net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout2015-08-253-6/+6
* mlxsw: fix error return codeJulia Lawall2015-08-251-0/+1
* mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller2015-08-181-1/+1
* net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat2015-08-183-12/+43
* net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat2015-08-182-0/+80
* net/mlx5e: Ethtool link speed setting fixesAchiad Shochat2015-08-182-22/+17
* net/mlx5e: HW LRO changes/fixesAchiad Shochat2015-08-183-4/+5
* net/mlx5e: Support smaller RX/TX ring sizesAchiad Shochat2015-08-181-2/+2
* net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat2015-08-183-11/+74
* net/mlx5e: Make RSS indirection table size a constantAchiad Shochat2015-08-182-35/+30
* net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat2015-08-182-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-0/+2
|\
| * net/mlx5_core: Set log_uar_page_sz for non 4K page size architectureCarol L Soto2015-08-081-0/+2
* | mellanox: mlxsw: Use '%zx' to print size_t formatFabio Estevam2015-08-111-1/+1
* | mlxsw: Fix use-after-free bug in mlxsw_sx_port_xmitIdo Schimmel2015-08-101-1/+3
* | mlxsw: Use correct skb length when dumping payloadIdo Schimmel2015-08-101-1/+1
* | mlxsw: Simplify mlxsw_sx_port_xmit functionIdo Schimmel2015-08-104-20/+40
* | mlxsw: Strip FCS from incoming packetsJiri Pirko2015-08-102-1/+11
* | mlxsw: Make pci module dependent on HAS_DMA and HAS_IOMEMJiri Pirko2015-08-101-1/+1
* | mlxsw: Make system port to local port mapping explicitIdo Schimmel2015-08-102-0/+78
* | mlxsw: Call free_netdev when removing portIdo Schimmel2015-08-101-0/+1
* | net/mlx5_core: Support physical port countersGal Pressman2015-08-073-1/+126
* | net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat2015-08-073-106/+32
* | net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat2015-08-071-2/+2
* | net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat2015-08-073-308/+306
* | net/mlx5e: Light-weight netdev open/stopAchiad Shochat2015-08-073-75/+176
* | net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat2015-08-072-0/+14
* | net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2015-08-072-11/+114
* | net/mlx5e: Unify the RX flowAchiad Shochat2015-08-072-34/+69
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-014-5/+22
|\|
| * net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay2015-07-271-1/+0
| * net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein2015-07-271-2/+15
| * net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein2015-07-271-2/+2
| * net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz2015-07-271-0/+5
* | mlxsw: Introduce Mellanox SwitchX-2 ASIC supportJiri Pirko2015-07-308-0/+1655
* | mlxsw: Add interface to access registers and process eventsIdo Schimmel2015-07-305-0/+2192
* | mlxsw: Add PCI bus implementationJiri Pirko2015-07-304-0/+2023
* | mlxsw: Introduce Mellanox switch driver coreJiri Pirko2015-07-3010-0/+2357
* | net/mlx5e: Remove the mlx5e_update_priv_params() functionAchiad Shochat2015-07-303-50/+60
* | net/mlx5e: Introduce create/destroy RSS indir table access functionsAchiad Shochat2015-07-303-17/+35
* | net/mlx5e: Do not use netdev_err() before the netdev is registeredAchiad Shochat2015-07-301-10/+5
* | net/mlx5e: Avoid redundant de-referenceAchiad Shochat2015-07-301-1/+1
* | net/mlx5e: Remove redundant assignment of sq->user_indexAchiad Shochat2015-07-301-1/+0
* | net/mlx5e: Remove redundant field mlx5e_priv->num_tcAchiad Shochat2015-07-303-18/+14
* | net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQAchiad Shochat2015-07-301-3/+3