- ad3c526 Using provider pattern for cluster metadata. by Madan Jampani · 9 years ago
- c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 9 years ago
- 8474fdd Fix how default partitions are created by Madan Jampani · 9 years ago
- ab7e7cd First round of ClusterMetadata improvements: by Madan Jampani · 9 years ago
- 3ddb7b2 [Falcon] link discovery - by Ayaka Koshibe · 9 years ago
- 762a2d8 Fixing various exception issues. by Thomas Vachuska · 9 years ago
- 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 9 years ago
- 9e51fd0 ONOS-3550 Fixed property warnings. by Thomas Vachuska · 9 years ago
- 12c8c08 [Falcon] link discovery - by Ayaka Koshibe · 9 years ago
- 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 9 years ago
- 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 9 years ago 1.4.0
- 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
- d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 9 years ago 1.4.0-rc3
- b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
- 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 9 years ago 1.4.0-rc2
- aad8b1d ONOS-3599 Fixed exceptions during link provider activation. by Thomas Vachuska · 9 years ago
- 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
- b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 9 years ago 1.4.0-rc1
- e3af265 add ports back to discoverer after a device has gone offline and come back. by alshabib · 9 years ago
- d9fe3a3 ONOS-3461 Disable LinkDiscovery on specific device/port. by HIGUCHI Yuta · 9 years ago
- 399a0b3 [ONOS-3205] Migrate LLDP Link Discovery configuration to Network Configuration System by Naoki Shiota · 9 years ago
- b853b3f LldpLinkProvider: ignore logical port earlier by HIGUCHI Yuta · 9 years ago
- e889e2d [ONOS-3370] Extract hostprovider and lldpprovider from openflow by Charles Chan · 9 years ago
- b35540a Addressed some more naming issues throughout the code. by Jonathan Hart · 9 years ago
- 9a9edf8 ONOS-3206 refactoring LLDP link provider. by HIGUCHI Yuta · 9 years ago
- d07c092 ONOS-1636 Added code to mark devices offline when openflow provider is deactivated; fixed a few NPEs. by Thomas Vachuska · 9 years ago
- 347cc87 Fixed a few blemishes in the packet processor GUI view code. by Thomas Vachuska · 9 years ago
- f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
- 3edc08a [ONOS-2880] Initialize SuppressionRules before use by Jon Hall · 9 years ago
- b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
- cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
- 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
- e4ebac9 ONOS-2846, ONOS-2812 Refactored link discovery pruning to be centralized rather than being with each link discovery helper. by Thomas Vachuska · 9 years ago
- 05453c9 ONOS-2846, ONOS-2812 Reworking link discovery provider to be fully configurable and to prune links based on links rather than based on ports. by Thomas Vachuska · 9 years ago
- 96f3ea7 ONOS-2812 Refactored the link code in search of a defect; the root cause was old OVS-based switch which is wrongly forwarding LLDP frames. by Thomas Vachuska · 9 years ago
- e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
- 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
- 565a66a Bug fixes/improvements: by Madan Jampani · 9 years ago
- 3b78326 Refactoring addProcessor() calls to use type methods by Brian O'Connor · 9 years ago
- 45066bc Fix issue with link discovery missing ports. by Jonathan Hart · 9 years ago
- 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
- 07a923d Include logic for cancelling requests for packets. by Aaron Kruglikov · 9 years ago
- 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
- afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
- a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
- 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
- 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
- c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
- 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
- 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
- 3358af2 Demoting boy-cried-wolf log messages. by Thomas Vachuska · 9 years ago
- fc52fec Fixed a slew of shutdown exceptions that arose due to improper or out-of-order resource clean-up, e.g. listeners, timers, executors. by Thomas Vachuska · 9 years ago
- de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
- e148de8 Request packet in when config being modified during runtime. by Charles M.C. Chan · 9 years ago
- c14b2a2 Use long literal to shorten codes by Sho SHIMIZU · 9 years ago
- 9de692c LLDPLinkProvider: don't bother logging for PORT_STATS_UPDATED events by Jonathan Hart · 10 years ago
- 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 10 years ago
- 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 10 years ago
- 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 10 years ago 1.1.0
- 8c8b037 Adding OnosCfgMojo to the onos maven plugin. by Thomas Vachuska · 10 years ago
- 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 10 years ago
- 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 10 years ago 1.1.0-rc2
- 3181de3 Addressing some review comments regarding component configuration. Fixed 'resource' to 'resources'. Doh! by Thomas Vachuska · 10 years ago
- 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 10 years ago
- 8b3e80b Remove default flow rules for ROADMs. Fix LinkResource NPE. Single instance provisions optical path. by Marc De Leenheer · 10 years ago
- 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 10 years ago
- 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 10 years ago
- c313c40 Couple of changes for the BGP Router project: by Saurav Das · 10 years ago
- 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 10 years ago
- 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 10 years ago
- 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 10 years ago
- 3cfce8e Moved default flows logic into the PacketManager. by Jonathan Hart · 10 years ago
- e8600eb Handle packets that can't be deserialized properly. by Jonathan Hart · 10 years ago
- bc0e84d Fix javadoc warnings by Charles M.C. Chan · 10 years ago
- d36a74b Add explicit flow rules to receive control packets: ARP, LLDP, BDDP by Pavlin Radoslavov · 10 years ago
- 4128938 Configuration to suppress LLDP discovery by Yuta HIGUCHI · 10 years ago
- 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 10 years ago
- 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 10 years ago 1.0.0
- 4785eec removing some TODOs by alshabib · 10 years ago
- 5dc5a34 kick off link discovery only for available devices by alshabib · 10 years ago
- abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 10 years ago
- 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 10 years ago
- f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 10 years ago
- bcac499 Flatten MastershipTermService by Yuta HIGUCHI · 10 years ago
- ccfa94c LLDPLinkProvider listens to MastershipEvents by Ayaka Koshibe · 10 years ago
- 3419858 LinkDiscovery: check if Stopped before starting scheduled task. by Yuta HIGUCHI · 10 years ago
- 3225578 LinkDiscovery: only reschedule if not requested to stop by Yuta HIGUCHI · 10 years ago
- 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
- d19f670 extract DeviceId by Yuta HIGUCHI · 10 years ago
- 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
- 4f1ba09 Lowered log level for common log by Jonathan Hart · 10 years ago
- f672588 LLDP LinkDiscovery related fix by Yuta HIGUCHI · 10 years ago
- 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
- e1bcb0b Added isLinkLocal predicate to MacAddress and used it in ReactiveForwarding. by Thomas Vachuska · 10 years ago
- 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
- eb24e9d Attempt to fix Link vanishing after mastership change by Yuta HIGUCHI · 10 years ago
- 00b476f send LLDP probe only to non-Logical ports by Yuta HIGUCHI · 10 years ago
- 43ef46f Shut LinkDiscovery up by Jonathan Hart · 10 years ago
- 3d643ec functional stats service by alshabib · 10 years ago
- 2374fc9 many fixes from different people in various place. Optical, FlowRuleManager, LinkDiscovery by alshabib · 10 years ago