1. 29ecdee Do not override configured hosts by Charles Chan · 7 years ago
  2. 94b0015 Fix for ONOS-5034 by sdn · 8 years ago
  3. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  4. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  5. 3e6f05e Code changes to ensure ONOS has each IP address attached to only one host at a time by soumya · 8 years ago
  6. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  7. dc08344 remove hostDetected() method that was deprecated in Drake by Ray Milkey · 8 years ago
  8. 009c308 Fix duplicate host event by Charles Chan · 8 years ago
  9. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  10. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  11. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  12. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  13. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  14. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  15. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  16. 1eab7d5 Add IPv6 HostManager test. by Kunihiro Ishiguro · 9 years ago
  17. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  18. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  19. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/test/java/org/onlab/onos/net/host/impl/HostManagerTest.java]
  20. a887ba8 Refactored the HostStore to allow multiple MAC addresses bound to a single port by Jonathan Hart · 9 years ago
  21. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  22. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  23. 76b0ae2 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  24. 093340b Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 10 years ago
  25. ea961ff Moved trivial from net to store. Fixed some javadocs. by tom · 10 years ago
  26. c884f1b Implemented adding and removing address bindings in the store, along with unit tests. by Jonathan Hart · 10 years ago
  27. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago[Renamed (97%) from core/net/src/test/java/org/onlab/onos/net/host/impl/SimpleHostManagerTest.java]
  28. be98831 Restructured to separate stores and managers into different bundles. Reactive forwarding does not seem to work; will investigate. by tom · 10 years ago[Renamed (98%) from core/trivial/src/test/java/org/onlab/onos/net/trivial/host/impl/SimpleHostManagerTest.java]
  29. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  30. 5bcc946 Formalized HostStore in preparation for separating managers and stores. by tom · 10 years ago
  31. 7e02cda Changed the way ProviderId is made to include URI scheme portion. by tom · 10 years ago
  32. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago
  33. ac8e729 added tests for HostManager/service by Ayaka Koshibe · 10 years ago