1. 9dd7bae Allow host provider to remove a learnt host provided by others by Charles Chan · 7 years ago
  2. f190799 CORD-1888 Use DAD to probe if interface MAC is not configured by Charles Chan · 7 years ago
  3. 35a3232 CORD-1416 Implement multi-homing probing in HostLocationProvider by Charles Chan · 7 years ago
  4. facf286 ONOS-6886 Move interface classes from incubator to core by Ray Milkey · 7 years ago
  5. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  6. 888e20a Remove host location when port down or device down by Charles Chan · 7 years ago
  7. ffbad3b ONOS-5784: Empty latitude/longitude in ONOS Web UI by Simon Hunt · 7 years ago
  8. 29ecdee Do not override configured hosts by Charles Chan · 7 years ago
  9. 9b1d626 [CORD-783] Greedy learning of IPv6 hosts by Pier Luigi · 7 years ago
  10. 94b0015 Fix for ONOS-5034 by sdn · 8 years ago
  11. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  12. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  13. 3e6f05e Code changes to ensure ONOS has each IP address attached to only one host at a time by soumya · 8 years ago
  14. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  15. 138de8b FIxing basic device config and demoting some config-related messages to debug. by Thomas Vachuska · 8 years ago
  16. 009c308 Fix duplicate host event by Charles Chan · 8 years ago
  17. c40e5ed ONOS-2926 Remove IP instead of host when the IP mapping is released by samanwita pal · 9 years ago
  18. f107bd7 ONOS-2947 Improvements to HostService by Brian O'Connor · 9 years ago
  19. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  20. fb32a6e ONOS-2309: Add check in HostMonitor to make sure we only send out edge ports by Jonathan Hart · 9 years ago
  21. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  22. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  23. 4998caa ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago
  24. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  25. 5373e76 Managers refactored to use ConfigOperators: by Ayaka Koshibe · 9 years ago
  26. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  27. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  28. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  29. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  30. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  31. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/main/java/org/onlab/onos/net/host/impl/HostManager.java]
  32. a887ba8 Refactored the HostStore to allow multiple MAC addresses bound to a single port by Jonathan Hart · 9 years ago
  33. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  34. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  35. 093340b Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 10 years ago
  36. 8f6f1ea More HostMonitor cleanup and javadocs by Jonathan Hart · 10 years ago
  37. 70da512 Wired up HostMonitor to its dependencies and got it working. by Jonathan Hart · 10 years ago
  38. c78acee Enahnced topology and flow stores to extend general store. by tom · 10 years ago
  39. 09585c6 Changed PortAddress API to allow multiple IP addresses per port by Jonathan Hart · 10 years ago
  40. 43c182c Implemented storage for PortAddresses in HostStore by Jonathan Hart · 10 years ago
  41. ac60c08 Added APIs for binding address information to ports and for monitoring hosts/ips by Jonathan Hart · 10 years ago
  42. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago[Renamed (99%) from core/net/src/main/java/org/onlab/onos/net/host/impl/SimpleHostManager.java]
  43. 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/main/java/org/onlab/onos/net/trivial/host/impl/SimpleHostManager.java]
  44. fca736c Began implementation of the a host monitor by Jonathan Hart · 10 years ago
  45. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  46. 5bcc946 Formalized HostStore in preparation for separating managers and stores. by tom · 10 years ago
  47. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago
  48. ac8e729 added tests for HostManager/service by Ayaka Koshibe · 10 years ago
  49. 89b63c5 Added a wipe-out command; we need to revisit how to either make the devices come back or the links not come back. by tom · 10 years ago
  50. f297f39 Added a skeletal structure for forwarding app. by tom · 10 years ago
  51. 04a1a4e added VLANID construct by Ayaka Koshibe · 10 years ago
  52. 491fdb5 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  53. 578ebdc Moved host core stuff to its own package. by tom · 10 years ago[Renamed (98%) from core/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleHostManager.java]
  54. dc361b6 Adding more topology manager/store implementation. by tom · 10 years ago
  55. 7869ad9 Cleaned up some of the host-related abstractions and filled in more of the host manager implementation. by tom · 10 years ago
  56. e2dc27a Moved net to core by tom · 10 years ago[Renamed from net/core/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleHostManager.java]
  57. cfde062 Sketching more topology related stuff. Added overview.html for Java API docs. by tom · 10 years ago
  58. 96dfcab Changed nomenclature from Broker to Registry. by tom · 10 years ago
  59. 5f38b3a Cleaned-up templates and added package.html files. by tom · 10 years ago
  60. 32f6684 Adding some flesh to the simple device manager. by tom · 10 years ago
  61. db0d03f Added more trivial core implementations. by tom · 10 years ago