Commit Graph

39 Commits

Author SHA1 Message Date
c9c071dd8e network: gigabit performance tuning 2024-03-04 07:04:32 +00:00
25a02f5491 network: implement host bridging 2024-03-03 13:36:39 +00:00
79acf4e814 async-ify xenstore and xenclient 2024-02-23 04:37:53 +00:00
c582f15c54 rebrand to krata 2024-02-21 20:57:46 +00:00
3524683ab4 network: implement bridge leave support 2024-02-15 17:55:38 +00:00
21707daa98 network: split nat into separate mods 2024-02-15 17:55:38 +00:00
521ee93349 network: raw socket should log as debug for transmit/receive capacity indications 2024-02-15 17:55:38 +00:00
2988d0c5cf network: implement proper backend destruction 2024-02-15 17:55:38 +00:00
fdd70dee9b network: rework raw sockets to use channels 2024-02-15 17:55:37 +00:00
b7db12cf68 network: virtual bridge now checks multicast bit to determine whether to broadcast packet 2024-02-15 17:55:37 +00:00
bbad037b5d network: fix NAT reclaims of ICMPv6 proxynat 2024-02-15 17:55:37 +00:00
c14a95a4bd network: calculate ICMPv4 checksums 2024-02-15 17:55:37 +00:00
de0b2c35b1 network: auto-retry backend startup 2024-02-15 17:55:36 +00:00
494e7f6851 network: recalculate TCP checksums on IPv4 in vbridge 2024-02-12 20:57:17 +00:00
d595f1639a network: move out channel size constants 2024-02-12 17:40:11 +00:00
60c9aefdda network: optimize proxynat packet reconstruction 2024-02-12 17:24:40 +00:00
341907a536 network: utilize bytes crate 2024-02-12 17:01:47 +00:00
ddeab7610d network: don't block icmp proxies on ping awaits 2024-02-12 16:11:29 +00:00
59bdd8d80d network: inter-container networking support 2024-02-12 14:24:38 +00:00
31c4c0fe72 network: parse received packet before NAT 2024-02-12 11:11:04 +00:00
dbfc07b026 network: ensure multicast bit is unset in random mac addresses 2024-02-11 16:09:47 +00:00
f96f9d8abf network: performance improvements across NAT stack 2024-02-11 11:53:59 +00:00
b9dadc6f37 network: implement TCP proxy NAT via smoltcp 2024-02-11 10:07:47 +00:00
2c7879ad45 network: implement proper IPv6 networking 2024-02-11 07:29:37 +00:00
102cab32c3 network: cleanup NAT code and start on IPv6 support 2024-02-11 06:43:09 +00:00
efe425b346 network: implement icmp nat support 2024-02-10 21:13:47 +00:00
4f0e505e2b network: begin work on ICMP 2024-02-10 15:18:12 +00:00
a7f4e0a549 network: move entry creation logging to NAT itself 2024-02-10 14:30:41 +00:00
6913e837f8 network: nat now ignores local CIDRs and correctly represents ethernet addresses in the key 2024-02-10 14:20:37 +00:00
d2136b5d8c network: implement NAT table reclaim 2024-02-10 14:02:54 +00:00
8ee93c5752 network: split out proxynat code 2024-02-10 12:29:33 +00:00
d2f86afb7c network: successfully implement NAT support for UDP. timeouts are not yet implemented. 2024-02-10 12:00:15 +00:00
360506bbdd network: start work on NAT implementation 2024-02-09 13:06:00 +00:00
e8a3eba57d network: cleaner internet stream processing 2024-02-09 08:34:52 +00:00
0b3171afc0 network: split backend into slices 2024-02-09 08:04:23 +00:00
9dddbbe424 network: implement support for smoltcp and ipstack 2024-02-08 12:17:51 +00:00
cfe8887c6b hypha: work in progress implementation of outbound internet access 2024-02-06 14:35:55 +00:00
44d3799dd3 hypha: multiple cleanups to fix shared module 2024-02-06 10:28:39 +00:00
e000ab2919 hypha: move components into separate crates 2024-02-06 09:07:18 +00:00