1. c012dda Workaround for NoClassDefFound issue in Netty. by Yuta HIGUCHI · 8 years ago
  2. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  3. aedabfd Remove duplicated multicast prefix declaration by Charles Chan · 8 years ago
  4. 4ca8e60 Introduce an easy way to check whether an IP address is multicast or not by Charles Chan · 8 years ago
  5. e796610 Modified host discovery to suppress discovery of self-assigned IP addresses. by Thomas Vachuska · 9 years ago
  6. afdf4de Replaced IPv6 toString with more efficient local helper. by Aaron Kruglikov · 9 years ago
  7. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  8. e28ae4c sdn-ip reactive routing by Pingping Lin · 9 years ago
  9. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  10. 34ffe72 Added methods to test whether an IP address/prefix is IPv4 or IPv6: by Pavlin Radoslavov · 9 years ago
  11. 041515f temporary fix for ONOS-1144: slow IPAddress.toString() by Brian O'Connor · 9 years ago
  12. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  13. 4785eec removing some TODOs by alshabib · 9 years ago
  14. d5087d1 Removed method IpAddress.toInt(), because it is semantically incorrect: by Pavlin Radoslavov · 9 years ago
  15. 50b7067 Changed the semantics of IpAddress.equals() to (eventually) return true by Pavlin Radoslavov · 9 years ago
  16. 34c8164 * Added methods IpAddress.getIp4Address() and IpAddress.getIp6Address() by Pavlin Radoslavov · 9 years ago
  17. f182f01 Reimplementation of classes Ip4Address/Ip6Address/Ip4Prefix/Ip6Prefix by Pavlin Radoslavov · 9 years ago
  18. 34c921a Completed the IPv6 implementation for IpPrefix, and added by Pavlin Radoslavov · 10 years ago
  19. af5ff79 Added new method IpAddress.valueOf(InetAddress inetAddress) by Pavlin Radoslavov · 10 years ago
  20. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  21. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  22. 855ea2d Refactor the IpPrefix API and implementation: by Pavlin Radoslavov · 10 years ago
  23. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  24. 49e159a Updated the implementation of IpAddress: by Pavlin Radoslavov · 10 years ago
  25. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 10 years ago
  26. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  27. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  28. bcae7bd Removed faulty toInt method and renamed toRealInt to toInt. by Jonathan Hart · 10 years ago
  29. ab63aac Port the BGP implementation of SDN-IP. by Jonathan Hart · 10 years ago
  30. 335ef46 Port the Router functionality from SDN-IP. by Jonathan Hart · 10 years ago
  31. 7f3df23 avoid unnecessary boxing by Yuta HIGUCHI · 10 years ago
  32. dc711bd Ported PeerConnectivity onto ONOS next, and implemented a service that can by Jonathan Hart · 10 years ago
  33. dec62d4 Created IpAddress class by Jonathan Hart · 10 years ago
  34. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  35. b7a2ac3 Added a contains method to IpAddress by Jonathan Hart · 10 years ago
  36. ad21f3f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  37. b55524f Tests for FlowRuleStore plus bugfixes by Ayaka Koshibe · 10 years ago
  38. cb48f10 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  39. 08eabaa added simple storage to SimpleFlowRuleManager by Ayaka Koshibe · 10 years ago
  40. 8f1cf4a implementing flowremoved handling by alshabib · 10 years ago
  41. 40e7fec netmask support in IpAddress by Ayaka Koshibe · 10 years ago
  42. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago[Renamed (86%) from utils/misc/src/main/java/org/onlab/packet/IPAddress.java]
  43. 16698a3 Tests for IPAddress and VLANID by Ayaka Koshibe · 10 years ago
  44. 1a10098 added HostProvider to SimpleHostManager by Ayaka Koshibe · 10 years ago
  45. 50ee924 added Host-related unit tests by Ayaka Koshibe · 10 years ago
  46. 3a25aec tiny modifications to VLANID by Ayaka Koshibe · 10 years ago
  47. 04a1a4e added VLANID construct by Ayaka Koshibe · 10 years ago
  48. 1c7b38e added IPAddress construct by Ayaka Koshibe · 10 years ago