1. 980a8c1 [ONOS-7054] Implement prototype of ISSU protocol by Jordan Halterman · 7 years ago
  2. 1d4b3aa Bugfix: do not assume all Config is about DeviceId by Yuta HIGUCHI · 7 years ago
  3. 6ecf56d [CORD-1634] Support enable/disable ports on STANDBY nodes. by Jonghwan Hyun · 7 years ago
  4. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  5. 75ef9f5 [ONOS-6844] inject ports via net-cfg by Andrea Campanella · 7 years ago
  6. 32000d3 [ONOS-6806] Add getAvailableDeviceCount method to DeviceService by mskala · 7 years ago
  7. ffbad3b ONOS-5784: Empty latitude/longitude in ONOS Web UI by Simon Hunt · 7 years ago
  8. 8f60ff8 ONOS-6257: fixing Region-peer-location function... by Simon Hunt · 7 years ago
  9. ddfa8c9 Fix for JIRA issue ONOS-6160. To avoid possible null pointer reference for 'device' object in file 'DeviceManager.java' at line no 574. by nitinanand · 7 years ago
  10. ce77433 [ONOS-5911] Port removal after receiving OFPR_DELETE port status reason. by Michal Mach · 7 years ago
  11. 7438f5a Mechanism to add Port annotation via netcfg by Yuta HIGUCHI · 7 years ago
  12. a90c44c Surpress excess warning messages by Jon Hall · 7 years ago
  13. d5ec9e9 Adding to the 'devices' cli command an output that displays the local connectivity of a device. by Saurav Das · 7 years ago
  14. 651a7da [ONOS-5192]Make devices unavailable when master fails by Bharath Thiruveedula · 7 years ago
  15. 3a2a987 ONOS-5701 fix for NPE symptom by Yuta HIGUCHI · 7 years ago
  16. c710467 Fix for Mastership exception fetching timestamp - from Madan by Ray Milkey · 8 years ago
  17. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  18. b9af6b7 [ONOS-4691] Refactoring OpticalPortOperator (2/3) by Yuta HIGUCHI · 8 years ago
  19. f3ead25 [ONOS-4513] Slice optical-model into separate bundle (1/3) by HIGUCHI Yuta · 8 years ago
  20. 7a8bfc6 [ONOS-4460] Relinquish device role when partitioned away from cluster by Jon Hall · 8 years ago
  21. 9ef2223 Fix STC crashes due to devices not found by Ray Milkey · 8 years ago
  22. fd296b6 [ONOS-4681] Enables device registration in GossipDeviceStore, by helenyrwu · 8 years ago
  23. 6eb00cc Allow reading PortDescription from DeviceStore by Yuta HIGUCHI · 8 years ago
  24. 6972ae6 [ONOS-4513] Remove optical dependency from store/dist by HIGUCHI Yuta · 8 years ago
  25. d5a8f01 Bug fix for ONOS-4491 by Aneesha Pailla · 8 years ago
  26. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  27. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  28. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  29. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  30. 387a1ca null dereference fix. by Shashikanth VH · 8 years ago
  31. 5923b9a Fixed an NPE in DeviceManager provider service. by Thomas Vachuska · 8 years ago
  32. 138de8b FIxing basic device config and demoting some config-related messages to debug. by Thomas Vachuska · 8 years ago
  33. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  34. 1627dc8 ONOS-3356 Fixed NPE when processing configuration of a non-existent device. by Thomas Vachuska · 8 years ago
  35. fa8aa2f Fixed an NPE in device manager/provider. by Thomas Vachuska · 9 years ago
  36. a9a73de [Emu] Open Flow Optical Port Description by Yafit Hadar · 9 years ago
  37. d0ab3c0 Misc device/optical config features: by Ayaka Koshibe · 9 years ago
  38. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  39. 4998caa ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago
  40. 11ff4a8 Delta Port Statistics added to DeviceStore, Device Service and CLI by Dusan Pajin · 9 years ago
  41. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  42. 5373e76 Managers refactored to use ConfigOperators: by Ayaka Koshibe · 9 years ago
  43. 565a66a Bug fixes/improvements: by Madan Jampani · 9 years ago
  44. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  45. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  46. e1fa732 [ONOS-2383]Fixs the DeviceManager.java white-spacing/line-breaks by samuel · 9 years ago
  47. 738dfaf [ONOS-2159]Add to query devices by type api in DeviceService and by samuel · 9 years ago
  48. f2af771 Dropping log level to debug in few places by Madan Jampani · 9 years ago
  49. c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
  50. 328371d ONOS-1981: Move expensive work off of event loop thread by Madan Jampani · 9 years ago
  51. 5f429d6 Fixed race-conditions in null providers. by Thomas Vachuska · 9 years ago
  52. 11530fb Bug ONOS-2030: Wait for mastership by HIGUCHI Yuta · 9 years ago
  53. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  54. 3358af2 Demoting boy-cried-wolf log messages. by Thomas Vachuska · 9 years ago
  55. b17c41f Added a detection mechanism for long-running or dead-locked event sinks and listeners. by Thomas Vachuska · 9 years ago
  56. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  57. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  58. 7cdf3f1 ONOS-1802: Added a null check for the returned term by Madan Jampani · 9 years ago
  59. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  60. 2096b93 Fixes a NPE that occurs when device mastership is not immediately decided by Madan Jampani · 9 years ago
  61. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  62. 538108b ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. by sangho · 9 years ago
  63. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  64. b473b9d Injecting topology through JSON ConfigProvider works for multi-instance (ONOS-490). by Marc De Leenheer · 9 years ago
  65. 2f66936 Generalize the MultiValuedTimestamp. by Jonathan Hart · 9 years ago
  66. fd3cc05 fix for mastership race condition. by alshabib · 9 years ago
  67. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  68. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  69. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/main/java/org/onlab/onos/net/device/impl/DeviceManager.java]
  70. afc514a when a switch vapourizes so must its ports by alshabib · 9 years ago
  71. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  72. bcac499 Flatten MastershipTermService by Yuta HIGUCHI · 9 years ago
  73. ccfa94c LLDPLinkProvider listens to MastershipEvents by Ayaka Koshibe · 9 years ago
  74. 78bcbc1 remove dependency on Devices for handling MastershipEvents by Ayaka Koshibe · 9 years ago
  75. 72669c4 DeviceManager: lowering harmless log level by Yuta HIGUCHI · 9 years ago
  76. 63323fd DeviceManager: background process checking mastership by Yuta HIGUCHI · 9 years ago
  77. 5481532 Changed argument from Device -> DeviceId by Yuta HIGUCHI · 10 years ago
  78. d26354d revisiting DeviceManager role handling by Yuta HIGUCHI · 10 years ago
  79. 2d3cd31 log message fixes in DeviceManager by Yuta HIGUCHI · 10 years ago
  80. 13c0b87 Add API in DeviceClock*Service to check if Timestamp can be issued. by Yuta HIGUCHI · 10 years ago
  81. 3ef2b0d vertical feedback path for Role replies by Ayaka Koshibe · 10 years ago
  82. d40e950 use termService field by Yuta HIGUCHI · 10 years ago
  83. 38b4d9d Device Mastership by Yuta HIGUCHI · 10 years ago
  84. dfe6e3b allow null Master in MastershipTerm by Yuta HIGUCHI · 10 years ago
  85. 225e63e turn off duplicate check for now by Yuta HIGUCHI · 10 years ago
  86. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  87. eb5a0b9 minor Device - Mastership fixes by Yuta HIGUCHI · 10 years ago
  88. 317245a add check for duplicate MastershipEvents to DeviceManager by Ayaka Koshibe · 10 years ago
  89. e60d452 avoid transient changes to MastershipStore from being posted as events by Ayaka Koshibe · 10 years ago
  90. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  91. eb24e9d Attempt to fix Link vanishing after mastership change by Yuta HIGUCHI · 10 years ago
  92. 305ec83 add debug log by Yuta HIGUCHI · 10 years ago
  93. e8708e3 trigger device query after mastership reelection by Ayaka Koshibe · 10 years ago
  94. 67dce88 Mastership related minor fixes on DeviceManager by Yuta HIGUCHI · 10 years ago
  95. 67af1f4 add roleInfo structure and backup_changed mastership event by Ayaka Koshibe · 10 years ago
  96. 0722fb2 added FIXME for disconnection corner case by Yuta HIGUCHI · 10 years ago
  97. d631e42 bugfix: DeviceManager#applyRole should ignore NONE by Yuta HIGUCHI · 10 years ago
  98. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  99. b5c63a0 fixes for mastership handoff race conditions by Ayaka Koshibe · 10 years ago
  100. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago