net/hns3: fix return value for unsupported tuple
[dpdk.git] / drivers / net / enic / enic_fm_flow.c
2022-02-15 John Daleynet/enic: fix dereference before null check
2022-01-31 John Daleynet/enic: support eCPRI matching
2022-01-28 Weiguo Linet/enic: fix dereference before null check
2022-01-20 Hyong Youb Kimnet/enic: support GENEVE flow item
2022-01-11 Josh Soreffix spelling in comments and strings
2021-11-04 John Daleynet/enic: support GTP header flow matching
2021-10-18 Ferruh Yigitnet/enic: fix build with GCC 7.5
2021-10-13 Andrew Rybchenkonet/enic: support meta flow actions to overrule destina...
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