Releases: facebook/bpfilter
Releases · facebook/bpfilter
v0.1.0
What's Changed
- Add missing header and definitions by @qdeslandes in #2
- Various build fixes by @qdeslandes in #3
- README: detail how to change the interface used by @qdeslandes in #4
- Make bpfilter a standalone userspace daemon by @qdeslandes in #5
- tests: use COUNTER for TestAssert by @qdeslandes in #6
- Add CMake install target by @qdeslandes in #7
- build: fix install on multiarch distros by @qdeslandes in #8
- Add basic CI by @rphibel in #10
- Add transient mode by @qdeslandes in #13
- Add CI workflow by @rphibel in #9
- Add support for BPF
dynptr
by @qdeslandes in #12 - Fix
bpfilter.pc
debug link flags by @qdeslandes in #15 - Update README.md to include required Linux version by @qdeslandes in #16
- Add support for Netfilter BPF programs by @qdeslandes in #17
- Bpfilter testing framework by @rphibel in #19
- Update
bpfilter
runtime directory and prevent BPF objects pinning on--transient
run by @qdeslandes in #21 - Replace Criterion with CMocka for unit tests by @qdeslandes in #18
- doc: update kernel and
libbpf
requirements by @qdeslandes in #22 - build: set minimum CMake version to 3.20 by @qdeslandes in #23
- Various CMake fixes by @DaanDeMeyer in #24
- Various improvement and bug fixes by @qdeslandes in #26
- General improvements by @qdeslandes in #27
- Various improvements by @qdeslandes in #28
- [Readme] add info on how to build and run the tests by @jordalgo in #29
- Enable self-hosted runners by @qdeslandes in #33
- tests: improve unit testing for bf_list by @qdeslandes in #35
- doc: document building and usage of iptables with bpfilter by @qdeslandes in #32
- Publish
bpfilter
documentation using GitHub pages by @qdeslandes in #36 - doc: update quick start guide in README.md by @qdeslandes in #37
- generator: fix IP header protocol field size by @qdeslandes in #38
- core: use BTF to find kernel structures field offsets by @qdeslandes in #39
- generator: grow instructions buffer when `bpfilter emits a fixup call by @qdeslandes in #40
- generator: add support for local BPF jump contexts by @qdeslandes in #41
- Logging from bpf programs by @qdeslandes in #42
- core: rule: fix prefix for last field dump by @qdeslandes in #43
- doc: remove
todo.rst
by @qdeslandes in #44 - core: make rule counter optional by @qdeslandes in #45
- generator: add support for codegen update by @qdeslandes in #46
nftables
support: addbf_nfmsg
to represent Netfilter Netlink messages by @qdeslandes in #47nftables
support: addbf_nfgroup
for multipart Netlink messages by @qdeslandes in #48- Fix documentation generation by installing
libnl3-devel
by @qdeslandes in #49 - xlate: nft:
bf_nfgroup
automatically setNLM_F_MULTI
flag on multipart messages by @qdeslandes in #50 - Add boilerplate for
nft
front-end fornftables
support by @qdeslandes in #51 - build: remove coverage requirement for code that can't be unit tested by @qdeslandes in #53
- Fix strings map pinning and detail support Ubuntu version. by @qdeslandes in #55
nftables
basic offload support by @qdeslandes in #54- xlate: nft: fix counter support when translating nft bytecode by @qdeslandes in #57
- fix warning: ‘child’ may be used uninitialized by @ikruglov in #58
- Add custom target to build nftables and iptables from bpfilter's CMake by @qdeslandes in #59
- Fix the license identifier by @qdeslandes in #60
- doc: display bpfilter's logo in the sidebar by @qdeslandes in #63
- Fix typo in doc/overview.rst by @orangepanda83 in #62
- doc: list nftables and iptables build dependencies by @qdeslandes in #64
- Refactor log printer used in the generated BPF program to properly restore from serialised data by @qdeslandes in #68
- doc: fix GitHub pages CI by @qdeslandes in #69
- core: prevent crash if data.bin is smaller than bf_marsh structure by @qdeslandes in #70
- Add debug mode by @qdeslandes in #71
- Add CODEOWNERS by @qdeslandes in #72
- tests: add
--group
command line option to filter test groups by @qdeslandes in #74 - core: introduce
bf_matcher
structure by @qdeslandes in #75 - core: rule: add support for
bf_matcher
by @qdeslandes in #76 - Cleanup
*_dump()
function (and other minor fixes) by @qdeslandes in #77 - Fill
bf_rule
's matchers fromipt
andnft
front-ends by @qdeslandes in #78 - generator: matcher: use
bf_matcher
to create the BPF bytecode by @qdeslandes in #79 - core: rule: remove old matching criteria by @qdeslandes in #80
- doc: add links to FOSDEM 2024 and Scale21x talks by @qdeslandes in #81
- doc: clarify Ubuntu 22.04 LTW HWE situation by @qdeslandes in #84
- build: add Ubuntu 24.04 and Fedora 40 to CI by @qdeslandes in #85
- Refactor the generation of the bytecode to parse and detect a packet's protocols by @qdeslandes in #83
- Add
assert_success()
andassert_error()
to check a function's return value by @qdeslandes in #87 - Refactor program management by @qdeslandes in #88
- Introduce
bfcli
: a generic command line interface to communicate with the daemon by @qdeslandes in #86 - Consolidate sources by @qdeslandes in #89
- matcher: ip: support
ip.(s|d)addr
inbfcli
by @qdeslandes in #90 - TCP and UDP source/destination port filtering by @qdeslandes in #91
- TCP flags filtering by @qdeslandes in #92
- Fix
iptables
protocol filtering by @qdeslandes in #93 - doc: add
bpfilter
usage documentation by @qdeslandes in #94 - build: drop support for Fedora 38 and Ubuntu 23.10 by @qdeslandes in #95
- doc: improve README.md by @qdeslandes in #96
- Typo update - README.md by @shaikhyaser in #97
- IPv6 address filtering support by @qdeslandes in #98
- cli: add copyright header to
cli.c
by @qdeslandes in #99 - Follow Meta Open Source requirements by @qdeslandes in #100
- Add missing copyright headers, fix
clang-format
errors, enable mask support forip6.(s|d)ddr
by @qdeslandes in #101 - doc: modify the copyright template for Meta automatic validation by @qdeslandes in #102
- Documentation improvements by @qdeslandes in #107
- Various documentation improvements by @qdeslandes in #108
- First part of sets support by @qdeslandes in #109
- Big clean-up PR! by @qdeslandes in #111
- Support for sets filtering: phase II by @qdeslandes in https://github.com/facebook/bpfilte...