summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich2019-07-251-0/+5
* idr: introduce idr_for_each_entry_continue_ul()Cong Wang2019-07-021-4/+6
* net/mlx5: Move flow counters data structures from flow steering headerSaeed Mahameed2018-12-101-0/+23
* net/mlx5: Remove counter from idr after removing it from listVlad Buslov2018-10-181-5/+13
* net/mlx5: Take fs_counters dellist before addlistVlad Buslov2018-10-181-5/+8
* net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch2018-10-171-0/+6
* net/mlx5: Add flow counters idrVlad Buslov2018-09-061-4/+33
* net/mlx5: Store flow counters in a listVlad Buslov2018-09-061-48/+40Star
* net/mlx5: Add new list to store deleted flow countersVlad Buslov2018-09-061-22/+12Star
* net/mlx5: Change flow counters addlist type to single linked listVlad Buslov2018-09-061-25/+20Star
* net/mlx5: Export flow counter related APIRaed Salem2018-06-021-0/+3
* net/mlx5: Use flow counter pointer as input to the query functionOr Gerlitz2018-06-021-2/+2
* net/mlx5e: E-switch, Add steering drop countersEugenia Emantayev2018-01-091-0/+6
* net/mlx5: Increase the maximum flow counters supportedRabie Loulou2017-08-071-3/+10
* net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion2017-04-301-2/+22
* net/mlx5: use rb_entry()Geliang Tang2016-12-201-1/+1
* net/mlx5: Correctly initialize last use of flow countersPaul Blakey2016-10-291-0/+1
* net/mlx5: Update last-use statistics for flow rulesAmir Vadai2016-08-201-1/+10
* net/mlx5: Introduce bulk reading of flow countersAmir Vadai2016-07-141-22/+61
* net/mlx5: Store counters in rbtree instead of listAmir Vadai2016-07-141-10/+54
* net/mlx5_core: Flow counters infrastructureAmir Vadai2016-05-161-0/+226