What's Changed
- Fix : add kernel version guard to luaxdp_exit() for compatibility with < 6.4 by @ShivamVashisth28 in #263
- move lunatik_setstring into lunatik.h by @qrsikno2 in #266
- hotfix: correct function name to fix build failure by @qrsikno2 in #267
- add support for LDoc by @lneto in #271
- Fix fib api change in kernel >= 6.15 by @jperon in #278
- move luanetfilter_setinteger/optinteger into lunatik.h by @qrsikno2 in #282
- Update README.md to point to LDoc. by @jperon in #284
- Add lualinux_kill() by @Physic69 in #280
- update the optinteger with removed nil version by @qrsikno2 in #285
- Linux crypto api: crypto_shash by @jperon in #283
- Add crypto_shash to Makefile by @jperon in #287
- crypto_shash tests by @jperon in #286
- HKDF tests: Add tls13_expand_label by @jperon in #288
- crypto_skcipher by @jperon in #289
- Add crypto_skcipher to documentation by @jperon in #291
- Fix compilation warning by @jperon in #292
- fix missing semi-colon in cleanup script by @sheharyaar in #299
- add zlua.ko module order to fix sym conflict by @sheharyaar in #298
- crypto_aead by @jperon in #296
- crypto_rng by @jperon in #293
- update lua/ to v5.4.8 by @lneto in #303
New Contributors
- @ShivamVashisth28 made their first contribution in #263
- @Physic69 made their first contribution in #280
Full Changelog: v3.6.2...v3.7