summaryrefslogtreecommitdiff
path: root/v5/apf_interpreter.h
AgeCommit message (Expand)Author
2024-04-14v5: make apf_run() return more helpful value on firmware integration bugsMaciej Żenczykowski
2024-03-03v5: document how to calculate filter_age_16384thsMaciej Żenczykowski
2024-02-09v5: enforce 4 byte alignment of program pointer and ram lengthMaciej Żenczykowski
2024-01-26v5: stylistic/doc changes for apf_interpreter.hMaciej Żenczykowski
2024-01-25v5: fix // comment in apf_interpreter.hMaciej Żenczykowski
2023-12-21v5/apf_interpreter.h: convert hard (non-breaking) spaces to normal ascii spacesMaciej Żenczykowski
2023-12-14Turn on -Werror=strict-prototypes build flag and fix build errorYuyang Huang
2023-12-09Update allocate/transmit API parameter typeYuyang Huang
2023-12-07Update the APFv6 API to support pass in the ctx parameterYuyang Huang
2023-11-22Update the apf_run() to match the latest design docYuyang Huang
2023-11-22Update the apf_transmit_buffer() to match the latest design docYuyang Huang
2023-11-22Update the apf_allocate_buffer() to match the latest design docYuyang Huang
2023-11-22Fix the comment of apf_version() and move it to apf_interpreter.cYuyang Huang
2023-10-11Update the apf_allocate_buffer() API docYuyang Huang
2023-10-03Update the apf_allocate_buffer() and apf_transmit_buffer() document.Yuyang Huang
2023-10-02Fix APFv6 API definition and descriptionYuyang Huang
2023-09-29Add API for APFv6Yuyang Huang
2023-09-29Change the APF_INTERPRETER_H_ to APF_INTERPRETER_V5_H_Yuyang Huang
2023-09-15Create APFv6 skeletonYuyang Huang