index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx5
/
core
/
fs_counters.c
Age
Commit message (
Expand
)
Author
2025-01-13
net/mlx5: fs, manage flow counters HWS action sharing by refcount
Moshe Shemesh
2025-01-13
net/mlx5: fs, add HWS packet reformat API function
Moshe Shemesh
2024-12-23
net/mlx5: fs, add mlx5_fs_pool API
Moshe Shemesh
2024-12-23
net/mlx5: fs, add counter object to flow destination
Moshe Shemesh
2024-10-04
net/mlx5: hw counters: Remove mlx5_fc_create_ex
Cosmin Ratiu
2024-10-04
net/mlx5: hw counters: Don't maintain a counter count
Cosmin Ratiu
2024-10-04
net/mlx5: hw counters: Drop unneeded cacheline alignment
Cosmin Ratiu
2024-10-04
net/mlx5: hw counters: Replace IDR+lists with xarray
Cosmin Ratiu
2024-10-04
net/mlx5: hw counters: Use kvmalloc for bulk query buffer
Cosmin Ratiu
2024-10-04
net/mlx5: hw counters: Make fc_stats & fc_pool private
Cosmin Ratiu
2023-11-15
net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by
Kees Cook
2023-02-14
net/mlx5e: TC, support per action stats
Oz Shlomo
2021-12-02
net/mlx5: Dynamically resize flow counters query buffer
Avihai Horon
2021-11-16
net/mlx5: Fix flow counters SF bulk query len
Avihai Horon
2021-10-29
net/mlx5: Allow skipping counter refresh on creation
Paul Blakey
2021-10-25
net/mlx5: Reduce flow counters bulk query buffer size for SFs
Avihai Horon
2021-09-30
net/mlx5: Use struct_size() helper in kvzalloc()
Gustavo A. R. Silva
2021-04-16
net/mlx5: Allocate FC bulk structs with kvzalloc() instead of kzalloc()
Maor Dickman
2020-02-19
net/mlx5e: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-08-20
net/mlx5: Fix the order of fc_stats cleanup
Gavi Teitz
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-01
net/mlx5: Add flow counter pool
Gavi Teitz
2019-08-01
net/mlx5: Add flow counter bulk infrastructure
Gavi Teitz
2019-08-01
net/mlx5: Refactor and optimize flow counter bulk query
Gavi Teitz
2019-07-25
net/mlx5e: Prevent encap flow counter update async to user query
Ariel Levkovich
2019-07-01
idr: introduce idr_for_each_entry_continue_ul()
Cong Wang
2018-12-09
net/mlx5: Move flow counters data structures from flow steering header
Saeed Mahameed
2018-10-18
net/mlx5: Remove counter from idr after removing it from list
Vlad Buslov
2018-10-18
net/mlx5: Take fs_counters dellist before addlist
Vlad Buslov
2018-10-17
net/mlx5: Use flow counter IDs and not the wrapping cache object
Mark Bloch
2018-09-05
net/mlx5: Add flow counters idr
Vlad Buslov
2018-09-05
net/mlx5: Store flow counters in a list
Vlad Buslov
2018-09-05
net/mlx5: Add new list to store deleted flow counters
Vlad Buslov
2018-09-05
net/mlx5: Change flow counters addlist type to single linked list
Vlad Buslov
2018-06-02
net/mlx5: Export flow counter related API
Raed Salem
2018-06-02
net/mlx5: Use flow counter pointer as input to the query function
Or Gerlitz
2018-01-09
net/mlx5e: E-switch, Add steering drop counters
Eugenia Emantayev
2017-08-07
net/mlx5: Increase the maximum flow counters supported
Rabie Loulou
2017-04-30
net/mlx5e: Update neighbour 'used' state using HW flow rules counters
Hadar Hen Zion
2016-12-20
net/mlx5: use rb_entry()
Geliang Tang
2016-10-29
net/mlx5: Correctly initialize last use of flow counters
Paul Blakey
2016-08-19
net/mlx5: Update last-use statistics for flow rules
Amir Vadai
2016-07-14
net/mlx5: Introduce bulk reading of flow counters
Amir Vadai
2016-07-14
net/mlx5: Store counters in rbtree instead of list
Amir Vadai
2016-05-16
net/mlx5_core: Flow counters infrastructure
Amir Vadai