project/qosify.git
2023-07-20 Felix Fietkauqosify: add support for keeping stats master
2023-03-07 Felix Fietkaumap: fix return code check for bpf_map_get_next_key...
2022-09-26 Felix Fietkaumap: fix deleting port based rules
2022-09-26 Felix Fietkauqosify-bpf: skip unnecessary flow lookups
2022-09-21 Felix Fietkaubpf: switch to using bpf_skb_utils.h testing
2022-04-08 Felix Fietkauubus: add active devices to bridger blacklist
2022-04-08 Felix Fietkauinterface: fix ifname present check in interface status
2022-04-05 Felix Fietkauloader/interface: attach bpf program directly using...
2022-03-22 Felix Fietkauqosify: fix dscp values of ubus-added dns host entries
2022-03-21 Felix Fietkauloader: fix use of deprecated functions
2022-03-21 Felix Fietkauinterface: replace open-coded ifb-dns string with QOSIF...
2022-03-21 Felix Fietkauinterface: rework adding/removing filters, do not delet...
2022-03-17 Felix FietkauRevert "ubus: remove dnsmasq subscriber"
2022-03-17 Felix Fietkauinterface: fix duplicated dns filter line
2022-03-17 Felix Fietkauinterface: run ingress bpf filter on main device ingres...
2022-03-17 Felix Fietkauinterface: switch to using clsact for filters
2022-03-17 Felix Fietkaubpf: return TC_ACT_UNSPEC to allow other filters to...
2022-03-07 Felix Fietkauinterface: extend dns filters to cover vlan tagged...
2022-03-07 Felix Fietkaudns: fix parsing vlan encapsulated protocol
2022-03-06 Felix Fietkaudns: allow limiting dns entry matching to cname name
2022-03-06 Felix Fietkaumap: process dns patterns in the order in which they...
2022-03-06 Felix Fietkauubus: remove dnsmasq subscriber
2022-03-06 Felix Fietkaudns: add code for snooping dns packets
2022-03-05 Felix Fietkaumap: move dns host based lookup code to a separate...
2022-03-05 Felix Fietkaumove run_cmd() to main.c
2022-03-04 Stijn Tintelinterface: disable autorate-ingress by default
2022-02-20 Felix Fietkauinterface: add missing autorate-ingress options
2022-02-10 Felix Fietkauubus: fix a use-after-free bug
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