summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: More generic netdev management APISaeed Mahameed2017-04-173-91/+96
* net/mlx5: Enable flow-steering for IB linkErez Shitrit2017-04-172-8/+6Star
* net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit2017-04-177-46/+103
* mlxsw: convert to pci_alloc_irq_vectorsChristoph Hellwig2017-04-111-7/+6Star
* net/mlx5e: Set default RX moderation parameters on driver loadSaeed Mahameed2017-04-071-4/+4
* net/mlx5e: Reuse alloc cq code for all CQs allocationEran Ben Elisha2017-04-071-36/+23Star
* net/mlx5e: Show board id in ethtool driver informationInbar Karmy2017-04-071-2/+3
* net/mlx5e: Change FW sub_minor display to 4 zeros paddingEran Ben Elisha2017-04-071-1/+1
* net/mlx5e: Make mlx5e_modify_rqs_vsd a static functionGuy Ergas2017-04-072-3/+1Star
* net/mlx5e: Add support for RXFCS feature flagGuy Ergas2017-04-072-0/+72
* net/mlx5: Update the list of the PCI supported devicesMajd Dibbiny2017-04-071-2/+4
* mlx4: trust shinfo->gso_segsEric Dumazet2017-04-061-2/+1Star
* net/mlx5e: fix build error without CONFIG_SYSFSTobias Regnery2017-04-061-4/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-2/+3
|\
| * net/mlx5: Avoid dereferencing uninitialized pointerTalat Batheesh2017-03-291-2/+3
* | drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4Andrew Morton2017-04-031-2/+6
* | drivers/net/ethernet/mellanox/mlx5/core/en_main.c: fix build with gcc-4.4.4Andrew Morton2017-04-031-4/+12
* | Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saee...David S. Miller2017-03-2910-103/+537
|\ \
| * | net/mlx5e: Add offloading of E-Switch TC pedit (header re-write) actionsOr Gerlitz2017-03-283-4/+39
| * | net/mlx5e: Add offloading of NIC TC pedit (header re-write) actionsOr Gerlitz2017-03-281-0/+35
| * | net/mlx5e: Add parsing of TC pedit actions to HW formatOr Gerlitz2017-03-281-0/+273
| * | net/mlx5: Introduce alloc/dealloc modify header context commandsOr Gerlitz2017-03-283-0/+75
| * | net/mlx5: Introduce modify header structures, commands and steering action de...Or Gerlitz2017-03-284-2/+5
| * | net/mlx5: Reorder few command cases to reflect their natural orderOr Gerlitz2017-03-281-12/+12
| * | net/mlx5: Add helper to initialize a flow steering actions struct instanceOr Gerlitz2017-03-282-26/+6Star
| * | net/mlx5e: Properly deal with resource cleanup when adding TC flow failsOr Gerlitz2017-03-282-32/+50
| * | net/mlx5e: Add intermediate struct for TC flow parsing attributesOr Gerlitz2017-03-281-12/+17
| * | net/mlx5e: Add NIC attributes for offloaded TC flowsOr Gerlitz2017-03-281-20/+31
| * | net/mlx5e: Add prefix for e-switch offloaded TC flow attributesOr Gerlitz2017-03-281-7/+6Star
* | | mlxsw: spectrum: Add Support for erif table entries accessArkadi Sharshevsky2017-03-291-0/+185
* | | mlxsw: spectrum_router: Add rif helper functionsArkadi Sharshevsky2017-03-292-0/+12
* | | mlxsw: spectrum: Support for counters on router interfacesArkadi Sharshevsky2017-03-295-0/+232
* | | mlxsw: reg: Add Router Interface Counter RegisterArkadi Sharshevsky2017-03-291-0/+124
* | | mlxsw: spectrum: Add definition for egress rif tableArkadi Sharshevsky2017-03-292-4/+115
* | | mlxsw: spectrum: Add placeholder for dpipeArkadi Sharshevsky2017-03-294-1/+109
* | | mlxsw: reg: Add counter fields to RITR registerArkadi Sharshevsky2017-03-291-0/+54
|/ /
* | net/mlx5e: Fail safe mtu and lro settingSaeed Mahameed2017-03-273-32/+58
* | net/mlx5e: Fail safe tc setupSaeed Mahameed2017-03-271-8/+12
* | net/mlx5e: Fail safe cqe compressing/moderation mode settingSaeed Mahameed2017-03-274-34/+51
* | net/mlx5e: Fail safe ethtool settingsSaeed Mahameed2017-03-271-47/+73
* | net/mlx5e: Introduce switch channelsSaeed Mahameed2017-03-273-15/+51
* | net/mlx5e: Minimize mlx5e_{open/close}_lockedSaeed Mahameed2017-03-272-24/+26
* | net/mlx5e: CQ and RQ don't need priv pointerSaeed Mahameed2017-03-274-125/+99Star
* | net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed2017-03-278-341/+328Star
* | net/mlx5e: Split open/close channels to stagesSaeed Mahameed2017-03-274-77/+148
* | net/mlx5e: Refactor refresh TIRsSaeed Mahameed2017-03-274-21/+16Star
* | net/mlx5e: Redirect RQT refactoringSaeed Mahameed2017-03-273-78/+129
* | net/mlx5e: Introduce mlx5e_channelsSaeed Mahameed2017-03-274-65/+71
* | net/mlx5e: Set netdev->rx_cpu_rmap on netdev creationSaeed Mahameed2017-03-271-3/+5
* | net/mlx5e: Set SQ max rate on mlx5e_open_txqsq rather on open_channelSaeed Mahameed2017-03-271-12/+10Star