aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-20net/mlx5: Fix the order of fc_stats cleanupGavi Teitz1-5/+4
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2019-08-01net/mlx5: Add flow counter poolGavi Teitz1-25/+206
2019-08-01net/mlx5: Add flow counter bulk infrastructureGavi Teitz1-0/+105
2019-08-01net/mlx5: Refactor and optimize flow counter bulk queryGavi Teitz1-57/+68
2019-07-25net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich1-0/+5
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang1-4/+6
2018-12-09net/mlx5: Move flow counters data structures from flow steering headerSaeed Mahameed1-0/+23
2018-10-18net/mlx5: Remove counter from idr after removing it from listVlad Buslov1-5/+13
2018-10-18net/mlx5: Take fs_counters dellist before addlistVlad Buslov1-5/+8
2018-10-17net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch1-0/+6
2018-09-05net/mlx5: Add flow counters idrVlad Buslov1-4/+33
2018-09-05net/mlx5: Store flow counters in a listVlad Buslov1-48/+40
2018-09-05net/mlx5: Add new list to store deleted flow countersVlad Buslov1-22/+12
2018-09-05net/mlx5: Change flow counters addlist type to single linked listVlad Buslov1-25/+20
2018-06-02net/mlx5: Export flow counter related APIRaed Salem1-0/+3
2018-06-02net/mlx5: Use flow counter pointer as input to the query functionOr Gerlitz1-2/+2
2018-01-09net/mlx5e: E-switch, Add steering drop countersEugenia Emantayev1-0/+6
2017-08-07net/mlx5: Increase the maximum flow counters supportedRabie Loulou1-3/+10
2017-04-30net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion1-2/+22
2016-12-20net/mlx5: use rb_entry()Geliang Tang1-1/+1
2016-10-29net/mlx5: Correctly initialize last use of flow countersPaul Blakey1-0/+1
2016-08-19net/mlx5: Update last-use statistics for flow rulesAmir Vadai1-1/+10
2016-07-14net/mlx5: Introduce bulk reading of flow countersAmir Vadai1-22/+61
2016-07-14net/mlx5: Store counters in rbtree instead of listAmir Vadai1-10/+54
2016-05-16net/mlx5_core: Flow counters infrastructureAmir Vadai1-0/+226