1. facf286 ONOS-6886 Move interface classes from incubator to core by Ray Milkey · 7 years ago
  2. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  3. df37973 Revert "Use DAD to probe if interface MAC is not supplied" by Charles Chan · 7 years ago
  4. 19afc03 Migrate HashedWheelTimer to netty 4 by Yuta HIGUCHI · 7 years ago
  5. a945853 Use DAD to probe if interface MAC is not supplied by Charles Chan · 7 years ago
  6. f4edb31 HostMonitor: Only probe directly if we are not already monitoring the host. by Jonathan Hart · 7 years ago
  7. 9238b38 Probe all interfaces that contains given IP by Charles Chan · 7 years ago
  8. b0ae6ee CORD-999 changes to support vlans by Saurav Das · 7 years ago
  9. 9b1d626 [CORD-783] Greedy learning of IPv6 hosts by Pier Luigi · 7 years ago
  10. 37b687b Adds utility functions related to the link local addresses by Pier Luigi · 7 years ago
  11. 78e73f6 [CORD-653] Fix host monitor and provide utility functions by Pier Ventre · 7 years ago
  12. 94b0015 Fix for ONOS-5034 by sdn · 8 years ago
  13. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  14. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  15. 78613d2 Probe immediately when IPs are added to host monitor by Jonathan Hart · 8 years ago
  16. e50a56d Replace deprecated method usage. by Yuta HIGUCHI · 8 years ago
  17. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  18. e9d748f Inconsistent synchronization fix for HostMonitor.timeout by Satish K · 8 years ago
  19. 0ae4560 Fixed a few javadoc warnings. by Thomas Vachuska · 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. 39ee648 ProxyArpManager: Factor out common logic for handling ARP and NDP packets. by Jonathan Hart · 9 years ago
  22. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  23. af734ff forwarding radius packets to radius by alshabib · 9 years ago
  24. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  25. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  26. 89edb54 Added IPv6 support to HostMonitor by Pavlin Radoslavov · 9 years ago
  27. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  28. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  29. 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/HostMonitor.java]
  30. a887ba8 Refactored the HostStore to allow multiple MAC addresses bound to a single port by Jonathan Hart · 9 years ago
  31. 3e848a8 add methods to directly set MacAddress by Yuta HIGUCHI · 10 years ago
  32. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  33. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 10 years ago
  34. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  35. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  36. 76b0ae2 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  37. dc09a3b Fixed flaky HostMonitor unit tests. by Jonathan Hart · 10 years ago
  38. b4758a9 Host monitor test by Jonathan Hart · 10 years ago
  39. 8f6f1ea More HostMonitor cleanup and javadocs by Jonathan Hart · 10 years ago
  40. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  41. 34ed2fd Cleaned up HostMonitor and support HostProvider invalidation by Jonathan Hart · 10 years ago
  42. 70da512 Wired up HostMonitor to its dependencies and got it working. by Jonathan Hart · 10 years ago
  43. 010c31d pretty builders by alshabib · 10 years ago
  44. 09585c6 Changed PortAddress API to allow multiple IP addresses per port by Jonathan Hart · 10 years ago
  45. 87fbbad Implemented HostMonitor for probing IP addresses to detect hosts by Jonathan Hart · 10 years ago
  46. 32129f2 Remove IP addresses from the Port interface. by Jonathan Hart · 10 years ago
  47. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago[Renamed (91%) from core/net/src/main/java/org/onlab/onos/net/host/impl/SimpleHostMonitor.java]
  48. 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/SimpleHostMonitor.java]
  49. fca736c Began implementation of the a host monitor by Jonathan Hart · 10 years ago