summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | net/mlx5e: Light-weight netdev open/stopAchiad Shochat2015-08-063-75/+176
* | net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat2015-08-062-0/+14
* | net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2015-08-062-11/+114
* | net/mlx5e: Unify the RX flowAchiad Shochat2015-08-062-34/+69
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-314-5/+22
|\ \ | |/
| * net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay2015-07-261-1/+0
| * net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein2015-07-261-2/+15
| * net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein2015-07-261-2/+2
| * net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz2015-07-261-0/+5
* | mlxsw: Introduce Mellanox SwitchX-2 ASIC supportJiri Pirko2015-07-308-0/+1655