Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Npfreview - ALTQ integration in NPF #41

Open
wants to merge 51 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
d9c7834
Compile-time error fix in altq
Emmankoko Jun 23, 2024
ffcb3f9
Plain grammar for ALTQ configuration in /etc/npf.conf
Emmankoko Dec 13, 2024
2fd15e9
Integrate NPF into ALTQ: might be a goodbye for PF & ALTQ
Emmankoko Dec 13, 2024
e129664
kernel component that loads altq configurations into altq framework
Emmankoko Dec 13, 2024
fe498ea
Userland code parses the altq configurations and sends to kernel
Emmankoko Dec 13, 2024
f76fd61
userland code to append queue to rule
Emmankoko Dec 13, 2024
fd84198
kernel code to append queue to a rule
Emmankoko Dec 13, 2024
4a5b362
flushing config with altq
Emmankoko Dec 13, 2024
5cc7846
starting ALTQ in npf
Emmankoko Dec 13, 2024
6cbbed7
stop queueing
Emmankoko Dec 13, 2024
2f2f046
print statistics on queueing and filtering
Emmankoko Dec 14, 2024
9599712
show altq using npfctl show -q
Emmankoko Dec 14, 2024
d9ba839
fix err, return parens, sizeof args, and copyright issues
Emmankoko Dec 27, 2024
7f07037
proper spacing between functions
Emmankoko Dec 27, 2024
cbfff41
fix whitespaces
Emmankoko Dec 27, 2024
e7216e7
fix copyright
Emmankoko Dec 27, 2024
86cd137
Revert "Compile-time error fix in altq" and return 0
Emmankoko Dec 28, 2024
ebae4b6
fix whitespaces
Emmankoko Dec 30, 2024
7051f34
use right copyright details
Emmankoko Dec 30, 2024
a899c77
fix whitespace in scanner
Emmankoko Dec 30, 2024
e80bde5
fix whitespace in scanner
Emmankoko Dec 30, 2024
60ebc66
align bw spec whitespace
Emmankoko Dec 30, 2024
403fe9a
use sized types for queue opts
Emmankoko Dec 30, 2024
8f35381
put everything in ALTQ defined block
Emmankoko Dec 30, 2024
40efed2
fix whitespace in npftest Makefile
Emmankoko Dec 30, 2024
7733e69
proper spacing in rule queue
Emmankoko Dec 30, 2024
0273dcc
full stop in copyright detail
Emmankoko Dec 30, 2024
f8014a9
clear verbosity
Emmankoko Dec 30, 2024
7bd6cea
fix whitespace: put comments beside
Emmankoko Dec 30, 2024
70646c2
rightly align fields
Emmankoko Dec 30, 2024
c1d4d29
use right comment indennt
Emmankoko Dec 30, 2024
52e2d09
no cast in malloc, use sizeof(dest), and uintX_t
Emmankoko Dec 30, 2024
7018fa1
single responsibility principle: expand_altq
Emmankoko Dec 31, 2024
1c55bfd
quest for shorter functions: extract queue appending from expand queue
Emmankoko Dec 31, 2024
ea45bd1
misc: fix missing return type on setqueue
Emmankoko Dec 31, 2024
8ea898a
add npf stuff to expected symbols
Emmankoko Dec 31, 2024
77dffed
single responsibility principle: extract scheduler check from expand …
Emmankoko Dec 31, 2024
48a3a26
fix sizeof and err in npfctl_qstats
Emmankoko Dec 31, 2024
1f609c7
terminating #ifndef in npf_altq.h
Emmankoko Dec 31, 2024
552e5f3
rename opts to use right objs
Emmankoko Dec 31, 2024
85c7657
define opt in kernel option
Emmankoko Dec 31, 2024
eba2b11
terminate kernelndef
Emmankoko Dec 31, 2024
61e41c9
minor fix in npfaltq func prototype
Emmankoko Dec 31, 2024
0c6caed
provide def for npf_qid_unref
Emmankoko Jan 1, 2025
4c26bec
fix bad *
Emmankoko Jan 1, 2025
1442253
comment space
Emmankoko Jan 1, 2025
70df3d0
remove comment
Emmankoko Jan 1, 2025
a2b3961
use right open_dev sig
Emmankoko Jan 1, 2025
bcb24ec
match build rule sig
Emmankoko Jan 1, 2025
3b9f162
fis minors spell and copyright
Emmankoko Jan 1, 2025
0cb00a6
define struct segment
Emmankoko Jan 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading