dae/control
./gray 222dfcf429
optimize(bpf): Use direct packet access (#562)
Co-authored-by: dae-prow[bot] <136105375+dae-prow[bot]@users.noreply.github.com>
Co-authored-by: Sumire (菫) <151038614+sumire88@users.noreply.github.com>
2024-07-22 08:59:15 +08:00
..
kern optimize(bpf): Use direct packet access (#562) 2024-07-22 08:59:15 +08:00
.gitignore
addr.go refactor/optimize: remove dead code (#411) 2024-01-23 20:50:07 +08:00
anyfrom_pool.go feat(bpf): implement stack bypass (#458) 2024-03-01 18:27:02 +08:00
bpf_subobjects.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
bpf_subobjects.tmpl
bpf_utils.go feat(bpf): implement stack bypass (#458) 2024-03-01 18:27:02 +08:00
connectivity.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
control_plane_core.go fix: set accept_ra=2 to fix missing ipv6 address on WAN interface if necessary (#504) 2024-06-11 21:33:21 +08:00
control_plane.go feat: support assist connectivity check (udp-dns) by dns module (#543) 2024-06-16 19:51:16 +08:00
control.go refactor/optimize: remove dead code (#411) 2024-01-23 20:50:07 +08:00
dns_cache.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
dns_control.go feat: support assist connectivity check (udp-dns) by dns module (#543) 2024-06-16 19:51:16 +08:00
dns_utils.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
netns_utils.go fix: set accept_ra=2 to fix missing ipv6 address on WAN interface if necessary (#504) 2024-06-11 21:33:21 +08:00
packet_sniffer_pool_test.go fix: incidental packet drop and weird UDP state maintaining (#539) 2024-06-16 19:46:22 +08:00
packet_sniffer_pool.go fix: incidental packet drop and weird UDP state maintaining (#539) 2024-06-16 19:46:22 +08:00
routing_matcher_builder.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
routing_matcher_userspace.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
sysctl.go fix: set accept_ra=2 to fix missing ipv6 address on WAN interface if necessary (#504) 2024-06-11 21:33:21 +08:00
tcp.go fix: cannot sniff tls fragments (#555) 2024-07-22 08:51:26 +08:00
udp_endpoint_pool.go fix: incidental packet drop and weird UDP state maintaining (#539) 2024-06-16 19:46:22 +08:00
udp_task_pool.go fix(udp_task_pool): panic: close of closed channel (#570) 2024-07-15 13:29:58 +08:00
udp.go fix: incidental packet drop and weird UDP state maintaining (#539) 2024-06-16 19:46:22 +08:00
utils.go fix: Watch sysctl changes to ensure expected values (#426) 2024-01-23 21:11:44 +08:00