summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-252-4/+23
|\
| * net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy2019-04-192-2/+21
| * net/mlx5e: Fix use-after-free after xdp_return_frameMaxim Mikityanskiy2019-04-191-2/+2
* | net/mlx5e: Remove unused parameterMaxim Mikityanskiy2019-04-232-6/+4
* | net/mlx5e: Add an underflow warning commentMaxim Mikityanskiy2019-04-231-2/+5
* | net/mlx5e: Move parameter calculation functions to en/params.cMaxim Mikityanskiy2019-04-232-0/+125
* | net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin2019-04-232-12/+67
* | net/mlx5e: XDP, Add TX MPWQE session counterShay Agroskin2019-04-231-0/+2
* | net/mlx5e: XDP, Enhance RQ indication for XDP redirect flushTariq Toukan2019-04-231-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-172-3/+12
|\|
| * net/mlx5e: Protect against non-uplink representor for encapDmytro Linkin2019-04-091-0/+4
| * net/mlx5e: Use fail-safe channels reopen in tx reporter recoverEran Ben Elisha2019-04-091-2/+1
| * net/mlx5e: Skip un-needed tx recover if interface state is downEran Ben Elisha2019-04-091-1/+7
* | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-081-1/+1
* | Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-04-081-3/+5
|\ \
| * | net/mlx5e: Make the log friendly when decapsulation offload not supportedTonghao Zhang2019-04-051-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-052-20/+22
|\ \ \ | |/ / |/| / | |/
| * net/mlx5e: Update xon formulaHuy Nguyen2019-03-291-12/+16
| * net/mlx5e: Update xoff formulaHuy Nguyen2019-03-291-5/+6
| * net/mlx5: ethtool, Allow legacy link-modes configuration via non-extended ptysAya Levin2019-03-291-3/+0
* | net/mlx5e: Fix port buffer function documentation formatSaeed Mahameed2019-03-221-15/+15
|/
* net/mlx5e: Use hint to resolve route when in HW multipath modeRoi Dayan2019-03-011-0/+12
* net/mlx5e: Don't make internal use of errno to denote missing neighRoi Dayan2019-03-011-2/+6
* net/mlx5e: Declare mlx5e_tx_reporter_recover_from_ctx as staticEran Ben Elisha2019-03-011-1/+1
* net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha2019-02-221-1/+1
* net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha2019-02-221-1/+1
* net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha2019-02-221-2/+14
* net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha2019-02-221-1/+1
* net/mlx5e: Add missing static function annotationLeon Romanovsky2019-02-191-1/+1
* Merge tag 'mlx5-updates-2019-02-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-02-162-22/+136
|\
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-02-152-22/+136
| |\
| | * net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin2019-02-142-25/+68
| | * net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin2019-02-142-8/+79
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-152-4/+19
|\ \ \ | |/ / |/| |
| * | net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed2019-02-132-4/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-082-2/+6
|\| |
| * | net/mlx5e: Update hw flows when encap source mac changedTonghao Zhang2019-02-061-0/+2
| * | net/mlx5e: Properly set steering match levels for offloaded TC decap rulesOr Gerlitz2019-02-052-2/+4
| |/
* | net/mlx5e: Add tx timeout support for mlx5e tx reporterEran Ben Elisha2019-02-072-0/+39
* | net/mlx5e: Add tx reporter supportEran Ben Elisha2019-02-072-0/+273
* | net/mlx5e: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-1/+1
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-39/+29
* | net: Revert devlink health changes.David S. Miller2019-01-252-371/+0
* | net/mlx5e: Add TX timeout support for mlx5e TX reporterEran Ben Elisha2019-01-182-0/+36
* | net/mlx5e: Add TX reporter supportEran Ben Elisha2019-01-182-0/+335
|/
* net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan2018-12-202-7/+134
* net/mlx5e: XDP, Add array for WQE info descriptorsTariq Toukan2018-12-201-21/+37
* net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instancesTariq Toukan2018-12-202-16/+31
* net/mlx5e: XDP, Replace boolean doorbell indication with segment pointerTariq Toukan2018-12-202-17/+8
* net/mlx5e: XDP, Warn upon polling an error CQETariq Toukan2018-12-201-0/+5