1. 4d69d68 fixing support for meter config statistics by alshabib · 9 years ago
  2. 4e1dcb1 Removed FIXME to align table properties by Ryan Izard · 9 years ago
  3. a772e21 Align table_feature_prop structs to 8 bytes. by Ryan Izard · 9 years ago
  4. 03cd204 Merge remote-tracking branch 'origin/ihplus' into merge-ihplus by Rich Lane · 10 years ago
  5. ac6b4b0 Merge remote-tracking branch 'origin/ihplus' into merge-ihplus by Rich Lane · 10 years ago
  6. 6c965f8 Remove breakout_enabled from port_mod by Vishnu Emmadi · 10 years ago
  7. 21ad520 Move breakout_capable to msb by Vishnu Emmadi · 10 years ago
  8. a219b51 Add breakout enable/capable bits by Vishnu Emmadi · 10 years ago
  9. 13517e7 openflow_input: add discriminator to of_table_feature_prop_experimenter by Rich Lane · 10 years ago
  10. 078fcfd openflow_input: make of_flow_stats_entry.flags use enum type by Andreas Wundsam · 10 years ago
  11. b2de005 openflow_input: add OFPR_BSN_PACKET_OF_DEATH by Rich Lane · 10 years ago
  12. 76a5c93 openflow_input: remove redundant of_experimenter_stats_header by Rich Lane · 10 years ago
  13. 661c468 adding instruction_id type for table feature prop types by Jonathan Stout · 10 years ago
  14. db47675 removing tmp comments by Jonathan Stout · 10 years ago
  15. 9bbebe6 removing instruction_id. Instructions don't seem to act like actions. by Jonathan Stout · 10 years ago
  16. 9e5297f removing undesired padding from action_id structs by Jonathan Stout · 10 years ago
  17. d847c69 add debug as pktin reason by xinwu · 10 years ago
  18. af15dee uncommenting experimenter_miss by Jonathan Stout · 10 years ago
  19. acb3e32 fixing experimenter type by Jonathan Stout · 10 years ago
  20. 9d29ed0 Add DHCP pkt in reason and circuit id TLV by Duc Pham · 10 years ago
  21. c1c6df6 openflow_input: add BSN packet-in reason "ARP" by Rich Lane · 10 years ago
  22. 192b1b0 update icmp packet_in reasons by Harshmeet Singh · 11 years ago
  23. e13d784 openflow_input: add "no route" packet-in reason by Rich Lane · 11 years ago
  24. f08ef68 add bsn_port/vlan_counter_stats_request/reply by xinwu · 11 years ago
  25. 057540b get_config_reply|set_config: fix enum, support java by Andreas Wundsam · 11 years ago
  26. 84603f0 openflow_input: fix of_group_desc_stats_entry.group_type by Andreas Wundsam · 11 years ago
  27. 2c0a2d7 Merge branch 'master' of github.com:floodlight/loxigen into group_mod by Andreas Wundsam · 11 years ago
  28. cc8cd66 openflow_input: fix superclass for of_experimenter_error_msg by Andreas Wundsam · 11 years ago
  29. 5812cf3 group_mod: add subclass structure by Andreas Wundsam · 11 years ago
  30. 6d43433 openflow_input: add BSN LACP stats request by Rich Lane · 11 years ago
  31. e1bc17c Merge into master from pull request #104: by abat · 11 years ago
  32. 949aa52 Added OFPP_ANY into enum ofp_port by Tomasz · 11 years ago
  33. 7723c56 openflow_input: add BSN extensions to packet_in_reason by Andreas Wundsam · 11 years ago
  34. 5da6851 java_gen: correctly handle of_action 64-bit alignment by Andreas Wundsam · 11 years ago
  35. b47d7e8 openflow_input: make stats_request/reply flags use enum by Andreas Wundsam · 11 years ago
  36. 4f796b7 openflow_input: fix role_request/reply by Andreas Wundsam · 11 years ago
  37. 6bf5db6 Merge into master from pull request #87: by abat · 11 years ago
  38. 28b508f Merge into master from pull request #90: by abat · 11 years ago
  39. f86f39a add bsn_flow_idle extension by Rich Lane · 11 years ago
  40. 35e7ac7 openflow_input: fix naming of group type in group desc stats entry by Rich Lane · 11 years ago
  41. 0a8ec14 Added BSN mirror config flag to input files by Rob Vaterlaus · 11 years ago
  42. 71e1488 Merge branch 'master' into wireshark by Rich Lane · 11 years ago
  43. d6e97d4 Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  44. a1b8f44 openflow_input: add discriminator to of_table_feature_prop by Rich Lane · 11 years ago
  45. b3f49d9 Fix issues with C backend with new error message hierarchy by Rob Vaterlaus · 11 years ago
  46. feee371 Hierarchical error messages plus some more tweaks by Rob Vaterlaus · 11 years ago
  47. d72013d Update openflow connection port to 6653 [PAN-367] by Wilson Ng · 11 years ago
  48. d9d72d2 Return enum types for fields in OFPortDesc and OFFeaturesReply by Rob Vaterlaus · 11 years ago
  49. dfeb594 openflow_input: changed syntax for openflow input parsing of enums by Andreas Wundsam · 11 years ago
  50. c3e8dd1 openflow_input: declare of_flowmod.flags as enum ofp_flow_mod_flags by Andreas Wundsam · 11 years ago
  51. e433ed9 Merge into master from pull request #51: by abat · 11 years ago
  52. b25d07c openflow_input: add discriminators to experimenter superclasses by Rich Lane · 11 years ago
  53. 1a47c1c openflow_input: add flags field to OF 1.3 flow stats entry by Rich Lane · 11 years ago
  54. 7933beb address reviewer comments by Andreas Wundsam · 11 years ago
  55. 70411bf openflow_input: add forgotten discriminators by Andreas Wundsam · 11 years ago
  56. 9ba6536 openflow_input: add forgotten meter_band by Andreas Wundsam · 11 years ago
  57. c37ba3d openflow_input: add discriminator fields by Andreas Wundsam · 11 years ago
  58. cd2d525 Merge remote-tracking branch 'rlane/explicit-inheritance2' by Andreas Wundsam · 11 years ago
  59. e9c37db openflow_input: add inheritance by Rich Lane · 11 years ago
  60. fef7d5f loxi_ir: add support for byte alignment of messages, superclass by Andreas Wundsam · 11 years ago
  61. 4ee5146 const_values: add enum, entry parameters by Andreas Wundsam · 11 years ago
  62. be90eae pyloxi: support OXM member in set-field actions by Rich Lane · 11 years ago
  63. a652f52 openflow_input: remove experimenter OXM header by Rich Lane · 11 years ago
  64. 31b8714 openflow_input: add type values by Rich Lane · 11 years ago
  65. e2af4ee openflow_input: use padding member syntax by Rich Lane · 11 years ago
  66. 68ae4d7 openflow_input: use of_ prefix in input files by Rich Lane · 11 years ago
  67. 8bfdafc openflow_input: add missing table_stats_request/reply messages to OF 1.3 by Rich Lane · 11 years ago
  68. 0733cd6 Merge branch 'master' into pyloxi-1.3 by Rich Lane · 11 years ago
  69. 5d33a62 openflow_input: add all enums by Rich Lane · 11 years ago
  70. a06d0c3 Initial import by Rich Lane · 11 years ago