aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-29mlxsw: spectrum_matchall: Perform priority checks earlierIdo Schimmel1-18/+13
2021-03-29mlxsw: spectrum_matchall: Convert if statements to a switch statementIdo Schimmel1-3/+6
2021-03-29mlxsw: spectrum_matchall: Perform protocol check earlierIdo Schimmel1-3/+7
2021-03-16mlxsw: spectrum_matchall: Add support for egress samplingIdo Schimmel1-12/+14
2021-03-16mlxsw: spectrum: Start using sampling triggers hash tableIdo Schimmel1-26/+31
2021-03-16mlxsw: spectrum_matchall: Pass matchall entry to sampling operationsIdo Schimmel1-11/+16
2021-03-16mlxsw: spectrum_matchall: Push sampling checks to per-ASIC operationsIdo Schimmel1-12/+20
2021-03-16mlxsw: spectrum_matchall: Propagate extack furtherIdo Schimmel1-19/+38
2021-03-11mlxsw: spectrum_matchall: Implement sampling using mirroringIdo Schimmel1-2/+55
2021-03-11mlxsw: spectrum_matchall: Split sampling support between ASICsIdo Schimmel1-3/+29
2021-03-11mlxsw: spectrum_span: Add SPAN probability rate supportIdo Schimmel1-0/+1
2020-07-14mlxsw: spectrum_span: Allow setting policer on a SPAN agentIdo Schimmel1-1/+1
2020-07-14mlxsw: spectrum_span: Allow passing parameters to SPAN agentsIdo Schimmel1-2/+4
2020-07-13mlxsw: spectrum_matchall: Publish matchall data structuresPetr Machata1-23/+0
2020-05-09mlxsw: spectrum_matchall: Forbid to insert matchall rules in collision with flower rulesJiri Pirko1-1/+36
2020-05-09mlxsw: spectrum_matchall: Expose a function to get min and max rule priorityJiri Pirko1-0/+34
2020-05-09mlxsw: spectrum_matchall: Put matchall list into substruct of flow structJiri Pirko1-5/+5
2020-05-09mlxsw: spectrum_matchall: Restrict sample action to be allowed only on ingressJiri Pirko1-0/+5
2020-04-30mlxsw: spectrum: Convert matchall-based mirroring to new SPAN APIIdo Schimmel1-13/+39
2020-04-27mlxsw: spectrum_matchall: Process matchall events from the same cb as flowerJiri Pirko1-16/+74
2020-04-27mlxsw: spectrum: Avoid copying sample values and use RCU pointer direcly insteadJiri Pirko1-11/+6
2020-04-27mlxsw: spectrum_matchall: Push per-port rule add/del into separate functionsJiri Pirko1-13/+35
2020-04-27mlxsw: spectrum_matchall: Move ingress indication into mall_entryJiri Pirko1-10/+8
2020-04-27mlxsw: spectrum_matchall: Pass mall_entry as arg to mlxsw_sp_mall_port_sample_add()Jiri Pirko1-16/+19
2020-04-27mlxsw: spectrum_matchall: Pass mall_entry as arg to mlxsw_sp_mall_port_mirror_add()Jiri Pirko1-17/+17
2020-04-27mlxsw: spectrum: Push matchall bits into a separate fileJiri Pirko1-0/+202