1. 1b40848 Fix NPE when pending operations are not present (due to possible race condition) by pier · 5 years ago
  2. a4b4029 Packet throttle support by Harshada Chaundkar · 5 years ago
  3. 9d1db1c Starting snapshot 1.13.9-SNAPSHOT by ONOS Jenkins User · 5 years ago
  4. 68c3cdb Tagging 1.13.9-rc3 by ONOS Jenkins User · 5 years ago 1.13.9-rc3
  5. 91b3854 Adding purgeOnDisconnect support to the meter subsystem and adding vlanId match by Gamze Abaka · 5 years ago
  6. 5a18312 Route is not populated correctly when next hop moves by Charles Chan · 5 years ago
  7. e32f923 Added REST API call to fetch routes count and routes count by type for Route Service by Harshada Chaundkar · 5 years ago
  8. ba06a3c Offload packet processing to another thread by Charles Chan · 5 years ago
  9. cd1783f Disable DHCP relay counters by Charles Chan · 5 years ago
  10. 4973ae1 Fixed potential NPE in packet-stats for ipv4 tcp packets by Harshada Chaundkar · 5 years ago
  11. 62022ef Fix NPE in flow store by Jordan Halterman · 5 years ago
  12. f1240a9 Fix NPE in flow store by Jordan Halterman · 5 years ago
  13. 3bfbd38 Starting snapshot 1.13.9-SNAPSHOT by ONOS Jenkins User · 5 years ago
  14. d3c8894 Tagging 1.13.9-rc2 by ONOS Jenkins User · 5 years ago 1.13.9-rc2
  15. 7a9bfb8 Optimize filtering flow rule counts by state by Jordan Halterman · 5 years ago
  16. 66b0129 Moving the device event handling to separate thread by Ruchi Sahota · 5 years ago
  17. a29fab9 This patch solves the following problem: by Gamze Abaka · 5 years ago
  18. fc6d1fb Reduce frequency of flow store replication by Jordan Halterman · 5 years ago
  19. 0b2b7c9 This patch solves the following issue: by Gamze Abaka · 5 years ago
  20. f170b70 Update xconnectService when the service is bound/unbound by Charles Chan · 5 years ago
  21. 40fda91 Starting snapshot 1.13.9-SNAPSHOT by ONOS Jenkins User · 5 years ago
  22. c8bc024 Tagging 1.13.9-rc1 by ONOS Jenkins User · 5 years ago 1.13.9-rc1
  23. 4b0fc8f add fpm web to pom by Ray Milkey · 5 years ago
  24. eba9535 Fix ONOS version string by Ray Milkey · 5 years ago
  25. dac44dc Upgrade to Atomix 2.0.27 by Jordan Halterman · 5 years ago
  26. 549bd19 DHCP and IGMP trap flows must include write metadata (tech profile id) and meter instructions by Gamze Abaka · 5 years ago
  27. 399b8e3 Potential Null Pointer Exception fix for Cpman, Groups , Flows and Mastership API by Harshada Chaundkar · 5 years ago
  28. 7a7a2a4 Deprecate CpqD pipeliners by Charles Chan · 5 years ago
  29. ffef505 fix for service not found error by Arjun E K · 5 years ago
  30. 029c18a Change JDK container for Docker build by Ray Milkey · 5 years ago
  31. 77fa8ab FPM Connections REST API Corrected style check errors by Harshada Chaundkar · 5 years ago
  32. 1f83a59 Added null check for empty ArrayNode object in DhcpRelayWebResource.java by Harshada Chaundkar · 5 years ago
  33. 96bca90 DhcpRelayWebResource cannot find DhcpRelayService when it become instantiated by Harshada Chaundkar · 5 years ago
  34. 2dc5a6b Eliminate redundant flow programming when host moves by Charles Chan · 6 years ago
  35. 21d3cee [ONOS-7626] FlowsWebResource cannot find FlowRuleService when it become instantiated by jaegonkim · 6 years ago
  36. 3c8d47e Starting snapshot 1.13.9-SNAPSHOT by ONOS Jenkins User · 5 years ago
  37. 23a2915 Tagging 1.13.8 by ONOS Jenkins User · 5 years ago 1.13.8
  38. 9f3462d Version string referred to s apecific SNAPSHOT by Ray Milkey · 5 years ago
  39. 3327a26 Fixes for maven build on dhcprelay and packet-stats apps by Ray Milkey · 5 years ago
  40. 781b855 Need to use 'pom' packaging at the top level by Ray Milkey · 5 years ago
  41. e5b1461 In order to complete https://jira.opencord.org/browse/VOL-1093 and https://jira.opencord.org/browse/VOL-1401, OltPipeline must support meter and write metadata instructions for authentication trap flows. Additionally, all flows must include write metadata instruction instead of transition. This change will be done for 1.13 branch. by Gamze Abaka · 5 years ago
  42. 4242cbe REST API added in Packet stats app by Sudhir Kumar Maurya · 5 years ago
  43. 1a6b379 Remove debug level logging by Charles Chan · 5 years ago
  44. b6b5414 restapi-cli-audit-onos-1.13-manual-cherry-pick by Arjun E K · 5 years ago
  45. 3304e79 PacketProcessorWebResource cannot find PacketService when it become instantiated; changed debug logs to trace in FPMManager by Ruchi Sahota · 5 years ago
  46. e74913c ONOS-7896 Fix a bug that results in flow obj queue not being dequeued properly by Charles Chan · 5 years ago
  47. f6f57d2 Implementation Cisco rest driver for Nexus 900 by gyewan.an · 6 years ago
  48. 9841077 Lookup stored route on remove to ensure bytes consistency. by Jordan Halterman · 6 years ago
  49. 71ad9d2 Fix route events delivery by pier · 6 years ago
  50. e116f12 Prevent objective context from being executed multiple times by Charles Chan · 5 years ago
  51. 2f2dbca Rest API Support for DHCP Relay by Anjali K K · 6 years ago
  52. d0c496f Currently, only pmc-olt driver supports meter mod messages; other olt drivers such as voltha, nokia, celestica etc. must support meter mod. It is a requirement of bandwidth profile implementation of voltha project. by Gamze Abaka · 6 years ago
  53. d1eb47c More unit test fix by Charles Chan · 6 years ago
  54. 264b4b7 Change the service dependency to mandatory by Charles Chan · 6 years ago
  55. 6171ab9 Unit test fix - timeout is not correctly set in parallel execution environment by Charles Chan · 6 years ago
  56. 16ec41d Address StackOverflow by offloading cache listener to a separate thread by Charles Chan · 6 years ago
  57. a1e623b Fixes build, removes bazel files and makes onos-buck project happy again by pier · 6 years ago
  58. 0efc849 Starting snapshot 1.13.8-SNAPSHOT by ONOS Jenkins User · 6 years ago
  59. d8d1774 Tagging 1.13.7 by ONOS Jenkins User · 6 years ago 1.13.7
  60. 78ed211 Fix ConcurrentModificationException when processing PendingRemoveNextObjectives by pier · 6 years ago
  61. 6c48dba Provides a separate executor to handle map events. by pier · 6 years ago
  62. 2171bc0 Indirect host DHCP replay from server set source IP as relay agent IP by Mayank Tiwari · 6 years ago
  63. c8aaa0e Do not invalidate the cache again if the dequeue is triggered by the cache timeout by Charles Chan · 6 years ago
  64. aa3c7ea Changed the debug level to reduce the debug messages by Mayank Tiwari · 6 years ago
  65. eadad4a Prevent NPE if an event comes in during start up by Ray Milkey · 6 years ago
  66. d78d1a3 REST API Support for DHCP Relay by anjalikk · 6 years ago
  67. d06925c Adding DHCP IpV6 support in VOLTHA Driver by Matteo Scandolo · 6 years ago
  68. 107b8cf REST API support for DHCP Relay by psneha · 6 years ago
  69. 8d6edf3 route-remove cli command with source type addition by snehaprem · 6 years ago
  70. 5b3f460 Symmetric host probing by Mayank Tiwari · 6 years ago
  71. fab0f85 Fix dhcprelay dependency, for BUCK by Charles Chan · 6 years ago
  72. 742e94c Source IP to be set to Relay Agent IP in DHCP packet from client by Mayank Tiwari · 6 years ago
  73. ed4f9e2 Update onos-diagnostics to include the latest SR commands by Charles Chan · 6 years ago
  74. 983264a Starting snapshot 1.13.7-SNAPSHOT by ONOS Jenkins User · 6 years ago
  75. 6e9aedb Tagging 1.13.6 by ONOS Jenkins User · 6 years ago 1.13.6
  76. eb0931f Xconnect misc. fixes for production issues by Jayakumar Thazhath · 6 years ago
  77. b5c60cb In order to implement VOLTHA VOL-949 task (https://jira.opencord.org/browse/VOL-949) , OltPipeline (pmc-olt driver) must support meter, transition and also QinQ vlan push instructions. by Gamze Abaka · 6 years ago
  78. 848a7c6 REST API support for packet-processors by rsahot036 · 6 years ago
  79. 0d47139 Starting snapshot 1.13.6-SNAPSHOT by ONOS Jenkins User · 6 years ago
  80. 165ab5d Tagging 1.13.5 by ONOS Jenkins User · 6 years ago 1.13.5
  81. 6f58cf1 Allow applications to specify a few other packet-request flow priorities. by Saurav Das · 6 years ago
  82. e3b704a [ONOS-7751] Sometimes device availability is not changed to available after creation of OF device by jaegonkim · 6 years ago
  83. 10ebd5b ONOS-7807: Fix to provide inner-tag of Q-in-Q flows correctly to VOLTHA by cboling · 6 years ago
  84. 6728bd6 don't check snapshot version of t3 by Ray Milkey · 6 years ago
  85. 46945b6 Prevent XConnect loop by jayakumarthazhath · 6 years ago
  86. a0c7daf Avoid throwing NPE when SID or Loopback is not configured by Charles Chan · 6 years ago
  87. 58128a8 Normalize route objects stored in RouteTable ConsistentMultimap to avoid inconsistent serialization for different IpPrefix/IpAddress types by Jordan Halterman · 6 years ago
  88. 27aa772 Get the matching vlan entry from DHCP record if more then one entry is present by jayakumarthazhath · 6 years ago
  89. e68b0ac ONOS-7771 : Provision in OltPipeline to install No L2 modification flow rules by Amit Ghosh · 6 years ago
  90. f451e5e Starting snapshot 1.13.5-SNAPSHOT by ONOS Jenkins User · 6 years ago
  91. 8c13723 Tagging 1.13.4 by ONOS Jenkins User · 6 years ago 1.13.4
  92. 263e7d9 Fix serialization issue by Charles Chan · 6 years ago
  93. 017869e Route Type Addition REST API by psneha · 6 years ago
  94. 73eae90 Starting snapshot 1.13.4-SNAPSHOT by ONOS Jenkins User · 6 years ago
  95. 3082b12 Tagging 1.13.3 by ONOS Jenkins User · 6 years ago 1.13.3
  96. 1dbadbd Remove NextId from internal stores when the NextObj fails by Charles Chan · 6 years ago
  97. 1fa010c Implement CLI commands to view and delete SR internal stores by Charles Chan · 6 years ago
  98. 4b0f012 fix netconf automatic reconnection issue (check both isClosed and isClosing) by zhongguo zhao · 6 years ago
  99. 705ab45 fix open too many files isse by zhongguo zhao · 6 years ago
  100. 248e7cd Allow LLDP traps to be installed on OLTs by Jonathan Hart · 6 years ago