1. d50d971 pyloxi: move list unpack functions into util by Rich Lane · 11 years ago
  2. 78a3bc4 pyloxi: generate virtual class unpack methods by Rich Lane · 11 years ago
  3. 9d98adf pyloxi: create inheritance hierarchy by Rich Lane · 11 years ago
  4. a2de219 pyloxi: use OFClass directly by Rich Lane · 11 years ago
  5. a9b756c pyloxi: use ofclass subtemplate for OXMs by Rich Lane · 11 years ago
  6. 0f7f9d5 pyloxi: use the ofclass subtemplate for messages by Rich Lane · 11 years ago
  7. 75649a6 pyloxi: fix special parsing case for experimenter instructions by Rich Lane · 11 years ago
  8. 41000ba pyloxi: support of_instruction_bsn_disable_src_mac_check by Rich Lane · 11 years ago
  9. 2c0a2d7 Merge branch 'master' of github.com:floodlight/loxigen into group_mod by Andreas Wundsam · 11 years ago
  10. 5812cf3 group_mod: add subclass structure by Andreas Wundsam · 11 years ago
  11. 5630c42 py_gen: adapt to of_g removal / new ir model by Andreas Wundsam · 11 years ago
  12. d089bfa pyloxi: support of_bsn_lacp_stats_request/reply by Rich Lane · 11 years ago
  13. b5e8c83 Fixed issues from code review by Rob Vaterlaus · 11 years ago
  14. d6e97d4 Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  15. b3f49d9 Fix issues with C backend with new error message hierarchy by Rob Vaterlaus · 11 years ago
  16. feee371 Hierarchical error messages plus some more tweaks by Rob Vaterlaus · 11 years ago
  17. 3b2fd83 support of_bitmap_128_t in core, loci, and pyloxi by Rich Lane · 11 years ago
  18. 69ecfdc py_loxi: support/resolve enum members of structs by Andreas Wundsam · 11 years ago
  19. b25d07c openflow_input: add discriminators to experimenter superclasses by Rich Lane · 11 years ago
  20. 3f557de Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  21. b566a16 openflow_input: introduced type ipv4_t by Andreas Wundsam · 11 years ago
  22. b564efc pyloxi: slightly generalize alignment by Rich Lane · 11 years ago
  23. 5a72bc3 pyloxi: factor out loxi.generic_util.pad_to by Rich Lane · 11 years ago
  24. be90eae pyloxi: support OXM member in set-field actions by Rich Lane · 11 years ago
  25. 7b9c949 pyloxi: hardcode OF 1.3 multipart message subtypes by Rich Lane · 11 years ago
  26. efa5400 pyloxi: fix OF 1.1+ flow mod parsing by Rich Lane · 11 years ago
  27. 1c5db11 pyloxi: fix invalid reference to ofp from inside pyloxi by Rich Lane · 11 years ago
  28. da11f8b pyloxi: move OFType interface functions to module level by Rich Lane · 11 years ago
  29. 8a22cda pyloxi: move OFType logic out of code and into a table by Rich Lane · 11 years ago
  30. 8f22cee Merge remote-tracking branch 'origin/master' into pyloxi-ir by Rich Lane · 11 years ago
  31. 9dc5619 add pointer to license files to loci/pyloxi generated copyright headers by Rich Lane · 11 years ago
  32. dffcf85 pyloxi: use IR to generate enums by Rich Lane · 11 years ago
  33. 002e70c pyloxi: use LOXI IR for classes by Rich Lane · 11 years ago
  34. 5edb555 pyloxi: parse OF 1.1 and 1.2 stats messages by Rich Lane · 11 years ago
  35. adb7983 pyloxi: fix of_wc_bmap_t for OF 1.2+ by Rich Lane · 11 years ago
  36. ed4f906 pyloxi: unpack of_list_instruction by Rich Lane · 11 years ago
  37. e02314c pyloxi: generate instruction classes by Rich Lane · 11 years ago
  38. 6c3acb2 pyloxi: unpack of_list_meter_stats by Rich Lane · 11 years ago
  39. d82c0a6 pyloxi: support meter bands by Rich Lane · 11 years ago
  40. 42bf98c pyloxi: unpack of_list_group_stats_entry by Rich Lane · 11 years ago
  41. 9b38d11 pyloxi: unpack of_list_group_desc_stats_entry by Rich Lane · 11 years ago
  42. 8e27ec7 pyloxi: unpack of_list_bucket_t by Rich Lane · 11 years ago
  43. a018605 pyloxi: raise an exception when unimplemented by Rich Lane · 11 years ago
  44. 2216080 pyloxi: skip padding after reading of_match_v3 by Rich Lane · 11 years ago
  45. 5de3bb2 pyloxi: remove 'skip' field from Member by Rich Lane · 11 years ago
  46. 21fd011 pyloxi: deserialize OXM lists by Rich Lane · 11 years ago
  47. 3005cf9 pyloxi: support (only) empty 1.2/1.3 matches by Rich Lane · 11 years ago
  48. b00a75f pyloxi: alias of11/of12 matches by Rich Lane · 11 years ago
  49. 193317b pyloxi: support field length members by Rich Lane · 11 years ago
  50. 57026dc pyloxi: rewrite deserialization to use OFReader by Rich Lane · 11 years ago
  51. 1de06ab pyloxi: add OFReader class by Rich Lane · 11 years ago
  52. 15cbe84 pyloxi: move version-independent utility code to a new file by Rich Lane · 11 years ago
  53. c268579 pyloxi: add padding as its own member type by Rich Lane · 11 years ago
  54. 8ca3b77 pyloxi: include all members in OFClass.members by Rich Lane · 11 years ago
  55. 00549ea pyloxi: add loxi.version_names by Rich Lane · 11 years ago
  56. a22233e pyloxi: add basic test cases for of11 and of12 by Rich Lane · 11 years ago
  57. 0733cd6 Merge branch 'master' into pyloxi-1.3 by Rich Lane · 11 years ago
  58. fe735bc convert enum values to integers by Rich Lane · 11 years ago
  59. e90685c pyloxi: support hello_elems by Rich Lane · 11 years ago
  60. ea69375 pyloxi: generate OXM classes by Rich Lane · 11 years ago
  61. 3f07597 LoxiGen: start generating pyloxi 1.3 by Rich Lane · 11 years ago
  62. bb37b50 Merge branch '13-support' of git://github.com/jonstout/loxigen by Rich Lane · 11 years ago
  63. 3c26eb6 pyloxi: optimize unpack_list by Rich Lane · 11 years ago
  64. d1dd9e6 pyloxi: use the same subtemplate for action and common classes by Rich Lane · 11 years ago
  65. d4e0869 pyloxi: factor out generic list parsing code by Rich Lane · 11 years ago
  66. d432a03 adding other openflow versions by Jonathan Stout · 11 years ago
  67. 3edbac9 generating ofp versions 1.1 through 1.3 by Jonathan Stout · 11 years ago
  68. a06d0c3 Initial import by Rich Lane · 11 years ago