1. c9306e4 Enabling UI live-reload for apps not in the ONOS source code by Matteo Scandolo · 8 years ago
  2. e9af3b4 Add unit test for LISP address to check obj equality & construction by Jian Li · 8 years ago
  3. 8fc2d2f Fix: Javadoc fix for LISP related classes by Jian Li · 8 years ago
  4. 18f3bce Add unit test for LISP msg to check object equality and construction by Jian Li · 8 years ago
  5. 20850d3 [ONOS-4718] Add toString, equals, hashCode for LISP control message by Jian Li · 8 years ago
  6. 525fded Move build method to each control msg, realize createBuilder method by Jian Li · 8 years ago
  7. 79b1bb2 Remove solicit map request message class and interface by Jian Li · 8 years ago
  8. 631e62a [ONOS-4718] Implement DefaultLispMapRecord class with interface mod by Jian Li · 8 years ago
  9. f59c0ad [ONOS-4718] Implement LISP control message classes by Jian Li · 8 years ago
  10. 10a0906 [ONOS-4718] Add LispMapRecord, rename EidRecord to LispEidRecord by Jian Li · 8 years ago
  11. 6172540 [ONOS-5069] OpenFlowControllerImpl: always cleanup on deactivate by Thiago Santos · 8 years ago
  12. bee9de8 [ONOS-5036] Revise Mirror table in OVSDB protocol by Pier Ventre · 8 years ago
  13. bb23e0b Fix Javadoc warnings by Ray Milkey · 8 years ago
  14. 4b02211 Fix LISP related javadoc by Yuta HIGUCHI · 8 years ago
  15. 719b3bf [ONOS-4718] Initial implementation of LISP control message objects by Jian Li · 8 years ago
  16. 451175e [ONOS-4718] Initially add five LISP message interfaces and classes by Jian Li · 8 years ago
  17. 07a572f [ONOS-4668] Refactoring port statistic collector using SharedExecutor by sangyun-han · 8 years ago
  18. a33134e Make error messages more accurate when OpenFlow provider can't find a driver for a device by Jonathan Hart · 8 years ago
  19. 4755715 adds working buck file to BGPCEP provider by Zayne Khouja · 8 years ago
  20. 69ed446 Add exception handling for unfound switch in processPacket by sangyun-han · 8 years ago
  21. f7c5655 OSPF protocol manual merge from 1.6, due to cherry pick merge conflict by sunishvk · 8 years ago
  22. 4c3b451 [ONOS] cherry pick from onos1.6 to master all defects merges by Priyanka B · 8 years ago
  23. 4512222 [ONOS-4849] NETCONF function for FUJITSU OLT #6 by Akihiro Yamanouchi · 8 years ago
  24. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  25. a809a17 Assign thread name to HashedWheelTimer by Yuta HIGUCHI · 8 years ago
  26. ac32718 BuildFix: add missing netty-buffer lib in BUCK build file by Jian Li · 8 years ago
  27. cb1fca2 [ONOS-4718] Initial commit for LISP protocol message package by Jian Li · 8 years ago
  28. d56f97e [ONOS-4718] Add LispDistinguishedNameAddress, modify hashCode logic by Jian Li · 8 years ago
  29. c7e20a5 [ONOS-4718] Add more LCAF type address with augmented LCAF class by Jian Li · 8 years ago
  30. 0959600 [ONOS-4718] Add LISP Canonical Address Format Enum and Address class by Jian Li · 8 years ago
  31. 6b77dc0 [ONOS-4718] Add several data types used for addressing LISP locator by Jian Li · 8 years ago
  32. 3573439 Initial commit for LISP SBI Encoder and Decoder package by Jian Li · 8 years ago
  33. 8d3a9d3 [ONOS-4837] NETCONF function for FUJITSU OLT #4 and #5 by Akihiro Yamanouchi · 8 years ago
  34. dac220d Fix DefaultOvsdbClient Class's getBridges's improper return value by MaoJianwei · 8 years ago
  35. d491284 [ONOS-4795] NETCONF function for FUJITSU OLT #3 by Akihiro Yamanouchi · 8 years ago
  36. 8947866 Added patch interface add and remove behavior, and implemented OVSDB driver by Hyunsun Moon · 8 years ago
  37. dd14e8e Refactored tunnel and interface config behavior by Hyunsun Moon · 8 years ago
  38. e779803 cherry picking the fix for ONOS-4754 to onos-1.6 and master by Prince Pereira · 8 years ago
  39. da27f52 Attempt to fix onos-master job issue. by Yuta HIGUCHI · 8 years ago
  40. 31027ed Bug fix for BGP building by Zayne Khouja · 8 years ago
  41. 646aa02 Implement PowerConfig for Oplink Devices by yjimmyy · 8 years ago
  42. b695762 [ONOS-4718] Initial commit for LISP SBI protocols by Jian Li · 8 years ago
  43. c1e4e4c [ONOS] cherry picked from 1.6, bandwidth, CR and resilency fix by Priyanka B · 8 years ago
  44. 7e48cb2 cherry pick of [ONOS-4794] [ONOS-4793] [ONOS-4669]TE_COST and bandwidth information on update flow was not correct by Priyanka B · 8 years ago
  45. 0407c64 NetconfAlarmProvider alerts core about notifications given subscription. by helenyrwu · 8 years ago
  46. 728b1cd Fixed stack overflow bug when using BMv2 table entry service by Carmelo Cascone · 8 years ago
  47. eeeabec More readable toString for BMv2 extension selectors and treatments by Carmelo Cascone · 8 years ago
  48. 62f1e1e BMv2 performance improvements by Carmelo Cascone · 8 years ago
  49. 0ec92f1 Implemented convenient builders of BMv2 extension selectors and treatments. by Carmelo Cascone · 8 years ago
  50. 6256d01 Fixed deadlock in BMv2 device context service by Carmelo Cascone · 8 years ago
  51. ee4cd7e Improved consistency for BMv2 flow rules handling by Carmelo Cascone · 8 years ago
  52. 9e39e31 Polished BMv2 protocol module by Carmelo Cascone · 8 years ago
  53. c18e82c Simplified Bmv2 device context service and context handling in demo apps by Carmelo Cascone · 8 years ago
  54. 3f85684 Added caching for bmv2 thrift sources by Carmelo Cascone · 8 years ago
  55. 7bdf4d4 ISIS protocol manual merge from 1.6 due to cherry pick merge conflict by sunish vk · 8 years ago
  56. 3c2d3eb [ONOS-4722] cherry-picked GoldenEye:Fix exception on learning unknown PCE-initiated LSP from PCC by Avantika-Huawei · 8 years ago
  57. f849aab Cherry picks from 1.6 branch by Avantika-Huawei · 8 years ago
  58. 5e5d4df [ONOS-4654] NETCONF function for FUJITSU OLT #1 by Akihiro Yamanouchi · 8 years ago
  59. c385126 Adding post method with String return type by Andrea Campanella · 8 years ago
  60. dc93bee [ONOS] Capability defect fix and component activation fix by Priyanka B · 8 years ago
  61. 1251e19 Refactored bridge config to take bridge description by Hyunsun Moon · 8 years ago
  62. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  63. 4c3cef0 [ONOS] RSVP defect fix in master by Priyanka B · 8 years ago
  64. 25f1888 Various bmv2 changes to reflect onos-bmv2 v1.0.0 (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
  65. 0831efb Various changes in BMv2 driver and provider modules (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
  66. 17fc9e4 Major refactoring of the BMv2 protocol module (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
  67. 839b6ed Fixing file permissions by Yuta HIGUCHI · 8 years ago
  68. fc10dca [ONOS-4687] GoldenEye - Label map download issues. by Avantika-Huawei · 8 years ago
  69. cdf9b10 [ONOS-4671]PCECC defect fix , bgp pcep provider having same scheme problem by Priyanka B · 8 years ago
  70. 2e557be [ONOS-4662] Removing "ERROR" string from error netconf replies. by Andreas Papazois · 8 years ago
  71. 19c0873 [ONOS-4171] Proper Router ID format. by Priyanka B · 8 years ago
  72. 3524d85 [ONOS-4663] [ONOS-4664] ST defect fixes in session establishment/sync by Avantika-Huawei · 8 years ago
  73. 259847d [ONOS-4171] Merge PCEP and BGP providers into common BGPCEP provider. by Priyanka B · 8 years ago
  74. fe44ea6 [ONOS-4166] Store device capapbilities using network config by Avantika-Huawei · 8 years ago
  75. 5b4b6c6 Remove duplicate test by HIGUCHI Yuta · 8 years ago
  76. 658aa698 [ONOS-4166] Add the capabilities for links and devices in the resource manager. Also update the resource information from BGP-LS update. by Priyanka B · 8 years ago
  77. d1e36bd [ONOS-4170] LSP-DB sync by Avantika-Huawei · 8 years ago
  78. e38c21e BGP routepolicy distribution bug fixes. by Shashikanth VH · 8 years ago
  79. 83f77e4 BGP non root user port issue fix. by Shashikanth VH · 8 years ago
  80. 413fbe8 [ONOS-4167] Identify the impacted tunnels based on network events, notify to PCE app and trigger MBB flow. by Priyanka B · 8 years ago
  81. 94395bf [ONOS] PCEP provider changes, added node listeners to topology provider by Priyanka B · 8 years ago
  82. 8a39361 Removed orphaned Java file that is no longer built or used by Jonathan Hart · 8 years ago
  83. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  84. e853602 [Code Review] PCEP Report message min length should be 18 & PCE web java doc by Mahesh Raju-Huawei · 8 years ago
  85. e9795fd [ONOS-4426] [ONOS-4511] [ONOS-4502] Upgrade Vtn Module when access same network segment. by Bob zhou · 8 years ago
  86. 7c14e66 [ONOS-4170] Label Db sync by Avantika-Huawei · 8 years ago
  87. 7f7376a [ONOS-4170] PCEP provider changes for LSPDB sync by Avantika-Huawei · 8 years ago
  88. 2c72ac7 Fixed race condition in bmv2 SafeThriftClient by Carmelo Cascone · 8 years ago
  89. f8cf288 Added ability to poll flow counters in BMv2 by Carmelo Cascone · 8 years ago
  90. c3824e8 ONOS-4505: Bug Fixes by sunish vk · 8 years ago
  91. 2bf44a4 Added dump of table entry ids in bmv2 protocol by Carmelo Cascone · 8 years ago
  92. b57a134 Added methods to Bmv2ThriftClient to dump the device JSON config by Carmelo Cascone · 8 years ago
  93. c0fbbee ONOS-4420 Implemented BMv2 packet provider by Carmelo Cascone · 8 years ago
  94. d925da8 [ONOS-4165] Add C flag to LSP object by Avantika-Huawei · 8 years ago
  95. 09792f0 BGP AS number issue fixes. by Shashikanth VH · 8 years ago
  96. 4b5ce00 ONOS-4505: Bug Fixes by sunish vk · 8 years ago
  97. 5fa651e ONOS-4422 Implemented device discovery in Bmv2 device provider and other by Carmelo Cascone · 8 years ago
  98. bd455ca [ONOS] SBI part of label flow. by Priyanka B · 8 years ago
  99. e4da909 ONOS-4278 Implemented BMv2 control plane server and packet-out support by Carmelo Cascone · 8 years ago
  100. 56c1184 [ONOS-4163] Provider side changes to support stateful PCE and PCECC by Avantika-Huawei · 8 years ago