1. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  2. ba2d3b7 Implement OFActionEnqueue (OpenFlow 1.0 only) by Steffen Gebert · 9 years ago
  3. 3c25916 Generic extensions to the treatment API to support protocol extensions like by Jonathan Hart · 9 years ago
  4. 5796d97 REST API related implemetations for ODU SIGID and SIGTYPE Fields in Flow Criteria and Instruction by Yafit Hadar · 9 years ago
  5. a002972 Removed unnecessary unused interface. by Saurav Das · 9 years ago
  6. 3e59464 Change OLT app to push Q-in-Q tagging flows rather than transparent VLAN flows. by Jonathan Hart · 9 years ago
  7. bbfdaaa Implement OFActionSetQueue (OpenFlow 1.3 only) by Steffen Gebert · 9 years ago
  8. a72d44d [ONOS-3172] Add arp_spa or arp_tpa Criteria to onos by lishuai · 9 years ago
  9. 52d8155 [Emu] Defining classes for ODU SIGID and SIGTYPE Fields in Flow Criteria and Instruction - Data Model and Tests only by Yafit Hadar · 9 years ago
  10. 5251562 Fixing Javadoc errors by Brian O'Connor · 9 years ago
  11. 983a17e Removing extra lines in DefaultTrafficTreatment by Brian O'Connor · 9 years ago
  12. b75a67a Updating DefaultTrafficTreatment by Brian O'Connor · 9 years ago
  13. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  14. 7efabeb [CORD-197] Properly handles a flow with empty instruction by Charles Chan · 9 years ago
  15. e264bef ONOS-3010 implement flow with meter by chengfan · 9 years ago
  16. 66a8554 Remove enum deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  17. 605854f Remove methods deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  18. a5beadc Remove optical related APIs deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  19. 7e6c826 Remove deprecated method by Sho SHIMIZU · 9 years ago
  20. 93c8804 Fixed a defect where packet requests issued from different instances resulted in 'redundant' packet requests due to different order of criteria serialization. by Thomas Vachuska · 9 years ago
  21. 30fbcd9 [Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation by ssyoon90 · 9 years ago
  22. 65d551b Compute the flow ID at build time rather than when fromApp() is called. by Jonathan Hart · 9 years ago
  23. d714efe Remove unused import statements by Sho SHIMIZU · 9 years ago
  24. e2952e4 Remove unnecessary modifiers by Sho SHIMIZU · 9 years ago
  25. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  26. 9b36d81 Javadoc fixes by Ray Milkey · 9 years ago
  27. c9d8d0a Avoid unnecessary instantiation by Sho SHIMIZU · 9 years ago
  28. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  29. 60db977 BugFix: Comparing MplsLabel against int by HIGUCHI Yuta · 9 years ago
  30. 8770a93 Remove use of deprecated methods regarding TCP/UDP/SCTP ports by Sho SHIMIZU · 9 years ago
  31. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  32. c4dd726 ONOS-1147 - deprecation of Flow Batch public APIs by Ray Milkey · 9 years ago
  33. 73a7dd4 Support for setting the MPLS BOS indicator bit. by Saurav Das · 9 years ago
  34. ffc5bbc Support for matching on MPLS BOS indicator bit by Saurav Das · 9 years ago
  35. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  36. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  37. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  38. c8bd97c ONOS-2403 Support setting TCP/UDP port action in flow rule for OpenFlow13 by Hyunsun Moon · 9 years ago
  39. 9fed528 ONOS-2402 Add L4 modification instruction type and class by Hyunsun Moon · 9 years ago
  40. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  41. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  42. d4fa7fd Replace the method call of Apache Commons Collections with Guava's by Sho SHIMIZU · 9 years ago
  43. 260439d Replace deprecated APIs with the alternatives by Sho SHIMIZU · 9 years ago
  44. be63b23 Regard the release when the APIs became deprecated as Cardinal by Sho SHIMIZU · 9 years ago
  45. 9a2b081 Describe the release in which APIs are tagged as deprecated by Sho SHIMIZU · 9 years ago
  46. 7b808c5 small fixes to ethtype pattern by alshabib · 9 years ago
  47. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  48. 85571eb Remove deprecated Lambda instruction builder method by Ray Milkey · 9 years ago
  49. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  50. 711db55 Fixed ONOS-2051 by eliminating treatment and priority from flow id/cookie. by Thomas Vachuska · 9 years ago
  51. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  52. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  53. 3bc27d8 Remove blank lines by Sho SHIMIZU · 9 years ago
  54. 6c8eff3 ONOS-1746 Fixed hashCode implementation to be immune from non-deterministic enum hashCode. by Thomas Vachuska · 9 years ago
  55. 8f86bb2 Remove unnecessary white space from Javadoc by Sho SHIMIZU · 9 years ago
  56. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  57. c72c8ea Make methods of TrafficSelector.Builder deprecated by Sho SHIMIZU · 9 years ago
  58. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  59. 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
  60. 0ad4398 fix remaining signing issues in treatments. by alshabib · 9 years ago
  61. 2a9c3af Add description about deprecation of matchLambda(int) by Sho SHIMIZU · 9 years ago
  62. 60f1214 Fix typo by Sho SHIMIZU · 9 years ago
  63. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  64. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  65. 2e7ac84 Make Instructions.modL0Lambda(short) deprecated by Sho SHIMIZU · 9 years ago
  66. e9e1275 Define an Instruction for OchSignal and its static factory method by Sho SHIMIZU · 9 years ago
  67. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  68. 79906e4 Remove "public" from TrafficTreatment to follow our convention by Sho SHIMIZU · 9 years ago
  69. 607b1ff Group ID was set to null in a DefaultFlowRule constructor. by Jonathan Hart · 9 years ago
  70. f74ae50 Remove obsolete todo comment by Sho SHIMIZU · 9 years ago
  71. d150620 Remove "public" from Instruction to follow our convention by Sho SHIMIZU · 9 years ago
  72. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  73. 75aaa67 OpenFlowRuleProvider is now configurable with respect to flowPollFrequency. by Thomas Vachuska · 9 years ago
  74. 15c3800 Remove "public" from TrafficSelector definition to follow our convention by Sho SHIMIZU · 9 years ago
  75. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  76. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  77. ca540c3 Fixing javadocs. by Thomas Vachuska · 9 years ago
  78. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  79. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  80. d17abc2 Refactored driver to use new FlowRule api. by alshabib · 9 years ago
  81. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  82. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  83. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  84. a3a476d reinstating the key field in FilterObjectives by alshabib · 9 years ago
  85. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  86. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  87. 67fc097 Remove "strip vlan" from our API because it is the same as "pop vlan". by Jonathan Hart · 9 years ago
  88. 7bb8b3f Fix L2ModificationInstructions by HIGUCHI Yuta · 9 years ago
  89. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  90. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  91. 54d3499 Moving Dist flow rule store backup mechanism to use EC Map by Madan Jampani · 9 years ago
  92. 54b406b Add push VLAN treatment and use it in BgpRouter groups by Jonathan Hart · 9 years ago
  93. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  94. ab21b2d fix corsa pipeline divergence : need to differentiate between write and apply instructions. by alshabib · 9 years ago
  95. 3e2b651 Fixing javadocs. by Thomas Vachuska · 9 years ago
  96. fbe25c5 Getting router interface config into the corsa dataplane pipeline by Saurav Das · 9 years ago
  97. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  98. cbe6de3 Fixing a couple of bugs in default entries for corsa pipeline. by Saurav Das · 9 years ago
  99. d796ae4 Avoid object creation and NullPointerException on unboxing by Sho SHIMIZU · 9 years ago
  100. 1058080 WIP: Started implementing static flows for corsa vanderweken pipeline. by alshabib · 9 years ago