index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
fq_codel.c
Age
Commit message (
Expand
)
Author
2022-01-02
spelling
Jonathan Gray
2020-12-10
classify packets without a flowid into bucket 0, not a random bucket.
David Gwynne
2020-06-18
add $OpenBSD$ tags
David Gwynne
2020-06-17
make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.
David Gwynne
2017-11-27
lenght->length, mostly in comments
Stuart Henderson
2017-07-24
Fixup free list handling in fqcodel_deq_begin
Mike Belopuhov
2017-06-28
Provide pf queue manager API
Mike Belopuhov
2017-05-24
Fail with EINVAL when asked to create a non-root queue instead of panicking
Mike Belopuhov
2017-05-15
clang warns on unused static const variables. Remove one such unused
Jonathan Gray
2017-05-12
Export delay statistics instead of bucket information
Mike Belopuhov
2017-05-11
Remove a leftover from the ifq_mfreeml conversion
Mike Belopuhov
2017-05-11
Add pf queue configuration glue for FQ-CoDel
Mike Belopuhov
2017-05-11
Increment drop counter on the enqueue failure
Mike Belopuhov
2017-05-07
Fix stage transition from the initial one to DROPPING
Mike Belopuhov
2017-05-04
Implementation of the Flow Queue - Controlled Delay (FQ-CoDel)
Mike Belopuhov