net/ice/base: fix advanced switch rule stale information
[dpdk.git] / drivers / net / ice / base / ice_switch.c
2020-06-16 Qi Zhangnet/ice/base: fix advanced switch rule stale information
2020-06-16 Qi Zhangnet/ice/base: support more PPPoE packet type
2020-06-16 Qi Zhangnet/ice/base: return correct error code
2020-06-16 Qi Zhangnet/ice/base: adjust function signature style format
2020-06-16 Qi Zhangnet/ice/base: allow GENEVE and VXLAN rules with VLAN
2020-06-16 Qi Zhangnet/ice/base: cleanup comment formatting
2020-06-16 Qi Zhangnet/ice/base: change IPv6 training packet
2020-06-16 Qi Zhangnet/ice/base: consolidate VF promiscuous mode
2020-06-16 Qi Zhangnet/ice/base: improve VSI filters rebuild
2020-05-21 Qi Zhangnet/ice/base: fix tunnel type match word handling
2020-05-18 Xiaoyun Linet/ice/base: update copyright
2020-05-11 Wei Zhaonet/ice/base: fix PPPoE-IPv6 dummy packet
2020-05-11 Wei Zhaonet/ice/base: fix switch rule for IPsec
2020-05-05 Qi Zhangnet/ice/base: fix DCF switch rule
2020-05-05 Qi Zhangnet/ice/base: workaround unexpected rule deletion
2020-04-22 Wei Zhaonet/ice/base: support L2TP on switch
2020-04-22 Wei Zhaonet/ice/base: support AH ESP and NAT-T on switch
2020-04-21 Wei Zhaonet/ice/base: force switch to use different recipe
2020-04-21 Wei Zhaonet/ice/base: add mask check to find switch recipe
2020-04-21 Wei Zhaonet/ice/base: check number of chained recipes
2020-04-21 Qi Zhangnet/ice/base: remove unused code in switch rule
2020-04-21 Qi Zhangnet/ice/base: support PFCP and NAT-T of switch
2020-04-21 Qi Zhangnet/ice/base: move some macros
2020-04-21 Qi Zhangnet/ice/base: allow profile based switch rules
2020-04-21 Qi Zhangnet/ice/base: allow adding MAC VLAN filter on port
2020-04-21 Qi Zhangnet/ice/base: add ethertype check for dummy packet
2020-04-21 Qi Zhangnet/ice/base: add PPPoE IPv6 dummy packet
2020-04-21 Qi Zhangnet/ice/base: add check to IPv4 next protocol
2020-04-21 Qi Zhangnet/ice/base: update copyright date
2020-04-21 Qi Zhangnet/ice/base: fix a couple of casting
2020-04-21 Qi Zhangnet/ice/base: capitalize abbreviations
2020-04-21 Qi Zhangnet/ice/base: minor fixes
2020-04-21 Qi Zhangnet/ice/base: use descriptive variable name than type
2020-04-21 Qi Zhangnet/ice/base: allow VLAN and ethertype filter for port
2020-04-21 Qi Zhangnet/ice/base: fix removing MAC rule
2020-04-21 Qi Zhangnet/ice/base: fix uninitialized stack variables
2020-01-17 Qi Zhangnet/ice/base: support adding MAC rules on specific...
2020-01-17 Qi Zhangnet/ice/base: fix loop limit
2020-01-17 Qi Zhangnet/ice/base: cleanup format of static const declarations
2020-01-17 Qi Zhangnet/ice/base: support MAC/VLAN with TCP/UDP in switch
2019-11-20 Wei Zhaonet/ice/base: fix switch programming for IPv6
2019-10-23 Qi Zhangnet/ice/base: fix switch rule programming for all profiles
2019-10-23 Qi Zhangnet/ice/base: fix unexpected switch rule overwrite
2019-10-23 Qi Zhangnet/ice/base: fix NVGRE switch rule programming
2019-10-23 Qi Zhangnet/ice/base: fix adding PPPoE switch rule
2019-10-07 Qi Zhangnet/ice/base: support switch for IPv6 TC field
2019-10-07 Qi Zhangnet/ice/base: use bitmap copy where appropriate
2019-10-07 Qi Zhangnet/ice/base: fix 4 bytes alignment for PPPoE dummy...
2019-10-07 Qi Zhangnet/ice/base: search field vector indices for result...
2019-10-07 Qi Zhangnet/ice/base: replace alloc-followed-by-copy with memdup
2019-10-07 Qi Zhangnet/ice/base: associate switch recipe to profiles
2019-10-07 Qi Zhangnet/ice/base: refactor data structure
2019-10-07 Qi Zhangnet/ice/base: support switch rule about VLAN PPPoE
2019-10-07 Qi Zhangnet/ice/base: propagate errors from functions
2019-10-07 Qi Zhangnet/ice/base: remove redundant empty lines
2019-10-07 Qi Zhangnet/ice/base: ignore inverse switch recipes
2019-10-07 Qi Zhangnet/ice/base: update profile to recipe bitmap array
2019-10-07 Qi Zhangnet/ice/base: add GENEVE offset
2019-10-07 Qi Zhangnet/ice/base: remove unnecessary if branch
2019-10-07 Qi Zhangnet/ice/base: remove unnecessary dummy packet finding
2019-10-07 Qi Zhangnet/ice/base: update switch training packets with open...
2019-10-07 Qi Zhangnet/ice/base: maximize switch recipe words per line
2019-10-07 Qi Zhangnet/ice/base: refactor removal of VLAN promiscuous...
2019-10-07 Qi Zhangnet/ice/base: fix flag settings in AQ call
2019-10-07 Qi Zhangnet/ice/base: remove unnecessary conditional check
2019-10-07 Qi Zhangnet/ice/base: move and add some help function and macros
2019-10-07 Qi Zhangnet/ice/base: improve switch chained recipe
2019-10-07 Qi Zhangnet/ice/base: update UDP tunnel switch training packets
2019-10-07 Qi Zhangnet/ice/base: return switch error on invalid match...
2019-10-07 Qi Zhangnet/ice/base: associate recipes by profile type
2019-10-07 Qi Zhangnet/ice/base: improve switch advanced rule
2019-10-07 Qi Zhangnet/ice/base: support GTP and PPPoE protocols
2019-07-24 Qi Zhangnet/ice/base: fix resource leak
2019-07-24 Qi Zhangnet/ice/base: fix inner TCP and UDP support for GRE
2019-07-03 Leyi Rongnet/ice/base: fix inner L2 offset in GRE dummy packet
2019-07-03 Leyi Rongnet/ice/base: support ethertype switch filters
2019-07-03 Leyi Rongnet/ice/base: support IPv6 based switch filters
2019-06-28 Leyi Rongnet/ice/base: reduce calls to get profile associations
2019-06-28 Leyi Rongnet/ice/base: fix NVGRE header structure
2019-06-28 Leyi Rongnet/ice/base: reduce adding advanced rule time
2019-06-28 Leyi Rongnet/ice/base: allow forward to Q groups in switch rule
2019-06-28 Leyi Rongnet/ice/base: enable additional switch rules
2019-06-28 Leyi Rongnet/ice/base: cleanup unused code
2019-06-28 Leyi Rongnet/ice/base: fix Rx functionality for ethertype filters
2019-06-28 Leyi Rongnet/ice/base: protect list add with lock
2019-06-28 Leyi Rongnet/ice/base: eliminate semantic parser warnings
2019-06-28 Leyi Rongnet/ice/base: forbid VSI to remove unassociated ucast...
2019-06-28 Leyi Rongnet/ice/base: move RSS replay list
2019-06-28 Leyi Rongnet/ice/base: support removing advanced rule
2019-06-28 Leyi Rongnet/ice/base: replay advanced rule after reset
2019-06-28 Leyi Rongnet/ice/base: support programming a new switch recipe
2019-06-28 Leyi Rongnet/ice/base: add functions to create new switch recipe
2019-03-29 Qi Zhangnet/ice/base: update copyright time
2019-03-29 Qi Zhangnet/ice/base: fix minor issues
2019-03-29 Qi Zhangnet/ice/base: add helper functions for flow management
2019-03-29 Qi Zhangnet/ice/base: add MAC filter with marker and counter
2019-03-29 Qi Zhangnet/ice/base: add functions to get VSI promiscuous...
2019-03-29 Qi Zhangnet/ice/base: add functions for resource counter
2019-03-29 Qi Zhangnet/ice/base: add functions to get allocated resources
2019-03-29 Qi Zhangnet/ice/base: add functions for ethertype filter
next