aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-23net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin2-12/+67
2019-04-23net/mlx5e: XDP, Add TX MPWQE session counterShay Agroskin1-0/+2
2019-04-23net/mlx5e: XDP, Enhance RQ indication for XDP redirect flushTariq Toukan1-3/+3
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+12
2019-04-09net/mlx5e: Protect against non-uplink representor for encapDmytro Linkin1-0/+4
2019-04-09net/mlx5e: Use fail-safe channels reopen in tx reporter recoverEran Ben Elisha1-2/+1
2019-04-09net/mlx5e: Skip un-needed tx recover if interface state is downEran Ben Elisha1-1/+7
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-1/+1
2019-04-08Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-3/+5
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-20/+22
2019-04-05net/mlx5e: Make the log friendly when decapsulation offload not supportedTonghao Zhang1-3/+5
2019-03-29net/mlx5e: Update xon formulaHuy Nguyen1-12/+16
2019-03-29net/mlx5e: Update xoff formulaHuy Nguyen1-5/+6
2019-03-29net/mlx5: ethtool, Allow legacy link-modes configuration via non-extended ptysAya Levin1-3/+0
2019-03-22net/mlx5e: Fix port buffer function documentation formatSaeed Mahameed1-15/+15
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