net/i40e: fix crash in AVX512
[dpdk.git] / drivers / net / enic / enic_fm_flow.c
2021-04-09 John Daleynet/enic: fix flow initialization error handling
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-13 John Daleynet/enic: remove deprecated flow director code
2020-11-03 Hyong Youb Kimnet/enic: fix header sizes when copying flow patterns
2020-10-16 John Daleynet/enic: check in error path
2020-10-08 John Daleynet/enic: share flow actions with same signature
2020-09-21 Hyong Youb Kimnet/enic: support VXLAN decap action combined with...
2020-09-21 Hyong Youb Kimnet/enic: generate VXLAN src port if it is zero in...
2020-09-21 Hyong Youb Kimnet/enic: ignore VLAN inner type when it is zero
2020-09-21 Hyong Youb Kimnet/enic: support priorities for TCAM flows
2020-09-21 Hyong Youb Kimnet/enic: support egress port id action
2020-09-21 Hyong Youb Kimnet/enic: extend flow handler to support VF representors
2020-09-21 Hyong Youb Kimnet/enic: add minimal VF representor
2020-07-11 Hyong Youb Kimnet/enic: add more flow manager actions to dump
2020-07-11 Hyong Youb Kimnet/enic: support VLAN push and pop flow actions
2020-04-21 John Daleynet/enic: allow multiple mark and flag actions
2020-04-21 John Daleynet/enic: support flow API RSS ranges on outer headers
2020-04-21 Hyong Youb Kimnet/enic: fix flow action reordering
2020-03-27 Ferruh Yigitlog: add API to check if a logtype can log in a given...
2020-01-17 John Daleynet/enic: consolidate and remove some defines
2020-01-17 John Daleynet/enic: replace some PMD macros with standard API
2019-11-20 Reshma Pattannet: use IPV4 VHL constant
2019-10-23 Hyong Youb Kimnet/enic: add flow implementation based on Flow Manager API