1. fc2eb49 Updates to some reply/request pairs by Dan Talayco · 11 years ago
  2. 78654ff Add enum of q-in-q by Dan Talayco · 11 years ago
  3. ba50672 Remove extra comment markers by Dan Talayco · 11 years ago
  4. f76f711 Added bw ext types by Dan Talayco · 11 years ago
  5. c0e802e Added virtual port by Dan Talayco · 11 years ago
  6. 194b429 Merge pull request #15 from rlane/more-test-data by Andreas Wundsam · 11 years ago
  7. c9fc57d pyloxi: move remaining basic serialization tests to datafiles by Rich Lane · 11 years ago
  8. a0ee636 test_data: preserve leading whitespace by Rich Lane · 11 years ago
  9. d23c013 loxigen: ignore emacs backup files when searching for input files by Rich Lane · 11 years ago
  10. 5c4446e pyloxi: automatically test all datafiles by Rich Lane · 11 years ago
  11. c6e4856 Merge pull request #12 from rlane/test-data by Andreas Wundsam · 11 years ago
  12. c0659ad Merge remote-tracking branch 'kenchiang/l2-ext' by Rich Lane · 11 years ago
  13. cf524bf Remove unnecessary fields. by Ken Chiang · 11 years ago
  14. 103e147 Add L2 table extension messages. by Ken Chiang · 11 years ago
  15. d392eae pyloxi: test packing the unpacked object by Rich Lane · 11 years ago
  16. 9a3f1fd pyloxi: start using data files for test cases by Rich Lane · 11 years ago
  17. 1d5b010 pyloxi: factor out test utility functions by Rich Lane · 11 years ago
  18. 62a5649 add a test data file parser by Rich Lane · 11 years ago
  19. f3dc396 loci: output constants in hex by Rich Lane · 11 years ago
  20. f0bb71e Merge branch 'group-stats' by Rich Lane · 11 years ago
  21. 5edb555 pyloxi: parse OF 1.1 and 1.2 stats messages by Rich Lane · 11 years ago
  22. 2ad0d1c Merge pull request #11 from andi-bigswitch/master by Andreas Wundsam · 11 years ago
  23. fd67d5d add java to makefile by Andreas Wundsam · 11 years ago
  24. 9fa71ce .gitignore: ignore ctags file by Andreas Wundsam · 11 years ago
  25. 40e14f7 java_gen: work in progress commit of java generator by Andreas Wundsam · 11 years ago
  26. 85ee6e7 Merge pull request #9 from andi-bigswitch/master by Andreas Wundsam · 11 years ago
  27. d157d4a py_gen/utils: more specific error msg by Andreas Wundsam · 11 years ago
  28. 8778d5e loxi_utils: allow for custom prefix in tenjin templates by Andreas Wundsam · 11 years ago
  29. d8b6f90 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  30. 56db3af Merge pull request #10 from rlane/pyloxi-1.3 by Rich Lane · 11 years ago
  31. adb7983 pyloxi: fix of_wc_bmap_t for OF 1.2+ by Rich Lane · 11 years ago
  32. ed4f906 pyloxi: unpack of_list_instruction by Rich Lane · 11 years ago
  33. e02314c pyloxi: generate instruction classes by Rich Lane · 11 years ago
  34. d367a24 pyloxi: implement of_meter_features_t by Rich Lane · 11 years ago
  35. 6c3acb2 pyloxi: unpack of_list_meter_stats by Rich Lane · 11 years ago
  36. d82c0a6 pyloxi: support meter bands by Rich Lane · 11 years ago
  37. 8bfdafc openflow_input: add missing table_stats_request/reply messages to OF 1.3 by Rich Lane · 11 years ago
  38. 42bf98c pyloxi: unpack of_list_group_stats_entry by Rich Lane · 11 years ago
  39. 9b38d11 pyloxi: unpack of_list_group_desc_stats_entry by Rich Lane · 11 years ago
  40. 8692ecd pyloxi: blacklist inheritance parents from simple list deserialization by Rich Lane · 11 years ago
  41. 8e27ec7 pyloxi: unpack of_list_bucket_t by Rich Lane · 11 years ago
  42. a2477b4 Makefile: remove test python files from dependencies by Rich Lane · 11 years ago
  43. 698eeb8 added pre-commit hook script that checks for whitespace errors by Andreas Wundsam · 11 years ago
  44. 5325616 fixed whitespace errors by Andreas Wundsam · 11 years ago
  45. fe49b41 Merge pull request #8 from rlane/pyloxi-1.3 by Rich Lane · 11 years ago
  46. a4d3d2d pyloxi: add of13 packet-out test by Rich Lane · 11 years ago
  47. 4c76498 pyloxi: add (incomplete) of13 message test cases by Rich Lane · 11 years ago
  48. a018605 pyloxi: raise an exception when unimplemented by Rich Lane · 11 years ago
  49. 2216080 pyloxi: skip padding after reading of_match_v3 by Rich Lane · 11 years ago
  50. ef0b887 pyloxi: remove unused 'offset' fields by Rich Lane · 11 years ago
  51. 5de3bb2 pyloxi: remove 'skip' field from Member by Rich Lane · 11 years ago
  52. 0b2ce25 pyloxi: fill in of11 match type by Rich Lane · 11 years ago
  53. 21fd011 pyloxi: deserialize OXM lists by Rich Lane · 11 years ago
  54. 82e9f6e pyloxi: fix OXM lengths by Rich Lane · 11 years ago
  55. 3005cf9 pyloxi: support (only) empty 1.2/1.3 matches by Rich Lane · 11 years ago
  56. b00a75f pyloxi: alias of11/of12 matches by Rich Lane · 11 years ago
  57. 193317b pyloxi: support field length members by Rich Lane · 11 years ago
  58. 57026dc pyloxi: rewrite deserialization to use OFReader by Rich Lane · 11 years ago
  59. 1de06ab pyloxi: add OFReader class by Rich Lane · 11 years ago
  60. 15cbe84 pyloxi: move version-independent utility code to a new file by Rich Lane · 11 years ago
  61. c268579 pyloxi: add padding as its own member type by Rich Lane · 11 years ago
  62. 8ca3b77 pyloxi: include all members in OFClass.members by Rich Lane · 11 years ago
  63. 00549ea pyloxi: add loxi.version_names by Rich Lane · 11 years ago
  64. a22233e pyloxi: add basic test cases for of11 and of12 by Rich Lane · 11 years ago
  65. 2669a1c Merge pull request #6 from ederlf/master by Rich Lane · 11 years ago
  66. 46abbb9 Fix code generation on 32 bit operational systems. by ederlf · 11 years ago
  67. 3f58f8f Merge pull request #2 from rlane/pyloxi-1.3 by Rich Lane · 11 years ago
  68. 0733cd6 Merge branch 'master' into pyloxi-1.3 by Rich Lane · 11 years ago
  69. 5d175fb Merge branch 'parse-enums' by Rich Lane · 11 years ago
  70. bc46870 remove canonical header file parsing by Rich Lane · 11 years ago
  71. 5d33a62 openflow_input: add all enums by Rich Lane · 11 years ago
  72. fe735bc convert enum values to integers by Rich Lane · 11 years ago
  73. 60472de openflow_input: add ofp_nicira_controller_role enum by Rich Lane · 11 years ago
  74. 38388e6 use identifiers parsed from input files by Rich Lane · 11 years ago
  75. 517506c frontend: parse enums from input files by Rich Lane · 11 years ago
  76. ba7feb1 frontend: factor out code to add a single identifier by Rich Lane · 11 years ago
  77. e90685c pyloxi: support hello_elems by Rich Lane · 11 years ago
  78. d92c04e LoxiGen: add OF 1.3 OF_HELLO_ELEM_TYPE group by Rich Lane · 11 years ago
  79. 4180564 pyloxi: implement of_ipv6_t by Rich Lane · 11 years ago
  80. ea69375 pyloxi: generate OXM classes by Rich Lane · 11 years ago
  81. 3f07597 LoxiGen: start generating pyloxi 1.3 by Rich Lane · 11 years ago
  82. bb37b50 Merge branch '13-support' of git://github.com/jonstout/loxigen by Rich Lane · 11 years ago
  83. 3c26eb6 pyloxi: optimize unpack_list by Rich Lane · 11 years ago
  84. a94fb08 pyloxi: fix testcase import by Rich Lane · 11 years ago
  85. fb7de0e pyloxi: clean up imports in of10 test by Rich Lane · 11 years ago
  86. a86dcd5 pyloxi: create a tests directory by Rich Lane · 11 years ago
  87. c58a232 pyloxi: uniquify padding member names by Rich Lane · 11 years ago
  88. bbff556 LoxiGen: fixup OFP_VLAN_NONE referring to another identifier by Rich Lane · 11 years ago
  89. d1dd9e6 pyloxi: use the same subtemplate for action and common classes by Rich Lane · 11 years ago
  90. c340517 LoxiGen: workaround a Tenjin bug by Rich Lane · 11 years ago
  91. d4e0869 pyloxi: factor out generic list parsing code by Rich Lane · 11 years ago
  92. 34f40c7 loci: only ignore warnings supported by the compiler by Rich Lane · 11 years ago
  93. d76e492 loci: add enabled show macro by Rich Lane · 11 years ago
  94. 4b2dcd3 LoxiGen: pktin_suppression: reject if timeouts are zero by Rich Lane · 11 years ago
  95. fd2fcd5 LoxiGen: rename pktin_dedup extension to pktin_suppression by Rich Lane · 11 years ago
  96. 70040a9 LoxiGen: add ofp_bsn_set_deduplication extension by Rich Lane · 11 years ago
  97. b157b0f loci: constify most global variables by Rich Lane · 11 years ago
  98. 9d77b59 loci: only use pragmas with GCC >= 3 by Rich Lane · 11 years ago
  99. ed79e0d loci: fix non-generated unused variable warnings by Rich Lane · 11 years ago
  100. 45676eb loci: disable GCC warning unused-but-set-variable by Rich Lane · 11 years ago