net/mlx5: move flow priority discovery to Verbs file
[dpdk.git] / drivers / net / mlx5 / mlx5_flow.h
2020-07-21 Ophir Munknet/mlx5: move flow priority discovery to Verbs file
2020-07-21 Bing Zhaonet/mlx5: add flow validation of eCPRI header
2020-07-07 Dekel Pelednet/mlx5: add OS specific flow actions operations
2020-07-07 Dekel Pelednet/mlx5: rename Verbs action to generic name
2020-07-07 Dekel Pelednet/mlx5: rename Verbs flow to generic name
2020-06-30 Shiri Kuzinnet/mlx5: add default miss action to flow engine
2020-05-18 Matan Azradnet/mlx5: fix flow counter container resize
2020-05-05 Dong Zhounet/mlx5: support flow aging
2020-05-05 Bing Zhaonet/mlx5: fix actions validation on root table
2020-04-21 Bing Zhaonet/mlx5: fix header modify action validation
2020-04-21 Wentao Cuinet/mlx5: optimize memory for flow meter
2020-04-21 Suanming Mounet/mlx5: reorganize flow API structure
2020-04-21 Suanming Mounet/mlx5: allocate flow API from indexed pool
2020-04-21 Suanming Mounet/mlx5: optimize flow RSS struct
2020-04-21 Wentao Cuinet/mlx5: optimize flow director filter memory
2020-04-21 Suanming Mounet/mlx5: convert mark copy resource to indexed
2020-04-21 Suanming Mounet/mlx5: allocate meter from indexed pool
2020-04-21 Suanming Mounet/mlx5: optimize flow meter handle type
2020-04-21 Suanming Mounet/mlx5: reorganize flow handle struct
2020-04-21 Suanming Mounet/mlx5: optimize action flags in flow handle
2020-04-21 Suanming Mounet/mlx5: reorganize fate actions as union
2020-04-21 Suanming Mounet/mlx5: convert flow dev handle to indexed
2020-04-21 Suanming Mounet/mlx5: convert hrxq to indexed
2020-04-21 Suanming Mounet/mlx5: convert jump resource to indexed
2020-04-21 Suanming Mounet/mlx5: convert port id action to indexed
2020-04-21 Suanming Mounet/mlx5: convert tag resource to indexed
2020-04-21 Suanming Mounet/mlx5: convert push VLAN resource to indexed
2020-04-21 Suanming Mounet/mlx5: convert encap/decap resource to indexed
2020-04-21 Suanming Mounet/mlx5: fix meter suffix table leak
2020-04-21 Suanming Mounet/mlx5: optimize flow counter handle type
2020-04-21 Bing Zhaonet/mlx5: separate the flow handle resource
2020-04-21 Bing Zhaonet/mlx5: reorganize flow structures
2020-02-21 Suanming Mounet/mlx5: fix VLAN actions in meter
2020-02-14 Matan Azradnet/mlx5: fix encap/decap validation
2020-02-05 Matan Azradnet/mlx5: make FDB default rule optional
2020-02-05 Matan Azradcommon/mlx5: introduce common library
2020-02-05 Suanming Mounet/mlx5: support maximum flow id allocation
2020-02-05 Matan Azradnet/mlx5: fix build with clang 3.4.2
2020-02-05 Dekel Pelednet/mlx5: fix masks of encap and decap actions
2020-01-20 Bing Zhaonet/mlx5: fix modify actions support limitation
2020-01-20 Dekel Pelednet/mlx5: support GTP
2020-01-17 Suanming Mounet/mlx5: support IPv4/IPv6 DSCP rewrite action
2020-01-17 Dekel Pelednet/mlx5: fix setting of Rx hash fields
2020-01-17 Dekel Pelednet/mlx5: remove redundant define of LRO masks
2019-11-20 Xiaoyu Minnet/mlx5: fix layer bits to be unique
2019-11-11 Bing Zhaonet/mlx5: optimize tag traversal with hash list
2019-11-11 Bing Zhaonet/mlx5: reorganize flow matcher resources
2019-11-11 Bing Zhaonet/mlx5: reorganize jump table resources
2019-11-11 Bing Zhaonet/mlx5: reorganize flow tables with hash list
2019-11-11 Suanming Mounet/mlx5: clean meter resources
2019-11-11 Suanming Mounet/mlx5: share tag between meter and metadata
2019-11-11 Suanming Mounet/mlx5: split meter flow
2019-11-11 Suanming Mounet/mlx5: add meter attach and detach
2019-11-11 Suanming Mounet/mlx5: add count action to meter
2019-11-11 Suanming Mounet/mlx5: expose flow counters management
2019-11-11 Suanming Mounet/mlx5: support meter modification operations
2019-11-11 Suanming Mounet/mlx5: support basic meter operations
2019-11-11 Suanming Mounet/mlx5: add policer rules operations
2019-11-11 Suanming Mounet/mlx5: prepare meter flow tables
2019-11-11 Suanming Mounet/mlx5: support meter profile operations
2019-11-11 Suanming Mounet/mlx5: allocate flow meter registers
2019-11-11 Viacheslav Ovsiienkonet/mlx5: add metadata register copy table
2019-11-11 Viacheslav Ovsiienkonet/mlx5: split Rx flows to provide metadata copy
2019-11-11 Viacheslav Ovsiienkonet/mlx5: extend flow metadata support
2019-11-11 Viacheslav Ovsiienkonet/mlx5: extend flow mark support
2019-11-11 Viacheslav Ovsiienkonet/mlx5: update metadata register ID query
2019-11-11 Viacheslav Ovsiienkonet/mlx5: check maximum modify actions number
2019-11-11 Viacheslav Ovsiienkonet/mlx5: check metadata registers availability
2019-11-11 Viacheslav Ovsiienkonet/mlx5: refactor flow structure
2019-11-11 Viacheslav Ovsiienkonet/mlx5: add metadata register copy
2019-11-11 Viacheslav Ovsiienkonet/mlx5: convert internal tag endianness
2019-11-08 Xiaoyu Minnet/mlx5: improve flow item IP validation
2019-11-08 Ori Kamnet/mlx5: split hairpin flows
2019-11-08 Ori Kamnet/mlx5: add default flows for hairpin
2019-11-08 Ori Kamnet/mlx5: add ID generation
2019-11-08 Ori Kamnet/mlx5: add internal tag item and action
2019-10-23 Moti Haimovskynet/mlx5: add flow match on GENEVE item
2019-09-20 Dekel Pelednet/mlx5: skip table zero to improve insertion rate
2019-09-20 Moti Haimovskynet/mlx5: support modify VLAN ID on existing VLAN header
2019-09-20 Moti Haimovskynet/mlx5: support push flow action on VLAN header
2019-09-20 Moti Haimovskynet/mlx5: support pop flow action on VLAN header
2019-09-20 Moti Haimovskynet/mlx5: support flow action search in a list
2019-08-06 Viacheslav Ovsiienkonet/mlx5: add workaround for VLAN in virtual machine
2019-07-23 Dekel Pelednet/mlx5: fix NVGRE matching
2019-07-23 Dekel Pelednet/mlx5: support LRO with single RxQ object
2019-07-23 Matan Azradnet/mlx5: accelerate DV flow counter query
2019-07-23 Matan Azradnet/mlx5: accelerate DV flow counter transactions
2019-07-23 Xiaoyu Minnet/mlx5: support IP-in-IP tunnel
2019-07-23 Xiaoyu Minnet/mlx5: match GRE key and present bits
2019-07-08 Xiaoyu Minnet/mlx5: support matching on ICMP/ICMP6
2019-07-04 Moti Haimovskynet/mlx5: remove TCF support
2019-07-04 Dekel Pelednet/mlx5: modify TCP header using Direct Verbs
2019-05-03 Ori Kamnet/mlx5: fix modification action flags
2019-04-19 Ori Kamnet/mlx5: add E-Switch port id action to Direct Verbs
2019-04-19 Ori Kamnet/mlx5: add transfer attribute to matcher
2019-04-19 Ori Kamnet/mlx5: validate Direct Rule E-Switch
2019-04-19 Ori Kamnet/mlx5: fix RSS validation function
2019-04-05 Ori Kamnet/mlx5: support jump action
2019-04-05 Ori Kamnet/mlx5: add Direct Rules API
2019-04-05 Ori Kamnet/mlx5: prepare Direct Verbs for Direct Rule
next