index
:
qosify
master
staging/stintel/dev
testing
OpenWrt QoS implementation based one eBPF + CAKE
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-02-10
bpf: declare tcp_ports/udp_ports without typedef
Felix Fietkau
2022-01-27
map: fix copy-paste error in codepoints map
Stijn Tintel
2021-11-22
map: allow referring to a class index directly in tcp/udp default entries
Felix Fietkau
2021-11-21
bpf: work around a verifier issue
Felix Fietkau
2021-11-19
interface: unify status, always include ifname, ingress, egress
Felix Fietkau
2021-11-19
bpf: remove access to skb->gso_size
Felix Fietkau
2021-11-19
bpf: fix priority flow detection
Felix Fietkau
2021-11-19
bpf: fix bulk flow detaction
Felix Fietkau
2021-11-18
map, bpf: create a separate map for configured dscp classes
Felix Fietkau
2021-11-16
bpf: move flow prio/bulk detection config into a separate data structure
Felix Fietkau
2021-11-16
bpf: refactor code to support explicit opt-in for bulk+prio detection
Felix Fietkau
2021-11-15
ubus: drop dnsmasq check for dns_result method
Felix Fietkau
2021-11-12
map: add support for defining aliases
Felix Fietkau
2021-11-12
bpf: add initial support for splitting map dscp value into ingress and egress
Felix Fietkau
2021-11-09
README: dnsmasq integration is complete
Felix Fietkau
2021-11-08
qosify: support wildcards in classifier filenames
Felix Fietkau
2021-11-08
ubus: fix crash caused by missing static keyword
Felix Fietkau
2021-11-08
map: default to fnmatch matching for dns patterns. support regex via leading /
Felix Fietkau
2021-11-08
ubus: subscribe to dnsmasq.dns for dns lookup results
Felix Fietkau
2021-11-04
qosify-bpf: inline check_flow() to ensure that it is jited
Felix Fietkau
2021-11-04
map: increase active timeout to 300
Felix Fietkau
2021-11-04
map: add DF codepoint
Felix Fietkau
2021-11-04
map: improve timeout handling of IP entries
Felix Fietkau
2021-11-04
loader: always reinitialize programs
Felix Fietkau
2021-11-03
README: fix another typo
Felix Fietkau
2021-11-03
README: fix typo
Felix Fietkau
2021-11-03
interface: enable NAT on interfaces by default
Felix Fietkau
2021-11-03
map: introduce low effort codepoint from RFC8622
Felix Fietkau
2021-11-03
README: document mapping file syntax
Felix Fietkau
2021-11-03
README: mention dns regex entries
Felix Fietkau
2021-11-03
ubus: add support for dynamically adding dns based rules
Felix Fietkau
2021-11-03
ubus: add api for providing dns lookup results for dns regex rules
Felix Fietkau
2021-11-03
ubus: remove unused enum
Felix Fietkau
2021-11-03
map: add support for adding dns regex patterns
Felix Fietkau
2021-11-03
map: make a helper function for freeing entries
Felix Fietkau
2021-11-01
Initial import
Felix Fietkau