1. 7804bea Refactored packet broadcasting framework. Previously only ARP packets were being broadcasted, but as part of reactive forwarding we need to broadcast all packets that we don't know where to send. This commit refactors the Hazelcast notification system used to tell other instances to send packet-outs. by Jonathan Hart · 11 years ago
  2. 0092603 fixed the wrong device attachment points by pingping-lin · 11 years ago
  3. d857ad6 Removed Floodlight DeviceManager and created a stripped-down device manager that pushes device data from every packet seen into the network map by Jonathan Hart · 11 years ago
  4. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  5. 8a5d097 Workaround to prevent links being added to the database before ports are there - fixes ONOS-713 by Jonathan Hart · 11 years ago
  6. d300325 Implemented ARP reply notifications when a new device is written to the database. Created an ArpMessage class which is the object put into hazelcast for both requests and replies by Jonathan Hart · 11 years ago
  7. adc6389 Fixed switches and ports being deleted from the database by Jonathan Hart · 11 years ago
  8. 6d4ff27 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  9. fb15728 Update in the logic of emitting notifications: by Pavlin Radoslavov · 11 years ago
  10. 5ffff62 Merge branch ARP and DeviceStorageImpl fixes branch. by Jonathan Hart · 11 years ago
  11. 649c97d When adding a switch, add explicit TopologyElement for each port of the by Pavlin Radoslavov · 11 years ago
  12. 0fe7002 If a switch is (re)connected, send notifications for all by Pavlin Radoslavov · 11 years ago
  13. 4fce4ed Fixed the handling of removeDevice events to ensure devices are removed from the database by Jonathan Hart · 11 years ago
  14. 8442e49 Publish the Network Graph events into the datagrid. by Pavlin Radoslavov · 11 years ago
  15. 49000bc Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  16. 987a572 Squashed commit of the following: by Naoki Shiota · 11 years ago
  17. 6bba59f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  18. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  19. 2806940 Modify NetworkGraphPublisher to implement a service (empty): by Pavlin Radoslavov · 11 years ago
  20. b2d17e8 Refactored LinkStorage and SwitchStorage preparing for event notification implementation. by Naoki Shiota · 11 years ago
  21. e7c2d2f Changed floodlightlistener link logging for easier debugging by Jonathan Hart · 11 years ago
  22. bbd3861 Index ports for faster search by Pankaj Berde · 11 years ago
  23. 38646d6 rename onos.util to onos.graph by Pankaj Berde · 11 years ago
  24. 6382e4c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  25. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago
  26. 2d01158 Gather I*Storage and it's impl to core by HIGUCHI Yuta · 11 years ago
  27. 6bfb480 Move pure ONOS code LinkStorageImpl to onos package by HIGUCHI Yuta · 11 years ago
  28. 155cfc5 Rename onoslistener.OnosPublisher -> floodlightlistener.NetworkGraphPublisher by HIGUCHI Yuta · 11 years ago[Renamed (96%) from src/main/java/net/onrc/onos/ofcontroller/onoslistener/OnosPublisher.java]
  29. 36cf076 Separate Port Added/Removed Event added by ONOS from IOFSwitchListener to IOFSwitchPortListener by HIGUCHI Yuta · 11 years ago
  30. 858c1ea Organize Imports by HIGUCHI Yuta · 11 years ago
  31. 45aca60 Merge branch 'dev1' by Toshio Koide · 11 years ago
  32. 5a5ef6b Moved pure ONOS code in net.floodlightcontroller.onoslistener to onos package namespace by HIGUCHI Yuta · 11 years ago[Renamed (99%) from src/main/java/net/floodlightcontroller/onoslistener/OnosPublisher.java]
  33. 80c3ab8 Moved pure ONOS code in net.floodlightcontroller.linkdiscovery to onos package namespace by HIGUCHI Yuta · 11 years ago
  34. 351edcb Moved pure ONOS code in net.floodlightcontroller.devicemanager.internal to onos package namespace by HIGUCHI Yuta · 11 years ago
  35. d3fa44d Moved pure ONOS code in net.floodlightcontroller.devicemanager to onos package namespace by HIGUCHI Yuta · 11 years ago
  36. ed49ef7 Moved pure ONOS code in net.floodlightcontroller.core.internal to onos package namespace by HIGUCHI Yuta · 11 years ago
  37. 2051490 Moved pure ONOS code in net.floodlightcontroller.core to onos package namespace by HIGUCHI Yuta · 11 years ago
  38. 9d2451c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago