dae/control
2023-02-21 16:10:44 +08:00
..
kern feat: add more trace info (pid, pname, mac) 2023-02-21 16:10:44 +08:00
.gitignore chore: adjust directory structure 2023-02-07 23:49:30 +08:00
addr.go feat/optimize: add userspace routing and optimize domain routing (#18) 2023-02-18 18:27:28 +08:00
bpf_subobjects.go feat/optimize: add userspace routing and optimize domain routing (#18) 2023-02-18 18:27:28 +08:00
bpf_subobjects.tmpl chore 2023-02-07 23:52:37 +08:00
bpf_utils.go feat/optimize: add userspace routing and optimize domain routing (#18) 2023-02-18 18:27:28 +08:00
connectivity.go feat/optimize: add userspace routing and optimize domain routing (#18) 2023-02-18 18:27:28 +08:00
control_plane_core.go feat/optimize: add userspace routing and optimize domain routing (#18) 2023-02-18 18:27:28 +08:00
control_plane.go feat: add more trace info (pid, pname, mac) 2023-02-21 16:10:44 +08:00
control.go feat/optimize: add userspace routing and optimize domain routing (#18) 2023-02-18 18:27:28 +08:00
dns_upstream.go feat/optimize: add userspace routing and optimize domain routing (#18) 2023-02-18 18:27:28 +08:00
dns.go chore 2023-02-19 22:17:08 +08:00
routing_matcher_builder.go feat: support to mark direct traffic (#24) 2023-02-20 18:06:54 +08:00
routing_matcher_userspace.go optimize(memory): reuse kernel lpm tries in userspace 2023-02-18 22:18:34 +08:00
tcp.go feat: add more trace info (pid, pname, mac) 2023-02-21 16:10:44 +08:00
udp_endpoint.go feat: support to mark direct traffic (#24) 2023-02-20 18:06:54 +08:00
udp.go feat: add more trace info (pid, pname, mac) 2023-02-21 16:10:44 +08:00
utils.go feat: add more trace info (pid, pname, mac) 2023-02-21 16:10:44 +08:00