summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c
AgeCommit message (Expand)Author
2023-11-15net/mlx5: Annotate struct mlx5_fc_bulk with __counted_byKees Cook
2023-02-14net/mlx5e: TC, support per action statsOz Shlomo
2021-12-02net/mlx5: Dynamically resize flow counters query bufferAvihai Horon
2021-11-16net/mlx5: Fix flow counters SF bulk query lenAvihai Horon
2021-10-29net/mlx5: Allow skipping counter refresh on creationPaul Blakey
2021-10-25net/mlx5: Reduce flow counters bulk query buffer size for SFsAvihai Horon
2021-09-30net/mlx5: Use struct_size() helper in kvzalloc()Gustavo A. R. Silva
2021-04-16net/mlx5: Allocate FC bulk structs with kvzalloc() instead of kzalloc()Maor Dickman
2020-02-19net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-08-20net/mlx5: Fix the order of fc_stats cleanupGavi Teitz
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-01net/mlx5: Add flow counter poolGavi Teitz
2019-08-01net/mlx5: Add flow counter bulk infrastructureGavi Teitz
2019-08-01net/mlx5: Refactor and optimize flow counter bulk queryGavi Teitz
2019-07-25net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang
2018-12-09net/mlx5: Move flow counters data structures from flow steering headerSaeed Mahameed
2018-10-18net/mlx5: Remove counter from idr after removing it from listVlad Buslov
2018-10-18net/mlx5: Take fs_counters dellist before addlistVlad Buslov
2018-10-17net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch
2018-09-05net/mlx5: Add flow counters idrVlad Buslov
2018-09-05net/mlx5: Store flow counters in a listVlad Buslov
2018-09-05net/mlx5: Add new list to store deleted flow countersVlad Buslov
2018-09-05net/mlx5: Change flow counters addlist type to single linked listVlad Buslov
2018-06-02net/mlx5: Export flow counter related APIRaed Salem
2018-06-02net/mlx5: Use flow counter pointer as input to the query functionOr Gerlitz
2018-01-09net/mlx5e: E-switch, Add steering drop countersEugenia Emantayev
2017-08-07net/mlx5: Increase the maximum flow counters supportedRabie Loulou
2017-04-30net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion
2016-12-20net/mlx5: use rb_entry()Geliang Tang
2016-10-29net/mlx5: Correctly initialize last use of flow countersPaul Blakey
2016-08-19net/mlx5: Update last-use statistics for flow rulesAmir Vadai
2016-07-14net/mlx5: Introduce bulk reading of flow countersAmir Vadai
2016-07-14net/mlx5: Store counters in rbtree instead of listAmir Vadai
2016-05-16net/mlx5_core: Flow counters infrastructureAmir Vadai