summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)Author
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-02drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4Andrew Morton
2017-04-02drivers/net/ethernet/mellanox/mlx5/core/en_main.c: fix build with gcc-4.4.4Andrew Morton
2017-03-29Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saee...David S. Miller
2017-03-28net/mlx5: Avoid dereferencing uninitialized pointerTalat Batheesh
2017-03-28mlxsw: spectrum: Add Support for erif table entries accessArkadi Sharshevsky
2017-03-28mlxsw: spectrum_router: Add rif helper functionsArkadi Sharshevsky
2017-03-28mlxsw: spectrum: Support for counters on router interfacesArkadi Sharshevsky
2017-03-28mlxsw: reg: Add Router Interface Counter RegisterArkadi Sharshevsky
2017-03-28mlxsw: spectrum: Add definition for egress rif tableArkadi Sharshevsky
2017-03-28mlxsw: spectrum: Add placeholder for dpipeArkadi Sharshevsky
2017-03-28mlxsw: reg: Add counter fields to RITR registerArkadi Sharshevsky
2017-03-28net/mlx5e: Add offloading of E-Switch TC pedit (header re-write) actionsOr Gerlitz
2017-03-28net/mlx5e: Add offloading of NIC TC pedit (header re-write) actionsOr Gerlitz
2017-03-28net/mlx5e: Add parsing of TC pedit actions to HW formatOr Gerlitz
2017-03-28net/mlx5: Introduce alloc/dealloc modify header context commandsOr Gerlitz
2017-03-28net/mlx5: Introduce modify header structures, commands and steering action de...Or Gerlitz
2017-03-28net/mlx5: Reorder few command cases to reflect their natural orderOr Gerlitz
2017-03-28net/mlx5: Add helper to initialize a flow steering actions struct instanceOr Gerlitz
2017-03-28net/mlx5e: Properly deal with resource cleanup when adding TC flow failsOr Gerlitz
2017-03-28net/mlx5e: Add intermediate struct for TC flow parsing attributesOr Gerlitz
2017-03-28net/mlx5e: Add NIC attributes for offloaded TC flowsOr Gerlitz
2017-03-28net/mlx5e: Add prefix for e-switch offloaded TC flow attributesOr Gerlitz
2017-03-27net/mlx5e: Fail safe mtu and lro settingSaeed Mahameed
2017-03-27net/mlx5e: Fail safe tc setupSaeed Mahameed
2017-03-27net/mlx5e: Fail safe cqe compressing/moderation mode settingSaeed Mahameed
2017-03-27net/mlx5e: Fail safe ethtool settingsSaeed Mahameed
2017-03-27net/mlx5e: Introduce switch channelsSaeed Mahameed
2017-03-27net/mlx5e: Minimize mlx5e_{open/close}_lockedSaeed Mahameed
2017-03-27net/mlx5e: CQ and RQ don't need priv pointerSaeed Mahameed
2017-03-27net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed
2017-03-27net/mlx5e: Split open/close channels to stagesSaeed Mahameed
2017-03-27net/mlx5e: Refactor refresh TIRsSaeed Mahameed
2017-03-27net/mlx5e: Redirect RQT refactoringSaeed Mahameed
2017-03-27net/mlx5e: Introduce mlx5e_channelsSaeed Mahameed
2017-03-27net/mlx5e: Set netdev->rx_cpu_rmap on netdev creationSaeed Mahameed
2017-03-27net/mlx5e: Set SQ max rate on mlx5e_open_txqsq rather on open_channelSaeed Mahameed
2017-03-25mlxsw: spectrum_kvdl: Cosmetic kvdl allocator API changeArkadi Sharshevsky
2017-03-24net/mlx5e: Different SQ typesSaeed Mahameed
2017-03-24net/mlx5e: Generalize SQ create/modify/destroy functionsSaeed Mahameed
2017-03-24net/mlx5e: Proper names for SQ/RQ/CQ functionsSaeed Mahameed
2017-03-24net/mlx5e: Generalize tx helper functions for different SQ typesSaeed Mahameed
2017-03-24net/mlx5e: Optimize XDP frame xmitSaeed Mahameed
2017-03-24net/mlx5e: Poll XDP TX CQ before RX CQSaeed Mahameed
2017-03-24net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed
2017-03-24net/mlx5e: Move mlx5e_rq struct declarationSaeed Mahameed
2017-03-24net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed
2017-03-24net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevsSaeed Mahameed
2017-03-24net/mlx5e: Xmit, no write combiningSaeed Mahameed
2017-03-24net/mlx5e: Use dma_rmb rather than rmb in CQE fetch routineSaeed Mahameed