project/qosify.git
2022-02-10 Felix Fietkaubpf: declare tcp_ports/udp_ports without typedef
2022-01-27 Stijn Tintelmap: fix copy-paste error in codepoints map
2021-11-22 Felix Fietkaumap: allow referring to a class index directly in tcp...
2021-11-21 Felix Fietkaubpf: work around a verifier issue
2021-11-19 Felix Fietkauinterface: unify status, always include ifname, ingress...
2021-11-19 Felix Fietkaubpf: remove access to skb->gso_size
2021-11-19 Felix Fietkaubpf: fix priority flow detection
2021-11-19 Felix Fietkaubpf: fix bulk flow detaction
2021-11-18 Felix Fietkaumap, bpf: create a separate map for configured dscp...
2021-11-16 Felix Fietkaubpf: move flow prio/bulk detection config into a separa...
2021-11-16 Felix Fietkaubpf: refactor code to support explicit opt-in for bulk...
2021-11-15 Felix Fietkauubus: drop dnsmasq check for dns_result method
2021-11-12 Felix Fietkaumap: add support for defining aliases
2021-11-12 Felix Fietkaubpf: add initial support for splitting map dscp value...
2021-11-09 Felix FietkauREADME: dnsmasq integration is complete
2021-11-08 Felix Fietkauqosify: support wildcards in classifier filenames
2021-11-08 Felix Fietkauubus: fix crash caused by missing static keyword
2021-11-08 Felix Fietkaumap: default to fnmatch matching for dns patterns....
2021-11-08 Felix Fietkauubus: subscribe to dnsmasq.dns for dns lookup results
2021-11-04 Felix Fietkauqosify-bpf: inline check_flow() to ensure that it is...
2021-11-04 Felix Fietkaumap: increase active timeout to 300
2021-11-04 Felix Fietkaumap: add DF codepoint
2021-11-04 Felix Fietkaumap: improve timeout handling of IP entries
2021-11-04 Felix Fietkauloader: always reinitialize programs
2021-11-03 Felix FietkauREADME: fix another typo
2021-11-03 Felix FietkauREADME: fix typo
2021-11-03 Felix Fietkauinterface: enable NAT on interfaces by default
2021-11-03 Felix Fietkaumap: introduce low effort codepoint from RFC8622
2021-11-03 Felix FietkauREADME: document mapping file syntax
2021-11-03 Felix FietkauREADME: mention dns regex entries
2021-11-03 Felix Fietkauubus: add support for dynamically adding dns based...
2021-11-03 Felix Fietkauubus: add api for providing dns lookup results for...
2021-11-03 Felix Fietkauubus: remove unused enum
2021-11-03 Felix Fietkaumap: add support for adding dns regex patterns
2021-11-03 Felix Fietkaumap: make a helper function for freeing entries
2021-11-01 Felix FietkauInitial import