Commit Graph

133 Commits

Author SHA1 Message Date
Alex Zenla
b7db12cf68
network: virtual bridge now checks multicast bit to determine whether to broadcast packet 2024-02-15 17:55:37 +00:00
Alex Zenla
bbad037b5d
network: fix NAT reclaims of ICMPv6 proxynat 2024-02-15 17:55:37 +00:00
Alex Zenla
c14a95a4bd
network: calculate ICMPv4 checksums 2024-02-15 17:55:37 +00:00
Alex Zenla
de0b2c35b1
network: auto-retry backend startup 2024-02-15 17:55:36 +00:00
b2754609c7 Update README.md 2024-02-15 04:45:35 +00:00
7518c83368 Add LICENSE 2024-02-15 04:31:05 +00:00
Alex Zenla
494e7f6851
network: recalculate TCP checksums on IPv4 in vbridge 2024-02-12 20:57:17 +00:00
Alex Zenla
d595f1639a
network: move out channel size constants 2024-02-12 17:40:11 +00:00
Alex Zenla
60c9aefdda
network: optimize proxynat packet reconstruction 2024-02-12 17:24:40 +00:00
Alex Zenla
341907a536
network: utilize bytes crate 2024-02-12 17:01:47 +00:00
Alex Zenla
ddeab7610d
network: don't block icmp proxies on ping awaits 2024-02-12 16:11:29 +00:00
Alex Zenla
59bdd8d80d
network: inter-container networking support 2024-02-12 14:24:38 +00:00
Alex Zenla
31c4c0fe72
network: parse received packet before NAT 2024-02-12 11:11:04 +00:00
Alex Zenla
982536513a
container: implement controlling terminal takeover 2024-02-11 16:39:44 +00:00
Alex Zenla
dbfc07b026
network: ensure multicast bit is unset in random mac addresses 2024-02-11 16:09:47 +00:00
Alex Zenla
f96f9d8abf
network: performance improvements across NAT stack 2024-02-11 11:53:59 +00:00
Alex Zenla
b9dadc6f37
network: implement TCP proxy NAT via smoltcp 2024-02-11 10:07:47 +00:00
Alex Zenla
2c7879ad45
network: implement proper IPv6 networking 2024-02-11 07:29:37 +00:00
Alex Zenla
6773640a39
hypha: more work on IPv6 support 2024-02-11 07:06:01 +00:00
Alex Zenla
102cab32c3
network: cleanup NAT code and start on IPv6 support 2024-02-11 06:43:09 +00:00
Alex Zenla
efe425b346
network: implement icmp nat support 2024-02-10 21:13:47 +00:00
Alex Zenla
4f0e505e2b
network: begin work on ICMP 2024-02-10 15:18:12 +00:00
Alex Zenla
a7f4e0a549
network: move entry creation logging to NAT itself 2024-02-10 14:30:41 +00:00
Alex Zenla
6913e837f8
network: nat now ignores local CIDRs and correctly represents ethernet addresses in the key 2024-02-10 14:20:37 +00:00
Alex Zenla
d2136b5d8c
network: implement NAT table reclaim 2024-02-10 14:02:54 +00:00
Alex Zenla
8ee93c5752
network: split out proxynat code 2024-02-10 12:29:33 +00:00
Alex Zenla
d2f86afb7c
network: successfully implement NAT support for UDP. timeouts are not yet implemented. 2024-02-10 12:00:15 +00:00
Alex Zenla
360506bbdd
network: start work on NAT implementation 2024-02-09 13:06:00 +00:00
Alex Zenla
e8a3eba57d
network: cleaner internet stream processing 2024-02-09 08:34:52 +00:00
Alex Zenla
0b3171afc0
network: split backend into slices 2024-02-09 08:04:23 +00:00
Alex Zenla
9dddbbe424
network: implement support for smoltcp and ipstack 2024-02-08 12:17:51 +00:00
Alex Zenla
a1aba364d6
init: write 1.1.1.1 to resolv.conf if /etc exists 2024-02-08 07:26:01 +00:00
Alex Zenla
cfe8887c6b
hypha: work in progress implementation of outbound internet access 2024-02-06 14:35:55 +00:00
Alex Zenla
44d3799dd3
hypha: multiple cleanups to fix shared module 2024-02-06 10:28:39 +00:00
Alex Zenla
5edbff02a7
actions: add cargo test 2024-02-06 09:28:51 +00:00
Alex Zenla
e000ab2919
hypha: move components into separate crates 2024-02-06 09:07:18 +00:00
Alex Zenla
0c11744c50
hypha: protect from panics in the network stack (due to interface going away) 2024-02-06 06:19:36 +00:00
Alex Zenla
a3cda1372f
hypha: implement automated network backend launcher 2024-02-05 19:10:02 +00:00
Alex Zenla
21c6a27097
hypha: implement basic networking support 2024-02-05 12:46:02 +00:00
dependabot[bot]
70dc2f943f
build(deps): update sys-mount requirement from 2.1.1 to 3.0.0 (#2)
Updates the requirements on [sys-mount](https://github.com/pop-os/sys-mount) to permit the latest version.
- [Release notes](https://github.com/pop-os/sys-mount/releases)
- [Changelog](https://github.com/pop-os/sys-mount/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pop-os/sys-mount/compare/2.1.1...2.1.1)

---
updated-dependencies:
- dependency-name: sys-mount
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-04 22:12:29 -08:00
Alex Zenla
7a6c2dda8c
hypha: initialize vif bridge for networking 2024-02-02 00:02:44 +00:00
Alex Zenla
98787193f5
hypha: disable vifs in hypha for now 2024-02-01 15:53:43 +00:00
Alex Zenla
e73cfa92c8
hypha: begin working on network support 2024-02-01 13:56:03 +00:00
Alex Zenla
dc5adcb413
hypha: it works! 2024-02-01 12:20:13 +00:00
Alex Zenla
7eda5ea185
hypha: build init with musl, trace logging, and now map console optionally 2024-02-01 11:50:33 +00:00
Alex Zenla
c17aacb6c8
hypha: debug option for ensuring kernel logs can be seen 2024-02-01 10:55:28 +00:00
Alex Zenla
3a04a2fe26
hypha: implement attach option on launch to connect to console 2024-02-01 10:44:12 +00:00
Alex Zenla
cbfac5cdf4
introduce lefthook support to check commits 2024-02-01 10:36:54 +00:00
Alex Zenla
e7cea3d7ed
hypha: add script for quick debugging and set log levels ot warn by default 2024-02-01 10:28:17 +00:00
Alex Zenla
bd56de235f
hypha: move libraries to libs/ 2024-02-01 10:10:43 +00:00