aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-22mlx5: fix warning about missing prototypeStephen Hemminger2-0/+2
2017-04-22mlx5: hide unused functionsStephen Hemminger1-11/+13
2017-04-22net/mlx5: E-Switch, Add control for encapsulationRoi Dayan4-2/+71
2017-04-22net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev modeOr Gerlitz1-20/+49
2017-04-20net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()Dan Carpenter1-2/+3
2017-04-17net/mlx5e: E-switch vport manager is valid for ethernet onlySaeed Mahameed1-2/+8
2017-04-17net/mlx5e: IPoIB, RX handlerSaeed Mahameed3-0/+81
2017-04-17net/mlx5e: RX handlers per netdev profileSaeed Mahameed3-13/+24
2017-04-17net/mlx5e: IPoIB, Xmit flowSaeed Mahameed3-0/+100
2017-04-17net/mlx5e: Xmit flow break downSaeed Mahameed3-89/+119
2017-04-17net/mlx5e: IPoIB, Underlay QPSaeed Mahameed1-2/+124
2017-04-17net/mlx5e: IPoIB, Basic netdev ndos open/closeSaeed Mahameed3-3/+93
2017-04-17net/mlx5e: IPoIB, TX TIS creationSaeed Mahameed3-10/+26
2017-04-17net/mlx5e: IPoIB, RSS flow steering tablesSaeed Mahameed3-3/+54
2017-04-17net/mlx5e: IPoIB, RX steering RSS RQTs and TIRsSaeed Mahameed4-44/+83
2017-04-17net/mlx5e: IPoIB, Add netdevice profile skeletonSaeed Mahameed6-9/+249
2017-04-17net/mlx5e: More generic netdev management APISaeed Mahameed3-91/+96
2017-04-17net/mlx5: Enable flow-steering for IB linkErez Shitrit2-8/+6
2017-04-17net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit7-46/+103
2017-04-07net/mlx5e: Set default RX moderation parameters on driver loadSaeed Mahameed1-4/+4
2017-04-07net/mlx5e: Reuse alloc cq code for all CQs allocationEran Ben Elisha1-36/+23
2017-04-07net/mlx5e: Show board id in ethtool driver informationInbar Karmy1-2/+3
2017-04-07net/mlx5e: Change FW sub_minor display to 4 zeros paddingEran Ben Elisha1-1/+1
2017-04-07net/mlx5e: Make mlx5e_modify_rqs_vsd a static functionGuy Ergas2-3/+1
2017-04-07net/mlx5e: Add support for RXFCS feature flagGuy Ergas2-0/+72
2017-04-07net/mlx5: Update the list of the PCI supported devicesMajd Dibbiny1-2/+4
2017-04-06net/mlx5e: fix build error without CONFIG_SYSFSTobias Regnery1-4/+2
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-04-02drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4Andrew Morton1-2/+6
2017-04-02drivers/net/ethernet/mellanox/mlx5/core/en_main.c: fix build with gcc-4.4.4Andrew Morton1-4/+12
2017-03-28net/mlx5: Avoid dereferencing uninitialized pointerTalat Batheesh1-2/+3
2017-03-28net/mlx5e: Add offloading of E-Switch TC pedit (header re-write) actionsOr Gerlitz3-4/+39
2017-03-28net/mlx5e: Add offloading of NIC TC pedit (header re-write) actionsOr Gerlitz1-0/+35
2017-03-28net/mlx5e: Add parsing of TC pedit actions to HW formatOr Gerlitz1-0/+273
2017-03-28net/mlx5: Introduce alloc/dealloc modify header context commandsOr Gerlitz3-0/+75
2017-03-28net/mlx5: Introduce modify header structures, commands and steering action definitionsOr Gerlitz4-2/+5
2017-03-28net/mlx5: Reorder few command cases to reflect their natural orderOr Gerlitz1-12/+12
2017-03-28net/mlx5: Add helper to initialize a flow steering actions struct instanceOr Gerlitz2-26/+6
2017-03-28net/mlx5e: Properly deal with resource cleanup when adding TC flow failsOr Gerlitz2-32/+50
2017-03-28net/mlx5e: Add intermediate struct for TC flow parsing attributesOr Gerlitz1-12/+17
2017-03-28net/mlx5e: Add NIC attributes for offloaded TC flowsOr Gerlitz1-20/+31
2017-03-28net/mlx5e: Add prefix for e-switch offloaded TC flow attributesOr Gerlitz1-7/+6
2017-03-27net/mlx5e: Fail safe mtu and lro settingSaeed Mahameed3-32/+58
2017-03-27net/mlx5e: Fail safe tc setupSaeed Mahameed1-8/+12
2017-03-27net/mlx5e: Fail safe cqe compressing/moderation mode settingSaeed Mahameed4-34/+51
2017-03-27net/mlx5e: Fail safe ethtool settingsSaeed Mahameed1-47/+73
2017-03-27net/mlx5e: Introduce switch channelsSaeed Mahameed3-15/+51
2017-03-27net/mlx5e: Minimize mlx5e_{open/close}_lockedSaeed Mahameed2-24/+26
2017-03-27net/mlx5e: CQ and RQ don't need priv pointerSaeed Mahameed4-125/+99
2017-03-27net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed8-341/+328