aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actionsDanielle Ratson1-0/+6
2019-07-27mlxsw: spectrum_flower: Forbid to offload match on reserved TCP flags bitsJiri Pirko1-0/+6
2019-07-27mlxsw: spectrum_acl: Track rules that forbid egress block bindJiri Pirko1-0/+11
2019-07-27mlxsw: spectrum_flower: Forbid to offload mirred redirect on egressJiri Pirko1-0/+5
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-17/+17
2019-06-19mlxsw: spectrum_flower: Implement support for ingress device matchingJiri Pirko1-1/+49
2019-06-12mlxsw: spectrum_flower: Fix TOS matchingJiri Pirko1-2/+2
2019-02-12mlxsw: spectrum_flower: Fix VLAN modify action supportIdo Schimmel1-2/+1
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso1-21/+33
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-1/+1
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-114/+88
2018-12-11mlxsw: spectrum_acl: Support rule creation without action creationNir Dotan1-1/+1
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-08-09mlxsw: spectrum_flower: use PTR_ERR_OR_ZERO()YueHaibing1-3/+2
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko1-33/+2
2018-08-09mlxsw: spectrum_flower: Disallow usage of vlan_id key on egressNir Dotan1-0/+5
2018-07-24mlxsw: spectrum_flower: Add extack messagesNir Dotan1-4/+17
2018-07-24mlxsw: spectrum_acl: Propagate extack pointerNir Dotan1-8/+12
2018-07-23mlxsw: spectrum: Implement chain template hintingJiri Pirko1-3/+41
2018-07-08mlxsw: core_acl_flex_keys: Split MAC and IP address flex key elementsJiri Pirko1-28/+41
2018-03-09mlxsw: spectrum: Fix gact_ok offloadingJiri Pirko1-1/+1
2018-01-21mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky1-0/+7
2018-01-17mlxsw: spectrum_acl: Implement TC block sharingJiri Pirko1-24/+17
2017-12-06mlxsw: spectrum: handle NETIF_F_HW_TC changes correctlyJiri Pirko1-0/+2
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-2/+1
2017-09-26mlxsw: spectrum_flower: Offload "ok" termination actionJiri Pirko1-1/+5
2017-09-26mlxsw: spectrum_acl: Propagate errors from mlxsw_afa_block_jump/continueJiri Pirko1-1/+3
2017-08-23mlxsw: spectrum_flower: Offload goto_chain termination actionJiri Pirko1-4/+19
2017-08-23mlxsw: spectrum: Offload multichain TC rulesJiri Pirko1-2/+3
2017-08-07net: sched: move prio into cls_commonJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+1
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-1/+1
2017-07-17mlxsw: spectrum_flower: Add support for ip tosOr Gerlitz1-0/+7
2017-07-17mlxsw: spectrum_flower: Add support for ip ttlOr Gerlitz1-2/+35
2017-06-06spectrum_flower: Implement gact trap TC action offloadJiri Pirko1-0/+4
2017-05-31sched: add helper for updating statistics on all actionsJakub Kicinski1-9/+1
2017-05-26mlxsw: spectrum: Implement common FID coreIdo Schimmel1-1/+5
2017-05-24mlxsw: spectrum_flower: Add support for tcp flagsJiri Pirko1-0/+29
2017-05-24mlxsw: acl: Add tcp flags acl elementJiri Pirko1-0/+1
2017-04-20mlxsw: spectrum_flower: Set dummy FID before forward actionJiri Pirko1-0/+5
2017-03-22mlxsw: spectrum: fix swapped order of arguments packets and bytesColin Ian King1-1/+1
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-03-12mlxsw: spectrum: Add support for TC flower offload statisticsArkadi Sharshevsky1-0/+49
2017-03-09mlxsw: spectrum: Add support for flower matches on VLAN ID, PCPPetr Machata1-1/+23
2017-03-09mlxsw: spectrum: Add support for vlan modify TC actionPetr Machata1-0/+10
2017-03-08mlxsw: spectrum_flower: Remove bogus warns in mlxsw_sp_flower_destroyJiri Pirko1-2/+2
2017-02-10spectrum: flower: Treat ETH_P_ALL as a special case and translate for HWJiri Pirko1-3/+10
2017-02-03mlxsw: spectrum: Implement TC flower offloadJiri Pirko1-0/+309