1. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  2. 34ffe72 Added methods to test whether an IP address/prefix is IPv4 or IPv6: by Pavlin Radoslavov · 9 years ago
  3. 5eaf033 Add ICMP handler in bgp router app by sangho · 9 years ago
  4. c6aef92 Fix a bug when serliazing ICMPv6 packets and the IPv6 packet contains by Pavlin Radoslavov · 9 years ago
  5. 1058080 WIP: Started implementing static flows for corsa vanderweken pipeline. by alshabib · 9 years ago
  6. dbeab4c Fix a bug when using IpPrefix.contains() and we are mixing IP address families. by Pavlin Radoslavov · 9 years ago
  7. bf23c55 Added new methods IPv4.getDscp() / IPv4.setDscp() by Pavlin Radoslavov · 9 years ago
  8. 041515f temporary fix for ONOS-1144: slow IPAddress.toString() by Brian O'Connor · 9 years ago
  9. a2626ef Implemented a mechanism to easily add and access Neighbor Discovery protocol by Pavlin Radoslavov · 9 years ago
  10. 3ebe170 MPLS-related bug fixes: by Pavlin Radoslavov · 9 years ago
  11. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  12. a22b970 ProxyArpManager - fix IPv6 ND Adv issue with Option fields and ARP/NDP Reply by Dusan Pajin · 9 years ago
  13. 79f515f ICMPv6 checksum calculation fixed in ICMPv6.java by Dusan Pajin · 9 years ago
  14. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  15. 5c0b476 Refactor: Avoid using ternary operator. Remove unnecessary casting. by Charles M.C. Chan · 9 years ago
  16. 94f3737 ONOS-512: Implement IPv6 Extension Headers by Charles M.C. Chan · 9 years ago
  17. ea5aa47 Implement NDP-related classes by Charles M.C. Chan · 9 years ago
  18. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  19. 93b7fb0 ONOS-508: Implement IPv6, ICMP6 and NeighborAdvertisement class by Charles M.C. Chan · 9 years ago
  20. 4785eec removing some TODOs by alshabib · 9 years ago
  21. 5dd52f7 Enhancing the GUI traffic-related code. Fixed a defect in reactive forwarding. by Thomas Vachuska · 10 years ago
  22. 8576c2a change MAC address hash to reduce collisions by Brian O'Connor · 10 years ago
  23. 705d9bc Last two high priority findbugs errors by Ray Milkey · 10 years ago
  24. 241b96a Fix high priority findbugs reported issues by Ray Milkey · 10 years ago
  25. 8c67d17 MPLS label selector and treatment by Praseed Balakrishnan · 10 years ago
  26. d5087d1 Removed method IpAddress.toInt(), because it is semantically incorrect: by Pavlin Radoslavov · 10 years ago
  27. 50b7067 Changed the semantics of IpAddress.equals() to (eventually) return true by Pavlin Radoslavov · 10 years ago
  28. 34c8164 * Added methods IpAddress.getIp4Address() and IpAddress.getIp6Address() by Pavlin Radoslavov · 10 years ago
  29. f182f01 Reimplementation of classes Ip4Address/Ip6Address/Ip4Prefix/Ip6Prefix by Pavlin Radoslavov · 10 years ago
  30. 2281b3f rest by Yuta HIGUCHI · 10 years ago
  31. 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
  32. 34c921a Completed the IPv6 implementation for IpPrefix, and added by Pavlin Radoslavov · 10 years ago
  33. 3e848a8 add methods to directly set MacAddress by Yuta HIGUCHI · 10 years ago
  34. af5ff79 Added new method IpAddress.valueOf(InetAddress inetAddress) by Pavlin Radoslavov · 10 years ago
  35. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  36. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  37. 855ea2d Refactor the IpPrefix API and implementation: by Pavlin Radoslavov · 10 years ago
  38. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  39. 49e159a Updated the implementation of IpAddress: by Pavlin Radoslavov · 10 years ago
  40. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 10 years ago
  41. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  42. e1bcb0b Added isLinkLocal predicate to MacAddress and used it in ReactiveForwarding. by Thomas Vachuska · 10 years ago
  43. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  44. 9de2772 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  45. e5ca93b fix some of findbugs issues by Yuta HIGUCHI · 10 years ago
  46. 9252bc3 Added a REST command to upload topology configuration. by Thomas Vachuska · 10 years ago
  47. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  48. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  49. bcae7bd Removed faulty toInt method and renamed toRealInt to toInt. by Jonathan Hart · 10 years ago
  50. ab63aac Port the BGP implementation of SDN-IP. by Jonathan Hart · 10 years ago
  51. 335ef46 Port the Router functionality from SDN-IP. by Jonathan Hart · 10 years ago
  52. 7f3df23 avoid unnecessary boxing by Yuta HIGUCHI · 10 years ago
  53. dc711bd Ported PeerConnectivity onto ONOS next, and implemented a service that can by Jonathan Hart · 10 years ago
  54. 545708e Optimizing performance of HostId. by tom · 10 years ago
  55. 8f6f1ea More HostMonitor cleanup and javadocs by Jonathan Hart · 10 years ago
  56. 70da512 Wired up HostMonitor to its dependencies and got it working. by Jonathan Hart · 10 years ago
  57. 6eb438a fixes for office deployment by alshabib · 10 years ago
  58. dec62d4 Created IpAddress class by Jonathan Hart · 10 years ago
  59. 10681f6 IpPrefix fix by Yuta HIGUCHI · 10 years ago
  60. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  61. b7a2ac3 Added a contains method to IpAddress by Jonathan Hart · 10 years ago
  62. ad21f3f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  63. b55524f Tests for FlowRuleStore plus bugfixes by Ayaka Koshibe · 10 years ago
  64. cb48f10 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  65. 08eabaa added simple storage to SimpleFlowRuleManager by Ayaka Koshibe · 10 years ago
  66. 8f1cf4a implementing flowremoved handling by alshabib · 10 years ago
  67. 40e7fec netmask support in IpAddress by Ayaka Koshibe · 10 years ago
  68. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago
  69. c370ebd Added javadocs and simplified the reactive fwd app in attempt to find the glitch; no dice by tom · 10 years ago
  70. 16698a3 Tests for IPAddress and VLANID by Ayaka Koshibe · 10 years ago
  71. 1a10098 added HostProvider to SimpleHostManager by Ayaka Koshibe · 10 years ago
  72. 5f18cf3 Fixed javadoc warnings in slew of legacy code. We need to keep up on this; the old stuff is pretty sloppy. by tom · 10 years ago
  73. 82e7257 Converted all package.html files to package-info.java for easier package documentation. by tom · 10 years ago
  74. 50ee924 added Host-related unit tests by Ayaka Koshibe · 10 years ago
  75. 3a25aec tiny modifications to VLANID by Ayaka Koshibe · 10 years ago
  76. 04a1a4e added VLANID construct by Ayaka Koshibe · 10 years ago
  77. 1c7b38e added IPAddress construct by Ayaka Koshibe · 10 years ago
  78. 7235d09 log -> LOG by alshabib · 10 years ago
  79. 9ee6817 link discovery no longer need a parsed packet by alshabib · 10 years ago
  80. df652ad link discovery and providers are implemented by alshabib · 10 years ago
  81. 289652c started adding link discovery by alshabib · 10 years ago
  82. 638dc71 fixing checkstyle errors by alshabib · 10 years ago
  83. c4901cd adding packet types by alshabib · 10 years ago