1. 215f245 the port in action field is optional for qos flow rule by ke han · 7 years ago
  2. ac8b229 ONOS-6225 Expose k-shortest path search as part of TopologyService. by Yuta HIGUCHI · 7 years ago
  3. aa178db Add ability to set clearDeferred flag in treatments from REST API. by Jonathan Hart · 7 years ago
  4. 4201954 ONOS-6106 Adding Missing Fields in the " get flows and get devices" rest api by kalagesa · 7 years ago
  5. 1f036b8 ONOS-6096 initial impl of dist. virtual packet store; virtual PacketRequest CLI; PacketRequest codec by Claudine Chiu · 7 years ago
  6. a3fcf67 Fix Sonar issue: by Jon Hall · 7 years ago
  7. 88cc343 Update checkstyle to version 6.19 by Ray Milkey · 7 years ago
  8. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  9. 64cc582 Remove left over system directory after test completes by Ray Milkey · 7 years ago
  10. 6cc7488 Implementing ability to process single-bundle ONOS apps whose meta-data by Thomas Vachuska · 7 years ago
  11. 1bec2be Making the REST interface accept deferred instructions while adding flows by Saurav Das · 7 years ago
  12. 75b882f7 [ONOS-5939] added traffic selector bitwise match on TCP/UDP/SCTP source/destination port by Andreas Gilbert · 7 years ago
  13. 670ac5d Resource group to share resources between intents by Luca Prete · 7 years ago
  14. 0282ab8 [ONOS-5797] GroupService: add setBucketsForGroup by Victor Silva · 7 years ago
  15. a255bb4 ONOS-5595 netcfg for protection by Yuta HIGUCHI · 7 years ago
  16. 2398d96 Vector cost proposed to TST on 2016-07-13 by Andrey Komarov · 8 years ago
  17. cbd1b39 Sonar fixes by Jon Hall · 7 years ago
  18. c590ebb ONOS-5691 ONOS-5742 Fixing intent framework difficulties by Brian O'Connor · 7 years ago
  19. b1b823f [newOpenTAM] new Upgraded AFM and FlowStatisticService by Sangsik Yoon · 8 years ago
  20. 5361221 Working on Bay-Area-Region Demo. by Simon Hunt · 7 years ago
  21. 7470210 the port is unneccesory forqos flow's action, in fact , config port into qos actionwill cause a bug by ke han · 7 years ago
  22. 8526700 checkstyle rule to check copyrights by Ray Milkey · 7 years ago
  23. 75f5fb9 MAX value positive, check value only in public constructor. by Jordi Ortiz · 8 years ago
  24. f6aed99 Adding an additional method for getting paths from default topology with a bound on how many paths will be returned. This should not effect any existing uses. by Aaron Kruglikov · 7 years ago
  25. ef79434 Fix Javadoc warnings by Ray Milkey · 7 years ago
  26. 5d08e1e Unit tests for virtual host codec. by Ray Milkey · 7 years ago
  27. 776f074 JSON Codec for FilteredConnectPoint by Yuta HIGUCHI · 7 years ago
  28. 9215ff2 Adding support for VLAN_PUSH with EtherType (incl. Q-in-Q) by Konstantinos Kanonakis · 7 years ago
  29. 6d33e80 FIXME: Move to app package by sangyun-han · 8 years ago
  30. 8aca677 Fix for ONOS-5306:NPE in Flows Instructions Decoder by Jayasree Ghosh · 8 years ago
  31. 44929b7 Fix for ONOS-5323:Issue with POST /intents - Causing NPE with null/wrong appId by Jayasree Ghosh · 8 years ago
  32. f0b3ad8 [OpenTAM_DPIS] DPI Statistics Manager & dpis CLI by Sangsik Yoon · 8 years ago
  33. 6c60389 In vnet CLI, separates virutal port creation and binding operations. by Yoonseon Han · 8 years ago
  34. 20d452b Fix duplicated lines of code in method decode() by Antonio Marsico · 8 years ago
  35. 3ff504c Fix for ONOS-5175. GroupId refactoring. by Prince Pereira · 8 years ago
  36. 5e93545 Fix for ONOS-5033 hosts - dynamic or static by sdn · 8 years ago
  37. 02a417f ONOS-5214:Fix-For-Meter-WrongBandType-with-NPE-And-WrongUNITType-Issue by Jayasree Ghosh · 8 years ago
  38. 4e8b783 [ONOS-5170] GroupStore: add purgeGroupEntries by Victor Silva · 8 years ago
  39. 139bca4 [ONOS-5171] FlowRuleStore: add purgeFlowEntries by Victor Silva · 8 years ago
  40. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  41. e7a240c FIX for ONOS-5260: METER AppID Display on GET, Precedence Range Issue by Jayasree Ghosh · 8 years ago
  42. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  43. df1eeae [ONOS-5169] GroupStore: properly add updated buckets by Victor Silva · 8 years ago
  44. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  45. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  46. d3ff540 Fix for ONOS-5152:Encoder for Disjoint Rest API with NPE:onos-1.7 by Jayasree Ghosh · 8 years ago
  47. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  48. 34b3060 Fix ONOS-5091 by varunsha · 8 years ago
  49. 89470f1 Group event indicating failover of previously used live port by helenyrwu · 8 years ago
  50. 695bac6 Check if the logger is configured as trace when logging as trace by Sho SHIMIZU · 8 years ago
  51. ba8c805 Replace comparator definitions with their Lambda equivalents. by Simon Hunt · 8 years ago
  52. a8f69ff Adding SinglePointToMultiPointIntentCodec for support SP2MP intent over REST by Chiara Contoli · 8 years ago
  53. e3bcfc3 Fix bugs in extension treatment REST API by Jonathan Hart · 8 years ago
  54. c2e6815 Use Java 8 Map#compute when possible by Yuta HIGUCHI · 8 years ago
  55. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  56. 1578042 Use for-each statement by Sho SHIMIZU · 8 years ago
  57. ef17cbd Remove redundant toString() calls by Sho SHIMIZU · 8 years ago
  58. e0b7d16 Remove unused import statements by Sho SHIMIZU · 8 years ago
  59. 3437bdb Fix dangling Javadoc comments by Sho SHIMIZU · 8 years ago
  60. e3c4334 Fix disjoint path exceptions when backup not present by helenyrwu · 8 years ago
  61. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  62. c3d69f5 Fix NPE when there's no secondary path. by Yuta HIGUCHI · 8 years ago
  63. b711fbf4 Cherry pick ONOS-4721 fix by Varun Sharma · 8 years ago
  64. 2d45985 ONOS-4751-Fix:creating GroupType INDIRECT, multiple bucket(REST API) by Jayasree Ghosh · 8 years ago
  65. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  66. eb851cd Adding commands for managing layouts. by Thomas Vachuska · 8 years ago
  67. b440ef4 EdgeManager fixes by Yuta HIGUCHI · 8 years ago
  68. df352c6 Fix for the ONOS-4836 by Kavitha Alagesan · 8 years ago
  69. fd296b6 [ONOS-4681] Enables device registration in GossipDeviceStore, by helenyrwu · 8 years ago
  70. 25f07be ONOS-2184 VirtualHost CLI and REST api's by Claudine Chiu · 8 years ago
  71. b3ef1fd Fix GroupKey interpretation in REST by Charles Chan · 8 years ago
  72. 1172585 ONOS-4359: continued work on theming UI - updated app.pngs by Simon Hunt · 8 years ago
  73. 6eb00cc Allow reading PortDescription from DeviceStore by Yuta HIGUCHI · 8 years ago
  74. 4e72a14 Fix for ONOS-4632 by Jayasree Ghosh · 8 years ago
  75. 11260a0 Try to use ModMplsHeaderInstruction and ModVlanHeaderInstruction by Jian Li · 8 years ago
  76. 50a6dbe Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  77. 6c71a05 Deprecating PortDiscovery in favour of DeviceDescritpionDiscovery by Andrea Campanella · 8 years ago
  78. a424a05 Allow to specify appId through FlowObjective REST API by Jian Li · 8 years ago
  79. e2a59f4 Check TrafficTreatment and TrafficSelector in FlowRuleCodecTest by Jian Li · 8 years ago
  80. 36afa1b Add unit test for TrafficSelector Codec by Jian Li · 8 years ago
  81. e753963 Fix for [ONOS-3590] by Jon Hall · 8 years ago
  82. 2907ad2 [ONOS-4530] Allow to specify appId when insert FlowRule through REST by Jian Li · 8 years ago
  83. 96b47d9 Add unit test for TrafficTreatment REST API by Jian Li · 8 years ago
  84. e1c1c8d [ONOS-4409] Support applicationId registration and query via REST by Jian Li · 8 years ago
  85. f96d41f [ONOS-4438] Add REST API for mastership service by Jian Li · 8 years ago
  86. b68a2b0 [ONOS-4438] Add codecs for mastership REST API by Jian Li · 8 years ago
  87. c180686 Add configurable method to SimpleFlowRuleStore by sangyun-han · 8 years ago
  88. a7903ae Moving default app.png to common/resources, so that it is included in the bundle by Brian O'Connor · 8 years ago
  89. 1decd53 ONOS-4077: REST API's for virtual networks, devices, ports, links: add missing onos.rsModel statements + fix example field in JSON files by Claudine Chiu · 8 years ago
  90. 9a10897 ONOS-3633 - Implementation of virtual network point to point intent provider. by Brian Stanke · 8 years ago
  91. dab7256 [ONOS-4258] Initial implementation of supporting extension in REST by Jian Li · 8 years ago
  92. c5d93e6 Added meter and table transition instructions to flows REST API. by Konstantinos Kanonakis · 8 years ago
  93. f6bf8d5 ONOS-4077: REST API's for virtual links. by Claudine Chiu · 8 years ago
  94. 7cbbbb7 Adding Copyright notice to files that are missing it by Brian O'Connor · 8 years ago
  95. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  96. e4a4f99 Updating ApplicationArchive.isPlainXml() to exclude files that begin with zip magic bytes by Brian O'Connor · 8 years ago
  97. fb8b816 REST API's for tenants, virtual networks, virtual devices ad virtual ports. by Claudine Chiu · 8 years ago
  98. e91e572 Remove ModLambdaInstruction because we don't use indexed lambda by Sho SHIMIZU · 8 years ago
  99. f60e45f Remove L0SubType.LAMBDA which now gets unnecessary by Sho SHIMIZU · 8 years ago
  100. a114d89 Remove IndexedLambda deprecated in Emu by Sho SHIMIZU · 8 years ago