summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-022-25/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-10-011-3/+4
| |\
| | * net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes2015-09-291-3/+4
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-011-22/+0
| |\ \ | | |/ | |/|
| | * IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2015-09-251-22/+0
* | | net/mlx5_core: Update health syndromesEli Cohen2015-09-281-0/+9
* | | net/mlx5_core: Fix wrong name in structEli Cohen2015-09-281-1/+1
* | | net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny2015-09-287-153/+194
* | | net/mlx5_core: Fix notification of page supplement errorEli Cohen2015-09-281-26/+37
* | | net/mlx5_core: Fix async commands return codeEli Cohen2015-09-281-0/+1
* | | net/mlx5_core: Remove redundant "err" variable usageAchiad Shochat2015-09-281-24/+11
* | | net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commandsSaeed Mahameed2015-09-281-2/+2
* | | net/mlx5e: Priv state flag not rolled-back upon netdev open errorAchiad Shochat2015-09-281-2/+6
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-261-2/+0
|\ \ | |/ |/|
| * net/mlx4_en: really allow to change RSS keyEric Dumazet2015-09-171-2/+0
* | net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-09-151-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-093-15/+46
|\
| * net/mlx4: Postpone the registration of net_deviceMoni Shoua2015-08-302-15/+24
| * mlx5: Fix missing device local_dma_lkeySagi Grimberg2015-08-281-0/+22
* | net/mlx4_core: Fix unintialized variable used in error pathCarol L Soto2015-08-271-3/+2
* | net/mlx4_core: Capping number of requested MSIXs to MAX_MSIXCarol L Soto2015-08-271-1/+9
* | mlxsw: Make mailboxes 4KB alignedIdo Schimmel2015-08-271-33/+50
* | mlxsw: adjust transmit fail log message level in __mlxsw_emad_transmitJiri Pirko2015-08-271-2/+2
* | mlxsw: Remove duplicate included headerIdo Schimmel2015-08-271-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-171-1/+1
* | net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat2015-08-173-12/+43
* | net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat2015-08-172-0/+80
* | net/mlx5e: Ethtool link speed setting fixesAchiad Shochat2015-08-172-22/+17
* | net/mlx5e: HW LRO changes/fixesAchiad Shochat2015-08-173-4/+5
* | net/mlx5e: Support smaller RX/TX ring sizesAchiad Shochat2015-08-171-2/+2
* | net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat2015-08-173-11/+74
* | net/mlx5e: Make RSS indirection table size a constantAchiad Shochat2015-08-172-35/+30
* | net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat2015-08-172-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-0/+2
|\ \ | |/
| * net/mlx5_core: Set log_uar_page_sz for non 4K page size architectureCarol L Soto2015-08-071-0/+2
* | mellanox: mlxsw: Use '%zx' to print size_t formatFabio Estevam2015-08-101-1/+1
* | mlxsw: Fix use-after-free bug in mlxsw_sx_port_xmitIdo Schimmel2015-08-091-1/+3
* | mlxsw: Use correct skb length when dumping payloadIdo Schimmel2015-08-091-1/+1
* | mlxsw: Simplify mlxsw_sx_port_xmit functionIdo Schimmel2015-08-094-20/+40
* | mlxsw: Strip FCS from incoming packetsJiri Pirko2015-08-092-1/+11
* | mlxsw: Make pci module dependent on HAS_DMA and HAS_IOMEMJiri Pirko2015-08-091-1/+1
* | mlxsw: Make system port to local port mapping explicitIdo Schimmel2015-08-092-0/+78
* | mlxsw: Call free_netdev when removing portIdo Schimmel2015-08-091-0/+1
* | net/mlx5_core: Support physical port countersGal Pressman2015-08-063-1/+126
* | net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat2015-08-063-106/+32
* | net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat2015-08-061-2/+2
* | net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat2015-08-063-308/+306
OpenPOWER on IntegriCloud