1. 718e438 Sonar suggestions - don't reuse formal parameter, guard agains NPE by Ray Milkey · 5 years ago
  2. de5cf84 [ONOS-7842] Implement host annotation using netcfg by Rafał Szalecki · 5 years ago
  3. 89bbf81 Clean up left over commented out code from the Karaf 4.X port by Ray Milkey · 5 years ago
  4. cd3f3dc suppress warning stack trace when an intent fails to compile by Ray Milkey · 5 years ago
  5. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 6 years ago
  6. d175194 Fix for ONOS-7840 - Flows stuck in PENDING_ADD state by Ray Milkey · 5 years ago
  7. 123f0e0 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  8. 3a6e151 Added suggest path to PointToPointIntent by Daniele Moro · 6 years ago
  9. ce65cc0 Make a link depends on packet-in LLDP packet. by DongRyeol Cha · 6 years ago
  10. 5cf77f5 Do not invalidate the cache again if the dequeue is triggered by the cache timeout by Charles Chan · 6 years ago
  11. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 6 years ago
  12. a218d43 Merge branch 'master' into merge by Ray Milkey · 6 years ago
  13. 66460c9 The tableAction should be checked if it is null. by wu · 6 years ago
  14. 1e8a1bd [ONOS-7818] Implement a device behaviour to get table statistics. Make FlowRuleDriverProvider periodically call FlowRuleProviderService.pushTableStatistics(). by hjtsao · 6 years ago
  15. 956bb16 Merge remote-tracking branch 'origin/master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  16. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  17. 855b108 [tiny-fix] Missing deviceId for log. by Tian Jian · 6 years ago
  18. 9cb2e9e [tiny-fix] Wrong location of deviceId in the log. by Tian Jian · 6 years ago
  19. d709dba Request may be null, if not checked, it may be error. by 柯志勇10068695 · 6 years ago
  20. 2d7bca1 Move type specifiers from property name constants to the corresponding component annotations by Ray Milkey · 6 years ago
  21. d04e227 Constants for core/net OSGI properties by Ray Milkey · 6 years ago
  22. db57f1c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  23. e44592f More robust P4Runtime group handling by Carmelo Cascone · 6 years ago
  24. da0b559 Recover missing pipeconf-merged driver at component activation by Carmelo Cascone · 6 years ago
  25. 2fd325f Minor clean-up of the 4.2.1 migration. by Thomas Vachuska · 6 years ago
  26. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  27. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  28. 33306ba Revert "Removing applyRole to avoid double mastership requests to the provider." by Ray Milkey · 6 years ago
  29. 66bf382 Remove deprecated Host Provider APIs by Ray Milkey · 6 years ago
  30. 82e2189 Removing applyRole to avoid double mastership requests to the provider. by Andrea Campanella · 6 years ago
  31. de3b684 Relinquish mastership when device reports "permission" denied event by Carmelo Cascone · 6 years ago
  32. 9e4972c Refactor P4Runtime subsystem to implement async connection procedure by Carmelo Cascone · 6 years ago
  33. 0761cd3 Few core changes in preparation of P4Runtime subsystem refactoring by Carmelo Cascone · 6 years ago
  34. da60a61 Build missing pipeconf-merged driver at startup by Carmelo Cascone · 6 years ago
  35. 8eabcec [ONOS-7751] Sometimes device availability is not changed to available after creation of OF device by jaegonkim · 6 years ago
  36. b71e1ba Do not queue VERIFY objectives by Charles Chan · 6 years ago
  37. 09c2c4d Changing the default pw transport vlan to 4090 instead of 4093. by Saurav Das · 6 years ago
  38. 3c933ec bugfix: ONOS-7741 by Youngbo Sim · 6 years ago
  39. 1e8843f ONOS-7251 ONOS-7264 Support for clone to CPU action in fabric.p4 by Carmelo Cascone · 6 years ago
  40. b928b3f Correct a log message in HostManager by Charles Chan · 6 years ago
  41. 5813681 ONOS-7739 Support for P4Runtime multicast programming by Carmelo Cascone · 6 years ago
  42. a73f106 Translate only certain groups to PI by Carmelo Cascone · 6 years ago
  43. cbe1c5e [ONOS-7681] IntentCleanup.resubmitPendingRequest() can not generate pendingMap PUT event, and IntentData processing does not happen. by jaegonkim · 6 years ago
  44. b914fcb [ONOS-7682] IntentManager.buildAndSubmitBatches overwrites intent operation of pending map with the intent opeation of current map by jaegonkim · 6 years ago
  45. eded688 Set R-bit in neighbor advertisement if replying as a router by Charles Chan · 6 years ago
  46. 158b8c4 More improvements and bugfixes in P4Runtime subsystem by Carmelo Cascone · 6 years ago
  47. 96beb6f Refactored GDP and PipeconfManager to fix multi-node tests by Carmelo Cascone · 6 years ago
  48. e5b2872 Improve scalability of P4Runtime subsystem by Carmelo Cascone · 6 years ago
  49. 1da7a4d Fixed UnsupportedOperationException in DeviceManager by Carmelo Cascone · 6 years ago
  50. b37bdde Fixed not relinquishing mastership on role response by Carmelo Cascone · 6 years ago
  51. 667538d [ONOS-7724] Incorrect priority check in PiFlowRuleTranslator by Yi Tseng · 6 years ago
  52. e6a9754 Better logging when configuring the FlowRuleManager by Carmelo Cascone · 6 years ago
  53. 6af4e17 Bumped supported revisions of P4 tools by Carmelo Cascone · 6 years ago
  54. ff79dd9 Implement host probing retry with major refactoring by Charles Chan · 6 years ago
  55. fb1c762 Fix concurrent modification exception due to unlocked access to collection by Ray Milkey · 6 years ago
  56. 5b38dc0 Extending DeviceProvider interface to include triggerDisconnect method. by Thomas Vachuska · 6 years ago
  57. 4ef245e Fix NPE in DeviceManager for an offline device by Ray Milkey · 6 years ago
  58. ab7e59f [ONOS-7646] IntentCleanup.cleanup() overwrites intent operation of pending map with the intent opeation of current map by jaegonkim · 6 years ago
  59. 07f15f2 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  60. 164ecf6 Adding mechanism for device subsystem & providers to trigger device by Thomas Vachuska · 6 years ago
  61. f131e59 Partial fix for ONOS-6767. by Thomas Vachuska · 6 years ago
  62. 35b589c Increase flow obj timeout and remove pendingForwards and pendingNexts when the next failed by Charles Chan · 6 years ago
  63. 0d4b8b3 Add missing @Override tag by Charles Chan · 6 years ago
  64. 9a55429 Adding a component config to take down single homed host ports when all uplinks are lost. by Saurav Das · 6 years ago
  65. 971d7ba Move some functions from segment routing manager to interface service/manager by Charles Chan · 6 years ago
  66. 320c6a5 Print flow objective error message by Charles Chan · 6 years ago
  67. 33f4a91 Implement flow objective queue command by Charles Chan · 6 years ago
  68. 45c19d7 Avoid head of queue blocking in InOrderFlowObjecitveManager by Charles Chan · 6 years ago
  69. c616e17 Fixing GUI to respond to server-side layout changes. by Thomas Vachuska · 6 years ago
  70. 181f3f4 Fixed wrong LPM mask in PI flow rule translator by Carmelo Cascone · 6 years ago
  71. 81929aa Bumped supported commit of P4Runtime and BMv2 by Carmelo Cascone · 6 years ago
  72. dc8a556 [ONOS-7585] ObjectiveTracker.intentsByLink is not updated after ONOS node reboot by jaegonkim · 6 years ago
  73. 7be4e67 [ONOS-7288] Fix race condition of device manager by Yi Tseng · 6 years ago
  74. 6c52606 [ONOS-7573][Test successful] Mark online does not notify peers device subsystem by Palash Kala · 6 years ago
  75. 2c95acf Support double-tagged host by Jonghwan Hyun · 6 years ago
  76. 8a571af Support for bitwise AND/OR/XOR in ImmutableByteSequence by Carmelo Cascone · 6 years ago
  77. aa7e973 CORD-2917 Should not push packet requests that target specific device to all devices by Charles Chan · 6 years ago
  78. c09ad6d Refactor logging in InOrderFlowObjectiveManager by Charles Chan · 6 years ago
  79. df3eec5 [ONOS-7493] Segment routing may uninstall forwarding with no next id by Yi Tseng · 6 years ago
  80. d28936e [ONOS-7500] Supports PiTableEntry with no action by Yi Tseng · 6 years ago
  81. d7e3b4b [ONOS-7051] Support for P4Runtime meters by Frank Wang · 7 years ago
  82. 4256bde Support for PI table entry with default action by Carmelo Cascone · 6 years ago
  83. a7903c8 Implements in-order flow objective execution by Charles Chan · 6 years ago
  84. 0d817b0 [ONOS-7555] Device local-status and device availability parameters are not synchronized in cluster by Palash Kala · 6 years ago
  85. 225f4dc Avoid blocking event thread in ResourceDeviceListener by Jordan Halterman · 6 years ago
  86. 054e23d Add uptimes to device and cluster REST APIs by Ray Milkey · 6 years ago
  87. 227943d Cosmetic fixes to FlowRuleManager. by Thomas Vachuska · 6 years ago
  88. 435f23c Gracefully handle Device not there yet by Yuta HIGUCHI · 6 years ago
  89. 9789311 [CORD-2802] Fix events reordering in FlowObjectiveManager by Pier Luigi · 6 years ago
  90. a8e7477 Adding command to add routes and to generate flows from them. by Thomas Vachuska · 6 years ago
  91. 53e4796 Deprecate potentially error prone constructor methods by Yuta HIGUCHI · 6 years ago
  92. 2b1935d ONOS-7509 preserve all attributes when ensuring enabled state by Yuta HIGUCHI · 6 years ago
  93. 0e5632a Sonar is not happy with RuntimeException by Carmelo Cascone · 6 years ago
  94. abbd1ee Fixed race condition in CriterionTranslatorHelper by Carmelo Cascone · 6 years ago
  95. 7483e1b Remove deprecated LinkWeight interface by Ray Milkey · 6 years ago
  96. a2cf3a1 Remove deprecated connect point APIs for point to point intents by Ray Milkey · 6 years ago
  97. 1c1f0c2 [ONOS-7410] DeviceManager.deviceConnected does not apply device annotations by jaegonkim · 6 years ago
  98. 92d206b Remove deprecated link collection intent compiler by Ray Milkey · 6 years ago
  99. 6a36035 Remove deprecated private method by Ray Milkey · 6 years ago
  100. a7cf8c8 Remove deprecated DefaultPath constructor with a scalar cost by Ray Milkey · 6 years ago