index
:
qosify
master
staging/stintel/dev
testing
OpenWrt QoS implementation based one eBPF + CAKE
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-20
bpf_skb_utils.h: add missing include to fix build against newer kernel headers
master
Felix Fietkau
2023-07-20
qosify: add support for keeping stats
Felix Fietkau
2023-03-07
map: fix return code check for bpf_map_get_next_key calls
Felix Fietkau
2022-09-26
map: fix deleting port based rules
Felix Fietkau
2022-09-26
qosify-bpf: skip unnecessary flow lookups
Felix Fietkau
2022-09-21
bpf: switch to using bpf_skb_utils.h
testing
Felix Fietkau
2022-04-08
ubus: add active devices to bridger blacklist
Felix Fietkau
2022-04-08
interface: fix ifname present check in interface status
Felix Fietkau
2022-04-05
loader/interface: attach bpf program directly using netlink
Felix Fietkau
2022-03-22
qosify: fix dscp values of ubus-added dns host entries
Felix Fietkau
2022-03-21
loader: fix use of deprecated functions
Felix Fietkau
2022-03-21
interface: replace open-coded ifb-dns string with QOSIFY_DNS_IFNAME
Felix Fietkau
2022-03-21
interface: rework adding/removing filters, do not delete clsact
Felix Fietkau
2022-03-17
Revert "ubus: remove dnsmasq subscriber"
Felix Fietkau
2022-03-17
interface: fix duplicated dns filter line
Felix Fietkau
2022-03-17
interface: run ingress bpf filter on main device ingress instead of ifb egress
Felix Fietkau
2022-03-17
interface: switch to using clsact for filters
Felix Fietkau
2022-03-17
bpf: return TC_ACT_UNSPEC to allow other filters to proceed
Felix Fietkau
2022-03-07
interface: extend dns filters to cover vlan tagged traffic as well
Felix Fietkau
2022-03-07
dns: fix parsing vlan encapsulated protocol
Felix Fietkau
2022-03-06
dns: allow limiting dns entry matching to cname name
Felix Fietkau
2022-03-06
map: process dns patterns in the order in which they were defined
Felix Fietkau
2022-03-06
ubus: remove dnsmasq subscriber
Felix Fietkau
2022-03-06
dns: add code for snooping dns packets
Felix Fietkau
2022-03-05
map: move dns host based lookup code to a separate function
Felix Fietkau
2022-03-05
move run_cmd() to main.c
Felix Fietkau
2022-03-04
interface: disable autorate-ingress by default
Stijn Tintel
2022-02-20
interface: add missing autorate-ingress options
Felix Fietkau
2022-02-10
ubus: fix a use-after-free bug
Felix Fietkau
2022-02-10
bpf: declare tcp_ports/udp_ports without typedef
Felix Fietkau
2022-01-27
map: fix copy-paste error in codepoints map
Stijn Tintel
2021-11-22
map: allow referring to a class index directly in tcp/udp default entries
Felix Fietkau
2021-11-21
bpf: work around a verifier issue
Felix Fietkau
2021-11-19
interface: unify status, always include ifname, ingress, egress
Felix Fietkau
2021-11-19
bpf: remove access to skb->gso_size
Felix Fietkau
2021-11-19
bpf: fix priority flow detection
Felix Fietkau
2021-11-19
bpf: fix bulk flow detaction
Felix Fietkau
2021-11-18
map, bpf: create a separate map for configured dscp classes
Felix Fietkau
2021-11-16
bpf: move flow prio/bulk detection config into a separate data structure
Felix Fietkau
2021-11-16
bpf: refactor code to support explicit opt-in for bulk+prio detection
Felix Fietkau
2021-11-15
ubus: drop dnsmasq check for dns_result method
Felix Fietkau
2021-11-12
map: add support for defining aliases
Felix Fietkau
2021-11-12
bpf: add initial support for splitting map dscp value into ingress and egress
Felix Fietkau
2021-11-09
README: dnsmasq integration is complete
Felix Fietkau
2021-11-08
qosify: support wildcards in classifier filenames
Felix Fietkau
2021-11-08
ubus: fix crash caused by missing static keyword
Felix Fietkau
2021-11-08
map: default to fnmatch matching for dns patterns. support regex via leading /
Felix Fietkau
2021-11-08
ubus: subscribe to dnsmasq.dns for dns lookup results
Felix Fietkau
2021-11-04
qosify-bpf: inline check_flow() to ensure that it is jited
Felix Fietkau
2021-11-04
map: increase active timeout to 300
Felix Fietkau
[next]