summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-09-14Add physical MTU recommendation hint to network config via API.Adam Ierymenko
2016-09-13Implement relay policy, and setting multicast limit to 0 now disables multica...Adam Ierymenko
2016-09-09More refactoring to clean up code, and add a gate function to make sure we do...Adam Ierymenko
2016-09-07Bunch more path refactoring. Peers no longer forget paths, but do not normall...Adam Ierymenko
2016-09-03Tweaks to new Path code for dual-stack operation, and other fixes.Adam Ierymenko
2016-09-01Optimize filter code a bit, and add a network-level setting for what should h...Adam Ierymenko
2016-08-31rename SAMENESS to DIFFERENCE which is less confusingAdam Ierymenko
2016-08-31Add overlooked MATCH_ICMP to rule set.Adam Ierymenko
2016-08-26Documentation updates, add rules engine revision to network config request me...Adam Ierymenko
2016-08-25Fix chicken or egg problem in tags, and better filter debug instrumentation.Adam Ierymenko
2016-08-25Add a debug log feature in the filter, which only works if enabled in Network...Adam Ierymenko
2016-08-24Increase rule limits a little since chunking in netconf can accomodate this.Adam Ierymenko
2016-08-24It basically works... at least on current controllers.Adam Ierymenko
2016-08-24Push NETWORK_CONFIG_REFRESH on POSTs to /member/... in controller.Adam Ierymenko
2016-08-24Add length limit to TEE and REDIRECT, and completely factor out old C json-pa...Adam Ierymenko
2016-08-05.Adam Ierymenko
2016-08-04.Adam Ierymenko
2016-08-04More cleanup and removal of DeferredPackets, will do the latter in a more ele...Adam Ierymenko
2016-08-03Bunch of work on pushing and replication of tags and capabilities, and protoc...Adam Ierymenko
2016-08-03Add tag rules and split out rule serialize/deserialize so the code can be reu...Adam Ierymenko
2016-08-02Rules engine work: capability based security model with tags and capabilities...Adam Ierymenko
2016-07-28Cleanup...Adam Ierymenko
2016-07-28More rules engine work: key/value pair matching for microsegmentation.Adam Ierymenko
2016-07-25Basic L2/L3 filter for rules engine (not integrated yet) and some cleanup.Adam Ierymenko
2016-07-12Plumbing through trusted path stuff to OneService.Adam Ierymenko
2016-07-12Trusted path support, and version bump to 1.1.9Adam Ierymenko
2016-06-21Add rule type to match a COM field of the peer by ID and value because this w...Adam Ierymenko
2016-06-16Big refactor mostly builds. We now have a uniform backward compatible netconf.Adam Ierymenko
2016-06-14Big refactor in service code to prep for plumbing through route management.Adam Ierymenko
2016-06-09Add flags and metric to ZT-managed routes.Adam Ierymenko
2016-06-07Carry virtual network routes through to API.Adam Ierymenko
2016-05-09Add TCP relative sequence number criterion for documentation/posterity.Adam Ierymenko
2016-05-06Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes ...Adam Ierymenko
2016-05-06docsAdam Ierymenko
2016-05-06Dead code removal.Adam Ierymenko
2016-05-06Merge gateways and routes in netconf since they are the same thing.Adam Ierymenko
2016-04-28Beginning of security doc and kill some obsolete defines in main include file.Adam Ierymenko
2016-04-26Bunch more refactoring for an even more compact NetworkConfig representation,...Adam Ierymenko
2016-04-26Define an "anchor" as a statically defined device that serves as a network lo...Adam Ierymenko
2016-04-22Refactor rules table in-memory structure in new NetworkConfig to permit far m...Adam Ierymenko
2016-04-12Shrink NetworkConfig slightly.Adam Ierymenko
2016-04-12NetworkConfig refactor part 1Adam Ierymenko
2016-02-22Make maximum size of a circuit test structure sane.Adam Ierymenko
2016-01-13C doesn't support default argumentsGrant Limberg
2016-01-12boring doc stuffAdam Ierymenko
2016-01-12Use network user ptr in lookup for Ethernet frame handling to eliminate map l...Adam Ierymenko
2016-01-12Add a network-associated user ptr in API.Adam Ierymenko
2016-01-11Instead of using binary packet comparison, add a callback to the API to expli...Adam Ierymenko
2016-01-11docsAdam Ierymenko
2016-01-11Fix a bug that we visually found in Windows code -- it was not advertising uP...Adam Ierymenko