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