qosify: add support for keeping stats
[project/qosify.git] / map.c
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-03-22 Felix Fietkauqosify: fix dscp values of ubus-added dns host entries
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 Fietkaudns: add code for snooping dns packets
2022-03-05 Felix Fietkaumap: move dns host based lookup code to a separate...
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-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-12 Felix Fietkaumap: add support for defining aliases
2021-11-12 Felix Fietkaubpf: add initial support for splitting map dscp value...
2021-11-08 Felix Fietkauqosify: support wildcards in classifier filenames
2021-11-08 Felix Fietkaumap: default to fnmatch matching for dns patterns....
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-03 Felix Fietkaumap: introduce low effort codepoint from RFC8622
2021-11-03 Felix Fietkauubus: add api for providing dns lookup results for...
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