summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
Commit message (Expand)AuthorAgeFilesLines
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-17/+17
* mlxsw: spectrum_flower: Implement support for ingress device matchingJiri Pirko2019-06-191-1/+49
* mlxsw: spectrum_flower: Fix TOS matchingJiri Pirko2019-06-121-2/+2
* mlxsw: spectrum_flower: Fix VLAN modify action supportIdo Schimmel2019-02-121-2/+1Star
* drivers: net: use flow action infrastructurePablo Neira Ayuso2019-02-061-21/+33
* flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso2019-02-061-1/+1
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-114/+88Star
* mlxsw: spectrum_acl: Support rule creation without action creationNir Dotan2018-12-121-1/+1
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2Star
* mlxsw: spectrum_flower: use PTR_ERR_OR_ZERO()YueHaibing2018-08-091-3/+2Star
* mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko2018-08-091-33/+2Star
* mlxsw: spectrum_flower: Disallow usage of vlan_id key on egressNir Dotan2018-08-091-0/+5
* mlxsw: spectrum_flower: Add extack messagesNir Dotan2018-07-241-4/+17
* mlxsw: spectrum_acl: Propagate extack pointerNir Dotan2018-07-241-8/+12
* mlxsw: spectrum: Implement chain template hintingJiri Pirko2018-07-241-3/+41
* mlxsw: core_acl_flex_keys: Split MAC and IP address flex key elementsJiri Pirko2018-07-081-28/+41
* mlxsw: spectrum: Fix gact_ok offloadingJiri Pirko2018-03-091-1/+1
* mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky2018-01-221-0/+7
* mlxsw: spectrum_acl: Implement TC block sharingJiri Pirko2018-01-171-24/+17Star
* mlxsw: spectrum: handle NETIF_F_HW_TC changes correctlyJiri Pirko2017-12-061-0/+2
* act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-2/+1Star
* mlxsw: spectrum_flower: Offload "ok" termination actionJiri Pirko2017-09-271-1/+5
* mlxsw: spectrum_acl: Propagate errors from mlxsw_afa_block_jump/continueJiri Pirko2017-09-271-1/+3
* mlxsw: spectrum_flower: Offload goto_chain termination actionJiri Pirko2017-08-241-4/+19
* mlxsw: spectrum: Offload multichain TC rulesJiri Pirko2017-08-241-2/+3
* net: sched: move prio into cls_commonJiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+1
* net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-1/+1
* mlxsw: spectrum_flower: Add support for ip tosOr Gerlitz2017-07-171-0/+7
* mlxsw: spectrum_flower: Add support for ip ttlOr Gerlitz2017-07-171-2/+35
* spectrum_flower: Implement gact trap TC action offloadJiri Pirko2017-06-061-0/+4
* sched: add helper for updating statistics on all actionsJakub Kicinski2017-05-311-9/+1Star
* mlxsw: spectrum: Implement common FID coreIdo Schimmel2017-05-261-1/+5
* mlxsw: spectrum_flower: Add support for tcp flagsJiri Pirko2017-05-241-0/+29
* mlxsw: acl: Add tcp flags acl elementJiri Pirko2017-05-241-0/+1
* mlxsw: spectrum_flower: Set dummy FID before forward actionJiri Pirko2017-04-201-0/+5
* mlxsw: spectrum: fix swapped order of arguments packets and bytesColin Ian King2017-03-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-2/+2
|\
| * mlxsw: spectrum_flower: Remove bogus warns in mlxsw_sp_flower_destroyJiri Pirko2017-03-091-2/+2
* | mlxsw: spectrum: Add support for TC flower offload statisticsArkadi Sharshevsky2017-03-131-0/+49
* | mlxsw: spectrum: Add support for flower matches on VLAN ID, PCPPetr Machata2017-03-101-1/+23
* | mlxsw: spectrum: Add support for vlan modify TC actionPetr Machata2017-03-101-0/+10
|/
* spectrum: flower: Treat ETH_P_ALL as a special case and translate for HWJiri Pirko2017-02-101-3/+10
* mlxsw: spectrum: Implement TC flower offloadJiri Pirko2017-02-031-0/+309