1. da11f8b pyloxi: move OFType interface functions to module level by Rich Lane · 11 years ago
  2. c854bae pyloxi: add convenience code to generate most OFTypeData objects by Rich Lane · 11 years ago
  3. 8a22cda pyloxi: move OFType logic out of code and into a table by Rich Lane · 11 years ago
  4. 8f22cee Merge remote-tracking branch 'origin/master' into pyloxi-ir by Rich Lane · 11 years ago
  5. 9dc5619 add pointer to license files to loci/pyloxi generated copyright headers by Rich Lane · 11 years ago
  6. 7b89a32 pyloxi: serialize/deserialize of_bsn_vport_q_in_q_t by Rich Lane · 11 years ago
  7. 8e5a1f8 generate pyloxi documentation using sphinx by Rich Lane · 11 years ago
  8. 4db1fdc generate pyloxi documentation using sphinx by Rich Lane · 11 years ago
  9. d6c123c py_gen: remove unused util code by Rich Lane · 11 years ago
  10. e0edaad py_gen: make constant_for_value use the IR by Rich Lane · 11 years ago
  11. eb9d3f0 py_gen: support embedding of_bsn_vport_q_in_q_t by Rich Lane · 11 years ago
  12. dffcf85 pyloxi: use IR to generate enums by Rich Lane · 11 years ago
  13. 002e70c pyloxi: use LOXI IR for classes by Rich Lane · 11 years ago
  14. b915bec pyloxi: trim blacklist by Rich Lane · 11 years ago
  15. c9fc57d pyloxi: move remaining basic serialization tests to datafiles by Rich Lane · 11 years ago
  16. 5c4446e pyloxi: automatically test all datafiles by Rich Lane · 11 years ago
  17. d392eae pyloxi: test packing the unpacked object by Rich Lane · 11 years ago
  18. 9a3f1fd pyloxi: start using data files for test cases by Rich Lane · 11 years ago
  19. 1d5b010 pyloxi: factor out test utility functions by Rich Lane · 11 years ago
  20. 5edb555 pyloxi: parse OF 1.1 and 1.2 stats messages by Rich Lane · 11 years ago
  21. d157d4a py_gen/utils: more specific error msg by Andreas Wundsam · 11 years ago
  22. adb7983 pyloxi: fix of_wc_bmap_t for OF 1.2+ by Rich Lane · 11 years ago
  23. ed4f906 pyloxi: unpack of_list_instruction by Rich Lane · 11 years ago
  24. e02314c pyloxi: generate instruction classes by Rich Lane · 11 years ago
  25. d367a24 pyloxi: implement of_meter_features_t by Rich Lane · 11 years ago
  26. 6c3acb2 pyloxi: unpack of_list_meter_stats by Rich Lane · 11 years ago
  27. d82c0a6 pyloxi: support meter bands by Rich Lane · 11 years ago
  28. 42bf98c pyloxi: unpack of_list_group_stats_entry by Rich Lane · 11 years ago
  29. 9b38d11 pyloxi: unpack of_list_group_desc_stats_entry by Rich Lane · 11 years ago
  30. 8692ecd pyloxi: blacklist inheritance parents from simple list deserialization by Rich Lane · 11 years ago
  31. 8e27ec7 pyloxi: unpack of_list_bucket_t by Rich Lane · 11 years ago
  32. a4d3d2d pyloxi: add of13 packet-out test by Rich Lane · 11 years ago
  33. 4c76498 pyloxi: add (incomplete) of13 message test cases by Rich Lane · 11 years ago
  34. a018605 pyloxi: raise an exception when unimplemented by Rich Lane · 11 years ago
  35. 2216080 pyloxi: skip padding after reading of_match_v3 by Rich Lane · 11 years ago
  36. ef0b887 pyloxi: remove unused 'offset' fields by Rich Lane · 11 years ago
  37. 5de3bb2 pyloxi: remove 'skip' field from Member by Rich Lane · 11 years ago
  38. 0b2ce25 pyloxi: fill in of11 match type by Rich Lane · 11 years ago
  39. 21fd011 pyloxi: deserialize OXM lists by Rich Lane · 11 years ago
  40. 82e9f6e pyloxi: fix OXM lengths by Rich Lane · 11 years ago
  41. 3005cf9 pyloxi: support (only) empty 1.2/1.3 matches by Rich Lane · 11 years ago
  42. b00a75f pyloxi: alias of11/of12 matches by Rich Lane · 11 years ago
  43. 193317b pyloxi: support field length members by Rich Lane · 11 years ago
  44. 57026dc pyloxi: rewrite deserialization to use OFReader by Rich Lane · 11 years ago
  45. 1de06ab pyloxi: add OFReader class by Rich Lane · 11 years ago
  46. 15cbe84 pyloxi: move version-independent utility code to a new file by Rich Lane · 11 years ago
  47. c268579 pyloxi: add padding as its own member type by Rich Lane · 11 years ago
  48. 8ca3b77 pyloxi: include all members in OFClass.members by Rich Lane · 11 years ago
  49. 00549ea pyloxi: add loxi.version_names by Rich Lane · 11 years ago
  50. a22233e pyloxi: add basic test cases for of11 and of12 by Rich Lane · 11 years ago
  51. 0733cd6 Merge branch 'master' into pyloxi-1.3 by Rich Lane · 11 years ago
  52. fe735bc convert enum values to integers by Rich Lane · 11 years ago
  53. e90685c pyloxi: support hello_elems by Rich Lane · 11 years ago
  54. 4180564 pyloxi: implement of_ipv6_t by Rich Lane · 11 years ago
  55. ea69375 pyloxi: generate OXM classes by Rich Lane · 11 years ago
  56. 3f07597 LoxiGen: start generating pyloxi 1.3 by Rich Lane · 11 years ago
  57. bb37b50 Merge branch '13-support' of git://github.com/jonstout/loxigen by Rich Lane · 11 years ago
  58. 3c26eb6 pyloxi: optimize unpack_list by Rich Lane · 11 years ago
  59. a94fb08 pyloxi: fix testcase import by Rich Lane · 11 years ago
  60. fb7de0e pyloxi: clean up imports in of10 test by Rich Lane · 11 years ago
  61. a86dcd5 pyloxi: create a tests directory by Rich Lane · 11 years ago
  62. c58a232 pyloxi: uniquify padding member names by Rich Lane · 11 years ago
  63. d1dd9e6 pyloxi: use the same subtemplate for action and common classes by Rich Lane · 11 years ago
  64. d4e0869 pyloxi: factor out generic list parsing code by Rich Lane · 11 years ago
  65. d432a03 adding other openflow versions by Jonathan Stout · 11 years ago
  66. 3edbac9 generating ofp versions 1.1 through 1.3 by Jonathan Stout · 11 years ago
  67. a06d0c3 Initial import by Rich Lane · 11 years ago