1. 69e247e loci: fix implicit truncation warning by Rich Lane · 10 years ago
  2. 85aaa65 loci: add missing test for of_object_new_from_message by Rich Lane · 10 years ago
  3. 76f181e loci: switch message parsing to of_header_wire_object_id_get by Rich Lane · 10 years ago
  4. eba2a80 loci: remove more dead code by Rich Lane · 10 years ago
  5. 0fde418 loci: remove handwritten wire_object_id_get functions by Rich Lane · 10 years ago
  6. b9fab4b loci: generate wire type parsers from the IR by Rich Lane · 10 years ago
  7. 40ad8b6 Merge into master from pull request #213: by abat · 10 years ago
  8. c8ab1df Merge pull request #215 from vaterlaus/master by Rob Vaterlaus · 10 years ago
  9. e36faa3 Use Short.parseShort instead of valueOf to avoid boxing by Rob Vaterlaus · 10 years ago
  10. 113d8bf Merge into master from pull request #214: by abat · 10 years ago
  11. a1969e5 Make leading zeroes optional in the string passed to HexString.toLong by Rob Vaterlaus · 10 years ago
  12. f111838 removing print statements by Jonathan Stout · 10 years ago
  13. 79c8719 loci: decide members to ignore in tests using the IR by Rich Lane · 10 years ago
  14. c26cbdb fixing bad arg by Jonathan Stout · 10 years ago
  15. b9f2740 Merge into master from pull request #210: by abat · 10 years ago
  16. 33d7d41 adding return statement by Jonathan Stout · 10 years ago
  17. d275228 removing print statement by Jonathan Stout · 10 years ago
  18. 83cedcc adding instruction_id funcs by Jonathan Stout · 10 years ago
  19. 4783235 adding of_instruction_id_to_object_id by Jonathan Stout · 10 years ago
  20. 661c468 adding instruction_id type for table feature prop types by Jonathan Stout · 10 years ago
  21. 2abcb2c Merge pull request #7 from floodlight/master by Jonathan Stout · 10 years ago
  22. 28bd591 Merge into master from pull request #212: by abat · 10 years ago
  23. 86511ba loci: support bsn_acl by Rich Lane · 10 years ago
  24. d2e3468 openflow_input: add bsn_acl extension by Rich Lane · 10 years ago
  25. 2fbe90a Merge into master from pull request #211: by abat · 10 years ago
  26. 41b2cb7 removing unrequired line from test by Jonathan Stout · 10 years ago
  27. 0957d40 adding java test by Jonathan Stout · 10 years ago
  28. ba21145 adding test case for action_id_output by Jonathan Stout · 10 years ago
  29. 1449b8f removing comments and unused import by Jonathan Stout · 10 years ago
  30. 662cfbd removing OFPadMembers before calc_lengths is called by Jonathan Stout · 10 years ago
  31. db47675 removing tmp comments by Jonathan Stout · 10 years ago
  32. 9bbebe6 removing instruction_id. Instructions don't seem to act like actions. by Jonathan Stout · 10 years ago
  33. f51062b loci: chunk multiple classes into each C file by Rich Lane · 10 years ago
  34. fd9430c Merge into master from pull request #209: by abat · 10 years ago
  35. 9e5297f removing undesired padding from action_id structs by Jonathan Stout · 10 years ago
  36. 51cf06e Merge pull request #6 from floodlight/master by Jonathan Stout · 10 years ago
  37. c73680c loci: add a function to parse messages without allocating memory by Rich Lane · 10 years ago
  38. 0a48e09 Merge into master from pull request #208: by abat · 10 years ago
  39. d847c69 add debug as pktin reason by xinwu · 10 years ago
  40. b45d6c1 Merge into master from pull request #206: by abat · 10 years ago
  41. d10a4a8 Merge into master from pull request #205: by abat · 10 years ago
  42. 152a6c6 Merge into master from pull request #204: by abat · 10 years ago
  43. 732bccc README: add maven prerequisite by Rich Lane · 10 years ago
  44. a8b5463 loci: rewrite assertions by Rich Lane · 10 years ago
  45. e57f043 loci: rename ASSERT to LOCI_ASSERT by Rich Lane · 10 years ago
  46. 5f71b41 java_gen: use Arrays.copyOf() instead of .clone() for defensive copy by Andreas Wundsam · 10 years ago
  47. 4e2469e java_gen: Return copies of byte arrays in getBytes LOXI-58 by Andreas Wundsam · 10 years ago
  48. 3f3abfb loci: fix byte swapping on OS X by Rich Lane · 10 years ago
  49. 19060b9 Merge into master from pull request #201: by abat · 10 years ago
  50. 0131f13 applying patch for test templates by Jonathan Stout · 10 years ago
  51. ed300e0 fixing values by Jonathan Stout · 10 years ago
  52. 9f17b4b rendering new template by Jonathan Stout · 10 years ago
  53. 78a48f3 Merge into master from pull request #202: by abat · 10 years ago
  54. 74a983b openflow_input: add bsn_disable_split_horizon_check by Rich Lane · 10 years ago
  55. 7a65c00 setting correct experimenter types by Jonathan Stout · 10 years ago
  56. a226fd7 adding tables_features_prop_template by Jonathan Stout · 10 years ago
  57. af15dee uncommenting experimenter_miss by Jonathan Stout · 10 years ago
  58. acb3e32 fixing experimenter type by Jonathan Stout · 10 years ago
  59. 1e2ed93 Merge pull request #5 from floodlight/master by Jonathan Stout · 10 years ago
  60. feaa994 Merge into master from pull request #196: by abat · 10 years ago
  61. a4fb4c6 Rename interface to isLLDPAddress by Shudong Zhou · 10 years ago
  62. e5a3680 Add MacAddress.isLinkLocal() by Shudong Zhou · 10 years ago
  63. 9d8a944 Merge into master from pull request #195: by abat · 10 years ago
  64. 598d43e openflowj: upgrade netty to 3.9.0 by Andreas Wundsam · 10 years ago
  65. 9fe5aaf Merge into master from pull request #194: by abat · 10 years ago
  66. 7150133 java_gen: fix bug in IPv4Address.equals / hashCode by Andreas Wundsam · 10 years ago
  67. 165e6de Merge into master from pull request #193: by abat · 10 years ago
  68. 67dec2d loci: remove dead code by Rich Lane · 10 years ago
  69. 013dea0 loci: support bsn_flow_checksum by Rich Lane · 10 years ago
  70. 7b49e3b openflow_input: add bsn_flow_checksum by Rich Lane · 10 years ago
  71. 45e341f openflow_input: change gentable delete error case by Rich Lane · 10 years ago
  72. 51cdfba Merge into master from pull request #192: by abat · 10 years ago
  73. e411343 loci: support OF_INSTRUCTION_BSN_DHCP_OFFLOAD by Rich Lane · 10 years ago
  74. b5a61fe openflow_input: add bsn_dhcp_offload by Rich Lane · 10 years ago
  75. 30da69d Merge into master from pull request #191: by abat · 10 years ago
  76. 9d29ed0 Add DHCP pkt in reason and circuit id TLV by Duc Pham · 10 years ago
  77. ded3517 Merge into master from pull request #190: by abat · 10 years ago
  78. ee486e9 Merge into master from pull request #189: by abat · 10 years ago
  79. 6e92d68 Merge into master from pull request #188: by abat · 10 years ago
  80. c4a5f50 wrong equals comparison by Sovietaced · 10 years ago
  81. 8049149 openflow_input: add bsn_arp_idle extension by Rich Lane · 10 years ago
  82. 9b13d9b Moving msg_len check uo & local msg_len by tomaszklimczyk · 10 years ago
  83. 4f78cef Error-proofing dissector and packet_out recursive by tomaszklimczyk · 10 years ago
  84. 960fb52 Merge into master from pull request #187: by abat · 10 years ago
  85. 0f9dddf fixed up errors by Sovietaced · 10 years ago
  86. 074f709 Merge into master from pull request #186: by abat · 10 years ago
  87. f1a5ff1 unnecessary by Sovietaced · 10 years ago
  88. 92603b0 aux id class by Sovietaced · 10 years ago
  89. f8498dd Merge into master from pull request #180: by abat · 10 years ago
  90. 038c9e6 pyloxi: parse unknown subclasses as the superclass by Rich Lane · 10 years ago
  91. f63d027 Merge into master from pull request #185: by abat · 10 years ago
  92. 1e7c721 Merge into master from pull request #168: by abat · 10 years ago
  93. 0887d3e Merge into master from pull request #184: by abat · 10 years ago
  94. 20c73b6 java_gen: beautify toString output of OFMatch by Andreas Wundsam · 10 years ago
  95. 17eaa9c Merge into master from pull request #183: by abat · 10 years ago
  96. fe6b368 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 10 years ago
  97. ee8b42c java_gen: use correct type+default for of_flow_mod.out_group by Andreas Wundsam · 10 years ago
  98. 6e294db Merge into master from pull request #182: by abat · 10 years ago
  99. c1c6df6 openflow_input: add BSN packet-in reason "ARP" by Rich Lane · 10 years ago
  100. 31cc066 Merge into master from pull request #181: by abat · 10 years ago