1. 140e478 XOS integration app by Ray Milkey · 9 years ago
  2. 0de9fac Fixing and organizing javadocs. by Thomas Vachuska · 9 years ago
  3. 5f1e457 - Bug fix for populating MPLS rules for php case: adding treamtments in forward objectives by sangho · 9 years ago
  4. e148de8 Request packet in when config being modified during runtime. by Charles M.C. Chan · 9 years ago
  5. c14b2a2 Use long literal to shorten codes by Sho SHIMIZU · 9 years ago
  6. ea75084 CORD fabric app by Jonathan Hart · 9 years ago
  7. 99d0b20 thread safe improvment by Pingping Lin · 9 years ago
  8. 52abe3a ONOS-1791 : Populates MPLS rules also at edge routers by sangho · 9 years ago
  9. 834e4b0 ONOS-1786: Updates group buckets when link status is changed. by sangho · 9 years ago
  10. ffa27d3 add a vBNG application by Pingping Lin · 9 years ago
  11. a0ddb02 GUI -- Rename UIMessageHandlerTwo => UIMessageHandler. Also, make bindHandlers() private. by Simon Hunt · 9 years ago
  12. d2747a0 GUI -- Huge Refactoring of server-side message handlers (Part Two). by Simon Hunt · 9 years ago
  13. 266b443 Fixed javadocs and descriptions. by Thomas Vachuska · 9 years ago
  14. 7772af0 Fix for missing case in set test cli by Jon Hall · 9 years ago
  15. dfc639e Adding in some imports necessary for test code included in BGP router by Saurav Das · 9 years ago
  16. dde53d1 Fix the logic of deleting FIB entries in CorsaPipeline by sangho · 9 years ago
  17. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  18. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  19. f22fb40 Pushes flow rules to the control switch when the switch is connected and available. by sangho · 9 years ago
  20. 666cd6d ONOS-1521 : Supports Leaf-Spine topology (tested with 4 x 4 ) by sangho · 9 years ago
  21. 20eff1d ONOS-1438: Improved the routing rule population process for link add and failure; computes the routes changed from the link changes and populates the rules only for the routes. by sangho · 9 years ago
  22. 7b8a921 Bugfix: matching IP address without ethType will result in OFPT_ERROR_MSG (type=OFPET_BAD_MATCH, code=OFPBMC_BAD_PREREQ) by Charles M.C. Chan · 9 years ago
  23. 6b687cd Test application for counters and sets by Jon Hall · 9 years ago
  24. 88d2282 Ignore PORT_STATS_UPDATED from topology metrics by andrew@onlab.us · 9 years ago
  25. bd7f742 Adding Device Listiner to BgpRouter so that filtering rules are sent to the by Saurav Das · 9 years ago
  26. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  27. 3d03826 Fixes bug where driver gets initialized only when device is available. by Saurav Das · 9 years ago
  28. 87994d0 Enhanced onos-build-selective to react to any src file modifications and to also result in a cascaded build of app modules which require the modified modules. by Thomas Vachuska · 9 years ago
  29. 3b881aa Move reactive forwarding to flow objectives by Jonathan Hart · 9 years ago
  30. 430223a ReactiveForwarding shouldn't always match ethertype or ipproto by Jonathan Hart · 9 years ago
  31. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  32. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  33. e3bfcaf Fix NPE for election app when handling CANDIDATE events. Also disables running by Ayaka Koshibe · 9 years ago
  34. f6ea9e6 Implemented a globally unique next id generator in FlowObjectStore by alshabib · 9 years ago
  35. 41e8c18 Simplified app packaging to use just project.version rather than short.version. by Thomas Vachuska · 9 years ago
  36. 6cc224b ONOS-1621: Test app for measuring messaging layer performance by Madan Jampani · 9 years ago
  37. 586afd8 Removing need for boilerplate app.xml; Instead defining onos.app.name and onos.app.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files. by Thomas Vachuska · 9 years ago
  38. 2a441c6 Flow Objective implementation by alshabib · 9 years ago
  39. 624f13a fixing packaging for bgprouter. by alshabib · 9 years ago
  40. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  41. e10f56b Fixing javadocs. by Thomas Vachuska · 9 years ago
  42. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  43. c9e16bf add a virtual gateway for reactive routing by Pingping Lin · 9 years ago
  44. 4db76e3 ONOS-685: Network Configuration Manager support for Segment Routing application by Srikanth Vavilapalli · 9 years ago
  45. cfd63d2 Adding more filtering objectives from the router application and handling them by Saurav Das · 9 years ago
  46. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  47. 910aff1 WIP: Initial implementation of filterObjectives using driver subsystem. by alshabib · 9 years ago
  48. b35a619 ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 9 years ago
  49. e28ae4c sdn-ip reactive routing by Pingping Lin · 9 years ago
  50. b645147 Moved demo app back to main onos repo. by Thomas Vachuska · 9 years ago
  51. 0fa583c GUI -- Added applications view. by Thomas Vachuska · 9 years ago
  52. b967ebf GUI -- Fixed intent perf GUI styling. by Thomas Vachuska · 9 years ago
  53. 72dd99d GUI -- Fixed intentPerf javascript error. by Thomas Vachuska · 9 years ago
  54. fba2857 Enhanced app CLI. by Thomas Vachuska · 9 years ago
  55. 90c7be2 GUI -- Fixed a few issues int intentPerf.js caught by review, but after merge. by Thomas Vachuska · 9 years ago
  56. 95aadff Added GUI to intent perf app to monitor performance stats in real-time. by Thomas Vachuska · 9 years ago
  57. 89ad377 ONOS-1400: Fixing BgpRouter functionality break due to distributed group store changes by Srikanth Vavilapalli · 9 years ago
  58. e167b5f Fixed some wrong app.xml configurations. by Thomas Vachuska · 9 years ago
  59. 5630c61 ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3 by Thomas Vachuska · 9 years ago
  60. 717361f Distributed group store using eventual consistent map abstraction by Srikanth Vavilapalli · 9 years ago
  61. e076c79 Implement builders for optical intents by Ray Milkey · 9 years ago
  62. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  63. ee4f937 Adding more app.xml files. Upgrading app.xml versions. Cleaned-up features.xml. by Thomas Vachuska · 9 years ago
  64. 166c547 Added Intent PURGED events to the collected Intent Event metrics. by Pavlin Radoslavov · 9 years ago
  65. b91356e Ooops. Fixing parent pom reference. by Thomas Vachuska · 9 years ago
  66. 6aaa1e0 Work toward fixing ONOS-1138: Batching topo event may cause event loss by Pavlin Radoslavov · 9 years ago
  67. a468e90 Adding test apps as submodule to apps by Brian O'Connor · 9 years ago
  68. 2a1779d Moving some apps to new repository by Brian O'Connor · 9 years ago
  69. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  70. 50a9b72 Add priority to remaining intent types by Ray Milkey · 9 years ago
  71. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  72. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  73. 2a784fc Fix build path issue by HIGUCHI Yuta · 9 years ago
  74. a460e29 Fix the decoding opf BGP AGGREGATOR Attribute when 4 octets AS is enabled by Pavlin Radoslavov · 9 years ago
  75. f211499 Small fixes to IntentService and perf-installer by Brian O'Connor · 9 years ago
  76. e63e3d4 ONOS-1315 Adding configurability to intent performance test app. by Thomas Vachuska · 9 years ago
  77. 9c2ae65 Adding app.xml for the mobility app. by Thomas Vachuska · 9 years ago
  78. bfbe1d7 Avoid processing IPv6 messages in ProxyArp if it is disabled (ONOS-1313) by Ayaka Koshibe · 9 years ago
  79. 7648d66 Prototyping GUI & CLI for the intent performance test fixture. by Thomas Vachuska · 9 years ago
  80. f9f2cbb WIP: Turn off group deletes for now as they're not needed for deployment by Jonathan Hart · 9 years ago
  81. c0b3c34 BgpRouter app supports both OVSSwitch and Corsa HW switch. by sangho · 9 years ago
  82. da1644e Added delete all flow rules during Corsa switch handshake by alshabib · 9 years ago
  83. 4964d3d Updates to GossipIntentStore and IntentPerfInstaller by Brian O'Connor · 9 years ago
  84. 8c8b037 Adding OnosCfgMojo to the onos maven plugin. by Thomas Vachuska · 9 years ago
  85. 2aa1f32 Fixes related to SDN-IP intents: by Pavlin Radoslavov · 9 years ago
  86. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  87. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  88. 5b7ef44 adding IntentPerfInstaller config by Brian O'Connor · 9 years ago
  89. 87ba7a7 Pulling PartitionService into API and making IntentPerfInstaller configurable by Brian O'Connor · 9 years ago
  90. 12ef205 Use higher priorites for longer prefixes by Jonathan Hart · 9 years ago
  91. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  92. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  93. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  94. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  95. b9a91c1 Adding mac to intentperf selector and making Distributed flow store smaller by Brian O'Connor · 9 years ago
  96. 5eaf033 Add ICMP handler in bgp router app by sangho · 9 years ago
  97. 8b3e80b Remove default flow rules for ROADMs. Fix LinkResource NPE. Single instance provisions optical path. by Marc De Leenheer · 9 years ago
  98. 5b14142 BgpRouter: Batch flow updates by Jonathan Hart · 9 years ago
  99. 37d659c BgpRouter: Added treatment to delete flows by Jonathan Hart · 9 years ago
  100. 936a729 BgpRouter: Add default flows for BGP traffic in control plane switch by Jonathan Hart · 9 years ago