aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_parser.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-13ice: add API for parser profile initializationJunfeng Guo1-2/+128
2024-08-13ice: add UDP tunnels support to the parserJunfeng Guo1-0/+98
2024-08-13ice: support turning on/off the parser's double vlan modeJunfeng Guo1-3/+75
2024-08-13ice: add parser execution main loopJunfeng Guo1-0/+41
2024-08-13ice: add parser internal helper functionsJunfeng Guo1-0/+208
2024-08-13ice: add debugging functions for the parser sectionsJunfeng Guo1-0/+470
2024-08-13ice: parse and init various DDP parser sectionsJunfeng Guo1-0/+1383
2024-08-13ice: add parser create and destroy skeletonJunfeng Guo1-0/+32