1. 3737bbf submodule: point verifier to vbpf/prevail (#755) by Alan Jowett · 11 hours ago main
  2. d8af62f build(deps): bump the actions group with 3 updates (#754) by dependabot[bot] · 3 days ago
  3. b09f6b6 Fix MSVC C6262 warning: reduce ubpf_exec_ex stack usage (#752) by Alan Jowett · 7 days ago
  4. c5b28c5 Add memory-leak detection to CI (ASan + Valgrind) (#747) by Copilot · 8 days ago
  5. fcaf279 Revert "Add bounds checking to x86_64 JIT compiler for load/store operations …" (#749) by Alan Jowett · 8 days ago
  6. 54804c4 Fix memory leak in ubpf_unload_code when reloading programs (#745) by Copilot · 8 days ago
  7. 953be42 Add symbolic label support to uBPF assembler (#739) by Copilot · 8 days ago
  8. ebfb44f Add bounds checking to x86_64 JIT compiler for load/store operations (#721) by Copilot · 8 days ago
  9. 53a9b29 Consolidate test files: eliminate duplicates with bpf_conformance (#743) by Copilot · 8 days ago
  10. 4dc9d2b ARM64 JIT: Implement constant blinding support (#733) by Copilot · 8 days ago
  11. d6337f3 Unify test and fuzzer configuration with shared CMake support library (#740) by Copilot · 8 days ago
  12. 9851641 Add .github/copilot-instructions.md for Copilot integration (#736) by Alan Jowett · 8 days ago
  13. 3f5f6ac Fix Windows fuzzing build: use _popen/_pclose on MSVC (#742) by Copilot · 8 days ago
  14. c3a3827 Add missing coverage jobs to finish.needs to fix Coveralls parallel build (#738) by Copilot · 8 days ago
  15. 25f1d4f Add external VM comparison support to fuzzer (#732) by Copilot · 8 days ago
  16. 459f6c8 Add ARM64 JIT atomic instruction support (#727) by Copilot · 8 days ago
  17. 0b33125 Export MAX_EXT_FUNCS to public API as UBPF_MAX_EXT_FUNCS (#734) by Copilot · 8 days ago
  18. 65430ce Document context pointer requirements for PREVAIL-verified programs (#731) by Copilot · 9 days ago
  19. a858cc1 Update R_BPF_64_32 relocation type to 10 for clang 17+ compatibility (#730) by Copilot · 9 days ago
  20. 1f90174 Add JIT constant blinding to mitigate spray attacks (#718) by Copilot · 9 days ago
  21. 7ee3d35 [StepSecurity] ci: Harden GitHub Actions (#729) by StepSecurity Bot · 9 days ago
  22. 497da04 Fix undefined behavior from casting nullptr to uint64_t in libfuzzer harness (#728) by Copilot · 9 days ago
  23. 8d92f8f Fix integer overflow vulnerabilities in bounds_check (#720) by Copilot · 9 days ago
  24. 6f815f6 Fix integer overflow in pointer arithmetic calculations (#726) by Copilot · 9 days ago
  25. ee102e7 Fix format specifier mismatch in call depth error message (#725) by Copilot · 9 days ago
  26. 95f5a36 Fix Windows CI to fail on test failures (#724) by Copilot · 9 days ago
  27. 8948f29 Enable ARM64 sanitizers using native GitHub runners (#723) by Copilot · 9 days ago
  28. 0bb9564 Store bytecode in read-only memory pages (#719) by Copilot · 9 days ago
  29. 523d7bc Implement RFC 9669 signed division (sdiv) and modulo (smod) support (#714) by Alan Jowett · 9 days ago
  30. 71fc460 Add RFC 9669 JMP32-class JA (opcode 0x06) support (#702) by Copilot · 9 days ago
  31. 0d1ad27 Add RFC 9669 ALU64 END instruction support (bswap16/32/64) (#703) by Copilot · 10 days ago
  32. df3d5cf Fix Conformance external project directories for FetchContent/ExternalProject usage (#713) by Alan Jowett · 10 days ago
  33. d85532f build(deps): bump github/codeql-action in the actions group (#716) by dependabot[bot] · 12 days ago
  34. b2cc37f Fix compilation on non-x86_64/non-aarch64 architectures (#708) by Copilot · 13 days ago
  35. ddabd44 Add GitHub Copilot project configuration (#712) by Copilot · 13 days ago
  36. 21907f3 Update bpf_conformance to RFC 9669 and fix bugs revealed by new tests (#710) by Copilot · 13 days ago
  37. ebd09b6 Implement RFC 9669 MEMSX sign-extension load instructions (#701) by Copilot · 2 weeks ago
  38. e27211d build(deps): bump actions/checkout in the actions group (#706) by dependabot[bot] · 2 weeks ago
  39. 82e7733 Pickup new bpf_conformance with new mnenomic support (#705) by Alan Jowett · 2 weeks ago
  40. d79a612 Update documentation to reference RFC 9669 as primary BPF ISA specification (#667) by Copilot · 2 weeks ago
  41. 86458a0 build(deps): bump the actions group across 1 directory with 2 updates (#695) by dependabot[bot] · 2 weeks ago
  42. e43ad68 build(deps): bump the actions group across 1 directory with 7 updates (#693) by dependabot[bot] · 4 weeks ago
  43. dc4c78b build(deps): bump the actions group across 1 directory with 5 updates (#689) by dependabot[bot] · 3 months ago
  44. 8c0dc65 build(deps): bump the actions group across 1 directory with 5 updates (#686) by dependabot[bot] · 4 months ago
  45. 1ad22f3 MacOS build fails to install cmake (#682) by Alan Jowett · 5 months ago
  46. a591452 build(deps): bump the actions group across 1 directory with 5 updates (#679) by dependabot[bot] · 5 months ago
  47. 3ceb93a build(deps): bump the actions group with 2 updates (#675) by dependabot[bot] · 6 months ago
  48. deefd84 build(deps): bump the actions group across 1 directory with 2 updates (#673) by dependabot[bot] · 6 months ago
  49. c97b2ef Switch Windows runners from windows-2019 to windows-2022 (#672) by Copilot · 7 months ago
  50. 2c7a276 Fix UBPF_SKIP_EXTERNAL CMake option (#662) by Alex Forster · 8 months ago
  51. ef4e9e7 build(deps): bump the actions group across 1 directory with 3 updates (#665) by dependabot[bot] · 8 months ago
  52. a568817 build(deps): bump the actions group across 1 directory with 4 updates (#656) by dependabot[bot] · 9 months ago
  53. 94a40b2 Pickup latest bpf_conformance (#659) by Alan Jowett · 9 months ago
  54. 188b665 Issue 510: Wrong conditional for offset check in ELF relocation for symbols. (#657) by Jon Arney · 9 months ago
  55. 8e5b612 build(deps): bump the actions group with 2 updates (#652) by dependabot[bot] · 10 months ago
  56. 288fc43 build(deps): bump github/codeql-action in the actions group (#651) by dependabot[bot] · 10 months ago
  57. e0823b2 Prune git submodules in format script (#649) by Kristófer Fannar Björnsson · 11 months ago
  58. 5585c83 build(deps): bump the actions group across 1 directory with 4 updates (#650) by dependabot[bot] · 11 months ago
  59. 8782fd3 build(deps): bump the actions group with 5 updates (#643) by dependabot[bot] · 12 months ago
  60. e563b97 build(deps): update pyelftools requirement in the actions group (#642) by dependabot[bot] · 12 months ago
  61. 2ad882f build(deps): bump github/codeql-action in the actions group (#639) by dependabot[bot] · 12 months ago
  62. 8efaff7 build(deps): bump the actions group with 2 updates (#635) by dependabot[bot] · 1 year ago
  63. 50cfeed build(deps): bump external/bpf_conformance in the actions group (#636) by dependabot[bot] · 1 year ago
  64. d682377 Update version of ebpf-verifier being fuzzed (#632) by Alan Jowett · 1 year ago
  65. 16d52a4 build(deps): bump the actions group with 3 updates (#633) by dependabot[bot] · 1 year ago
  66. 0620a1d Handle changes to lcov (#631) by Alan Jowett · 1 year, 1 month ago
  67. 0e4b3c7 Cleanup Handling of Targets During JITing. (#626) by Will Hawkins · 1 year, 1 month ago
  68. 6628f4a build(deps): bump the actions group with 3 updates (#628) by dependabot[bot] · 1 year, 1 month ago
  69. caa0081 build(deps): bump the actions group with 2 updates (#624) by dependabot[bot] · 1 year, 1 month ago
  70. 0aa26cd build(deps): bump github/codeql-action in the actions group (#621) by dependabot[bot] · 1 year, 2 months ago
  71. f5e6778 Ignore build fuzzer (#620) by Alan Jowett · 1 year, 2 months ago
  72. 1da1d8e build(deps): bump the actions group with 2 updates (#619) by dependabot[bot] · 1 year, 2 months ago
  73. c494992 Update bpf_conformance (#617) by Alan Jowett · 1 year, 2 months ago
  74. 1b96cfa build(deps): bump the actions group with 3 updates (#616) by dependabot[bot] · 1 year, 2 months ago
  75. d82c4f8 Validate specific atomic operation opcodes (#614) by Will Hawkins · 1 year, 2 months ago
  76. 859e35c build(deps): bump github/codeql-action in the actions group (#611) by dependabot[bot] · 1 year, 3 months ago
  77. 7ab98e5 Set stack as function of max call depth (#608) by Alan Jowett · 1 year, 3 months ago
  78. 94f7a43 Update submodules (#607) by Alan Jowett · 1 year, 3 months ago
  79. 24087eb build(deps): bump github/codeql-action in the actions group (#604) by dependabot[bot] · 1 year, 3 months ago
  80. 8f77621 Set timeout on fuzzing (#605) by Alan Jowett · 1 year, 3 months ago
  81. 5798dc6 Fix labelling for local calls (#602) by Alan Jowett · 1 year, 3 months ago
  82. 80cc295 Switch back to fuzzing branch (#600) by Alan Jowett · 1 year, 3 months ago
  83. d24bc13 Set timeout correctly (#599) by Alan Jowett · 1 year, 3 months ago
  84. 5740e69 build(deps): bump actions/dependency-review-action in the actions group (#598) by dependabot[bot] · 1 year, 3 months ago
  85. f0e0897 build(deps): bump the actions group with 2 updates (#597) by dependabot[bot] · 1 year, 3 months ago
  86. fe25f91 Update verifier (#595) by Alan Jowett · 1 year, 3 months ago
  87. 2d75c56 Fix integer widths (#594) by Alan Jowett · 1 year, 3 months ago
  88. 3c639e6 Validate instructions (#593) by Alan Jowett · 1 year, 3 months ago
  89. e6bf9d4 Increase runtime (#592) by Alan Jowett · 1 year, 3 months ago
  90. f76c009 Pull after running fuzzing to avoid conflict (#591) by Alan Jowett · 1 year, 3 months ago
  91. ace4569 Enable constraints check on Linux (#587) by Alan Jowett · 1 year, 3 months ago
  92. 78729ed build(deps): bump the actions group with 5 updates (#589) by dependabot[bot] · 1 year, 3 months ago
  93. d9c9017 Generate dictionary (#586) by Alan Jowett · 1 year, 3 months ago
  94. 2e945f5 Mark register as uninitialized if source is uninitialized stack (#585) by Alan Jowett · 1 year, 4 months ago
  95. a942ae1 Switch to fuzzing branch (#582) by Alan Jowett · 1 year, 4 months ago
  96. 36e862f Only permit jumps within sub-programs (#581) by Alan Jowett · 1 year, 4 months ago
  97. 29bbad0 Fix Windows build of ubpf_fuzzer (#578) by Alan Jowett · 1 year, 4 months ago
  98. a2c93ea Fix stack usage validation for eBPF local functions (#566) by Will Hawkins · 1 year, 4 months ago
  99. f4cd68d build(deps): bump coverallsapp/github-action in the actions group (#573) by dependabot[bot] · 1 year, 4 months ago
  100. 3e0bec3 build(deps): bump the actions group across 1 directory with 2 updates (#577) by dependabot[bot] · 1 year, 4 months ago