1. 5460d62 Interfaces for passing port information from OF switch drivers to DeviceProviders. by Ayaka Koshibe · 9 years ago
  2. e397ffe Handle ModOchSignalInstruction in FlowModBuidlerVer13 by Sho SHIMIZU · 9 years ago
  3. 5cd7ce9 Make indent of case label consistent with other switch statements by Sho SHIMIZU · 9 years ago
  4. 6601dd7 Return Collections.emptyList() instead of null to avoid NullPointerException by Sho SHIMIZU · 9 years ago
  5. 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 9 years ago
  6. c14b2a2 Use long literal to shorten codes by Sho SHIMIZU · 9 years ago
  7. b452fd7 Low level openflow drivers have been promoted to the driver subsystem. by alshabib · 9 years ago
  8. 6f1b09e Add missing break in switch case to resolve an issue found by SonarQube by Sho SHIMIZU · 9 years ago
  9. 866b46a Reworked the dependency on default drivers. Driver manager must NOT depend on these. by Thomas Vachuska · 9 years ago
  10. 75aaa67 OpenFlowRuleProvider is now configurable with respect to flowPollFrequency. by Thomas Vachuska · 9 years ago
  11. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  12. b35ed36 Avoid unnecessary empty list instantiation by Sho SHIMIZU · 9 years ago
  13. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  14. a6c0d04 Fixed a dual-level NPE involving flow-rule payload. We need more unit tests and automated system tests!!! by Thomas Vachuska · 9 years ago
  15. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  16. bdcbb10 fixed FlowEntry parsing to take table ids by alshabib · 9 years ago
  17. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  18. d17abc2 Refactored driver to use new FlowRule api. by alshabib · 9 years ago
  19. b52a014 GUI -- Added ability to display port names in the devices view detail. by Thomas Vachuska · 9 years ago
  20. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  21. 41e8c18 Simplified app packaging to use just project.version rather than short.version. by Thomas Vachuska · 9 years ago
  22. 586afd8 Removing need for boilerplate app.xml; Instead defining onos.app.name and onos.app.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files. by Thomas Vachuska · 9 years ago
  23. 2a441c6 Flow Objective implementation by alshabib · 9 years ago
  24. db7467a Separating onos-drivers to be delivered as a separate app from onos-openflow. Apps activated by default (via onos-setup-karaf or onos-install/onos-config) are now onos-drivers and onos-openflow. by Thomas Vachuska · 9 years ago
  25. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  26. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  27. 10e75cd ONOS-1443: Group bucket statistics support and group CLI formatting by Srikanth Vavilapalli · 9 years ago
  28. 43d9f7a Remove deprecated openflow host and link providers by Jonathan Hart · 9 years ago
  29. 538108b ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. by sangho · 9 years ago
  30. cc36be8 Don't use exceptions for commonly-used logic + javadocs by Jonathan Hart · 9 years ago
  31. 0fa583c GUI -- Added applications view. by Thomas Vachuska · 9 years ago
  32. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  33. 67fc097 Remove "strip vlan" from our API because it is the same as "pop vlan". by Jonathan Hart · 9 years ago
  34. ee4f937 Adding more app.xml files. Upgrading app.xml versions. Cleaned-up features.xml. by Thomas Vachuska · 9 years ago
  35. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  36. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  37. c0b3c34 BgpRouter app supports both OVSSwitch and Corsa HW switch. by sangho · 9 years ago
  38. da1644e Added delete all flow rules during Corsa switch handshake by alshabib · 9 years ago
  39. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  40. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  41. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  42. e106e4b Add support for building group bucket entries with push and pop vlans by Jonathan Hart · 9 years ago
  43. 37d659c BgpRouter: Added treatment to delete flows by Jonathan Hart · 9 years ago
  44. 54b406b Add push VLAN treatment and use it in BgpRouter groups by Jonathan Hart · 9 years ago
  45. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  46. ab21b2d fix corsa pipeline divergence : need to differentiate between write and apply instructions. by alshabib · 9 years ago
  47. fbe25c5 Getting router interface config into the corsa dataplane pipeline by Saurav Das · 9 years ago
  48. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  49. cbe6de3 Fixing a couple of bugs in default entries for corsa pipeline. by Saurav Das · 9 years ago
  50. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  51. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  52. 7baba07 BGP router now handles the case where groups don't exists right away. by Jonathan Hart · 9 years ago
  53. 1058080 WIP: Started implementing static flows for corsa vanderweken pipeline. by alshabib · 9 years ago
  54. 22a805d - Supports multi-table feature in the improved batch process in the flow rule subsystem. by sangho · 9 years ago
  55. 01a883c ONOS-1160: Bug fix for sending groups stats also for non OF1.3 switches. by sangho · 9 years ago
  56. 8546348 Change in-port to CONTROLLER for packet-outs. by Jonathan Hart · 9 years ago
  57. eda3387 Use setInstructions to add apply-actions. by Jonathan Hart · 9 years ago
  58. 9af7007 support for corsa pipeline. EXPERIMENTAL. by alshabib · 9 years ago
  59. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  60. 20f9116 Fix a bug of wrong flow stats type checking by sangho · 9 years ago
  61. febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 9 years ago
  62. 7ff0181 ONOS-944: Implemented a Group operation failure handler in GroupManger and SimpleGroupStore. by sangho · 9 years ago
  63. a09f274 ONOS-973: Implemented a unit test for OpenFlowGroupProvider implmentation. by sangho · 9 years ago
  64. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  65. 89bf6fb ONOS-991: The event listener in OpenFlowRuleProvider needs to check the event type because GROUP_STATS are also published now. by sangho · 9 years ago
  66. 5e4f754 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  67. f3b6933 Fix toward ONOS-960 - Signed/unsigned value mismatch for OpenFlow-related by Pavlin Radoslavov · 9 years ago
  68. 32a53c5 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  69. 4a51e57 Adding and fixing javados. by Thomas Vachuska · 9 years ago
  70. d0fd841 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  71. 5afd02a ONOS-894 : Implemented GroupProvider by sangho · 9 years ago
  72. 8995ac5 ONOS-958: Add a Group action to TrafficTreatment subsystem. by sangho · 9 years ago
  73. 87af811 Added SpringOpenTTP switch driver (ONOS-822/ONOS-682). by sangho · 9 years ago
  74. 320e6c9 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  75. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  76. 3f97a17d (ONOS-684) Added a few new OF actions, which are required for Segment Routing Application by sangho · 9 years ago
  77. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  78. 500c317 Use diamond operator to simplify codes by Sho SHIMIZU · 9 years ago
  79. c0e8bfa Revert "Use Optional instead of null to remove FIXME comment" by Sho SHIMIZU · 9 years ago
  80. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  81. 9639df7 Use Optional instead of null to remove FIXME comment by Sho SHIMIZU · 9 years ago
  82. fce9d4c Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  83. 29afca3 Fixed bug where ONOS sends actions in DELETE flow mods in OF1.0. by Jonathan Hart · 9 years ago
  84. e46c041 Protect against null pointers during deserializing. by Jonathan Hart · 9 years ago
  85. 0f9aba8 ONOS-635 Adding ICMPv6 type and code builder for HostMonitor. by Kunihiro Ishiguro · 9 years ago
  86. 2ffcd10 Add default drop rule in OF1.0 switches. by Jonathan Hart · 9 years ago
  87. e53f171 ONOS-535 - capture and display ip address and port of switches by Ray Milkey · 9 years ago
  88. e0fade7 ONOS-539 - Capture port names so CLI can display them by Ray Milkey · 9 years ago
  89. d3edd03 Fix a typo in manufacturerDescription() method name by Ray Milkey · 9 years ago
  90. 52fae7d ONOS-509: Match IPV6_SRC, IPV6_DST criteria by Charles M.C. Chan · 9 years ago
  91. fe42181 ONOS-537 Provided maxLen setting to make sure packet data is sent with packet-in message. (OF1.3) by Charles M.C. Chan · 9 years ago
  92. 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
  93. d0ef752 Parse set-field action in OF1.3 when creating flow rules from flow entries. by Jonathan Hart · 9 years ago
  94. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  95. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  96. 4785eec removing some TODOs by alshabib · 9 years ago
  97. 369c643 Use two thread pools for handling the OpenFlow STATS and BARRIER messages. by Pavlin Radoslavov · 9 years ago
  98. db8a9d2 Fix serializer exception while using optical intent on distributed store by Praseed Balakrishnan · 9 years ago
  99. fd629e8 Devices should not be disconnected when an instance shuts down. by alshabib · 9 years ago
  100. 64def64 aggregate flow replies on io thread by alshabib · 9 years ago