net/ice/base: update profile to recipe bitmap array
[dpdk.git] / drivers / net / ice / base / ice_switch.c
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
2019-03-29 Qi Zhangnet/ice/base: add VSI queue context framework
2019-03-29 Qi Zhangnet/ice/base: add more APIs in switch module
2019-03-29 Qi Zhangnet/ice/base: declare functions as external
2019-03-29 Qi Zhangnet/ice/base: improve comments
2019-03-29 Qi Zhangnet/ice/base: add switch resource allocation and free
2018-12-21 Paul M Stillwell Jrnet/ice/base: add virtual switch code