1. 2f26369 1. Added SegmentRoutingManager so that it can spawn any required objects such as ArpHandler or IcmpHandler by Sangho Shin · 10 years ago
  2. d92b10c Fixing topology related interface/class tree by Yuta HIGUCHI · 10 years ago
  3. a507baf PortNumber fixes by Yuta HIGUCHI · 10 years ago
  4. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  5. 9289721 Fix some checkstyle and PMD errors in the topology module. by Ray Milkey · 10 years ago
  6. 9da3a6e unsigned PortNumber by Yuta HIGUCHI · 10 years ago
  7. bfc77f0 rename topology related objects: Device -> Host by Yuta HIGUCHI · 10 years ago
  8. 0310213 Renamed OnosDevice classes to Host. by Jonathan Hart · 10 years ago[Renamed (66%) from src/main/java/net/onrc/onos/core/devicemanager/OnosDeviceManager.java]
  9. 8f3dfa3 Topology interface to use Dpid, PortNumber by Yuta HIGUCHI · 10 years ago
  10. 5d2c939 Deleted device manager's inside global cache and changed to use the topo cache. by TeruU · 10 years ago
  11. 83ce8c4 Cosmetic changes, mainly cleaned up line lengths and log messages. by Jonathan Hart · 10 years ago
  12. ac15d93 Removed the ipAddress and activeSince fields from OnosDevice. by Jonathan Hart · 10 years ago
  13. 7ab7161 Bugfix for all broadcast packet-ins being dropped. by Jonathan Hart · 10 years ago
  14. ab1e606 Unit Test framework for Device Manager and with UT cases by Patrick Liu · 10 years ago
  15. e37e4e2 Renamed *NetworkGraph* references to *Topology*. by Jonathan Hart · 10 years ago
  16. 25bd53e Break the references between Port and Link. by Jonathan Hart · 10 years ago
  17. 28adcc3 Change for removing ip related info and some fix to our device. by TeruU · 10 years ago
  18. 0b88a26 Fix issues found by FindBugs: BC_UNCONFIRMED_CAST by Pavlin Radoslavov · 10 years ago
  19. b41100a Enable checkstyle Javadoc Comment Style rule by Ray Milkey · 10 years ago
  20. b29e626 Enable checkstyle check for blocks without braces. by Ray Milkey · 10 years ago
  21. 6360779 Fix issues found by FindBugs: GC_UNRELATED_TYPES by Pavlin Radoslavov · 10 years ago
  22. b6e0ac8 Enable checkstyle rule to catch inner assignments. by Ray Milkey · 10 years ago
  23. ec83894 Enable checkstyle rule for JLS modifier order by Ray Milkey · 10 years ago
  24. 5c9f2db Enable checkstyle rules to check names of static final members by Ray Milkey · 10 years ago
  25. 269ffb9 Fix checkstyle whitespace issues - WHITESPACE ONLY by Ray Milkey · 10 years ago
  26. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  27. 472062d Renamed networkgraph package to topology. by Jonathan Hart · 10 years ago
  28. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago[Renamed (99%) from src/main/java/net/onrc/onos/ofcontroller/devicemanager/OnosDeviceManager.java]
  29. 6df9017 Renamed datagrid and datastore packages by Jonathan Hart · 10 years ago
  30. 902fe52 Cleanup Hazelcast event notification framework. by Pavlin Radoslavov · 10 years ago
  31. d1c5b65 Change for device discovery on new-data model. by TeruU · 10 years ago
  32. 96892d1 Pulled packet libraries into the ONOS namespace by Jonathan Hart · 10 years ago
  33. 5fe7188 Removed obsoleted Graph-based Network Storage and associated interfaces: by Pavlin Radoslavov · 10 years ago
  34. 1237e39 Work toward fixing ONOS-1031: Remove or comment-out references to the old TopologyManager by Pavlin Radoslavov · 10 years ago
  35. e7eac18 Fix for findbugs detected bugs by Yuta HIGUCHI · 10 years ago
  36. 80ce506 Cherry-pick from https://gerrit.onos.onlab.us/#/c/342/ by TeruU · 10 years ago
  37. 0c20db8 Fix merge miss by Yuta HIGUCHI · 11 years ago
  38. 18ad950 Changes to ARP, Forwarding, and OnosDeviceManager to make reactive forwarding more reliable by Jonathan Hart · 11 years ago
  39. 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