1. 0f8ce4c m/node/allocs: split new package off m/node by Jan Schär · 9 weeks ago
  2. 07a39e2 osbase/net/dhcp4c: move package out of metropolis by Jan Schär · 9 weeks ago
  3. 541a303 m/n/core: simplify network overlay by Lorenz Brun · 3 months ago
  4. cb76c84 m/node: move clusternet under network by Lorenz Brun · 3 months ago
  5. c607bf6 m/node: implement container networking ourselves by Lorenz Brun · 4 months ago
  6. 4bde931 m/node: extract network.Status to node.NetStatus by Lorenz Brun · 3 months ago
  7. 31c4449 m/n/c/network: log interfaces when none match by Lorenz Brun · 4 months ago
  8. c36d28d metropolis/node/core/network: replace magic number with constant by Tim Windelschmidt · 4 months ago
  9. e08c160 m/n/core/network: implement LLDP transmission by Lorenz Brun · 5 months ago
  10. d0d5d9d treewide: use Fatal in tests instead of Error by Tim Windelschmidt · 7 months ago
  11. 2c39567 m/n/c/network: drop random snat mapping workaround by Lorenz Brun · 9 months ago
  12. 6d33a43 treewide: add license header and enable haslicense linter by Tim Windelschmidt · 9 months ago
  13. 99e1511 treewide: run gofmt -s and enable linter by Tim Windelschmidt · 9 months ago
  14. 0dca6c9 metropolis: use interface groups by Lorenz Brun · 9 months ago
  15. b69a71c o/t/ktest: switch to proper rule by Lorenz Brun · 11 months ago
  16. 1cd14f5 m/n/core/network: add netlink error callback by Jan Schär · 9 months ago
  17. a857936 m/n/core/network: fix panic by Jan Schär · 9 months ago
  18. a10d0cb treewide: Fix ENUM_VALUE_PREFIX rule exception by Tim Windelschmidt · 10 months ago
  19. 3a171d1 treewide: add race-detector config by Tim Windelschmidt · 11 months ago
  20. 153c9c1 treewide: unfork netlink by Lorenz Brun · 10 months ago
  21. 3c5d063 osbase/logtree.LeveledLogger -> go/logging.Leveled by Serge Bazanski · 1 year, 2 months ago
  22. 10ef8f9 treewide: move //net to //osbase/net by Tim Windelschmidt · 1 year, 3 months ago
  23. 91bf1c8 treewide: integrate new DNS server by Jan Schär · 1 year, 3 months ago
  24. 3325b4b workspace: bump bazel_gazelle to v0.37.0 by Tim Windelschmidt · 1 year, 4 months ago
  25. 41b2448 m/n/c/network: implement ARP announcements by Lorenz Brun · 1 year, 6 months ago
  26. 2a3e336 m/n/c/n/dhcp4c: minor cleanup by Jan Schär · 1 year, 4 months ago
  27. ba404a6 m/n/c/network: fix panic when DHCP lease expires by Jan Schär · 1 year, 4 months ago
  28. 9f21f53 treewide: introduce osbase package and move things around by Tim Windelschmidt · 1 year, 6 months ago
  29. dac0bba m/n/c/network: make bringup order deterministic by Lorenz Brun · 1 year, 5 months ago
  30. 4a47288 m/n/c/network: explain why links cannot be returned by Lorenz Brun · 1 year, 5 months ago
  31. 5e74d70 m/n/c/network: refetch link attributes from kernel by Lorenz Brun · 1 year, 5 months ago
  32. 8c2b394 m/n/c/network: do not refetch interface metadata by Lorenz Brun · 1 year, 5 months ago
  33. 1ce8039 m/n/c/n/dhcp4c: verify hardware address sanity by Lorenz Brun · 1 year, 5 months ago
  34. 00986a9 Revert "m/n/c/network: return original links" by Lorenz Brun · 1 year, 5 months ago
  35. 966f5ea m/n/c/network: return original links by Lorenz Brun · 1 year, 5 months ago
  36. 3b5a917 treewide: initialize empty structs with var by Tim Windelschmidt · 1 year, 6 months ago
  37. 8732d43 treewide: documentation on exported types should start with their name by Tim Windelschmidt · 1 year, 7 months ago
  38. 51daf25 treewide: documentation on exported functions should start with their name by Tim Windelschmidt · 1 year, 7 months ago
  39. 513df18 treewide: errors variables should be prefixed with Err by Tim Windelschmidt · 1 year, 7 months ago
  40. 73e9882 treewide: cleanup error string formatting by Tim Windelschmidt · 1 year, 7 months ago
  41. 096654a treewide: add missing error handling by Tim Windelschmidt · 1 year, 7 months ago
  42. e4c60f9 m/n/c/n/dhcp4c/callback: Replace x.Sub(time.Now()) with time.Until(x) by Tim Windelschmidt · 1 year, 7 months ago
  43. 683b62b treewide: simplify boolean expressions by Tim Windelschmidt · 1 year, 7 months ago
  44. 6e5b8a5 treewide: add nolint exceptions for returnerrcheck by Tim Windelschmidt · 1 year, 7 months ago
  45. af821c8 treewide: replace error assertions with errors.As by Tim Windelschmidt · 1 year, 7 months ago
  46. 2829649 m/n/core/n/hostsfile: persist and load node names to/from Cluster Directory by Serge Bazanski · 1 year, 7 months ago
  47. 07e7f0d m/n/c/n/dhcp4c: use net.ErrClosed by Lorenz Brun · 1 year, 7 months ago
  48. 6b6428d treewide: remove redundant loop vars by Tim Windelschmidt · 1 year, 7 months ago
  49. 5e460a9 treewide: remove unnecessary types and conversions by Tim Windelschmidt · 1 year, 7 months ago
  50. 52c6407 m/n/c/network: fix handling of nameserver parse failure by Jan Schär · 1 year, 7 months ago
  51. 76cae0b m/n/core/network/hostsfile: fix stale curator entries by Serge Bazanski · 1 year, 8 months ago
  52. 07fab03 m/n/core/hostsfile: narrow down network service type to just network status by Serge Bazanski · 1 year, 8 months ago
  53. b63ed8a m/n/core/network: drop Watch/Value methods, expose Status by Serge Bazanski · 1 year, 8 months ago
  54. d6a8802 m/node: fix appending to read-only slices by Jan Schär · 1 year, 8 months ago
  55. 543756f m/n/c/network: inline error checks by Tim Windelschmidt · 1 year, 8 months ago
  56. a56cc4b m/n/c/network: add quirks infra and i40e quirk by Lorenz Brun · 2 years ago
  57. 786134d m/n/c/n/dhcp4c/transport: replace mdlayher/raw with mdlayher/packet by Tim Windelschmidt · 2 years ago
  58. 60461b2 metropolis: move curator client watches to curator/watcher by Serge Bazanski · 2 years ago
  59. ea762f6 m/n/c/n/hostsfile: do not log individual entries by Lorenz Brun · 2 years ago
  60. d9f1f1e node/core: add sysctls by Tim Windelschmidt · 2 years ago
  61. 8b000b2 metropolis/hostsfile: update our own node's roles correctly by Serge Bazanski · 2 years, 3 months ago
  62. 8481f75 m/n/c/network: fix SNAT by Lorenz Brun · 2 years, 4 months ago
  63. c49b207 m/n/core/net/hostsfile: do not stomp over cluster directory by Serge Bazanski · 2 years, 5 months ago
  64. d2fc01f m/n/core/n/hostsfile: only persist control plane nodes in ClusterDirectory by Serge Bazanski · 2 years, 5 months ago
  65. 6a09bd5 m/n/c/network: make SNAT generic by Lorenz Brun · 2 years, 5 months ago
  66. d34299e m/n/core/network/hostsfile: fix nodeMap data race by Serge Bazanski · 2 years, 5 months ago
  67. 0c2f9de m/n/c/network: improve restartability by Lorenz Brun · 2 years, 5 months ago
  68. 0e291a1 m/node: clean up DNS service by Lorenz Brun · 2 years, 5 months ago
  69. 2b0f3d3 m/n/c/network: set status with static config by Lorenz Brun · 2 years, 6 months ago
  70. 76e39d8 m/n/c/network: fix add/modify condition by Lorenz Brun · 2 years, 7 months ago
  71. 28883b7 m/n/c/network: configure given DNS servers by Lorenz Brun · 2 years, 7 months ago
  72. 4c82532 m/n/c/network: static networking fixes by Lorenz Brun · 2 years, 7 months ago
  73. b902dfc m/n/c/n/dns: fix race condition by Lorenz Brun · 2 years, 7 months ago
  74. 3ecb04a m/n/c/network: add support for static network configuration by Lorenz Brun · 2 years, 8 months ago
  75. 1fb2b10 m/node/core: run hostsfile from roleserver, provide feedback on cluster directory by Serge Bazanski · 2 years, 7 months ago
  76. 37110c3 m/pkg/event: make type-safe by Serge Bazanski · 2 years, 8 months ago
  77. f220b29 *: use a vishvananda/netlink fork by Monogon by Mateusz Zalega · 2 years, 9 months ago
  78. 655a780 m/n/c/network: be more verbose about receiving new IP addresses and using interfaces by Serge Bazanski · 3 years, 5 months ago
  79. b30a41d m/n/core: automatically update ClusterDirectory by Mateusz Zalega · 3 years, 6 months ago
  80. d13c1c6 treewide: switch to gomod and bump everything by Lorenz Brun · 3 years, 7 months ago
  81. 6dff6d6 m/n/roleserve: reactive service management by Serge Bazanski · 3 years, 9 months ago
  82. 87bf0bf m/n/core/network/dhcp4c: fix logic bug in DNSServers by Lorenz Brun · 3 years, 10 months ago
  83. 73c3fc1 m/n/core/network: fix mistake in requested DHCP options by Lorenz Brun · 3 years, 10 months ago
  84. fdb7322 m/n/c/n/dhcp4c: support route configuration (including RFC 3442) by Lorenz Brun · 3 years, 11 months ago
  85. f73d8a9 m/n/c/network/hostsfile: implement by Serge Bazanski · 4 years ago
  86. 96043bc *: import reformats by Serge Bazanski · 4 years, 1 month ago
  87. 216fe7b *: reflow comments to 80 characters by Serge Bazanski · 4 years, 6 months ago
  88. 68ca5ee m/pkg/event: move MemoryValue to subpackage by Serge Bazanski · 4 years, 6 months ago
  89. 2666513 Fix TCP BBR setting by Lorenz Brun · 4 years, 7 months ago
  90. d8af5bf metropolis/node: use Event Value for network status by Serge Bazanski · 4 years, 8 months ago
  91. ddd6caf Build mkfs.xfs using rules_cc by Lorenz Brun · 4 years, 8 months ago
  92. 6c4199a Set reasonable defaults for our kernel's network configuration by Lorenz Brun · 4 years, 9 months ago
  93. 3a99c59 Switch Metropolis to EROFS-based root filesystem by Lorenz Brun · 4 years, 9 months ago
  94. 31370b0 *: git.monogon.dev -> source.monogon.dev by Serge Bazanski · 4 years, 10 months ago
  95. 0be9be8 metropolis: Lock down visibility rules by Serge Bazanski · 4 years, 10 months ago
  96. 549b72b metropolis: unify utility packages by Serge Bazanski · 4 years, 10 months ago
  97. 662b5b3 smalltown -> metropolis by Serge Bazanski · 4 years, 11 months ago
  98. 77cb6c5 core -> metropolis by Serge Bazanski · 4 years, 11 months ago