1. ce7ebdf added msg definitions for configuring lacp by Vishnu Emmadi · 11 years ago
  2. cfe1cce Merge branch 'master' of github.com:floodlight/loxigen by Vishnu Emmadi · 11 years ago
  3. eb21c4f add several BSN OXMs by Rich Lane · 11 years ago
  4. 6171836 add of_oxm_bsn_lag_id by Rich Lane · 11 years ago
  5. e1bc17c Merge into master from pull request #104: by abat · 11 years ago
  6. 949aa52 Added OFPP_ANY into enum ofp_port by Tomasz · 11 years ago
  7. 7723c56 openflow_input: add BSN extensions to packet_in_reason by Andreas Wundsam · 11 years ago
  8. 5da6851 java_gen: correctly handle of_action 64-bit alignment by Andreas Wundsam · 11 years ago
  9. b47d7e8 openflow_input: make stats_request/reply flags use enum by Andreas Wundsam · 11 years ago
  10. 4f796b7 openflow_input: fix role_request/reply by Andreas Wundsam · 11 years ago
  11. 6bf5db6 Merge into master from pull request #87: by abat · 11 years ago
  12. 28b508f Merge into master from pull request #90: by abat · 11 years ago
  13. f86f39a add bsn_flow_idle extension by Rich Lane · 11 years ago
  14. 35e7ac7 openflow_input: fix naming of group type in group desc stats entry by Rich Lane · 11 years ago
  15. 0a8ec14 Added BSN mirror config flag to input files by Rob Vaterlaus · 11 years ago
  16. 71e1488 Merge branch 'master' into wireshark by Rich Lane · 11 years ago
  17. b78ac7b Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  18. 45f67c9 Merge branch 'master' of github.com:floodlight/loxigen by Vishnu Emmadi · 11 years ago
  19. d6e97d4 Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  20. a1b8f44 openflow_input: add discriminator to of_table_feature_prop by Rich Lane · 11 years ago
  21. b3f49d9 Fix issues with C backend with new error message hierarchy by Rob Vaterlaus · 11 years ago
  22. 4b9e306 add slot_num by Vishnu Emmadi · 11 years ago
  23. 4b2f967 Merge remote-tracking branch 'origin/master' into in_ports_masked2 by Rich Lane · 11 years ago
  24. e815848 address review comments by Vishnu Emmadi · 11 years ago
  25. fcb9023 added an expectation field for of_bsn_set_port_pdu_expected_rx_info_request by Vishnu Emmadi · 11 years ago
  26. ea53c0f Added Extension messages for PDU management on switches by Vishnu Emmadi · 11 years ago
  27. c75630a Add extensions for LLDP PDU offload on switches by Vishnu Emmadi · 11 years ago
  28. feee371 Hierarchical error messages plus some more tweaks by Rob Vaterlaus · 11 years ago
  29. d72013d Update openflow connection port to 6653 [PAN-367] by Wilson Ng · 11 years ago
  30. 57c34ce Merge remote-tracking branch 'origin/master' into in_ports_masked2 by Rich Lane · 11 years ago
  31. c6cc2ae Added wire type to ofp_nicira_controller_role enum by Rob Vaterlaus · 11 years ago
  32. d8d29c9 add of_oxm_bsn_in_ports by Rich Lane · 11 years ago
  33. c52f73a Return OFPNiciraControllerRole enum in OFNiciraControllerRoleXXX messages by Rob Vaterlaus · 11 years ago
  34. d9d72d2 Return enum types for fields in OFPortDesc and OFFeaturesReply by Rob Vaterlaus · 11 years ago
  35. 5172ff1 Merge into master from pull request #66: by abat · 11 years ago
  36. 4d83d65 Removed if_name from of_bsn_vport and moved it to bottom of of_bsn_vport_q_in_q. by Kiran Poola · 11 years ago
  37. c1acfcc enums: support partial groups in enums that have other semantics *sigh* by Andreas Wundsam · 11 years ago
  38. b31fd48 Add of_bsn_hybrid_get_request/reply messages. by Ken Chiang · 11 years ago
  39. a9167ff Support for specifying interface name while creating virtual port. by Kiran Poola · 11 years ago
  40. dfeb594 openflow_input: changed syntax for openflow input parsing of enums by Andreas Wundsam · 11 years ago
  41. c3e8dd1 openflow_input: declare of_flowmod.flags as enum ofp_flow_mod_flags by Andreas Wundsam · 11 years ago
  42. e433ed9 Merge into master from pull request #51: by abat · 11 years ago
  43. b25d07c openflow_input: add discriminators to experimenter superclasses by Rich Lane · 11 years ago
  44. 1a47c1c openflow_input: add flags field to OF 1.3 flow stats entry by Rich Lane · 11 years ago
  45. 7933beb address reviewer comments by Andreas Wundsam · 11 years ago
  46. 70411bf openflow_input: add forgotten discriminators by Andreas Wundsam · 11 years ago
  47. 9ba6536 openflow_input: add forgotten meter_band by Andreas Wundsam · 11 years ago
  48. c37ba3d openflow_input: add discriminator fields by Andreas Wundsam · 11 years ago
  49. cd2d525 Merge remote-tracking branch 'rlane/explicit-inheritance2' by Andreas Wundsam · 11 years ago
  50. e9c37db openflow_input: add inheritance by Rich Lane · 11 years ago
  51. fef7d5f loxi_ir: add support for byte alignment of messages, superclass by Andreas Wundsam · 11 years ago
  52. 4ee5146 const_values: add enum, entry parameters by Andreas Wundsam · 11 years ago
  53. 3f557de Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  54. b566a16 openflow_input: introduced type ipv4_t by Andreas Wundsam · 11 years ago
  55. be90eae pyloxi: support OXM member in set-field actions by Rich Lane · 11 years ago
  56. 8ecd3f1 review comments addressed. by Kiran Poola · 11 years ago
  57. 747339a Added error codes for virtual port operations. by Kiran Poola · 11 years ago
  58. 53989c8 PAN-346 -- the meta-id match is breaking things, so we're backing it out by Rob Sherwood · 11 years ago
  59. 8f22cee Merge remote-tracking branch 'origin/master' into pyloxi-ir by Rich Lane · 11 years ago
  60. b392f6b Make port remove a request/reply pair. by Dan Talayco · 11 years ago
  61. 6798fff Loxigen: added src/dst meta id matches by Rob Sherwood · 11 years ago
  62. 8dbe95c openflow_input: change of_bsn_pktin_suppression_reply.status to uint32_t by Rich Lane · 11 years ago
  63. 62bbafb openflow_input: add of_bsn_set_pktin_suppression_reply by Rich Lane · 11 years ago
  64. e03e86f openflow_input: fix padding fields of new messages by Rich Lane · 11 years ago
  65. d071467 Merge remote-tracking branch 'origin/master' into bsn_det_vport by Rich Lane · 11 years ago
  66. fc2eb49 Updates to some reply/request pairs by Dan Talayco · 11 years ago
  67. 78654ff Add enum of q-in-q by Dan Talayco · 11 years ago
  68. ba50672 Remove extra comment markers by Dan Talayco · 11 years ago
  69. f76f711 Added bw ext types by Dan Talayco · 11 years ago
  70. c0e802e Added virtual port by Dan Talayco · 11 years ago
  71. 4db4d04 loxigen: generate legacy type_maps data from the IR by Rich Lane · 11 years ago
  72. a652f52 openflow_input: remove experimenter OXM header by Rich Lane · 11 years ago
  73. 31b8714 openflow_input: add type values by Rich Lane · 11 years ago
  74. 883919c move OXM definitions into the input files by Rich Lane · 11 years ago
  75. e2af4ee openflow_input: use padding member syntax by Rich Lane · 11 years ago
  76. 68ae4d7 openflow_input: use of_ prefix in input files by Rich Lane · 11 years ago
  77. cf524bf Remove unnecessary fields. by Ken Chiang · 11 years ago
  78. 103e147 Add L2 table extension messages. by Ken Chiang · 11 years ago
  79. 8bfdafc openflow_input: add missing table_stats_request/reply messages to OF 1.3 by Rich Lane · 11 years ago
  80. 0733cd6 Merge branch 'master' into pyloxi-1.3 by Rich Lane · 11 years ago
  81. 5d33a62 openflow_input: add all enums by Rich Lane · 11 years ago
  82. 60472de openflow_input: add ofp_nicira_controller_role enum by Rich Lane · 11 years ago
  83. 4b2dcd3 LoxiGen: pktin_suppression: reject if timeouts are zero by Rich Lane · 11 years ago
  84. fd2fcd5 LoxiGen: rename pktin_dedup extension to pktin_suppression by Rich Lane · 11 years ago
  85. 70040a9 LoxiGen: add ofp_bsn_set_deduplication extension by Rich Lane · 11 years ago
  86. a06d0c3 Initial import by Rich Lane · 11 years ago