1. 3ca9cb6 Minor fixes in DatabaseProxy by Madan Jampani · 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. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  4. 6db0b44 Registered atomic versions of int, long and boolean to KryoNamespace.BASIC by Madan Jampani · 9 years ago
  5. 7058397 Replaced GossipHostStore with a implementation built on top of EventuallyConsistentMap by Madan Jampani · 9 years ago
  6. 08e457a Serializer for DefaultAnnotations. This allows Annotated objects to be correctly by Ayaka Koshibe · 9 years ago
  7. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  8. 50589ac Notification support for Consistent datastructures (ConsitentMap and DistributedSet) by Madan Jampani · 9 years ago
  9. 4a1c1fa Bidirectional optical intents (ONOS-2055). by Marc De Leenheer · 9 years ago
  10. 87e276b Added missing types in kryo API namespace by Madan Jampani · 9 years ago
  11. bcb0237 Bug fixes for Optical Intent installation and removal by Ayaka Koshibe · 9 years ago
  12. 6c44a63 Bug fixes for the centec and noviflow pipelines. by Saurav Das · 9 years ago
  13. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  14. fdbc4c2 Adding multi-instance support for flow stats. by Thomas Vachuska · 9 years ago
  15. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  16. 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 9 years ago
  17. 32b9370 ONOS-1922 KryoExceptions at org.onosproject.core.ApplicationRole by Changhoon Yoon · 9 years ago
  18. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  19. 01cb1a9 Fix exception for optical port descriptions (ONOS-1908) by Marc De Leenheer · 9 years ago
  20. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  21. 8169779 Define Bandwidth class to represent bandwidth with explicit its unit by Sho SHIMIZU · 9 years ago
  22. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  23. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago
  24. c682709 Register ModOchSignalInstruction to Kryo by Sho SHIMIZU · 9 years ago
  25. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  26. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  27. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  28. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  29. 014c33a Pull out enums from OchPort by Sho SHIMIZU · 9 years ago
  30. dee7871 Registier Frequency to Kryo by Sho SHIMIZU · 9 years ago
  31. bb38235 Generic ROADM port models and descriptions by Marc De Leenheer · 9 years ago
  32. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  33. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  34. 76d8974 Full long value for port numbers. Fix port number serializer. by Marc De Leenheer · 9 years ago
  35. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  36. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  37. b35a619 ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 9 years ago
  38. 4294778 implemented a distributed default flow registration mechanism to avoid duplicate requests from other onos instances by alshabib · 9 years ago
  39. a751537 Adding FlowRuleIntent to kryo (ONOS-1384) by Brian O'Connor · 9 years ago
  40. 15d773c Changed type of term number and sequence number to long. by Madan Jampani · 9 years ago
  41. 4e6c17d Fixing hash for Intent keys by Brian O'Connor · 9 years ago
  42. e97fec4 Remove deprecated code. by Madan Jampani · 9 years ago
  43. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  44. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  45. 24226a2 Start IntentOperations removal by Ray Milkey · 9 years ago
  46. 1d21866 Fix for ONOS-1032 : Add missing class registrations to the Kryo serializer by Pavlin Radoslavov · 9 years ago
  47. febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 9 years ago
  48. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  49. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  50. 4572785 Added Collections.emptyList() to Kryo BASIC namespace by Jonathan Hart · 9 years ago
  51. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  52. 166e61e Fix ONOS-815: register Optional class to Kryo by Sho SHIMIZU · 9 years ago
  53. ab98466 adding license to ALL files by alshabib · 9 years ago
  54. 97b9abc Fix a typo in a comment. by Pavlin Radoslavov · 9 years ago
  55. 4400853 cleaning up some TODOs by Brian O'Connor · 9 years ago
  56. c1ee674 DeviceIdSerializer: use case normalized String by Yuta HIGUCHI · 9 years ago
  57. db8a9d2 Fix serializer exception while using optical intent on distributed store by Praseed Balakrishnan · 9 years ago
  58. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  59. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago