1. 9f87e51 Sonar related fixes by Ray Milkey · 8 years ago
  2. 676249c Fix Sonar critical flagged bugs by Ray Milkey · 8 years ago
  3. 33836df Fix bugs for AaaManger and RADIUS by Qianqian Hu · 8 years ago
  4. 12c8c08 [Falcon] link discovery - by Ayaka Koshibe · 8 years ago
  5. 86f20cc [Falcon] Fix SONAR flagged blocker issues by Ray Milkey · 8 years ago
  6. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  7. 5fc1429 [ONOS-3222] Implement toString method for each Packet class by Jian Li · 8 years ago
  8. 436f8d5 Use StandardCharsets where possible by HIGUCHI Yuta · 8 years ago
  9. 119eeb5 Add IPv6 support to Ethernet.toString() by Charles Chan · 9 years ago
  10. 3e59464 Change OLT app to push Q-in-Q tagging flows rather than transparent VLAN flows. by Jonathan Hart · 9 years ago
  11. 0c12e40 Added symbolic names with the correct values for by Rusty Eddy · 9 years ago
  12. e3879f7 ONOS-3165. Make MAC not mandatory. Fixing IP (constructor was still doing checkNotNull) by Luca Prete · 9 years ago
  13. 158d5d8 IGMP Deserialize now properly uses the offset and by Rusty Eddy · 9 years ago
  14. f2710c7 bugfix: equals comparing a field with itself by HIGUCHI Yuta · 9 years ago
  15. 9cbc095 Improvided PIM Hello option handling by creating the by Rusty Eddy · 9 years ago
  16. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  17. b9c7ea6 Fixing javadoc warnings and package grouping. by Thomas Vachuska · 9 years ago
  18. 80f1252 Added packet handling functions for PIM, Specifically by Rusty Eddy · 9 years ago
  19. e796610 Modified host discovery to suppress discovery of self-assigned IP addresses. by Thomas Vachuska · 9 years ago
  20. 9b36d81 Javadoc fixes by Ray Milkey · 9 years ago
  21. 3599d63 [ONOS-2808] Properly deserialzes NDP packets without options by Charles Chan · 9 years ago
  22. 8969cbe Removing DHCPMessageType as DHCPPacketType Class was already defined by samanwita pal · 9 years ago
  23. d57cdc4 Fix byte[] comparison using equals by HIGUCHI Yuta · 9 years ago
  24. 0588e57 fixing dhcp serialization problem by alshabib · 9 years ago
  25. 1da61a2 Serialize / deserialize functions for IGMP, IGMPv3 Membership by Rusty Eddy · 9 years ago
  26. e4ed1a2 Fixed broken UDP/DHCP deserializer. by Thomas Vachuska · 9 years ago
  27. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  28. 23f981d ONOS-2580 Renamed class name to TpPort to differenciate from loxy TransportPort type easily by Hyunsun Moon · 9 years ago
  29. a5a18ad ONOS-2580 Add rich type for transport layer port by Hyunsun Moon · 9 years ago
  30. 3ec8aff Adding some extra checks against bufer overflow by samanwita pal · 9 years ago
  31. d894b5d Fixing javadoc warnings, provided missing package javadocs and corrected group structure. by Thomas Vachuska · 9 years ago
  32. e48c2d3 [ONOS-2450] Fix for HEADER_SIZE error in EAP deserialization by Chip Boling · 9 years ago
  33. b300ca8 ONOS-2197 Adding DHCP options and message type enum by samanwita pal · 9 years ago
  34. 4a60bb3 Cleaned up AAA app now it's in the ONOS core. by Jonathan Hart · 9 years ago
  35. be63b23 Regard the release when the APIs became deprecated as Cardinal by Sho SHIMIZU · 9 years ago
  36. 7b808c5 small fixes to ethtype pattern by alshabib · 9 years ago
  37. 2a65575 Improve the resiliency of the packet deserialization code. by Jonathan Hart · 9 years ago
  38. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  39. afdf4de Replaced IPv6 toString with more efficient local helper. by Aaron Kruglikov · 9 years ago
  40. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  41. 8711451 Replace manual hash code calculation for long with Long.hashCode(long) by Sho SHIMIZU · 9 years ago
  42. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  43. e10f56b Fixing javadocs. by Thomas Vachuska · 9 years ago
  44. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  45. c9e16bf add a virtual gateway for reactive routing by Pingping Lin · 9 years ago
  46. 43d9f7a Remove deprecated openflow host and link providers by Jonathan Hart · 9 years ago
  47. b35a619 ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 9 years ago
  48. 197a012 Refactor org.onlab.packet.{TCP,UDP,ICMP6} by Charles M.C. Chan · 9 years ago
  49. e28ae4c sdn-ip reactive routing by Pingping Lin · 9 years ago
  50. d7b4584 Added empty space after '.' between two sentences. by Pavlin Radoslavov · 9 years ago
  51. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  52. 34ffe72 Added methods to test whether an IP address/prefix is IPv4 or IPv6: by Pavlin Radoslavov · 9 years ago
  53. 5eaf033 Add ICMP handler in bgp router app by sangho · 9 years ago
  54. c6aef92 Fix a bug when serliazing ICMPv6 packets and the IPv6 packet contains by Pavlin Radoslavov · 9 years ago
  55. 1058080 WIP: Started implementing static flows for corsa vanderweken pipeline. by alshabib · 9 years ago
  56. dbeab4c Fix a bug when using IpPrefix.contains() and we are mixing IP address families. by Pavlin Radoslavov · 9 years ago
  57. bf23c55 Added new methods IPv4.getDscp() / IPv4.setDscp() by Pavlin Radoslavov · 9 years ago
  58. 041515f temporary fix for ONOS-1144: slow IPAddress.toString() by Brian O'Connor · 9 years ago
  59. a2626ef Implemented a mechanism to easily add and access Neighbor Discovery protocol by Pavlin Radoslavov · 9 years ago
  60. 3ebe170 MPLS-related bug fixes: by Pavlin Radoslavov · 9 years ago
  61. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  62. a22b970 ProxyArpManager - fix IPv6 ND Adv issue with Option fields and ARP/NDP Reply by Dusan Pajin · 9 years ago
  63. 79f515f ICMPv6 checksum calculation fixed in ICMPv6.java by Dusan Pajin · 9 years ago
  64. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  65. 5c0b476 Refactor: Avoid using ternary operator. Remove unnecessary casting. by Charles M.C. Chan · 9 years ago
  66. 94f3737 ONOS-512: Implement IPv6 Extension Headers by Charles M.C. Chan · 9 years ago
  67. ea5aa47 Implement NDP-related classes by Charles M.C. Chan · 9 years ago
  68. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  69. 93b7fb0 ONOS-508: Implement IPv6, ICMP6 and NeighborAdvertisement class by Charles M.C. Chan · 9 years ago
  70. 4785eec removing some TODOs by alshabib · 9 years ago
  71. 5dd52f7 Enhancing the GUI traffic-related code. Fixed a defect in reactive forwarding. by Thomas Vachuska · 9 years ago
  72. 8576c2a change MAC address hash to reduce collisions by Brian O'Connor · 10 years ago
  73. 705d9bc Last two high priority findbugs errors by Ray Milkey · 10 years ago
  74. 241b96a Fix high priority findbugs reported issues by Ray Milkey · 10 years ago
  75. 8c67d17 MPLS label selector and treatment by Praseed Balakrishnan · 10 years ago
  76. d5087d1 Removed method IpAddress.toInt(), because it is semantically incorrect: by Pavlin Radoslavov · 10 years ago
  77. 50b7067 Changed the semantics of IpAddress.equals() to (eventually) return true by Pavlin Radoslavov · 10 years ago
  78. 34c8164 * Added methods IpAddress.getIp4Address() and IpAddress.getIp6Address() by Pavlin Radoslavov · 10 years ago
  79. f182f01 Reimplementation of classes Ip4Address/Ip6Address/Ip4Prefix/Ip6Prefix by Pavlin Radoslavov · 10 years ago
  80. 2281b3f rest by Yuta HIGUCHI · 10 years ago
  81. 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
  82. 34c921a Completed the IPv6 implementation for IpPrefix, and added by Pavlin Radoslavov · 10 years ago
  83. 3e848a8 add methods to directly set MacAddress by Yuta HIGUCHI · 10 years ago
  84. af5ff79 Added new method IpAddress.valueOf(InetAddress inetAddress) by Pavlin Radoslavov · 10 years ago
  85. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  86. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  87. 855ea2d Refactor the IpPrefix API and implementation: by Pavlin Radoslavov · 10 years ago
  88. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  89. 49e159a Updated the implementation of IpAddress: by Pavlin Radoslavov · 10 years ago
  90. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 10 years ago
  91. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  92. e1bcb0b Added isLinkLocal predicate to MacAddress and used it in ReactiveForwarding. by Thomas Vachuska · 10 years ago
  93. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  94. 9de2772 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  95. e5ca93b fix some of findbugs issues by Yuta HIGUCHI · 10 years ago
  96. 9252bc3 Added a REST command to upload topology configuration. by Thomas Vachuska · 10 years ago
  97. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  98. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  99. bcae7bd Removed faulty toInt method and renamed toRealInt to toInt. by Jonathan Hart · 10 years ago
  100. ab63aac Port the BGP implementation of SDN-IP. by Jonathan Hart · 10 years ago