1. 58a9190 Add oxm for bsn_l2_cache_hit. by Wilson Ng · 10 years ago
  2. 6e6da30 Address review comments. by Wilson Ng · 10 years ago
  3. 453c73a Add l2 cache tlvs. by Wilson Ng · 10 years ago
  4. 83c7de7 Merge into master from pull request #344: by abat · 10 years ago
  5. d353d24 openflow_input: add data bsn_tlv by Rich Lane · 10 years ago
  6. 1f2162d openflow_input: add new error subclasses for OF 1.4 by Rich Lane · 10 years ago
  7. 9f59504 openflow_input: add standard OXMs for 1.3 and 1.4 by Rich Lane · 10 years ago
  8. 4b1d8f4 openflow_input: add BSN extensions to OF 1.4 by Rich Lane · 10 years ago
  9. b34bd71 Merge into master from pull request #342: by abat · 10 years ago
  10. ada8ed7 Merge pull request #340 from vishnu-emmadi/ihplus by Rich Lane · 10 years ago
  11. 21ad520 Move breakout_capable to msb by Vishnu Emmadi · 10 years ago
  12. e499bd1 loci: convert locitest away from inheritance union by Rich Lane · 10 years ago
  13. 7fdaa5c loci: convert internal users away from inheritance union by Rich Lane · 10 years ago
  14. e413032 loci: add transparent union for list iteration by Rich Lane · 10 years ago
  15. 7e1551e Merge into master from pull request #341: by abat · 10 years ago
  16. 40111f9 Merge remote-tracking branch 'origin/master' into of14 by Rich Lane · 10 years ago
  17. e2610f1 Merge pull request #337 from rlane/of14 by Rich Lane · 10 years ago
  18. a219b51 Add breakout enable/capable bits by Vishnu Emmadi · 10 years ago
  19. 65630e2 Merge into master from pull request #339: by abat · 10 years ago
  20. 7913562 add lacp state value enum by Harshmeet Singh · 10 years ago
  21. 24ab88f add lacp actor/partnet state tlvs by Harshmeet Singh · 10 years ago
  22. f8fac13 Merge into master from pull request #336: by abat · 10 years ago
  23. f299baa java_gen: generate getStableValue() for 'stable' enums by Andreas Wundsam · 10 years ago
  24. b132440 java_gen/java_type: fix format_primitive_literal by Andreas Wundsam · 10 years ago
  25. 89478fa Merge into master from pull request #335: by abat · 10 years ago
  26. 6c95181 Merge into master from pull request #334: by abat · 10 years ago
  27. 59a2d28 java_gen/pom.xml: Bump version to 0.4.1 by Rich Lane · 10 years ago
  28. fc9bbff openflow_input: add of_action_bsn_gentable by Rich Lane · 10 years ago
  29. fcc1c3b add "stable" parameter to enums by Rich Lane · 10 years ago
  30. 0355576 openflow_input: remove "_t" suffix from enum names by Rich Lane · 10 years ago
  31. 0b1698d java: support embedding of_table_desc by Rich Lane · 10 years ago
  32. 7329b54 loci: support special length member in OF 1.4 queue_desc by Rich Lane · 10 years ago
  33. 41b278f loci: support embedding of_table_desc by Rich Lane · 10 years ago
  34. babfc33 pyloxi: support new OF 1.4 inheritance hierarchies by Rich Lane · 10 years ago
  35. 457bc45 openflow_input: cleanup standard-1.4 whitespace by Rich Lane · 10 years ago
  36. 888d58d openflow_input: expand standard-1.4 by Rich Lane · 10 years ago
  37. 77e2b92 Merge pull request #330 from rlane/of14-loci2 by Rich Lane · 10 years ago
  38. 632477b Merge pull request #331 from andi-bigswitch/of14 by Andreas Wundsam · 10 years ago
  39. 006f308 Merge into master from pull request #332: by abat · 10 years ago
  40. 991b9ff openflow_input: add "name" bsn_tlv by Rich Lane · 10 years ago
  41. cd6c1d6 loci: hack _PACKET_IN_DATA_OFFSET into working by Rich Lane · 10 years ago
  42. 2fe8e91 loci: replace calculate_offsets_and_lengths with code using the IR by Rich Lane · 10 years ago
  43. 824c088 ir: include external alignment when determining base length by Rich Lane · 10 years ago
  44. e3d3fb5 loci: remove extra_length by Rich Lane · 10 years ago
  45. 294a46d loci: remove dead offset macros by Rich Lane · 10 years ago
  46. ced3164 java_gen/pom.xml: Bump version to 0.9.0-SNAPSHOT for OF1.4 by Andreas Wundsam · 10 years ago
  47. 2dd1701 loci: miscellaneous changes for OF 1.4 by Rich Lane · 10 years ago
  48. 293d3bf loci: add update_offset special case for of_port_desc_t by Rich Lane · 10 years ago
  49. 2083973 test_data: add more tests for port_status messages by Rich Lane · 10 years ago
  50. 244fdce test_data: finish C testcase for port_stats_reply by Rich Lane · 10 years ago
  51. f87f4c3 loci: generate per-version match variables in tests by Rich Lane · 10 years ago
  52. 398bc9e loci: extend match_v3 hack to OF 1.4 by Rich Lane · 10 years ago
  53. a926e31 loci: initialize match for OF 1.4 by Rich Lane · 10 years ago
  54. 2b49df6 loci: update OF_VERSION_OKAY macro by Rich Lane · 10 years ago
  55. 463e152 loci: fix dump and show for OF 1.4 by Rich Lane · 10 years ago
  56. facd0a4 loci: add default cases to wire buf accessors by Rich Lane · 10 years ago
  57. 127860e loci: wire length get/set functions for new special cases by Rich Lane · 10 years ago
  58. 23e5c82 openflow_input: add subclasses for port_mod_prop by Rich Lane · 10 years ago
  59. e98ee5d loci: fix testing inheritance hierarchies with no non-virtual subclasses by Rich Lane · 10 years ago
  60. 7e00310 loci: inline push_wire_values into new by Rich Lane · 10 years ago
  61. 19f254d loci: use class metadata in push_wire_values by Rich Lane · 10 years ago
  62. b232131 Merge pull request #329 from rlane/of14 by Rich Lane · 10 years ago
  63. 8c6a781 Merge remote-tracking branch 'origin/master' into of14 by Rich Lane · 10 years ago
  64. e2ba502 Merge into master from pull request #327: by abat · 10 years ago
  65. 94e4258 Merge into master from pull request #326: by abat · 10 years ago
  66. e8582a7 Merge pull request #324 from andi-bigswitch/of14 by Andreas Wundsam · 10 years ago
  67. ad82995 Merge into master from pull request #328: by abat · 10 years ago
  68. 23fb16a openflow_input: rename actor tlvs and add partner tlvs by Harshmeet Singh · 10 years ago
  69. b8330b2 loci: automatically derive show emitters by Rich Lane · 10 years ago
  70. 2b118b1 loci: remove of_wire_id_valid by Rich Lane · 10 years ago
  71. 1f315aa loci: fix testing embedded OXMs by Rich Lane · 10 years ago
  72. 068847f loci: rewrite build_class_metadata by Rich Lane · 10 years ago
  73. 4f21afc OFMatchV3: fix consistency of OFMatchV3 include structure by Andreas Wundsam · 10 years ago
  74. 06598bb loci: use inheritance_root from the IR by Rich Lane · 10 years ago
  75. 0751e29 ir: add method to return inheritance root of a class by Rich Lane · 10 years ago
  76. 06d3dc2 loci: rewrite class_is_u16_len by Rich Lane · 10 years ago
  77. 90409cc loci: rewrite class_is_tlv16 by Rich Lane · 10 years ago
  78. ee60d4e loci: store unmangled class name in inheritance_map by Rich Lane · 10 years ago
  79. 8841f35 loci: add a function to determine whether a class is an inheritance root by Rich Lane · 10 years ago
  80. 6f905aa loci: remove dead code and old comments by Rich Lane · 10 years ago
  81. 431b843 loci: remove inheritance_data by Rich Lane · 10 years ago
  82. 10daa5b loci: remove last use of inheritance_data by Rich Lane · 10 years ago
  83. 9145978 loci: clean up generating remaining type_maps by Rich Lane · 10 years ago
  84. 36fd640 loci: remove dead code by Rich Lane · 10 years ago
  85. a57ad01 loci: remove unused type maps by Rich Lane · 10 years ago
  86. f1a8984 loci: generate version names from OFVersions by Rich Lane · 10 years ago
  87. c0481f4 Merge into master from pull request #323: by abat · 10 years ago
  88. 703278b test_data: fix port_desc_stats_reply for Java by Andreas Wundsam · 10 years ago
  89. b1c4d53 java_gen: add ChannelUtilsVer14 by Andreas Wundsam · 10 years ago
  90. 6b87735 java_gen: OFMatch add support for OF1.4 (and fix OF1.2) by Andreas Wundsam · 10 years ago
  91. 1fd8333 java_gen: pass version to custom templates by Andreas Wundsam · 10 years ago
  92. 439cbe4 OFVersion: add constant for OF1.4 by Andreas Wundsam · 10 years ago
  93. 9f8657a java_model: more informative error msg for enum lookup failures by Andreas Wundsam · 10 years ago
  94. edda661 openflow_input: remove queue_get_config_request/reply by Andreas Wundsam · 10 years ago
  95. 7bdb002 Merge pull request #322 from rlane/of14-pyloxi by Andreas Wundsam · 10 years ago
  96. c1f2a39 openflow_input: add TLVs for LACP gentable by Harshmeet Singh · 10 years ago
  97. c10be43 test_data: add OF 1.4 port_desc_stats_reply testcase by Rich Lane · 10 years ago
  98. c6463c3 openflow_input: add of_port_desc_prop_ethernet to standard-1.4 by Rich Lane · 10 years ago
  99. 374942e test_data: add port stats reply testcase by Rich Lane · 10 years ago
  100. 90651c4 openflow_input: fix port stats reply entry by Rich Lane · 10 years ago