1. 1247d0e Use -1L instead of (long) -1 by Ronald Li · 10 years ago
  2. f937760 Use IPv6 subnet mask calculation as suggested by @andi-bigswitch by Ronald Li · 10 years ago
  3. bbf0194 Address reviewer's comments floodlight/loxigen#297 by Ronald Li · 10 years ago
  4. 1092956 Have IPAddress.of(InetAddress) leverage the new IPv4Address.of(Inet4Address) and IPv6Address.of(Inet6Address) by Ronald Li · 10 years ago
  5. 383d14e Update IPv4Address.withMaskOfLength() Javadoc by Ronald Li · 10 years ago
  6. c3c4a95 Enhance Javadoc for IPv4Address.ofCidrMaskLength() by Ronald Li · 10 years ago
  7. cc9c930 Added Javadocs to IPv6Address.of() similar to IPv4Address.of(); also added of(Inet6Address) by Ronald Li · 10 years ago
  8. 74b54bc Fix error message typo by Ronald Li · 10 years ago
  9. 382589f Further Javadoc enhancements for IPv4Address / IPv4AddressWithMask by Ronald Li · 10 years ago
  10. 097cda5 Fix Javadoc typo by Ronald Li · 10 years ago
  11. 5b41da9 Rephrased some Javadoc for clarity and readability by Ronald Li · 10 years ago
  12. ca08d5f One more syntactic sugar - IPv4Address.withMask(IPv4Address) by Ronald Li · 10 years ago
  13. 8a0b53c Deprecate IPv4AddressWithMask.of(int,int) by Ronald Li · 10 years ago
  14. 5d0ca65 Sanity tests for the IPv4Address.withMask*() syntactic sugars by Ronald Li · 10 years ago
  15. af8d3e7 Javadoc updates and consistency fixes; force IPAddress subclasses to override toString(); Nonnull annotations updates by Ronald Li · 10 years ago
  16. ffa8079 Renamed IPAddress.fromInetAddress() to of(); added withMask() methods that corresponds to IPv4Address.of() methods by Ronald Li · 10 years ago
  17. 25fb44d Use the new IPv6Address.ofCidrMaskLength() in IPv6AddressWithMask.of(String) by Ronald Li · 10 years ago
  18. fea1789 Added IPv6Address.ofCidrMaskLength() and the corresponding unit tests by Ronald Li · 10 years ago
  19. a780c37 Use the new IPv4Address.ofCidrMaskLength() in IPv4AddressWithMask.of(String) by Ronald Li · 10 years ago
  20. a748422 Added IPv4Address.ofCidrMaskLength() and the corresponding unit tests by Ronald Li · 10 years ago
  21. d713295 Merge into master from pull request #296: by abat · 10 years ago
  22. de9e052 Add rx and tx packet counts, and other rx/tx errors. by Ken Chiang · 10 years ago
  23. 8d427a2 Merge into master from pull request #295: by abat · 10 years ago
  24. 2df1c23 pom.xml: Update Guava Dependency to 17.0 by Andreas Wundsam · 10 years ago
  25. 3ea5f7e U64|128|HashValue: create Builder classes by Andreas Wundsam · 10 years ago
  26. 33d33e0 U128.add(): optimize overflow comparison by Andreas Wundsam · 10 years ago
  27. c277520 java/HashValue: add+subtract, remove combineWithValue by Andreas Wundsam · 10 years ago
  28. adf1025 Merge into master from pull request #294: by abat · 10 years ago
  29. 7f6288b change checksum combination operation to addition by Rich Lane · 10 years ago
  30. f2de8af Merge into master from pull request #292: by abat · 10 years ago
  31. 0377adb Merge into master from pull request #287: by abat · 10 years ago
  32. 9dfc1ef use preconditions by Sovietaced · 10 years ago
  33. a6678c7 Merge into master from pull request #293: by abat · 10 years ago
  34. e2fd7ce java_gen: make of_bsn_log a string by Andreas Wundsam · 10 years ago
  35. a5eeae3 add bsn_vlan_xlate_port_group_id extension by Rich Lane · 10 years ago
  36. 0e114cf add bsn_require_vlan_xlate extension by Rich Lane · 10 years ago
  37. 085ef49 add bsn_action_checksum extension by Rich Lane · 10 years ago
  38. d4a45c8 Merge into master from pull request #291: by abat · 10 years ago
  39. bd605ec Change wire_type of VRF_ALL to uint32_t. by Ken Chiang · 10 years ago
  40. a95b8df OFP_BSN_VRF_ALL should be 32 bits in length. by Ken Chiang · 10 years ago
  41. 7835487 Add vrf counter request/reply. by Ken Chiang · 10 years ago
  42. 3805ffa Merge into master from pull request #288: by abat · 10 years ago
  43. 7d92425 Merge into master from pull request #284: by abat · 10 years ago
  44. deb9675 loci: simplify list type extraction by Rich Lane · 10 years ago
  45. b5b697d loci: fix merge with of_object_attach changes by Rich Lane · 10 years ago
  46. 77ab707 Merge remote-tracking branch 'origin/master' into codegen-list by Rich Lane · 10 years ago
  47. 19d00ba bsn_log: add a comment about the string format by Rich Lane · 10 years ago
  48. eeaa000 Merge into master from pull request #289: by abat · 10 years ago
  49. 02e52ec java_gen/pom.xml: Bounce artifact version to 0.3.7-SNAPSHOT by Andreas Wundsam · 10 years ago
  50. ec1f661 java_gen: make of_bsn_table_set_buckets_size use table_id type by Andreas Wundsam · 10 years ago
  51. e7fc61f java_gen: U128: add unit test for readBytes by Andreas Wundsam · 10 years ago
  52. 078fcfd openflow_input: make of_flow_stats_entry.flags use enum type by Andreas Wundsam · 10 years ago
  53. 6a01fae add bsn_log extension by Rich Lane · 10 years ago
  54. cc956a9 Merge into master from pull request #283: by abat · 10 years ago
  55. 77d9949 return false for incompatible ip versions by Sovietaced · 10 years ago
  56. 07cc8eb fix null NPE catch by Sovietaced · 10 years ago
  57. 30a1cee add exception test by Sovietaced · 10 years ago
  58. 88e74ec IPAddressWithMask should have a contains method taht can take any IPAddress by Sovietaced · 10 years ago
  59. d421394 Merge into master from pull request #281: by abat · 10 years ago
  60. 8afae4c Add a flag for l2gre loopback. by Wilson Ng · 10 years ago
  61. c710991 Merge remote-tracking branch 'upstream/master' by Wilson Ng · 10 years ago
  62. dd9c2f3 Merge into master from pull request #285: by abat · 10 years ago
  63. 4648c6f Merge into master from pull request #286: by abat · 10 years ago
  64. b68c7f0 loci: remove minimum wire buffer allocation size by Rich Lane · 10 years ago
  65. 551254f address comments by Sovietaced · 10 years ago
  66. c6f9121 Fixes LOXI-59 IPAdddress hould have a factory function for InetAddress by Sovietaced · 10 years ago
  67. b30b9c4 loci: remove dead code by Rich Lane · 10 years ago
  68. 50f5ae3 loci: remove of_object_fixed_len lookup from list accessors by Rich Lane · 10 years ago
  69. bbf5e1d loci: replace indirect wire_length_get calls by Rich Lane · 10 years ago
  70. 08c9f3a loci: factor out class metadata generation by Rich Lane · 10 years ago
  71. 83f958d loci: replace of_object_wire_init in list accessors by Rich Lane · 10 years ago
  72. 2cc2b86 loci: generate lists from the IR by Rich Lane · 10 years ago
  73. 99d9a8d loci: generate list accessors with a template by Rich Lane · 10 years ago
  74. c7ddf23 loci: fix memory leak in locitest by Rich Lane · 10 years ago
  75. e0b70cc loci: remove a malloc/free from parsing of_match_t by Rich Lane · 10 years ago
  76. d1fe697 loci: factor out of_object_attach by Rich Lane · 10 years ago
  77. bb8f17c loci: remove *_new_from_message by Rich Lane · 10 years ago
  78. 09bc553 Merge remote-tracking branch 'upstream/master' by Wilson Ng · 10 years ago
  79. c8f68f0 Merge into master from pull request #282: by abat · 10 years ago
  80. 1e1a40f Bump version number by Gregor Maier · 10 years ago
  81. 28fc85b Add loopback port to l2gre vport. by Wilson Ng · 10 years ago
  82. 7b7c361 Merge into master from pull request #280: by abat · 10 years ago
  83. 2a66845 bsn_flow_checksum: change table_id type to 8 bits for consistency by Rich Lane · 10 years ago
  84. b082bcd Merge into master from pull request #279: by abat · 10 years ago
  85. e0eb286 wireshark: use desegment_offset by Rich Lane · 10 years ago
  86. fba8f14 wireshark: detect and skip obviously broken messages by Rich Lane · 10 years ago
  87. ed09bfe Merge into master from pull request #278: by abat · 10 years ago
  88. a224b13 java_gen.PrimitiveSinkUtils: add support for putting nullable Strings, better support for null by Andreas Wundsam · 10 years ago
  89. 047e9c1 Merge into master from pull request #277: by abat · 10 years ago
  90. 8e92b97 java_gen.PrimitiveSinkUtils - add putNullableTo by Andreas Wundsam · 10 years ago
  91. 030f41a Merge into master from pull request #272: by abat · 10 years ago
  92. 754c73a match.py merged by applying #274 by Byungjoon Lee · 10 years ago
  93. 58a7831 Merge into master from pull request #276: by abat · 10 years ago
  94. a3a1cfe java_gen: add PrimitiveSinkUtils by Andreas Wundsam · 10 years ago
  95. 4087b17 Merge into master from pull request #275: by abat · 10 years ago
  96. 5929bcc Add more port counters. by Ken Chiang · 10 years ago
  97. 415d879 Merge into master from pull request #274: by abat · 10 years ago
  98. f42da58 loci: address review comments by Rich Lane · 10 years ago
  99. b4a63a5 loci: generate match tables from the IR by Rich Lane · 10 years ago
  100. 8dcf8a2 Merge into master from pull request #273: by abat · 10 years ago