1. 374942e test_data: add port stats reply testcase by Rich Lane · 10 years ago
  2. 90651c4 openflow_input: fix port stats reply entry by Rich Lane · 10 years ago
  3. 2dd8ed2 pyloxi: add support for OF 1.4 by Rich Lane · 10 years ago
  4. 3d2c573 test_data: add first of14 testcase by Rich Lane · 10 years ago
  5. 94af378 openflow_input: fix of_instruction_goto_table definition by Rich Lane · 10 years ago
  6. b4d24df openflow_input: rename OF 1.4 match to match_v3 by Rich Lane · 10 years ago
  7. e7262ef add OF 1.4 to default version list by Rich Lane · 10 years ago
  8. 455b9ac Merge pull request #321 from rlane/of14 by Rich Lane · 10 years ago
  9. 13517e7 openflow_input: add discriminator to of_table_feature_prop_experimenter by Rich Lane · 10 years ago
  10. 997fa6f Merge remote-tracking branch 'origin/master' into of14 by Rich Lane · 10 years ago
  11. 016c040 Merge into master from pull request #319: by abat · 10 years ago
  12. 778c544 Merge into master from pull request #320: by abat · 10 years ago
  13. 1803278 wireshark: support OF 1.3 OXMs by Rich Lane · 10 years ago
  14. 5ebb75b Cosmetic changes by Saurav Das · 10 years ago
  15. bc26674 Adding a boolean java type for the mpls BoS indicator bit by Saurav Das · 10 years ago
  16. 0288b23 Adding an oxm for mpls BoS indicator bit by Saurav Das · 10 years ago
  17. f2cc055 Merge into master from pull request #316: by abat · 10 years ago
  18. 6d75344 pyloxi: generate subdirectory from version name by Rich Lane · 10 years ago
  19. 7c85d69 Merge into master from pull request #318: by abat · 10 years ago
  20. 19d566b fix header keyword bugs by Harshmeet Singh · 10 years ago
  21. de7aed9 openflow_input: add TLVs for SFLOW gentables by Harshmeet Singh · 10 years ago
  22. e8bc0f2 Merge into master from pull request #317: by abat · 10 years ago
  23. b9ccfa1 openflow_input: add new TLV by Rich Lane · 10 years ago
  24. 1cd9791 pyloxi: reduce boilerplate code required for each module by Rich Lane · 10 years ago
  25. e574cbb Merge pull request #315 from rlane/of14-input by Rich Lane · 10 years ago
  26. 7f503ee openflow_input: fixup standard-1.4 by Rich Lane · 10 years ago
  27. b97e93e openflow_input: add missing "_t" suffix to list members by Rich Lane · 10 years ago
  28. 9cead30 Merge branch 'master' of github.com:alshabib/loxigen into of14-pr by Rich Lane · 10 years ago
  29. 070075b Merge into master from pull request #314: by abat · 10 years ago
  30. 5f9931f wireshark: make enums global instead of local by Rich Lane · 10 years ago
  31. 3045255 Merge into master from pull request #313: by abat · 10 years ago
  32. 85b94e8 openflow_input: add TLVs for NAT gentable by Rich Lane · 10 years ago
  33. 0bc0754 Merge into master from pull request #309: by abat · 10 years ago
  34. 449664c IPv6Address: remove redundant null assignment by Rich Lane · 10 years ago
  35. 068d76e Merge into master from pull request #312: by abat · 10 years ago
  36. 10957eb java_gen/pom.xml: Bump version to 0.4.0 by Andreas Wundsam · 10 years ago
  37. 9cf2b1f fixing wireshark dissector by alshabib · 10 years ago
  38. 6ff7f10 Merge into master from pull request #304: by abat · 10 years ago
  39. 17372b7 Merge into master from pull request #310: by abat · 10 years ago
  40. e5af9c4 Add bsn_span_destination extension by Duc Pham · 10 years ago
  41. bae30f9 java: discard the IPv6 zone id when parsing addresses by Rich Lane · 10 years ago
  42. 9f50e48 initial OF 1.4 support by alshabib · 10 years ago
  43. e9f250b Merge into master from pull request #308: by abat · 10 years ago
  44. 7b97880 Add licensing info to README.md by Andreas Wundsam · 10 years ago
  45. 56b0429 Merge into master from pull request #307: by abat · 10 years ago
  46. 1f03f67 loci: add a convenience wrapper around of_object_id_str by Rich Lane · 10 years ago
  47. eadf463 Merge into master from pull request #306: by abat · 10 years ago
  48. 2180a9c bump version by Gregor Maier · 10 years ago
  49. 9dcd9a3 Merge into master from pull request #305: by abat · 10 years ago
  50. 5902bbf Add rate limit to l2gre vport. by Wilson Ng · 10 years ago
  51. ba92e29 modified to support list of IPv4 and IPv6 addresses in the openflow input files. this patch is only for the java part of loxigen. by Byungjoon Lee · 10 years ago
  52. e9d1055 Merge into master from pull request #302: by abat · 10 years ago
  53. 88fe6c2 wireshark: dissect OpenFlow payload of error messages by Rich Lane · 10 years ago
  54. 1dcdc36 Merge into master from pull request #301: by abat · 10 years ago
  55. d4a6932 openflow_input: remove subtype from OF 1.0 and 1.1 experimenter message by Rich Lane · 10 years ago
  56. 201b2d7 Merge into master from pull request #299: by abat · 10 years ago
  57. a87b1fc Cast InetAddress to Inet4Address or Inet6Address to call the specific static methods by Ronald Li · 10 years ago
  58. d521400 Merge into master from pull request #298: by abat · 10 years ago
  59. 46cad1b Add bsn_disable_vlan_counters instruction. by Ken Chiang · 10 years ago
  60. 2c4d126 Merge into master from pull request #297: by abat · 10 years ago
  61. 1247d0e Use -1L instead of (long) -1 by Ronald Li · 10 years ago
  62. f937760 Use IPv6 subnet mask calculation as suggested by @andi-bigswitch by Ronald Li · 10 years ago
  63. bbf0194 Address reviewer's comments floodlight/loxigen#297 by Ronald Li · 10 years ago
  64. 1092956 Have IPAddress.of(InetAddress) leverage the new IPv4Address.of(Inet4Address) and IPv6Address.of(Inet6Address) by Ronald Li · 10 years ago
  65. 383d14e Update IPv4Address.withMaskOfLength() Javadoc by Ronald Li · 10 years ago
  66. c3c4a95 Enhance Javadoc for IPv4Address.ofCidrMaskLength() by Ronald Li · 10 years ago
  67. cc9c930 Added Javadocs to IPv6Address.of() similar to IPv4Address.of(); also added of(Inet6Address) by Ronald Li · 10 years ago
  68. 74b54bc Fix error message typo by Ronald Li · 10 years ago
  69. 382589f Further Javadoc enhancements for IPv4Address / IPv4AddressWithMask by Ronald Li · 10 years ago
  70. 097cda5 Fix Javadoc typo by Ronald Li · 10 years ago
  71. 5b41da9 Rephrased some Javadoc for clarity and readability by Ronald Li · 10 years ago
  72. ca08d5f One more syntactic sugar - IPv4Address.withMask(IPv4Address) by Ronald Li · 10 years ago
  73. 8a0b53c Deprecate IPv4AddressWithMask.of(int,int) by Ronald Li · 10 years ago
  74. 5d0ca65 Sanity tests for the IPv4Address.withMask*() syntactic sugars by Ronald Li · 10 years ago
  75. af8d3e7 Javadoc updates and consistency fixes; force IPAddress subclasses to override toString(); Nonnull annotations updates by Ronald Li · 10 years ago
  76. ffa8079 Renamed IPAddress.fromInetAddress() to of(); added withMask() methods that corresponds to IPv4Address.of() methods by Ronald Li · 10 years ago
  77. 25fb44d Use the new IPv6Address.ofCidrMaskLength() in IPv6AddressWithMask.of(String) by Ronald Li · 10 years ago
  78. fea1789 Added IPv6Address.ofCidrMaskLength() and the corresponding unit tests by Ronald Li · 10 years ago
  79. a780c37 Use the new IPv4Address.ofCidrMaskLength() in IPv4AddressWithMask.of(String) by Ronald Li · 10 years ago
  80. a748422 Added IPv4Address.ofCidrMaskLength() and the corresponding unit tests by Ronald Li · 10 years ago
  81. d713295 Merge into master from pull request #296: by abat · 10 years ago
  82. de9e052 Add rx and tx packet counts, and other rx/tx errors. by Ken Chiang · 10 years ago
  83. 8d427a2 Merge into master from pull request #295: by abat · 10 years ago
  84. 2df1c23 pom.xml: Update Guava Dependency to 17.0 by Andreas Wundsam · 10 years ago
  85. 3ea5f7e U64|128|HashValue: create Builder classes by Andreas Wundsam · 10 years ago
  86. 33d33e0 U128.add(): optimize overflow comparison by Andreas Wundsam · 10 years ago
  87. c277520 java/HashValue: add+subtract, remove combineWithValue by Andreas Wundsam · 10 years ago
  88. adf1025 Merge into master from pull request #294: by abat · 10 years ago
  89. 7f6288b change checksum combination operation to addition by Rich Lane · 10 years ago
  90. f2de8af Merge into master from pull request #292: by abat · 10 years ago
  91. 0377adb Merge into master from pull request #287: by abat · 10 years ago
  92. 9dfc1ef use preconditions by Sovietaced · 10 years ago
  93. a6678c7 Merge into master from pull request #293: by abat · 10 years ago
  94. e2fd7ce java_gen: make of_bsn_log a string by Andreas Wundsam · 10 years ago
  95. a5eeae3 add bsn_vlan_xlate_port_group_id extension by Rich Lane · 10 years ago
  96. 0e114cf add bsn_require_vlan_xlate extension by Rich Lane · 10 years ago
  97. 085ef49 add bsn_action_checksum extension by Rich Lane · 10 years ago
  98. d4a45c8 Merge into master from pull request #291: by abat · 10 years ago
  99. bd605ec Change wire_type of VRF_ALL to uint32_t. by Ken Chiang · 10 years ago
  100. a95b8df OFP_BSN_VRF_ALL should be 32 bits in length. by Ken Chiang · 10 years ago