1. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  2. fd3cc05 fix for mastership race condition. by alshabib · 9 years ago
  3. f1bff50 WIP: proxy NDP for IPv6. by Kunihiro Ishiguro · 9 years ago
  4. 088e268 Fix fall back default version by Yuta HIGUCHI · 9 years ago
  5. 45c27c8 ONOS-895: Group manager implementation by Srikanth Vavilapalli · 9 years ago
  6. 320e6c9 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  7. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  8. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  9. b269a43 Delete line that is commented out by Sho SHIMIZU · 9 years ago
  10. 1a433d2 Remove comment that is obsolete by Sho SHIMIZU · 9 years ago
  11. fd0cd8c Move CompilingFailed to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  12. f2af6a2 Move DoNothing to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  13. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  14. ea4d7d1 Initial work on Intent API (ONOS-618) by Brian O'Connor · 9 years ago
  15. bdc17e7 Move inner interfaces to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  16. 28e7271 Change IntentUpdate and CompletedIntentUpdate to be interface by Sho SHIMIZU · 9 years ago
  17. 23f36f0 Refactor: remove unused method in IntentManager by Sho SHIMIZU · 9 years ago
  18. 9ea3453 Avoid empty check of BatchWrite in the caller side by Sho SHIMIZU · 9 years ago
  19. 968c70d Remove an unused constant by Sho SHIMIZU · 9 years ago
  20. adf8c48 Refactor IntentManager: apply state pattern for intent state transition by Sho SHIMIZU · 9 years ago
  21. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  22. 8851ed9 Trim whitespaces before and after .cfg file arguments. by Ayaka Koshibe · 9 years ago
  23. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  24. d94b477 Delete code that is commented out by Sho SHIMIZU · 9 years ago
  25. d58c5b7 Simplify the code by using the constructor initializing a reference by Sho SHIMIZU · 9 years ago
  26. d4df608 Use diamond operator to simplify the code by Sho SHIMIZU · 9 years ago
  27. 183b12fd Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  28. a15546f Passing an empty list instead of null to improve null-safety by Sho SHIMIZU · 9 years ago
  29. bd128fa Delete code that is commented out by Sho SHIMIZU · 9 years ago
  30. f84591d Don't flood ARP packets out the port they came in on. by Jonathan Hart · 9 years ago
  31. 3cfce8e Moved default flows logic into the PacketManager. by Jonathan Hart · 9 years ago
  32. 8b6b172 temporary NPE fix for ONOS-439 by Brian O'Connor · 9 years ago
  33. e8600eb Handle packets that can't be deserialized properly. by Jonathan Hart · 9 years ago
  34. d36a74b Add explicit flow rules to receive control packets: ARP, LLDP, BDDP by Pavlin Radoslavov · 9 years ago
  35. 8cd9fb8 Make timeout and max attempts configurable by Sho SHIMIZU · 9 years ago
  36. ab17b27 LinkCollectionIntentInstaller - reuse same code for install and uninstall by Jonathan Hart · 9 years ago
  37. 467ccf7 DefaultFlowRule: remove deprecated constructor by Yuta HIGUCHI · 9 years ago
  38. ddb7772 LinkManager: log only if link actually disappeared by Yuta HIGUCHI · 9 years ago
  39. 7bbeb3f ONOS-393 - In a multi ONOS system, a ink may not yet be known about. by Ray Milkey · 9 years ago
  40. fcf9162 Check if not null in the constructor by Sho SHIMIZU · 9 years ago
  41. f269540 Fix for ONOS-393 - NPE when one of the devices can no longer be found by Ray Milkey · 9 years ago
  42. 7c44c05 Unit tests for Objective Tracker by Ray Milkey · 9 years ago
  43. ab98466 adding license to ALL files by alshabib · 9 years ago
  44. 4400853 cleaning up some TODOs by Brian O'Connor · 9 years ago
  45. 4785eec removing some TODOs by alshabib · 9 years ago
  46. 30f45fb Refactor: add static factory method in BatchWrite, instead of in IntentStore by Sho SHIMIZU · 9 years ago
  47. 369c643 Use two thread pools for handling the OpenFlow STATS and BARRIER messages. by Pavlin Radoslavov · 9 years ago
  48. 7a9fddd IntentManager: give each thread a uniq name in ThreadPool by Yuta HIGUCHI · 9 years ago
  49. 64ae11c Move nested class to top-level class by Sho SHIMIZU · 9 years ago
  50. 36dd7e4 FlowRuleManager: properly name thread pool by Yuta HIGUCHI · 9 years ago
  51. 64def64 aggregate flow replies on io thread by alshabib · 9 years ago
  52. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  53. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago