1. 9b26bf3 Use VlanId.vlanId(short) to validate the value by Charles Chan · 8 years ago
  2. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  3. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  4. aedabfd Remove duplicated multicast prefix declaration by Charles Chan · 8 years ago
  5. 4ca8e60 Introduce an easy way to check whether an IP address is multicast or not by Charles Chan · 8 years ago
  6. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  7. 5fc1429 [ONOS-3222] Implement toString method for each Packet class by Jian Li · 8 years ago
  8. 9cbc095 Improvided PIM Hello option handling by creating the by Rusty Eddy · 9 years ago
  9. 80f1252 Added packet handling functions for PIM, Specifically by Rusty Eddy · 9 years ago
  10. e796610 Modified host discovery to suppress discovery of self-assigned IP addresses. by Thomas Vachuska · 9 years ago
  11. 3599d63 [ONOS-2808] Properly deserialzes NDP packets without options by Charles Chan · 9 years ago
  12. 0588e57 fixing dhcp serialization problem by alshabib · 9 years ago
  13. 1da61a2 Serialize / deserialize functions for IGMP, IGMPv3 Membership by Rusty Eddy · 9 years ago
  14. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  15. 2a65575 Improve the resiliency of the packet deserialization code. by Jonathan Hart · 9 years ago
  16. afdf4de Replaced IPv6 toString with more efficient local helper. by Aaron Kruglikov · 9 years ago
  17. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  18. 197a012 Refactor org.onlab.packet.{TCP,UDP,ICMP6} by Charles M.C. Chan · 9 years ago
  19. 34ffe72 Added methods to test whether an IP address/prefix is IPv4 or IPv6: by Pavlin Radoslavov · 9 years ago
  20. dbeab4c Fix a bug when using IpPrefix.contains() and we are mixing IP address families. by Pavlin Radoslavov · 9 years ago
  21. a2626ef Implemented a mechanism to easily add and access Neighbor Discovery protocol by Pavlin Radoslavov · 9 years ago
  22. 94f3737 ONOS-512: Implement IPv6 Extension Headers by Charles M.C. Chan · 9 years ago
  23. ea5aa47 Implement NDP-related classes by Charles M.C. Chan · 9 years ago
  24. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  25. 93b7fb0 ONOS-508: Implement IPv6, ICMP6 and NeighborAdvertisement class by Charles M.C. Chan · 9 years ago
  26. 37f6a38 Unit test refactoring by Ray Milkey · 9 years ago
  27. d5087d1 Removed method IpAddress.toInt(), because it is semantically incorrect: by Pavlin Radoslavov · 9 years ago
  28. 34c8164 * Added methods IpAddress.getIp4Address() and IpAddress.getIp6Address() by Pavlin Radoslavov · 10 years ago
  29. 315d6c8 Minor refactoring (for code consistency). No functional changes. by Pavlin Radoslavov · 10 years ago
  30. f182f01 Reimplementation of classes Ip4Address/Ip6Address/Ip4Prefix/Ip6Prefix by Pavlin Radoslavov · 10 years ago
  31. 34c921a Completed the IPv6 implementation for IpPrefix, and added by Pavlin Radoslavov · 10 years ago
  32. 9d8f72f Removed unneeded import that was breaking the build. by Thomas Vachuska · 10 years ago
  33. 854ecab Updated the testEqualityIPv4 and testEqualityIPv6 to use Google's EqualsTester. by Pavlin Radoslavov · 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. 855ea2d Refactor the IpPrefix API and implementation: by Pavlin Radoslavov · 10 years ago
  37. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 10 years ago
  38. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  39. e7b5bd7 Updated creation of IpAddress instance inside IpPrefixTest by Pavlin Radoslavov · 10 years ago
  40. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  41. 9de2772 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  42. dbdbdbb Added restrictions for proxy ARP by Jonathan Hart · 10 years ago
  43. 70da512 Wired up HostMonitor to its dependencies and got it working. by Jonathan Hart · 10 years ago
  44. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  45. b7a2ac3 Added a contains method to IpAddress by Jonathan Hart · 10 years ago
  46. 40e7fec netmask support in IpAddress by Ayaka Koshibe · 10 years ago
  47. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago
  48. 16698a3 Tests for IPAddress and VLANID by Ayaka Koshibe · 10 years ago