aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01net/mlx5e: Use hint to resolve route when in HW multipath modeRoi Dayan1-0/+12
2019-03-01net/mlx5e: Don't make internal use of errno to denote missing neighRoi Dayan1-2/+6
2019-03-01net/mlx5e: Declare mlx5e_tx_reporter_recover_from_ctx as staticEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha1-2/+14
2019-02-22net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha1-1/+1
2019-02-19net/mlx5e: Add missing static function annotationLeon Romanovsky1-1/+1
2019-02-16Merge tag 'mlx5-updates-2019-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-22/+136
2019-02-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed2-22/+136
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+19
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin2-25/+68
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin2-8/+79
2019-02-13net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed2-4/+19
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+6
2019-02-07net/mlx5e: Add tx timeout support for mlx5e tx reporterEran Ben Elisha2-0/+39
2019-02-07net/mlx5e: Add tx reporter supportEran Ben Elisha2-0/+273
2019-02-06net/mlx5e: Update hw flows when encap source mac changedTonghao Zhang1-0/+2
2019-02-06net/mlx5e: Implement ndo_get_port_parent_id()Florian Fainelli1-1/+1
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-39/+29
2019-02-05net/mlx5e: Properly set steering match levels for offloaded TC decap rulesOr Gerlitz2-2/+4
2019-01-25net: Revert devlink health changes.David S. Miller2-371/+0
2019-01-18net/mlx5e: Add TX timeout support for mlx5e TX reporterEran Ben Elisha2-0/+36
2019-01-18net/mlx5e: Add TX reporter supportEran Ben Elisha2-0/+335
2018-12-20net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan2-7/+134
2018-12-20net/mlx5e: XDP, Add array for WQE info descriptorsTariq Toukan1-21/+37
2018-12-20net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instancesTariq Toukan2-16/+31
2018-12-20net/mlx5e: XDP, Replace boolean doorbell indication with segment pointerTariq Toukan2-17/+8
2018-12-20net/mlx5e: XDP, Warn upon polling an error CQETariq Toukan1-0/+5
2018-12-20net/mlx5e: XDP, Change the XDP SQ redirect indicationTariq Toukan2-12/+6
2018-12-20net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program checkTariq Toukan2-1/+16
2018-12-20net/mlx5e: Support tunnel encap over tagged EthernetEli Britstein1-20/+24
2018-12-20net/mlx5e: Support VLAN encap ETH header generationEli Britstein1-2/+13
2018-12-20net/mlx5e: Re-order route and encap header memory allocationEli Britstein1-28/+34
2018-12-20net/mlx5e: Tunnel encap ETH header helper functionEli Britstein1-12/+17
2018-12-20net/mlx5e: Fail attempt to offload e-switch TC encap flows with vlan on underlayEli Britstein1-0/+6
2018-12-20net/mlx5e: Tunnel routing output devs helper functionEli Britstein1-36/+34
2018-12-14net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller1-2/+2
2018-12-14net/mlx5e: In case of LAG, one switch parent id is used for all representorsRabie Loulou1-10/+31
2018-12-11net/mlx5e: Use monitor counters for update statsEyal Davidovich1-2/+45
2018-12-11net/mlx5e: Monitor counters commands supportEyal Davidovich2-0/+138
2018-12-10net/mlx5e: Add GRE protocol offloadingOz Shlomo2-1/+89
2018-12-10net/mlx5e: Move TC tunnel offloading code to separate source fileOz Shlomo2-0/+539
2018-12-05net/mlx5e: Refactor TIR configuration functionAya Levin1-0/+16
2018-11-19net/mlx5e: Removed unnecessary warnings in FEC caps queryShay Agroskin2-4/+4
2018-11-19net/mlx5e: Fix wrong field name in FEC related functionsShay Agroskin1-2/+2
2018-11-19net/mlx5e: Fix a bug in turning off FEC policy in unsupported speedsShay Agroskin1-16/+12
2018-10-18net/mlx5e: Add port FEC get/set functionsShay Agroskin2-0/+220
2018-10-01net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel1-0/+2
2018-08-13net/mlx5e: Move flow steering declarations into en/fs.hSaeed Mahameed1-0/+129