1. b68c7f0 loci: remove minimum wire buffer allocation size by Rich Lane · 10 years ago
  2. e4a6b63 c_match.py is patched to name collision commented by @rlane by Byungjoon Lee · 10 years ago
  3. 9b17807 add bsn_tcp_flags extension by Rich Lane · 10 years ago
  4. f25832b location of LOCI_SHOW_u64_tunnel_id macro is adjusted. by Byungjoon Lee · 10 years ago
  5. 09b5377 tunnel_id oxm location in spec file is adjusted, and loci files are updated according to the change. by Byungjoon Lee · 10 years ago
  6. 4d2c03b loci: remove most type_maps code by Rich Lane · 10 years ago
  7. 6cab2bb loci: workaround a clang analyzer warning by Rich Lane · 10 years ago
  8. a3c0a48 loci: fix compiler warning due to large constant by Rich Lane · 10 years ago
  9. ce61a84 Merge into master from pull request #245: by abat · 10 years ago
  10. 32ef7d1 Merge into master from pull request #254: by abat · 10 years ago
  11. 4fe0f77 loci: add TODOs to validator by Rich Lane · 10 years ago
  12. 12181e1 loci: validate lists that use field-length members by Rich Lane · 10 years ago
  13. f357571 loci: read and validate field-length members by Rich Lane · 10 years ago
  14. d7692fc loci: validate fixed-offset non-field-length lists by Rich Lane · 10 years ago
  15. 1839159 loci: generate validator class hierachies by Rich Lane · 10 years ago
  16. cc32767 loci: replace validator with a stub by Rich Lane · 10 years ago
  17. fdaa6e5 loci: remove setup-from-add functions by Rich Lane · 10 years ago
  18. 68c19db Merge into master from pull request #242: by abat · 10 years ago
  19. dc9bc7f loci: lazily zero wire buffer by Rich Lane · 10 years ago
  20. 3e43108 loci: remove owned field from of_object by Rich Lane · 10 years ago
  21. cdd542d loci: inline of_wire_object into of_object by Rich Lane · 10 years ago
  22. dc46fe2 loci: move per-obj function pointers to global tables by Rich Lane · 10 years ago
  23. 6bc346d loci: remove object tracking by Rich Lane · 10 years ago
  24. 9770c0a loci: remove metadata from of_object by Rich Lane · 10 years ago
  25. 1bc22f2 Merge into master from pull request #228: by abat · 10 years ago
  26. ddcbca7 loci: fix compilation with GCC <= 4.4 by Rich Lane · 10 years ago
  27. 2264e93 debug_counter: replace of_table_name_t with of_str64_t by Rich Lane · 10 years ago
  28. c9461f1 loci: support bsn_debug_counter extension by Rich Lane · 10 years ago
  29. f1710d1 Merge into master from pull request #231: by abat · 10 years ago
  30. 53ddf5c add bsn_udf extension by Rich Lane · 10 years ago
  31. f8a3d00 add of_str64_t string type by Rich Lane · 10 years ago
  32. adb9481 openflow_input: add bsn_egr_port_group_id extension by Rich Lane · 10 years ago
  33. 863b25c Merge remote-tracking branch 'origin/master' into loci-parser by Rich Lane · 10 years ago
  34. f53332e Merge into master from pull request #203: by abat · 10 years ago
  35. 85aaa65 loci: add missing test for of_object_new_from_message by Rich Lane · 10 years ago
  36. 76f181e loci: switch message parsing to of_header_wire_object_id_get by Rich Lane · 10 years ago
  37. eba2a80 loci: remove more dead code by Rich Lane · 10 years ago
  38. 0fde418 loci: remove handwritten wire_object_id_get functions by Rich Lane · 10 years ago
  39. b9fab4b loci: generate wire type parsers from the IR by Rich Lane · 10 years ago
  40. 33d7d41 adding return statement by Jonathan Stout · 10 years ago
  41. 83cedcc adding instruction_id funcs by Jonathan Stout · 10 years ago
  42. 86511ba loci: support bsn_acl by Rich Lane · 10 years ago
  43. c73680c loci: add a function to parse messages without allocating memory by Rich Lane · 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. 19060b9 Merge into master from pull request #201: by abat · 10 years ago
  48. 0131f13 applying patch for test templates by Jonathan Stout · 10 years ago
  49. 74a983b openflow_input: add bsn_disable_split_horizon_check by Rich Lane · 10 years ago
  50. 013dea0 loci: support bsn_flow_checksum by Rich Lane · 10 years ago
  51. e411343 loci: support OF_INSTRUCTION_BSN_DHCP_OFFLOAD by Rich Lane · 10 years ago
  52. 9d29ed0 Add DHCP pkt in reason and circuit id TLV by Duc Pham · 10 years ago
  53. b5a1917 remove selectors by Sovietaced · 10 years ago
  54. 3d42dbe OF Aux by Sovietaced · 10 years ago
  55. f41bad3 loci: support OF_INSTRUCTION_BSN_ARP_OFFLOAD by Rich Lane · 10 years ago
  56. 713d928 loci: support bsn_gentable by Rich Lane · 11 years ago
  57. fab0c82 loci: support of_checksum_128_t by Rich Lane · 11 years ago
  58. d0c5871 Merge remote-tracking branch 'origin/master' into loci-split by Rich Lane · 11 years ago
  59. e84f50d openflow_input: add bsn_connections extension by Rich Lane · 11 years ago
  60. 661bc02 loci: remove optimization pragma by Rich Lane · 11 years ago
  61. c0e20ff loci: move parsing functions out of the headers by Rich Lane · 11 years ago
  62. 671e772 loci: remove generic union by Rich Lane · 11 years ago
  63. cd6ef15 loci: remove object tracking by Rich Lane · 11 years ago
  64. 50aa594 loci: move of_object_parent_length_update to of_object.c by Rich Lane · 11 years ago
  65. def2e51 loci: move per-class declarations to loci_classes.h by Rich Lane · 11 years ago
  66. 22811f5 loci: move push_wire_types functions to their class's C file by Rich Lane · 11 years ago
  67. c3662bb loci: trim includes by Rich Lane · 11 years ago
  68. d587c8c loci: build a static loci library in locitest by Rich Lane · 11 years ago
  69. cce961d loci: move init function map to its own file by Rich Lane · 11 years ago
  70. 8a82273 loci: move string tables to their own file by Rich Lane · 11 years ago
  71. 2226ae7 loci: move setup_from_add functions to a new C file by Rich Lane · 11 years ago
  72. b495044 loci: output pragmas to each class C file by Rich Lane · 11 years ago
  73. ce2e464 loci: split accessors into one file per class by Rich Lane · 11 years ago
  74. 940b875 loci: move IS_FLOW_MOD_SUBTYPE macro to loci_int.h by Rich Lane · 11 years ago
  75. a407b91 loci: move special offset/length macros to loci_int.h by Rich Lane · 11 years ago
  76. cf44ffe loci: remove dead code by Rich Lane · 11 years ago
  77. 92feca8 loci: use new push_wire_types functions in list_append_bind by Rich Lane · 11 years ago
  78. bdd8e29 loci: use IR to push wire types by Rich Lane · 11 years ago
  79. d5fa823 Merge into master from pull request #150: by abat · 11 years ago
  80. e311367 loci: expose group-mod subtypes by Rich Lane · 11 years ago
  81. f08ef68 add bsn_port/vlan_counter_stats_request/reply by xinwu · 11 years ago
  82. 54ceaca fix typos by xinwu · 11 years ago
  83. 358e616 separate bsn_port_counter from bsn_vlan_counter by xinwu · 11 years ago
  84. 45386fb Fixes bsn_switch_pipeline. by Wilson Ng · 11 years ago
  85. 27e4beb Add bsn_switch_pipeline extension. by Wilson Ng · 11 years ago
  86. ef7b994 loci: support of_instruction_bsn_disable_src_mac_check by Rich Lane · 11 years ago
  87. d31b118 Merge into master from pull request #124: by abat · 11 years ago
  88. e6f311a loci: add time_ms show macro by Rich Lane · 11 years ago
  89. 2c0a2d7 Merge branch 'master' of github.com:floodlight/loxigen into group_mod by Andreas Wundsam · 11 years ago
  90. 76db006 moved of_g to c_gen.of_g_legacy, introduced loxi_globals by Andreas Wundsam · 11 years ago
  91. 542a13c loxi_frontend: move classes only used by c to c_gen by Andreas Wundsam · 11 years ago
  92. 353a79f loci: support of_bsn_lacp_stats_request/reply by Rich Lane · 11 years ago
  93. aa9af06 align of_port_no by Vishnu Emmadi · 11 years ago
  94. ce7ebdf added msg definitions for configuring lacp by Vishnu Emmadi · 11 years ago
  95. eb21c4f add several BSN OXMs by Rich Lane · 11 years ago
  96. 6171836 add of_oxm_bsn_lag_id by Rich Lane · 11 years ago
  97. 9846732 locitest: add module magic string to makefile by Rich Lane · 11 years ago
  98. b78ac7b Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  99. 45f67c9 Merge branch 'master' of github.com:floodlight/loxigen by Vishnu Emmadi · 11 years ago
  100. d6e97d4 Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago