1. e0c98db Present the port number of LLDP as string value by DongRyeol Cha · 6 years ago
  2. cf8ee3c Ip4Address: Update Self Assigned IP from 169.x.y.z to 169.254.x.y by Eduardo Ferreira · 6 years ago
  3. f0c4761 Remove deprecated deserialize() mthods from packet classes by Ray Milkey · 7 years ago
  4. 544afb1 use StandardChars by Yuta HIGUCHI · 7 years ago
  5. b4fdb04 [CORD-1664] Fix errors when parsing DHCP packets by Yi Tseng · 7 years ago
  6. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  7. 7bfd607 Favor Guava version of Resource utility by Yuta HIGUCHI · 7 years ago
  8. ca34e1d [CORD-1589] DHCPv6 option de/serializers by Yi Tseng · 7 years ago
  9. 52cc3a9 [ONOS-6661] MacAddress validation in not valid by Dominika Molenda · 7 years ago
  10. c7403c2 DHCP util refactor by Yi Tseng · 7 years ago
  11. 08537a8 [ONOS-6634] Add method to create NDP replay for ICMP6 by Bartlomiej Goluszka · 7 years ago
  12. 1179d83 [ONOS-6641] VXLAN packet support by jaegonkim · 7 years ago
  13. 60bf35a [CORD-1429] Add DHCPv6 packet serializer and deserializer by Yi Tseng · 7 years ago
  14. 4b87389 DAD NS should not contain SRC_LL_ADDR option by Charles Chan · 7 years ago
  15. 928ff8b Refactor MacAddress and ONOSLLDP class by Charles Chan · 7 years ago
  16. 89c4a64 Support IP deserialization when PACKET_IN carries Ethernet FCS by Charles Chan · 7 years ago
  17. 764a1b4 ONOS-3830: Adding support for serialization/de-serialization of QinQ packets, support for TPID other than 0x88A8 by Amit Ghosh · 7 years ago
  18. 37b687b Adds utility functions related to the link local addresses by Pier Luigi · 7 years ago
  19. 78e73f6 [CORD-653] Fix host monitor and provide utility functions by Pier Ventre · 7 years ago
  20. 0a9031d Introducing BandwidthProfileConfigBehaviour to manage policers/markers by Konstantinos Kanonakis · 8 years ago
  21. d2edd47 CORD-378 Validate ARP SPA in segment routing ARP handler by Charles Chan · 8 years ago
  22. c8ec4b5 Adding support for IGMPv2 by Luca Prete · 8 years ago
  23. 1270aea Add abstract IP header class to unify IPv4 and IPv6 header classes by Jian Li · 8 years ago
  24. 9b26bf3 Use VlanId.vlanId(short) to validate the value by Charles Chan · 8 years ago
  25. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  26. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  27. aedabfd Remove duplicated multicast prefix declaration by Charles Chan · 8 years ago
  28. 4ca8e60 Introduce an easy way to check whether an IP address is multicast or not by Charles Chan · 8 years ago
  29. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  30. 5fc1429 [ONOS-3222] Implement toString method for each Packet class by Jian Li · 8 years ago
  31. 9cbc095 Improvided PIM Hello option handling by creating the by Rusty Eddy · 9 years ago
  32. 80f1252 Added packet handling functions for PIM, Specifically by Rusty Eddy · 9 years ago
  33. e796610 Modified host discovery to suppress discovery of self-assigned IP addresses. by Thomas Vachuska · 9 years ago
  34. 3599d63 [ONOS-2808] Properly deserialzes NDP packets without options by Charles Chan · 9 years ago
  35. 0588e57 fixing dhcp serialization problem by alshabib · 9 years ago
  36. 1da61a2 Serialize / deserialize functions for IGMP, IGMPv3 Membership by Rusty Eddy · 9 years ago
  37. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  38. 2a65575 Improve the resiliency of the packet deserialization code. by Jonathan Hart · 9 years ago
  39. afdf4de Replaced IPv6 toString with more efficient local helper. by Aaron Kruglikov · 9 years ago
  40. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  41. 197a012 Refactor org.onlab.packet.{TCP,UDP,ICMP6} by Charles M.C. Chan · 9 years ago
  42. 34ffe72 Added methods to test whether an IP address/prefix is IPv4 or IPv6: by Pavlin Radoslavov · 9 years ago
  43. dbeab4c Fix a bug when using IpPrefix.contains() and we are mixing IP address families. by Pavlin Radoslavov · 9 years ago
  44. a2626ef Implemented a mechanism to easily add and access Neighbor Discovery protocol by Pavlin Radoslavov · 9 years ago
  45. 94f3737 ONOS-512: Implement IPv6 Extension Headers by Charles M.C. Chan · 9 years ago
  46. ea5aa47 Implement NDP-related classes by Charles M.C. Chan · 9 years ago
  47. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  48. 93b7fb0 ONOS-508: Implement IPv6, ICMP6 and NeighborAdvertisement class by Charles M.C. Chan · 9 years ago
  49. 37f6a38 Unit test refactoring by Ray Milkey · 9 years ago
  50. d5087d1 Removed method IpAddress.toInt(), because it is semantically incorrect: by Pavlin Radoslavov · 10 years ago
  51. 34c8164 * Added methods IpAddress.getIp4Address() and IpAddress.getIp6Address() by Pavlin Radoslavov · 10 years ago
  52. 315d6c8 Minor refactoring (for code consistency). No functional changes. by Pavlin Radoslavov · 10 years ago
  53. f182f01 Reimplementation of classes Ip4Address/Ip6Address/Ip4Prefix/Ip6Prefix by Pavlin Radoslavov · 10 years ago
  54. 34c921a Completed the IPv6 implementation for IpPrefix, and added by Pavlin Radoslavov · 10 years ago
  55. 9d8f72f Removed unneeded import that was breaking the build. by Thomas Vachuska · 10 years ago
  56. 854ecab Updated the testEqualityIPv4 and testEqualityIPv6 to use Google's EqualsTester. by Pavlin Radoslavov · 10 years ago
  57. af5ff79 Added new method IpAddress.valueOf(InetAddress inetAddress) by Pavlin Radoslavov · 10 years ago
  58. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  59. 855ea2d Refactor the IpPrefix API and implementation: by Pavlin Radoslavov · 10 years ago
  60. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 10 years ago
  61. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  62. e7b5bd7 Updated creation of IpAddress instance inside IpPrefixTest by Pavlin Radoslavov · 10 years ago
  63. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  64. 9de2772 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  65. dbdbdbb Added restrictions for proxy ARP by Jonathan Hart · 10 years ago
  66. 70da512 Wired up HostMonitor to its dependencies and got it working. by Jonathan Hart · 10 years ago
  67. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  68. b7a2ac3 Added a contains method to IpAddress by Jonathan Hart · 10 years ago
  69. 40e7fec netmask support in IpAddress by Ayaka Koshibe · 10 years ago
  70. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago
  71. 16698a3 Tests for IPAddress and VLANID by Ayaka Koshibe · 10 years ago