map: move dns host based lookup code to a separate function
[project/qosify.git] / map.c
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