summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/qos.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: HTB, move htb functions to a new fileMoshe Tal2022-07-191-740/+45
* net/mlx5e: HTB, change functions name to follow conventionMoshe Tal2022-07-191-32/+32
* net/mlx5e: HTB, remove priv from htb function callsMoshe Tal2022-07-191-142/+160
* net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structureSaeed Mahameed2022-07-191-23/+64
* net/mlx5e: HTB, move stats and max_sqs to privMoshe Tal2022-07-191-8/+8
* net/mlx5e: HTB, move section comment to the right placeMoshe Tal2022-07-191-2/+2
* net/mlx5e: HTB, move ids to selq_params structMoshe Tal2022-07-191-16/+7
* net/mlx5e: HTB, reduce visibility of htb functionsSaeed Mahameed2022-07-191-17/+67
* net/mlx5e: Use select queue parameters to sync with control flowMaxim Mikityanskiy2022-02-141-1/+5
* net/mlx5e: Introduce select queue parametersMaxim Mikityanskiy2022-02-141-1/+11
* net/mlx5e: Sync txq2sq updates with mlx5e_xmit for HTB queuesMaxim Mikityanskiy2022-02-141-4/+20
* net/mlx5e: Don't treat small ceil values as unlimited in HTB offloadMaxim Mikityanskiy2022-02-011-1/+2
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan2021-10-041-0/+99
* net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()Tariq Toukan2021-10-041-1/+2
* sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy2021-08-301-9/+6
* net/mlx5e: Abstract MQPRIO paramsTariq Toukan2021-08-161-1/+1
* net/mlx5e: Restrict usage of mlx5e_priv in params logic functionsTariq Toukan2021-03-251-2/+2
* net/mlx5e: Support HTB offloadMaxim Mikityanskiy2021-01-221-0/+984