1. 0422620 openflow_input: add bsn_role_status extension by Rich Lane · 11 years ago
  2. 9b15f2d Merge into master from pull request #157: by abat · 11 years ago
  3. acaf650 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  4. 12cea88 Types: added 'matches' method to Masked<T> by Andreas Wundsam · 11 years ago
  5. dea7bf2 Merge into master from pull request #155: by abat · 11 years ago
  6. 1acb450 More review comments. Fix concurrency issue. by Gregor Maier · 11 years ago
  7. cef9e3e More test coverage by Gregor Maier · 11 years ago
  8. c892a1b Bump version number for openflowj-loxi maven artifact by Gregor Maier · 11 years ago
  9. 14e8893 Merge remote-tracking branch 'floodlight/master' by Gregor Maier · 11 years ago
  10. 5615b6c Address review comments by Gregor Maier · 11 years ago
  11. a2f9d95 Merge into master from pull request #154: by abat · 11 years ago
  12. 026ff02 Merge into master from pull request #153: by abat · 11 years ago
  13. 6277874 Merge into master from pull request #156: by abat · 11 years ago
  14. 1ff5597 Add null pointer checks and associated test cases. by Gregor Maier · 11 years ago
  15. 6db5eac Bump openflowj-loxi artifact version by Gregor Maier · 11 years ago
  16. 7f987e6 IPAddress and IPAddressWithMask updates and fixes by Gregor Maier · 11 years ago
  17. d1ca4f9 java_gen: dedicated factories for (action|instruction)_id, erromsg by Andreas Wundsam · 11 years ago
  18. a62cb58 openflow_input: fix lengths in masked extension OXMs by Rich Lane · 11 years ago
  19. cf44ffe loci: remove dead code by Rich Lane · 11 years ago
  20. 92feca8 loci: use new push_wire_types functions in list_append_bind by Rich Lane · 11 years ago
  21. bdd8e29 loci: use IR to push wire types by Rich Lane · 11 years ago
  22. 043a3d8 loci: use IR in class_is_virtual by Rich Lane · 11 years ago
  23. 5fe7721 loxi_ir: add convenience property OFClass.has_type_members by Rich Lane · 11 years ago
  24. c7a1246 Merge into master from pull request #152: by abat · 11 years ago
  25. 2663f4f Simplifying reader functions by Tomasz · 11 years ago
  26. 9cb04a5 Doing ofclass_dissector the right way by Tomasz · 11 years ago
  27. 4b52334 Adding definition of info variable by Tomasz · 11 years ago
  28. 3f1b1f9 Doing virtual classes the right way by Tomasz · 11 years ago
  29. 71b185f Merge into master from pull request #151: by abat · 11 years ago
  30. ea35686 java_gen: support action and instruction IDs by Rich Lane · 11 years ago
  31. 4def697 loci: use ID classes from the IR by Rich Lane · 11 years ago
  32. 2c9938e py_gen: move ID classes into their own modules by Rich Lane · 11 years ago
  33. b87348d loxi_ir: automatically generate action/instruction ID classes by Rich Lane · 11 years ago
  34. d5fa823 Merge into master from pull request #150: by abat · 11 years ago
  35. 06b5b31 Merge into master from pull request #149: by abat · 11 years ago
  36. c1b0ad3 One more enum by Tomasz · 11 years ago
  37. a19e9d2 Handling virtual classes by Tomasz · 11 years ago
  38. cdfb36c Peeker function for reading subclass discriminator by Tomasz · 11 years ago
  39. e311367 loci: expose group-mod subtypes by Rich Lane · 11 years ago
  40. 9b8989c replace tabs with spaces by xinwu · 11 years ago
  41. 4f6987f add prefix to avoid name collision by xinwu · 11 years ago
  42. 7e2f382 add test data bsn_port_counter_stats_reply.data by xinwu · 11 years ago
  43. 37aaed5 simplify variable names by xinwu · 11 years ago
  44. f08ef68 add bsn_port/vlan_counter_stats_request/reply by xinwu · 11 years ago
  45. 54ceaca fix typos by xinwu · 11 years ago
  46. 358e616 separate bsn_port_counter from bsn_vlan_counter by xinwu · 11 years ago
  47. 122ea6c add bsn_counter request reply by xinwu · 11 years ago
  48. d0c6860 Merge into master from pull request #148: by abat · 11 years ago
  49. 45386fb Fixes bsn_switch_pipeline. by Wilson Ng · 11 years ago
  50. 9564e0b Fix bsn_switch_pipeline_stats structs. by Wilson Ng · 11 years ago
  51. 27e4beb Add bsn_switch_pipeline extension. by Wilson Ng · 11 years ago
  52. 9863d49 Merge remote-tracking branch 'upstream/master' by Wilson Ng · 11 years ago
  53. cc24d75 Merge into master from pull request #147: by abat · 11 years ago
  54. 25e73f0 ir: add alignment properties to OFClass by Rich Lane · 11 years ago
  55. f0bac29 pyloxi: move pack_list to generic_util by Rich Lane · 11 years ago
  56. 5bcc7c7 pyloxi: generic list deserialization by Rich Lane · 11 years ago
  57. 8158ed0 pyloxi: remove special case for reading OXM lists by Rich Lane · 11 years ago
  58. a160186 pyloxi: deal with length fields inside unpack by Rich Lane · 11 years ago
  59. 5df3fd8 pyloxi: keep track of offset/length ourselves in OFReader by Rich Lane · 11 years ago
  60. 5b2745c pyloxi: remove automatic conversion from str to OFReader by Rich Lane · 11 years ago
  61. 3b9b28e pyloxi: generate all openflow class modules from a single template by Rich Lane · 11 years ago
  62. d50d971 pyloxi: move list unpack functions into util by Rich Lane · 11 years ago
  63. 78a3bc4 pyloxi: generate virtual class unpack methods by Rich Lane · 11 years ago
  64. 9d98adf pyloxi: create inheritance hierarchy by Rich Lane · 11 years ago
  65. a2de219 pyloxi: use OFClass directly by Rich Lane · 11 years ago
  66. 7bc2377 ir: convert version fields to OFTypeMembers by Rich Lane · 11 years ago
  67. a9b756c pyloxi: use ofclass subtemplate for OXMs by Rich Lane · 11 years ago
  68. 0f7f9d5 pyloxi: use the ofclass subtemplate for messages by Rich Lane · 11 years ago
  69. 936e6ad Merge into master from pull request #146: by abat · 11 years ago
  70. 025ed0d .build/push-artifacts: also push tags by Andreas Wundsam · 11 years ago
  71. d815ddb Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  72. 4b98d61 javagen.OFPortPortBitmap: add some documentation by Andreas Wundsam · 11 years ago
  73. 1870fb9 Merge into master from pull request #143: by abat · 11 years ago
  74. 7fb7eb2 Make the of() function public/visible LOXI-54 by Ronald Li · 11 years ago
  75. 711785b Merge into master from pull request #142: by abat · 11 years ago
  76. 0bea4e0 Use hamcrest-integration library to use additional matchers by Rob Vaterlaus · 11 years ago
  77. 71b3a44 Merge remote-tracking branch 'upstream/master' by Wilson Ng · 11 years ago
  78. 3c9090c Merge into master from pull request #140: by abat · 11 years ago
  79. b8957d6 Merge into master from pull request #139: by abat · 11 years ago
  80. 75649a6 pyloxi: fix special parsing case for experimenter instructions by Rich Lane · 11 years ago
  81. 8ecb126 Merge into master from pull request #141: by abat · 11 years ago
  82. 4fb8abb Fix return types for OFActionPopMpls and OFActionSetNwDst LOXI-51 LOXI-52 by Ronald Li · 11 years ago
  83. 5884009 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  84. 30b359c OFPortBitMap: add functionality to iterate over the Ports by Andreas Wundsam · 11 years ago
  85. 31ed1ba Merge into master from pull request #138: by abat · 11 years ago
  86. ef7b994 loci: support of_instruction_bsn_disable_src_mac_check by Rich Lane · 11 years ago
  87. 41000ba pyloxi: support of_instruction_bsn_disable_src_mac_check by Rich Lane · 11 years ago
  88. 0240860 java_gen: support testing classes without builders by Rich Lane · 11 years ago
  89. f33f32f java_gen: support extension instructions by Rich Lane · 11 years ago
  90. f942074 add bsn_disable_src_mac_check testcase by Rich Lane · 11 years ago
  91. 0a5671a openflow_input: add bsn_disable_src_mac_check extension instruction by Rich Lane · 11 years ago
  92. d7a63f0 Fix typos by Ronald Li · 11 years ago
  93. 7720939 Merge branch 'master' of https://github.com/floodlight/loxigen by Ronald Li · 11 years ago
  94. 65d8c29 Merge into master from pull request #137: by abat · 11 years ago
  95. 84bdf5d java_gen: Generate loxigen build/revision info into jar by Andreas Wundsam · 11 years ago
  96. 8083dfa Revert "Revert "Fix typo" - Already fixed in #133 90ce686." by Ronald Li · 11 years ago
  97. dc7cffa Revert "Fix typo" - Already fixed in #133 90ce686. by Ronald Li · 11 years ago
  98. f8d4891 Merge branch 'master' of https://github.com/floodlight/loxigen by Ronald Li · 11 years ago
  99. 11911ec Fix typo by Ronald Li · 11 years ago
  100. 01dc926 Merge into master from pull request #135: by abat · 11 years ago