summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2020-05-27mlxsw: spectrum: Use same trap group for various IPv6 packetsIdo Schimmel1-3/+3
2020-05-27mlxsw: spectrum: Rename IPv6 ND trap groupIdo Schimmel2-6/+6
2020-05-27mlxsw: spectrum: Use same switch case for identical groupsIdo Schimmel1-3/+0
2020-05-27mlxsw: spectrum: Use dedicated trap group for ACL trapIdo Schimmel2-1/+4
2020-05-25mlxsw: spectrum: Fix spelling mistake in trap's nameIdo Schimmel2-4/+4
2020-05-25mlxsw: spectrum: Use dedicated trap group for sampled packetsIdo Schimmel2-1/+3
2020-05-25mlxsw: spectrum: Use same trap group for IPv6 ND and ARP packetsIdo Schimmel1-4/+4
2020-05-25mlxsw: spectrum: Rename ARP trap groupIdo Schimmel2-7/+8
2020-05-25mlxsw: spectrum_trap: Remove unnecessary fieldIdo Schimmel1-6/+1
2020-05-25mlxsw: spectrum: Align TC and trap priorityIdo Schimmel2-5/+5
2020-05-25mlxsw: spectrum_buffers: Assign non-zero quotas to TC 0 of the CPU portIdo Schimmel1-1/+1
2020-05-25mlxsw: spectrum: Change default rate and priority of DHCP packetsIdo Schimmel1-2/+2
2020-05-25mlxsw: spectrum: Trap IPv4 DHCP packets in routerIdo Schimmel2-1/+2
2020-05-25mlxsw: spectrum: Use same trap group for MLD and IGMP packetsIdo Schimmel2-10/+7
2020-05-25mlxsw: spectrum: Rename IGMP trap groupIdo Schimmel2-8/+8
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+20
2020-05-23mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set in case reload ...Jiri Pirko2-2/+20
2020-05-23net: flow_offload: simplify hw stats check handlingEdward Cree1-4/+4
2020-05-17mlxsw: spectrum_trap: Store all trap data in one arrayIdo Schimmel2-143/+326
2020-05-17mlxsw: spectrum_trap: Store all trap group data in one arrayIdo Schimmel2-41/+110
2020-05-17mlxsw: spectrum_trap: Store all trap policer data in one arrayIdo Schimmel2-62/+89
2020-05-17mlxsw: spectrum_trap: Move struct definition out of header fileIdo Schimmel2-6/+6
2020-05-10mlxsw: spectrum_flower: Forbid to insert flower rules in collision with match...Jiri Pirko1-0/+32
2020-05-10mlxsw: spectrum_matchall: Forbid to insert matchall rules in collision with f...Jiri Pirko3-3/+41
2020-05-10mlxsw: spectrum_matchall: Expose a function to get min and max rule priorityJiri Pirko2-0/+38
2020-05-10mlxsw: spectrum_matchall: Put matchall list into substruct of flow structJiri Pirko3-7/+9
2020-05-10mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko5-7/+75
2020-05-10mlxsw: spectrum_matchall: Restrict sample action to be allowed only on ingressJiri Pirko1-0/+5
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+12
2020-05-07net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+2
2020-05-01mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properlyJiri Pirko1-2/+10
2020-04-30mlxsw: spectrum_span: Remove old SPAN APIIdo Schimmel2-209/+2
2020-04-30mlxsw: spectrum_span: Use new analyzed ports list during speed / MTU changeIdo Schimmel1-37/+35
2020-04-30mlxsw: spectrum_acl: Convert flower-based mirroring to new SPAN APIIdo Schimmel1-12/+19
2020-04-30mlxsw: spectrum: Convert matchall-based mirroring to new SPAN APIIdo Schimmel1-13/+39
2020-04-30mlxsw: spectrum_span: Add APIs to bind / unbind a SPAN agentIdo Schimmel2-0/+187
2020-04-30mlxsw: spectrum_span: Wrap buffer change in a functionIdo Schimmel1-5/+12
2020-04-30mlxsw: spectrum_span: Rename functionIdo Schimmel1-8/+8
2020-04-30mlxsw: spectrum_span: Add APIs to get / put an analyzed portIdo Schimmel2-0/+140
2020-04-30mlxsw: spectrum_span: Add APIs to get / put a SPAN agentIdo Schimmel2-0/+47
2020-04-27mlxsw: spectrum: Move flow offload binding into spectrum_flow.cJiri Pirko3-191/+181
2020-04-27mlxsw: spectrum_matchall: Process matchall events from the same cb as flowerJiri Pirko4-120/+124
2020-04-27mlxsw: spectrum: Avoid copying sample values and use RCU pointer direcly insteadJiri Pirko3-37/+14
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...Jiri Pirko1-16/+19
2020-04-27mlxsw: spectrum_matchall: Pass mall_entry as arg to mlxsw_sp_mall_port_mirror...Jiri Pirko1-17/+17
2020-04-27mlxsw: spectrum_acl: Use block variable in mlxsw_sp_acl_rule_del()Jiri Pirko1-3/+2
2020-04-27mlxsw: spectrum: Push matchall bits into a separate fileJiri Pirko4-204/+214
2020-04-27mlxsw: spectrum: Push flow_block related functions into a separate fileJiri Pirko4-135/+151