qosify: add support for keeping stats
[project/qosify.git] / qosify-bpf.c
2023-07-20 Felix Fietkauqosify: add support for keeping stats master
2022-09-26 Felix Fietkauqosify-bpf: skip unnecessary flow lookups
2022-09-21 Felix Fietkaubpf: switch to using bpf_skb_utils.h testing
2022-03-21 Felix Fietkauloader: fix use of deprecated functions
2022-03-17 Felix Fietkaubpf: return TC_ACT_UNSPEC to allow other filters to...
2022-02-10 Felix Fietkaubpf: declare tcp_ports/udp_ports without typedef
2021-11-21 Felix Fietkaubpf: work around a verifier issue
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-12 Felix Fietkaubpf: add initial support for splitting map dscp value...
2021-11-04 Felix Fietkauqosify-bpf: inline check_flow() to ensure that it is...
2021-11-04 Felix Fietkaumap: improve timeout handling of IP entries
2021-11-01 Felix FietkauInitial import