net/mlx5: add flow translate function
[dpdk.git] / drivers / net / mlx5 / mlx5_flow.c
2018-10-11 Ori Kamnet/mlx5: add flow translate function
2018-10-11 Ori Kamnet/mlx5: add flow prepare function
2018-10-11 Ori Kamnet/mlx5: split flow validation to dedicated function
2018-08-28 Shahaf Shulernet/mlx5: fix RSS flow action hash type selection
2018-08-05 Yongseok Kohnet/mlx5: fix check for MPLS-in-GRE
2018-08-02 Moti Haimovskynet/mlx5: fix RSS flow configuration crash
2018-08-02 Shahaf Shulernet/mlx5: fix VLAN filtering
2018-08-02 Matan Azradnet/mlx5: fix packet type offload for tunnels
2018-08-02 Shahaf Shulernet/mlx5: fix flow count action for shared counter
2018-07-26 Nelio Laranjeironet/mlx5: fix count query when flow has not counter
2018-07-26 Yongseok Kohnet/mlx5: fix endless loop when clearing flow flags
2018-07-26 Adrien Mazarguilnet/mlx5: add framework for switch flow rules
2018-07-12 Nelio Laranjeironet/mlx5: add count flow action
2018-07-12 Nelio Laranjeironet/mlx5: add flow MPLS item
2018-07-12 Nelio Laranjeironet/mlx5: add flow GRE item
2018-07-12 Nelio Laranjeironet/mlx5: add flow VXLAN-GPE item
2018-07-12 Nelio Laranjeironet/mlx5: add flow VXLAN item
2018-07-12 Nelio Laranjeironet/mlx5: support inner RSS computation
2018-07-12 Nelio Laranjeironet/mlx5: remove useless arguments in hrxq API
2018-07-12 Nelio Laranjeironet/mlx5: add RSS flow action
2018-07-12 Nelio Laranjeironet/mlx5: use a macro for the RSS key size
2018-07-12 Nelio Laranjeironet/mlx5: add mark/flag flow action
2018-07-12 Nelio Laranjeironet/mlx5: add flow TCP item
2018-07-12 Nelio Laranjeironet/mlx5: add flow UDP item
2018-07-12 Nelio Laranjeironet/mlx5: add flow IPv6 item
2018-07-12 Nelio Laranjeironet/mlx5: add flow IPv4 item
2018-07-12 Nelio Laranjeironet/mlx5: add flow VLAN item
2018-07-12 Nelio Laranjeironet/mlx5: add flow stop/start
2018-07-12 Nelio Laranjeironet/mlx5: add flow queue action
2018-07-12 Nelio Laranjeironet/mlx5: support flow Ethernet item along with drop...
2018-07-12 Nelio Laranjeironet/mlx5: replace verbs priorities by flow
2018-07-12 Nelio Laranjeironet/mlx5: handle drop queues as regular queues
2018-07-12 Nelio Laranjeironet/mlx5: remove flow support
2018-07-02 Yongseok Kohnet/mlx5: fix error number handling
2018-05-17 Shahaf Shulernet/mlx5: fix default RSS level
2018-05-17 Shahaf Shulernet/mlx5: fix build without tunnel RSS support
2018-05-17 Matan Azradnet/mlx5: support MPLS-in-GRE and MPLS-in-UDP
2018-05-17 Shahaf Shulernet/mlx5: fix flow director drop rule deletion crash
2018-05-14 Yongseok Kohnet/mlx5: change device reference for secondary process
2018-05-14 Nélio Laranjeironet/mlx5: fix flow validation
2018-05-02 Adrien Mazarguilnet/mlx5: fix flow director rule deletion crash
2018-04-27 Declan Dohertyethdev: add shared counter to flow API
2018-04-27 Xueming Linet/mlx5: allow flow tunnel ID 0 with outer pattern
2018-04-27 Xueming Linet/mlx5: introduce VXLAN-GPE tunnel type
2018-04-27 Xueming Linet/mlx5: add hardware flow debug dump
2018-04-27 Xueming Linet/mlx5: support tunnel RSS level
2018-04-27 Xueming Linet/mlx5: split flow RSS handling logic
2018-04-27 Xueming Linet/mlx5: support Rx tunnel type identification
2018-04-27 Xueming Linet/mlx5: support L3 VXLAN flow
2018-04-27 Xueming Linet/mlx5: support GRE tunnel flow
2018-04-27 Xueming Linet/mlx5: support 16 hardware priorities
2018-04-27 Adrien Mazarguilethdev: add transfer attribute to flow API
2018-04-27 Adrien Mazarguilethdev: fix TPID handling in flow API
2018-04-27 Adrien Mazarguilethdev: add encap level to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: add hash function to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-27 Adrien Mazarguilethdev: fix C99 flexible arrays from flow API
2018-04-27 Adrien Mazarguilethdev: alter behavior of flow API actions
2018-04-27 Nélio Laranjeironet/mlx5: fix flow director mask
2018-04-27 Nélio Laranjeironet/mlx5: split L3/L4 in flow director
2018-04-27 Xueming Linet/mlx5: fix invalid flow item check
2018-04-27 Adrien Mazarguilnet/mlx5: fix RSS flow action bounds check
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-03-30 Dahir Osmannet/mlx5: setup RSS regardless of queue count
2018-03-30 Nélio Laranjeironet/mlx5: refuse empty VLAN flow specification
2018-03-30 Nélio Laranjeironet/mlx5: improve flow error explanation
2018-03-30 Nélio Laranjeironet/mlx5: change tunnel flow priority
2018-03-30 Nélio Laranjeironet/mlx5: use dynamic logging
2018-03-30 Nélio Laranjeironet/mlx5: use port id in PMD log
2018-03-30 Nélio Laranjeironet/mlx5: standardize on negative errno values
2018-03-30 Nélio Laranjeironet/mlx5: prefix all functions with mlx5
2018-03-30 Nélio Laranjeironet/mlx5: remove control path locks
2018-03-30 Nélio Laranjeironet/mlx5: normalize function prototypes
2018-03-30 Nélio Laranjeironet/mlx5: mark parameters with unused attribute
2018-03-30 Nélio Laranjeironet/mlx5: fix flow creation with a single target queue
2018-02-13 Xueming Linet/mlx5: add log on flow creation error
2018-02-13 Shahaf Shulernet/mlx5: revert multicast rule verbs flow type
2018-02-08 Shahaf Shulernet/mlx5: revert support of IPv4 time-to-live filter
2018-02-06 Nélio Laranjeironet/mlx5: fix flow RSS configuration
2018-02-05 Nélio Laranjeironet/mlx5: fix flow priority on queue action
2018-02-05 Nélio Laranjeironet/mlx5: fix port stop by verify flows are still present
2018-02-01 Olivier Matznet/mlx5: use SPDX tags in 6WIND copyrighted files
2018-01-31 Nelio Laranjeironet/mlx5: move rdma-core calls to separate file
2018-01-29 Nélio Laranjeironet/mlx5: support IPv4 time-to-live filter
2018-01-29 Nélio Laranjeironet/mlx5: fix flow item validation
2018-01-29 Nélio Laranjeironet/mlx5: fix flow director conversion
2018-01-29 Nélio Laranjeironet/mlx5: fix all multi verification code position
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Shachar Beisernet/mlx5: fix IPv6 header fields
2018-01-16 Yongseok Kohnet/mlx5: fix missing attribute size for drop action
2018-01-16 Nelio Laranjeironet/mlx5: rename counter set in configuration
2018-01-16 Shahaf Shulernet/mlx5: add device configuration structure
2018-01-16 Nélio Laranjeironet/mlx5: fix un-supported RSS hash fields use
2018-01-16 Raslan Darawshehnet/mlx5: fix flow type for allmulti rules
2018-01-16 Nélio Laranjeironet/mlx5: remove parser/flow drop queue
2017-11-15 Shahaf Shulernet/mlx5: fix flow mark action on port start
2017-11-14 Nelio Laranjeironet/mlx5: fix flow director deletion
2017-11-10 Nélio Laranjeironet/mlx5: fix flow director rules comparison
2017-11-07 Nélio Laranjeironet/mlx5: fix flow director delete with drop action
2017-11-07 Shahaf Shulernet/mlx5: fix flow creation on port start
next