1. f3ed655 Seeding a test for the edge-manager implementation. by Thomas Vachuska · 9 years ago
  2. 2a65575 Improve the resiliency of the packet deserialization code. by Jonathan Hart · 9 years ago
  3. 8113466 Fixing FlowRule priority in intent compilers by Brian O'Connor · 9 years ago
  4. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  5. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  6. 066244c Simplify MP2S compiler, fix ingress/egress on same switch bug in SP2M compiler by Jonathan Hart · 9 years ago
  7. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  8. c46af20 Fixing an issue where intents fail to re-route after a node is restarted; caused by failure to register intent resources correctly. by Thomas Vachuska · 9 years ago
  9. c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
  10. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  11. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  12. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  13. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  14. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  15. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  16. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  17. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  18. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  19. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  20. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  21. 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 9 years ago
  22. eba4e34 Adding tests for IntentCleaner by Brian O'Connor · 9 years ago
  23. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  24. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  25. de47caa Configurable extraneous flow rules by Marc De Leenheer · 9 years ago
  26. 6e0fb30 ONOS-1334 - Allow multi to single intent across a single switch by Ray Milkey · 9 years ago
  27. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  28. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  29. fd7931d ONOS-1404 - Rerouting delayed due to flows being removed out of order by Ray Milkey · 9 years ago
  30. b5dcc51 Adding device and host tracking for intents (ONOS-1356) by Brian O'Connor · 9 years ago
  31. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  32. 5630c61 ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3 by Thomas Vachuska · 9 years ago
  33. 717361f Distributed group store using eventual consistent map abstraction by Srikanth Vavilapalli · 9 years ago
  34. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  35. e076c79 Implement builders for optical intents by Ray Milkey · 9 years ago
  36. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  37. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  38. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  39. 50a9b72 Add priority to remaining intent types by Ray Milkey · 9 years ago
  40. 7d1496b ProxyArp: Reply directly when we know an external target host by Jonathan Hart · 9 years ago
  41. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  42. 0811bdd Disable some brittle tests that are causing problems with Jenkins by Ray Milkey · 9 years ago
  43. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  44. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  45. 6d697f1 Sketching out component configuration model & API. by Thomas Vachuska · 9 years ago
  46. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  47. 35b4ecb Increase a timeout value from 100ms to 1000ms. by Pavlin Radoslavov · 9 years ago
  48. 1c166dc Enable Intent Manager unit tests by Ray Milkey · 9 years ago
  49. b1b66d3 Add unit test for optical path intent installer by Ray Milkey · 9 years ago
  50. c313c40 Couple of changes for the BGP Router project: by Saurav Das · 9 years ago
  51. a046a87 Due to type mismatch, test wasn't actually testing the contents of the intent by Ray Milkey · 9 years ago
  52. 6a8fd1d Cleaned up IntentStores. by Jonathan Hart · 9 years ago
  53. 418685e Add unit tests for WithdrawCoordinating phase by Sho SHIMIZU · 9 years ago
  54. 3a7c98e Move IntentCompilers to the dedicated package by Sho SHIMIZU · 9 years ago
  55. 167ae0b Change Optional.ofNullable calls to Optional.of by Ray Milkey · 9 years ago
  56. dd5fb95 Add unit test for link collection intent installer by Ray Milkey · 9 years ago
  57. bb32048 Add unit test for MPLS path intent installer by Ray Milkey · 9 years ago
  58. 033bb70 Add unit tests for Withdrawing phase by Sho SHIMIZU · 9 years ago
  59. 67c221f Fix a typo in a parameter name by Ray Milkey · 9 years ago
  60. d990535 Unit test for path intent installer by Ray Milkey · 9 years ago
  61. 64d4867 Add unit tests for Installing phase by Sho SHIMIZU · 9 years ago
  62. 0a3bb1d9 Add unit tests for InstallCoordinating phase by Sho SHIMIZU · 9 years ago
  63. 892509a Add unit tests for Compiling phase by Sho SHIMIZU · 9 years ago
  64. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago
  65. 5a7787a Unit test for intent accumulator by Ray Milkey · 9 years ago
  66. 6c28f83 ONOS-1066: Move IntentCompilers to the dedicated package by Sho SHIMIZU · 9 years ago
  67. b705217 Remove dependency on PointToPointIntentCompiler by Sho SHIMIZU · 9 years ago
  68. 0e73880 Move unit tests to PointToPointIntentCompilerTest by Sho SHIMIZU · 9 years ago
  69. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  70. 1ee563a Remove unnecessary non-null check assertions by Sho SHIMIZU · 9 years ago
  71. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  72. cc53abd Favor adapter classes over service interfaces in unit tests by Ray Milkey · 9 years ago
  73. 0247986 ONOS-1058 - Add application Id to intent withdraw command by Ray Milkey · 9 years ago
  74. da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 9 years ago
  75. ed12ae5 ONOS-985: Sample integration test application for group subsystem by Srikanth Vavilapalli · 9 years ago
  76. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  77. 9f74c08 Fix intent manager unit tests by Ray Milkey · 9 years ago
  78. 47bc855 Updating SimpleIntentStore by Brian O'Connor · 9 years ago
  79. 4f5d93e Fixes for ObjectiveTrackerTest and IntentServiceTest by Ray Milkey · 9 years ago
  80. 3af1386 Keys based on longs should display in hexadecimal by Ray Milkey · 9 years ago
  81. 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 9 years ago
  82. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  83. 5811ac2 Updating MockFlowRuleService with new semantics by Brian O'Connor · 9 years ago
  84. 877ec2c Handle exception when compiling fails by Sho SHIMIZU · 9 years ago
  85. 2468502 Removed deprecated intent operations by Ray Milkey · 9 years ago
  86. 2da272b Removed deprecated classes/interfaces by Ray Milkey · 9 years ago
  87. b499b35 Updates to Intent Manager and store interface by Brian O'Connor · 9 years ago
  88. 24226a2 Start IntentOperations removal by Ray Milkey · 9 years ago
  89. 7ff0181 ONOS-944: Implemented a Group operation failure handler in GroupManger and SimpleGroupStore. by sangho · 9 years ago
  90. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  91. 1eab7d5 Add IPv6 HostManager test. by Kunihiro Ishiguro · 9 years ago
  92. 45c27c8 ONOS-895: Group manager implementation by Srikanth Vavilapalli · 9 years ago
  93. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  94. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  95. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  96. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  97. 3466096 Fix typo in Javadoc comment by Sho SHIMIZU · 9 years ago
  98. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  99. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  100. f84591d Don't flood ARP packets out the port they came in on. by Jonathan Hart · 9 years ago