Tagging 0.4.0.onos
  1. 58a73e3 Adding OCS OpenFlow Protocol Extensions from Calient by Brian O'Connor · 9 years ago
  2. 78e24b9 Merge remote-tracking branch 'upstream/master' by alshabib · 9 years ago 0.3.9.oe
  3. 80bb2b4 loci: make of_mac_addr_all_zeroes name match the definition by Rich Lane · 9 years ago
  4. 119289c loci: support of_bitmap_512 basic type by Rich Lane · 10 years ago
  5. 6171e63 loci: generate less code and tests for virtual classes by Rich Lane · 10 years ago
  6. c247ade loci: remove header classes by Rich Lane · 10 years ago
  7. 5218357 loci: generate typedefs for inheritance roots by Rich Lane · 10 years ago
  8. 357b32e loci: remove inheritance unions by Rich Lane · 10 years ago
  9. 3094326 loci: replace of_list_iter_t with of_object_t * by Rich Lane · 10 years ago
  10. 7fdaa5c loci: convert internal users away from inheritance union by Rich Lane · 10 years ago
  11. e3d3fb5 loci: remove extra_length by Rich Lane · 10 years ago
  12. 294a46d loci: remove dead offset macros by Rich Lane · 10 years ago
  13. a926e31 loci: initialize match for OF 1.4 by Rich Lane · 10 years ago
  14. 2b49df6 loci: update OF_VERSION_OKAY macro by Rich Lane · 10 years ago
  15. 7e00310 loci: inline push_wire_values into new by Rich Lane · 10 years ago
  16. 19f254d loci: use class metadata in push_wire_values by Rich Lane · 10 years ago
  17. 2b118b1 loci: remove of_wire_id_valid by Rich Lane · 10 years ago
  18. ee60d4e loci: store unmangled class name in inheritance_map by Rich Lane · 10 years ago
  19. 8841f35 loci: add a function to determine whether a class is an inheritance root by Rich Lane · 10 years ago
  20. 7f71878 experimenter optical multipart request and reply messages to work with LINC-OE by Praseed Balakrishnan · 10 years ago
  21. 1f03f67 loci: add a convenience wrapper around of_object_id_str by Rich Lane · 10 years ago
  22. 77ab707 Merge remote-tracking branch 'origin/master' into codegen-list by Rich Lane · 10 years ago
  23. 99d9a8d loci: generate list accessors with a template by Rich Lane · 10 years ago
  24. e0b70cc loci: remove a malloc/free from parsing of_match_t by Rich Lane · 10 years ago
  25. d1fe697 loci: factor out of_object_attach by Rich Lane · 10 years ago
  26. bb8f17c loci: remove *_new_from_message by Rich Lane · 10 years ago
  27. d56f8d2 loci: remove OXM_INDEX bits by Rich Lane · 10 years ago
  28. 1d9f5b6 loci: remove setup_from_add declarations by Rich Lane · 10 years ago
  29. 4d2c03b loci: remove most type_maps code by Rich Lane · 10 years ago
  30. d618188 Fix bsn_vport subtype, add l2gre vport and test file. by Wilson Ng · 10 years ago
  31. 9afc3b9 loci: remove dead code by Rich Lane · 10 years ago
  32. 90020b4 loci: add clean API to get OXM from a set-field action by Rich Lane · 10 years ago
  33. 1c5679a Merge into master from pull request #238: by abat · 10 years ago
  34. 3e43108 loci: remove owned field from of_object by Rich Lane · 10 years ago
  35. cdd542d loci: inline of_wire_object into of_object by Rich Lane · 10 years ago
  36. dc46fe2 loci: move per-obj function pointers to global tables by Rich Lane · 10 years ago
  37. 37911fd loci: use minimal allocation for fixed-length objects by Rich Lane · 10 years ago
  38. f8a3d00 add of_str64_t string type by Rich Lane · 10 years ago
  39. dfcafae loci: fix byte order check by Rich Lane · 10 years ago
  40. f53332e Merge into master from pull request #203: by abat · 10 years ago
  41. 69e247e loci: fix implicit truncation warning by Rich Lane · 10 years ago
  42. 83cedcc adding instruction_id funcs by Jonathan Stout · 10 years ago
  43. 4783235 adding of_instruction_id_to_object_id by Jonathan Stout · 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. 3f3abfb loci: fix byte swapping on OS X by Rich Lane · 10 years ago
  47. 713d928 loci: support bsn_gentable by Rich Lane · 11 years ago
  48. fab0c82 loci: support of_checksum_128_t by Rich Lane · 11 years ago
  49. c0e20ff loci: move parsing functions out of the headers by Rich Lane · 11 years ago
  50. 671e772 loci: remove generic union by Rich Lane · 11 years ago
  51. cd6ef15 loci: remove object tracking by Rich Lane · 11 years ago
  52. c69bd82 loci: remove config_check and code_gen_config by Rich Lane · 11 years ago
  53. 8576787 loci: remove dead gen_fn_ptrs/gen_unified_fns options by Rich Lane · 11 years ago
  54. 50aa594 loci: move of_object_parent_length_update to of_object.c by Rich Lane · 11 years ago
  55. def2e51 loci: move per-class declarations to loci_classes.h by Rich Lane · 11 years ago
  56. 4e73188 loci: stop generating empty loci.c by Rich Lane · 11 years ago
  57. cce961d loci: move init function map to its own file by Rich Lane · 11 years ago
  58. 8a82273 loci: move string tables to their own file by Rich Lane · 11 years ago
  59. 2226ae7 loci: move setup_from_add functions to a new C file by Rich Lane · 11 years ago
  60. b495044 loci: output pragmas to each class C file by Rich Lane · 11 years ago
  61. b604e33 loci: move init/new function definitions to the class's file by Rich Lane · 11 years ago
  62. 8c4c23f loci: generate list accessors in their own files by Rich Lane · 11 years ago
  63. 57ff25e loci: rename gen_all_accessor_definitions to gen_list_accessor_definitions by Rich Lane · 11 years ago
  64. ce2e464 loci: split accessors into one file per class by Rich Lane · 11 years ago
  65. 940b875 loci: move IS_FLOW_MOD_SUBTYPE macro to loci_int.h by Rich Lane · 11 years ago
  66. a407b91 loci: move special offset/length macros to loci_int.h by Rich Lane · 11 years ago
  67. cf44ffe loci: remove dead code by Rich Lane · 11 years ago
  68. 92feca8 loci: use new push_wire_types functions in list_append_bind by Rich Lane · 11 years ago
  69. bdd8e29 loci: use IR to push wire types by Rich Lane · 11 years ago
  70. ef7b994 loci: support of_instruction_bsn_disable_src_mac_check by Rich Lane · 11 years ago
  71. 76db006 moved of_g to c_gen.of_g_legacy, introduced loxi_globals by Andreas Wundsam · 11 years ago
  72. 542a13c loxi_frontend: move classes only used by c to c_gen by Andreas Wundsam · 11 years ago
  73. 3b2fd83 support of_bitmap_128_t in core, loci, and pyloxi by Rich Lane · 11 years ago
  74. f70be94 loci: fix OF 1.2+ packet-in data offset by Rich Lane · 11 years ago
  75. 26cc36f loci: fix packet out action len for OF 1.1+ by Rich Lane · 11 years ago
  76. 9277a96 flow stats setup: support OF 1.1+ effects by Rich Lane · 11 years ago
  77. 896e878 make generated c code work on non-glibc platforms by YAMAMOTO Takashi · 11 years ago
  78. d983aa5 loci: centralize copyright header by Rich Lane · 11 years ago
  79. f3dc396 loci: output constants in hex by Rich Lane · 11 years ago
  80. 5325616 fixed whitespace errors by Andreas Wundsam · 11 years ago
  81. 34f40c7 loci: only ignore warnings supported by the compiler by Rich Lane · 11 years ago
  82. b157b0f loci: constify most global variables by Rich Lane · 11 years ago
  83. 9d77b59 loci: only use pragmas with GCC >= 3 by Rich Lane · 11 years ago
  84. ed79e0d loci: fix non-generated unused variable warnings by Rich Lane · 11 years ago
  85. 45676eb loci: disable GCC warning unused-but-set-variable by Rich Lane · 11 years ago
  86. 1219203 loci: optimize loci.c for size by Rich Lane · 11 years ago
  87. 5375773 loci: make assertions optional by Rich Lane · 11 years ago
  88. a06d0c3 Initial import by Rich Lane · 11 years ago