1. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  2. c8bd97c ONOS-2403 Support setting TCP/UDP port action in flow rule for OpenFlow13 by Hyunsun Moon · 9 years ago
  3. 9fed528 ONOS-2402 Add L4 modification instruction type and class by Hyunsun Moon · 9 years ago
  4. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  5. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  6. d4fa7fd Replace the method call of Apache Commons Collections with Guava's by Sho SHIMIZU · 9 years ago
  7. 260439d Replace deprecated APIs with the alternatives by Sho SHIMIZU · 9 years ago
  8. be63b23 Regard the release when the APIs became deprecated as Cardinal by Sho SHIMIZU · 9 years ago
  9. 9a2b081 Describe the release in which APIs are tagged as deprecated by Sho SHIMIZU · 9 years ago
  10. 7b808c5 small fixes to ethtype pattern by alshabib · 9 years ago
  11. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  12. 85571eb Remove deprecated Lambda instruction builder method by Ray Milkey · 9 years ago
  13. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  14. 711db55 Fixed ONOS-2051 by eliminating treatment and priority from flow id/cookie. by Thomas Vachuska · 9 years ago
  15. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  16. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  17. 3bc27d8 Remove blank lines by Sho SHIMIZU · 9 years ago
  18. 6c8eff3 ONOS-1746 Fixed hashCode implementation to be immune from non-deterministic enum hashCode. by Thomas Vachuska · 9 years ago
  19. 8f86bb2 Remove unnecessary white space from Javadoc by Sho SHIMIZU · 9 years ago
  20. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  21. c72c8ea Make methods of TrafficSelector.Builder deprecated by Sho SHIMIZU · 9 years ago
  22. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  23. 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
  24. 0ad4398 fix remaining signing issues in treatments. by alshabib · 9 years ago
  25. 2a9c3af Add description about deprecation of matchLambda(int) by Sho SHIMIZU · 9 years ago
  26. 60f1214 Fix typo by Sho SHIMIZU · 9 years ago
  27. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  28. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  29. 2e7ac84 Make Instructions.modL0Lambda(short) deprecated by Sho SHIMIZU · 9 years ago
  30. e9e1275 Define an Instruction for OchSignal and its static factory method by Sho SHIMIZU · 9 years ago
  31. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  32. 79906e4 Remove "public" from TrafficTreatment to follow our convention by Sho SHIMIZU · 9 years ago
  33. 607b1ff Group ID was set to null in a DefaultFlowRule constructor. by Jonathan Hart · 9 years ago
  34. f74ae50 Remove obsolete todo comment by Sho SHIMIZU · 9 years ago
  35. d150620 Remove "public" from Instruction to follow our convention by Sho SHIMIZU · 9 years ago
  36. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  37. 75aaa67 OpenFlowRuleProvider is now configurable with respect to flowPollFrequency. by Thomas Vachuska · 9 years ago
  38. 15c3800 Remove "public" from TrafficSelector definition to follow our convention by Sho SHIMIZU · 9 years ago
  39. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  40. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  41. ca540c3 Fixing javadocs. by Thomas Vachuska · 9 years ago
  42. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  43. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  44. d17abc2 Refactored driver to use new FlowRule api. by alshabib · 9 years ago
  45. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  46. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  47. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  48. a3a476d reinstating the key field in FilterObjectives by alshabib · 9 years ago
  49. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  50. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  51. 67fc097 Remove "strip vlan" from our API because it is the same as "pop vlan". by Jonathan Hart · 9 years ago
  52. 7bb8b3f Fix L2ModificationInstructions by HIGUCHI Yuta · 9 years ago
  53. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  54. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  55. 54d3499 Moving Dist flow rule store backup mechanism to use EC Map by Madan Jampani · 9 years ago
  56. 54b406b Add push VLAN treatment and use it in BgpRouter groups by Jonathan Hart · 9 years ago
  57. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  58. ab21b2d fix corsa pipeline divergence : need to differentiate between write and apply instructions. by alshabib · 9 years ago
  59. 3e2b651 Fixing javadocs. by Thomas Vachuska · 9 years ago
  60. fbe25c5 Getting router interface config into the corsa dataplane pipeline by Saurav Das · 9 years ago
  61. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  62. cbe6de3 Fixing a couple of bugs in default entries for corsa pipeline. by Saurav Das · 9 years ago
  63. d796ae4 Avoid object creation and NullPointerException on unboxing by Sho SHIMIZU · 9 years ago
  64. 1058080 WIP: Started implementing static flows for corsa vanderweken pipeline. by alshabib · 9 years ago
  65. 4c6c377 Fixed javadocs. by Thomas Vachuska · 9 years ago
  66. ab8553a Fix a bug: there are two ECN bits in the IPv4 header, not three. by Pavlin Radoslavov · 9 years ago
  67. 6a47964 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  68. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  69. da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 9 years ago
  70. 8ab196c Fixing some javadocs. by Thomas Vachuska · 9 years ago
  71. 3ebe170 MPLS-related bug fixes: by Pavlin Radoslavov · 9 years ago
  72. f7329c7 Remove some deprecated APIs and warnings from BatchOperationEntry by Ray Milkey · 9 years ago
  73. 142b758 Initial implementation: The init extended flow rule and store interface APIs by Hongtao Yin · 9 years ago
  74. 9af7007 support for corsa pipeline. EXPERIMENTAL. by alshabib · 9 years ago
  75. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  76. d0ba217 Fix javadoc issues by Jonathan Hart · 9 years ago
  77. febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 9 years ago
  78. 7b3981b Fix Javadoc warnings by Ray Milkey · 9 years ago
  79. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  80. 5e4f754 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  81. f3b6933 Fix toward ONOS-960 - Signed/unsigned value mismatch for OpenFlow-related by Pavlin Radoslavov · 9 years ago
  82. 32a53c5 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  83. 4a51e57 Adding and fixing javados. by Thomas Vachuska · 9 years ago
  84. cca5e72 L2/L3 modification instruction bug fixes by Yuta HIGUCHI · 9 years ago
  85. d0fd841 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  86. 8995ac5 ONOS-958: Add a Group action to TrafficTreatment subsystem. by sangho · 9 years ago
  87. 320e6c9 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  88. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  89. b1224ab Revert "FlowRule equals() incorporates FlowId to factor in treatment." by Ayaka Koshibe · 9 years ago
  90. 38f8c23 FlowRule equals() incorporates FlowId to factor in treatment. by Ayaka Koshibe · 9 years ago
  91. 3f97a17d (ONOS-684) Added a few new OF actions, which are required for Segment Routing Application by sangho · 9 years ago
  92. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  93. 5e5d4aa Change the second type parameter of BatchOperationEntry by Sho SHIMIZU · 9 years ago
  94. c0e8bfa Revert "Use Optional instead of null to remove FIXME comment" by Sho SHIMIZU · 9 years ago
  95. 9639df7 Use Optional instead of null to remove FIXME comment by Sho SHIMIZU · 9 years ago
  96. 60e2467 Add null check in the constructor by Sho SHIMIZU · 9 years ago
  97. 0f9aba8 ONOS-635 Adding ICMPv6 type and code builder for HostMonitor. by Kunihiro Ishiguro · 9 years ago
  98. 52fae7d ONOS-509: Match IPV6_SRC, IPV6_DST criteria by Charles M.C. Chan · 9 years ago
  99. f4df005 ONOS-537 Provided maxLen setting to make sure packet data is sent with packet-in message. Also added support for TrafficTreatment.Builder.punt(); by Thomas Vachuska · 9 years ago
  100. 36eb6e1 Bugfix: Criteria.toString() does not convert unsigned variables properly. by Charles M.C. Chan · 9 years ago