-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(bpf): implement stack bypass #458
Merged
jschwinger233
merged 28 commits into
daeuniverse:main
from
jschwinger233:gray/exp/wan-redirect-to-dae0
Mar 1, 2024
Merged
feat(bpf): implement stack bypass #458
jschwinger233
merged 28 commits into
daeuniverse:main
from
jschwinger233:gray/exp/wan-redirect-to-dae0
Mar 1, 2024
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d52acf5 - Browse repository at this point
Copy the full SHA d52acf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcfd54b - Browse repository at this point
Copy the full SHA fcfd54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d6509b - Browse repository at this point
Copy the full SHA 7d6509bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d9f59c - Browse repository at this point
Copy the full SHA 4d9f59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b05f969 - Browse repository at this point
Copy the full SHA b05f969View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 418033e - Browse repository at this point
Copy the full SHA 418033eView commit details
Commits on Feb 19, 2024
-
- listen tcp inside daens - setup routing inside daens - attach new bpf prog to dae0 + dae0peer
Configuration menu - View commit details
-
Copy full SHA for 418f545 - Browse repository at this point
Copy the full SHA 418f545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b8138 - Browse repository at this point
Copy the full SHA 14b8138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906f254 - Browse repository at this point
Copy the full SHA 906f254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe6006 - Browse repository at this point
Copy the full SHA 5fe6006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee5987 - Browse repository at this point
Copy the full SHA 8ee5987View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8fc304 - Browse repository at this point
Copy the full SHA b8fc304View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7517f2 - Browse repository at this point
Copy the full SHA e7517f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac66f3e - Browse repository at this point
Copy the full SHA ac66f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fd284 - Browse repository at this point
Copy the full SHA d3fd284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bbb1b1 - Browse repository at this point
Copy the full SHA 6bbb1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3719808 - Browse repository at this point
Copy the full SHA 3719808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d8f16 - Browse repository at this point
Copy the full SHA 85d8f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee97ea - Browse repository at this point
Copy the full SHA 8ee97eaView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94b7992 - Browse repository at this point
Copy the full SHA 94b7992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59daed6 - Browse repository at this point
Copy the full SHA 59daed6View commit details
Commits on Feb 22, 2024
-
control: Avoid spammy dmesg info messages
Avoid spammy dmesg reported by @umlka: [ 16.726876] dae0peer: Caught tx_queue_len zero misconfig [ 16.786837] dae0: Caught tx_queue_len zero misconfig
Configuration menu - View commit details
-
Copy full SHA for f5565d0 - Browse repository at this point
Copy the full SHA f5565d0View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d53497e - Browse repository at this point
Copy the full SHA d53497eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7265674 - Browse repository at this point
Copy the full SHA 7265674View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16dfabc - Browse repository at this point
Copy the full SHA 16dfabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad68bc - Browse repository at this point
Copy the full SHA 9ad68bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c924d1 - Browse repository at this point
Copy the full SHA 7c924d1View commit details
Commits on Feb 29, 2024
-
bpf: drop packets not redirected from wan/lan
skb->mark will be reset when going across netns (skb_scrub_packet), so this commit sets a special value in cb[0] which can survive bpf_redirect and netns crossing. This solves issues like: level=warning msg="No AddrPort presented: reading map: key [[::ffff:0.0.0.0]:68, 17, 255.255.255.255:67]: lookup: key does not exist"
Configuration menu - View commit details
-
Copy full SHA for a1a4012 - Browse repository at this point
Copy the full SHA a1a4012View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.