1. 2712419 Use primitive boolean because of being synchronized already by Sho SHIMIZU · 8 years ago
  2. b837cb7 Use light collection because of being synchronized already by Sho SHIMIZU · 8 years ago
  3. 2d7c539 Make FlowOperationsProcessor thread-safe with synchronized modifier by Sho SHIMIZU · 8 years ago
  4. 7c9b73a Tighten method visibility by Sho SHIMIZU · 8 years ago
  5. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  6. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  7. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  8. c69c66a Merged master fixed conflict. by Kavitha Alagesan · 8 years ago
  9. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  10. 71c32ca Move event handling to background thread by Madan Jampani · 8 years ago
  11. f4363a0 Added device listener to fallback flow rule provider to trigger flow by Carmelo Cascone · 8 years ago
  12. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  13. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  14. 3f1c61e Removing listeners from deviceService at deactivation of Group and Flow managers to avoid NPE by Andrea Campanella · 8 years ago
  15. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  16. d9b5f55 Refactor getIntegerProperty and isPropertyEnabled methods into Tools by Jian Li · 8 years ago
  17. fe1d473 Dropping log level of device not having driver for default provider to DEBUG by Andrea Campanella · 8 years ago
  18. b8d3f3d Adding device information to log of default driver providers by Andrea Campanella · 8 years ago
  19. e427390 Logging information about device not being driver programmable instead of throwing exception by Andrea Campanella · 8 years ago
  20. c4ee737 Adding first fallback provider for flow rule subsystem. by Thomas Vachuska · 8 years ago
  21. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  22. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  23. 8514f47 The flowrule is already removed, there is no need to remove it again by Qianqian Hu · 8 years ago
  24. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  25. 26a8d95 Implemented the extension framework for selectors. by Jonathan Hart · 8 years ago
  26. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  27. 30fbcd9 [Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation by ssyoon90 · 9 years ago
  28. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  29. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  30. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  31. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  32. 6c44a63 Bug fixes for the centec and noviflow pipelines. by Saurav Das · 9 years ago
  33. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  34. 3a70431 Remove unnecessary boxing by Sho SHIMIZU · 9 years ago
  35. f88e593 Use lambda expression to reduce lines by Sho SHIMIZU · 9 years ago
  36. b3f167d Remove an enum that is not referenced by Sho SHIMIZU · 9 years ago
  37. d9333d6 Remove blank lines by Sho SHIMIZU · 9 years ago
  38. 1229eca ONOS-1926: Handle unsupported match field by Charles M.C. Chan · 9 years ago
  39. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  40. 24a00d9 Catch Exceptions, not Throwable to remove blockers found in SonarQube by Sho SHIMIZU · 9 years ago
  41. de47caa Configurable extraneous flow rules by Marc De Leenheer · 9 years ago
  42. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  43. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  44. d12267c changing FlowRuleManager from cached threadpool to fixed thread pool by Brian O'Connor · 9 years ago
  45. 78baaf2 fix for flows stuck in pending add state by alshabib · 9 years ago
  46. da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 9 years ago
  47. f7329c7 Remove some deprecated APIs and warnings from BatchOperationEntry by Ray Milkey · 9 years ago
  48. 93cb57f Fix a bug where default rules were not pushed after restarting mininet. by alshabib · 9 years ago
  49. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  50. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  51. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  52. d58c5b7 Simplify the code by using the constructor initializing a reference by Sho SHIMIZU · 9 years ago
  53. d4df608 Use diamond operator to simplify the code by Sho SHIMIZU · 9 years ago
  54. 183b12fd Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  55. 369c643 Use two thread pools for handling the OpenFlow STATS and BARRIER messages. by Pavlin Radoslavov · 9 years ago
  56. 36dd7e4 FlowRuleManager: properly name thread pool by Yuta HIGUCHI · 9 years ago
  57. 64def64 aggregate flow replies on io thread by alshabib · 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