1. 811ea2b Add ability to administratively remove ports of an offline device. by Thomas Vachuska · 4 years, 3 months ago
  2. d4a28ca Revert "Add ability to administratively remove ports of an offline device." by Ray Milkey · 4 years, 3 months ago
  3. 38d24f3 Add ability to administratively remove ports of an offline device. by Thomas Vachuska · 4 years, 3 months ago
  4. 53e4796 Deprecate potentially error prone constructor methods by Yuta HIGUCHI · 6 years ago
  5. 6ecf56d [CORD-1634] Support enable/disable ports on STANDBY nodes. by Jonghwan Hyun · 7 years ago
  6. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  7. 32000d3 [ONOS-6806] Add getAvailableDeviceCount method to DeviceService by mskala · 7 years ago
  8. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  9. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  10. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  11. 565a66a Bug fixes/improvements: by Madan Jampani · 9 years ago
  12. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  13. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  14. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  15. c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
  16. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  17. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  18. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  19. cc53abd Favor adapter classes over service interfaces in unit tests by Ray Milkey · 9 years ago
  20. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  21. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/test/java/org/onlab/onos/net/device/impl/DeviceManagerTest.java]
  22. bcac499 Flatten MastershipTermService by Yuta HIGUCHI · 9 years ago
  23. 78bcbc1 remove dependency on Devices for handling MastershipEvents by Ayaka Koshibe · 9 years ago
  24. 5481532 Changed argument from Device -> DeviceId by Yuta HIGUCHI · 10 years ago
  25. 13c0b87 Add API in DeviceClock*Service to check if Timestamp can be issued. by Yuta HIGUCHI · 10 years ago
  26. e60d452 avoid transient changes to MastershipStore from being posted as events by Ayaka Koshibe · 10 years ago
  27. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  28. 444b519 Replaced the usage of IpPrefix with IpAddress in the context of by Pavlin Radoslavov · 10 years ago
  29. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  30. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago
  31. 093e83e Refactoring by Yuta HIGUCHI · 10 years ago
  32. 4c89127 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  33. c404770 role reassignment tweaks by Ayaka Koshibe · 10 years ago
  34. 33faeaf Fixing DeviceManagerTest by Yuta HIGUCHI · 10 years ago
  35. ea961ff Moved trivial from net to store. Fixed some javadocs. by tom · 10 years ago
  36. b41d1ac Added graceful shutdown for upstart service. by tom · 10 years ago
  37. a7f044e DeviceManager queries MastershipService by Ayaka Koshibe · 10 years ago
  38. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago
  39. be98831 Restructured to separate stores and managers into different bundles. Reactive forwarding does not seem to work; will investigate. by tom · 10 years ago[Renamed (98%) from core/trivial/src/test/java/org/onlab/onos/net/trivial/device/impl/DeviceManagerTest.java]
  40. 41a2c5f Formalized DeviceStore in preparation for separating managers and stores. by tom · 10 years ago[Renamed (98%) from core/trivial/src/test/java/org/onlab/onos/net/trivial/device/impl/SimpleDeviceManagerTest.java]
  41. 7e02cda Changed the way ProviderId is made to include URI scheme portion. by tom · 10 years ago
  42. 8bf2e6b Added javadocs and separated trivial implementations into distinct packages. by tom · 10 years ago[Renamed (98%) from core/trivial/src/test/java/org/onlab/onos/net/trivial/impl/SimpleDeviceManagerTest.java]
  43. e2dc27a Moved net to core by tom · 10 years ago[Renamed from net/core/trivial/src/test/java/org/onlab/onos/net/trivial/impl/SimpleDeviceManagerTest.java]
  44. 568581d Started to work on topology abstraction. by tom · 10 years ago
  45. 5f35f7c Added a command-line to set device mastership role. by tom · 10 years ago
  46. 80c0e5e Changed trivial core behaviour to claim switch as a master by default and to apply role to the switch. by tom · 10 years ago
  47. ff7eb7c Enhanced the CLIs. by tom · 10 years ago
  48. ad2d209 Added getDeviceCount and tests. by tom · 10 years ago
  49. 24c55cd Added unit tests for port handling in trivial core. by tom · 10 years ago
  50. e5ec3fd Adding DeviceAdminService facade and tests for SimpleDeviceManager. by tom · 10 years ago