Skip to content

Releases: oskardrums/ebpf

ebpf Version 0.2.3

26 Feb 19:41
v0.2.3
59ac92e
Compare
Choose a tag to compare

Changes from version 0.2.2

  • Allow ebpf_maps:close/1 to close the underlying eBPF map of ebpf_maps:iterator()s

More details can be found in CHANGES.md

ebpf Version 0.2.2

25 Feb 10:56
v0.2.2
02c7a6a
Compare
Choose a tag to compare

For details see the change log in CHANGES.md

ebpf Version 0.2.1

24 Feb 19:15
v0.2.1
Compare
Choose a tag to compare

Changes from 0.2.0:

  • Add ebpf_kern:return/1
  • Add ebpf_kern:branch/5

ebpf Version 0.2.0

24 Feb 14:27
325b434
Compare
Choose a tag to compare
v0.2.0

ebpf Release 0.2.0

ebpf 0.2.0 beta

13 Feb 20:14
da9dc3d
Compare
Choose a tag to compare
Add user space eBPF maps methods

* Rename ebpf_lib -> ebpf_user, ebpf_gen -> ebpf_kern

* Bump OTP application version

* Fix omission in ebpf_SUITE.erl

* Move (dis)assemble/1 to dedicated module

* Add examples/cf_ttl.erl

This is a port of Cloudflare's famous ebpf.go to Erlang `ebpf`
A couple of bugs arose and were fixed while testing this example

* Add ebpf_user:{update,lookup,delete}_map_element

* Add ebpf_user:get_map_next_key/2

* Complete the cf_ttl example