1. b32edf5 Separated ONOS specific REST API modules from floodlight. by Naoki Shiota · 11 years ago
  2. 3f166b5 Merge pull request #493 from pingping-lin/master by jonohart · 11 years ago
  3. 568c601 improve the performance by replace GremlinGroovy by pingping-lin · 11 years ago
  4. 537de74 Merge pull request #488 from n-shiota/debug by Pankaj Berde · 11 years ago
  5. a2c8d9c merge from upstream/master by pingping-lin · 11 years ago
  6. b8757bf code adjustment according to reviewer's suggestion: MAC final type, indentation, exception handler by pingping-lin · 11 years ago
  7. e9b61a9 Add a fix for Bug ONOS-842 and ONOS-805 by Pavlin Radoslavov · 11 years ago
  8. de5d842 Removed one SuppressWarning annotation. by Naoki Shiota · 11 years ago
  9. 017a892 fixed ARP returns wrong MAC && ARP reply uses hazelcast && handle ARP request in two steps by pingping-lin · 11 years ago
  10. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  11. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  12. 5139c0b * Added the OpenFlow-1.0 idleTimeout and hardTimeout fields to the by Pavlin Radoslavov · 11 years ago
  13. c35eeb3 Merge branch 'master' into separatearp by Jonathan Hart · 11 years ago
  14. f3b6d49 Merge in latest code from master and fix conflicts by Jonathan Hart · 11 years ago
  15. 5b3ad19 Reverted fix which caused unit tests to not compile by Jonathan Hart · 11 years ago
  16. e93aed4 Removed the OnosModuleLoader and made ProxyArpManager and Forwarding separate modules by Jonathan Hart · 11 years ago
  17. cc1eb8a Removed links from Ports to FlowEntries in the database to prevent a write conflict by Jonathan Hart · 11 years ago
  18. d0154c0 Removed some redundant casts causing warnings by Jonathan Hart · 11 years ago
  19. ba9ced9 Fixes and debugging for bad device data by Jonathan Hart · 11 years ago
  20. 4cfd193 Fixed issue which made it very slow to add switches because of refactored code which included a GremlinGroovy query by Jonathan Hart · 11 years ago
  21. 9a21e0d Reimplemented ARP broadcasting to use the network map to determine whether a port has a link, which prevents issues of devices popping up on link ports between controller domains by Jonathan Hart · 11 years ago
  22. dc3ad70 Improvements to Forwarding to not add flows that already exist by Jonathan Hart · 11 years ago
  23. 1a6f1d6 Changes to Device and Switch storage to improve accuracy of device data. For now we will clear the devices when we add or remove ports. by Jonathan Hart · 11 years ago
  24. 18ad55c Began implementing IPC with Hazelcast in order to broadcast ARP via other ONOS nodes by Jonathan Hart · 11 years ago
  25. adc6389 Fixed switches and ports being deleted from the database by Jonathan Hart · 11 years ago
  26. 6d4ff27 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  27. 0aad60c Few fixes and local optimizations: by Pavlin Radoslavov · 11 years ago
  28. e86bbfc Moved op.commit() call where it is actually needed: only if there by Pavlin Radoslavov · 11 years ago
  29. 9ec4c6a Minor cleanup in DeviceStorageImpl by Jonathan Hart · 11 years ago
  30. d822679 * Bug fix inside method LinkStorageImpl.getLinks(Long dpid, short port) by Pavlin Radoslavov · 11 years ago
  31. 64647d2 Added new method SwitchStorageImpl.getPorts(String dpid) to get the by Pavlin Radoslavov · 11 years ago
  32. 43781cd * Added new method LinkStorageImpl.getReverseLinks(Long dpid, short port) by Pavlin Radoslavov · 11 years ago
  33. 5ffff62 Merge branch ARP and DeviceStorageImpl fixes branch. by Jonathan Hart · 11 years ago
  34. 3d99e70 Fix a bug inside SwitchStorageImpl.deletePort() when deleting a port: by Pavlin Radoslavov · 11 years ago
  35. 1caaa93 Created the outline of the Forwarding module for reactive forwarding on top of the network map by Jonathan Hart · 11 years ago
  36. 4f01b00 Merge pull request #446 from jonohart/master by Pankaj Berde · 11 years ago
  37. c8ae36c Minor fixes to new DeviceStorageImpl methods by Jonathan Hart · 11 years ago
  38. c934b4a * Added new method LinkStorageImpl.getReverseLinks() to get the list by Pavlin Radoslavov · 11 years ago
  39. 4fce4ed Fixed the handling of removeDevice events to ensure devices are removed from the database by Jonathan Hart · 11 years ago
  40. c2d6bba Merge branch 'master' into arpononos by Jonathan Hart · 11 years ago
  41. d6ed62b Moved ARP on top of network map device storage. This required improvements to the device storage, most notably to improved IP address handling by representing IP addresses as separate vertices rather than a serialized string in the Device vertex by Jonathan Hart · 11 years ago
  42. a18e479 ARP now uses the DeviceManager as its source of information, not ArpCache. Disabled broadcasting of unknown ARP requests for now. by Jonathan Hart · 11 years ago
  43. c04b0c4 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  44. 13ccdca Fix for ports not being re-attached to switches which was manifesting as link discovery errors by Jonathan Hart · 11 years ago
  45. ebba1e1 Pulled ProxyArpManager out of the SDN-IP module. Most of the work is related to stubbing out an IConfigInfoService object that can provide default configuration to the ARP module when there's no SDN-IP config file to read it from by Jonathan Hart · 11 years ago
  46. a888764 Began moving the ARP module out of SDNIP exclusivity and sketched out a module framework we can use to load ONOS modules without having them be Floodlight modules by Jonathan Hart · 11 years ago
  47. 7d4a40e Added new field FlowPath.flowPathUserState by Pavlin Radoslavov · 11 years ago
  48. d28cf7c Introduced new field FlowPathType to the Flow Path. by Pavlin Radoslavov · 11 years ago
  49. 49000bc Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  50. 987a572 Squashed commit of the following: by Naoki Shiota · 11 years ago
  51. 6bba59f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  52. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  53. 0eac86d Removed hard-coded reference to "/tmp/cassandra.titan" configuration by Pavlin Radoslavov · 11 years ago
  54. b2d17e8 Refactored LinkStorage and SwitchStorage preparing for event notification implementation. by Naoki Shiota · 11 years ago
  55. 3afc3a6 Merge branch 'master' into suppress_warnings by Yuta HIGUCHI · 11 years ago
  56. ae1d59e Removed interface INetMapTopologyService.ITopoFlowService, by Pavlin Radoslavov · 11 years ago
  57. 1278ac7 Renamed interface by Pavlin Radoslavov · 11 years ago
  58. 5972893 Moved variable decl to commented out section to eliminate unused variable warning by Yuta HIGUCHI · 11 years ago
  59. 57e67f2 Suppress spurious warnings by Yuta HIGUCHI · 11 years ago
  60. 4996353 Fix unused import warnings by Yuta HIGUCHI · 11 years ago
  61. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  62. 55a6aff Fix for ports being left INACTIVE after restarting ONOS by Jonathan Hart · 11 years ago
  63. e7c2152 Set Port Inactive when down instead of removing the vertex by Pankaj Berde · 11 years ago
  64. 1bc2c47 Add support for specifying the actions when a Flow is created by the user. by Pavlin Radoslavov · 11 years ago
  65. c1bafd1 Renamed ActionOutput FlowEntry attribute to ActionOutputPort, because by Pavlin Radoslavov · 11 years ago
  66. 204b286 * Add FlowPathFlags to the FlowPath header. by Pavlin Radoslavov · 11 years ago
  67. ad3a1e6 * Implement the missing OpenFlow 1.0 matching conditions by Pavlin Radoslavov · 11 years ago
  68. 5d0567f Merge branch 'javadoc' into release by Naoki Shiota · 11 years ago
  69. 1c393ce Modify pom.xml to enable javadoc options. by Naoki Shiota · 11 years ago
  70. 3fcc1f6 Merge pull request #410 from y-higuchi/no_commit_on_fail by Pankaj Berde · 11 years ago
  71. fabb003 Avoid NetworkGraph commit() if newSwitch() failed to create NetworkGraph vertex. by HIGUCHI Yuta · 11 years ago
  72. 68076a4 This is the unit tests for INetMapTopologyObjects. by Teru · 11 years ago
  73. d31e850 Merged with origin/master by Pankaj Berde · 11 years ago
  74. bbd3861 Index ports for faster search by Pankaj Berde · 11 years ago
  75. ef0cb00 Fix a typo in Javadoc: gabage -> garbage by Pavlin Radoslavov · 11 years ago
  76. 38646d6 rename onos.util to onos.graph by Pankaj Berde · 11 years ago
  77. 4fd5864 Merged with the latest master by Teru · 11 years ago
  78. ef33dc3 Add the switchStorageImpl unit tests. by Teru · 11 years ago
  79. 8575b2a Merge branch 'original' into netgraphrefactor by Naoki Shiota · 11 years ago
  80. c88d956 Merge branch 'master' into netgraphrefactor by Naoki Shiota · 11 years ago
  81. 783afb7 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  82. 6382e4c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  83. bfe9b92 add another GraphDBOperation constructor which creates an instance directry from GraphDBConnection configuration path. by Toshio Koide · 11 years ago
  84. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago
  85. 9970197 Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into refactor_phase2_simple by HIGUCHI Yuta · 11 years ago
  86. 49cf4d2 Main for ONOS by HIGUCHI Yuta · 11 years ago
  87. f05c480 Moce ONOS Service Impl to core package by HIGUCHI Yuta · 11 years ago
  88. 2d01158 Gather I*Storage and it's impl to core by HIGUCHI Yuta · 11 years ago
  89. 60a1014 Renamed package flowcache -> flowmanager by HIGUCHI Yuta · 11 years ago
  90. 36cf076 Separate Port Added/Removed Event added by ONOS from IOFSwitchListener to IOFSwitchPortListener by HIGUCHI Yuta · 11 years ago
  91. 7677a6f Separate setupRemoteSwitch from IOFSwitch by HIGUCHI Yuta · 11 years ago
  92. 858c1ea Organize Imports by HIGUCHI Yuta · 11 years ago
  93. 2bab79f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  94. 46dec82 debug by Toshio Koide · 11 years ago
  95. 1326010 debug methods of setIPAddress(), getSwitch() and searchDevice(). by Toshio Koide · 11 years ago
  96. 80f7513 fix some codes by Teru · 11 years ago
  97. 87cd2da 2nd iteration of the unit test. by Teru · 11 years ago
  98. 45aca60 Merge branch 'dev1' by Toshio Koide · 11 years ago
  99. 356086e Moved pure ONOS code in net.floodlightcontroller.util to onos package namespace by HIGUCHI Yuta · 11 years ago
  100. efa5488 Moved pure ONOS code in net.floodlightcontroller.flowcache.web to onos package namespace by HIGUCHI Yuta · 11 years ago