lib: Move vlog.h to <openvswitch/vlog.h>
[cascardo/ovs.git] / lib / ofp-util.c
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-11-25 Simon Hormanopenflow: Use *_array_len names in struct ofp15_bucket...
2014-11-22 Jean Tourrilhesofp-util.c: Enable packet-in messages for OpenFlow...
2014-11-13 Shu Shenopenflow: Add OpenFlow 1.4 packet-in reasons.
2014-11-12 Ben PfaffFix misspellings of "OpenFlow".
2014-11-12 Simon Hormanofp-util: Provide bucket list helper functions
2014-11-12 Simon Hormanofp-util: Enhance error logging during encoding group...
2014-11-12 Simon Hormanofp-util: Do not allow buckets for OFPGC15_REMOVE_BUCKET.
2014-11-11 Simon Hormanofp-util: Encoding and decoding of (draft) OpenFlow...
2014-11-10 Simon Hormanofp-util: Refactor decoding of OpenFlow 1.1 group desc...
2014-11-10 Simon Hormanofp-util: Refactor encoding of OpenFlow 1.1 group desc...
2014-11-10 Simon Hormanofp-util: Refactor decoding of OpenFlow 1.1 group mod...
2014-11-10 Simon Hormanofp-util: Rename OpenFlow 1.1 buckets decoder.
2014-11-10 Simon Hormanofp-util: Break out encoding of OpenFlow 1.1 group...
2014-11-10 Simon Hormanofp-util: Provide helper to encode OpenFlow 1.1 group...
2014-11-10 Rishi BambaAdd support for OpenFlow 1.4+ "importance" values.
2014-11-04 Ben Pfaffflow: Support OF1.5+ (draft) actset_output field.
2014-10-24 Simon Hormanofproto: Only allow indirect groups with one bucket
2014-10-07 Ben Pfaffnx-match: Move all knowledge of OXM/NXM here.
2014-10-07 Ben Pfaffovs-ofctl: Encode cookies in OXM-compliant manner.
2014-08-11 Ben Pfaffofp-actions: Centralize all OpenFlow action code for...
2014-08-11 Ben Pfaffofp-actions: Pretend that OpenFlow 1.0 has instructions.
2014-08-11 Ben Pfaffofproto: Implement OpenFlow 1.3+ table features request.
2014-08-11 Ben Pfaffofp-util: Fix table features decoding of match and...
2014-08-11 Ben Pfaffofp-util: Fix table features decoding of action and...
2014-08-11 Ben Pfaffofp-util: Fix table features decoding of multiple tables.
2014-08-11 Ben Pfaffofp-util: Abstract table miss configuration and fix...
2014-08-11 Ben Pfaffofp-actions: Add instructions bitmaps and fix related...
2014-08-11 Ben Pfaffofp-actions: Add action bitmap abstraction.
2014-07-28 Ben Pfaffconnmgr: Only send role status messages to OpenFlow...
2014-07-26 Ben PfaffRemove assumption that there are 64 or fewer fields.
2014-07-15 Ben PfaffDrop assignments whose values are never used.
2014-07-15 Ben Pfaffofp-util: Fix null pointer dereference in ofputil_pull_...
2014-06-24 Flavio Leitnerflow: extend it to carry IGMP protocol information
2014-06-13 Simon Hormanofp-errors: Add OFPET_FLOW_MONITOR_FAILED
2014-06-12 Simon Hormanconnmgr: Do not use OFPRR_METER_DELETE before OF1.4
2014-06-11 Simon Hormanofproto: Use OFPRR_GROUP_DELETE
2014-05-14 Ben Pfaffmeta-flow: Encode OXM version information into struct...
2014-05-14 Ben PfaffImplement OpenFlow 1.5 port desc stats request.
2014-05-14 Ben PfaffImplement OpenFlow 1.5 group desc stats request.
2014-05-14 Ben PfaffAdd skeleton for OF1.5 support.
2014-05-14 Ben PfaffRemove --enable-of14 option because the implementation...
2014-05-14 Ben Pfaffofp-util: Remove ofputil_get_phy_port_size().
2014-05-14 Ben Pfaffofp-util: Simplify ofputil_decode_switch_features().
2014-05-14 Ben PfaffImplement OpenFlow 1.4 queue statistics.
2014-05-14 Ben PfaffImplement OpenFlow 1.4 port statistics.
2014-05-14 Ben PfaffImplement basic OpenFlow 1.4 table-mod message.
2014-05-14 Ben PfaffImplement OpenFlow 1.4 port_mod messages.
2014-05-14 Ben Pfaffofp-util: Implement OpenFlow 1.4 port status and port...
2014-05-14 Ben Pfaffofp-util: Reduce duplicate code.
2014-05-14 Ben Pfaffofp-util: Generalize functions for parsing OF1.3+ prope...
2014-05-14 Ben Pfaffofp-util: Remove ofputil_count_phy_ports().
2014-05-14 Ben Pfaffofp-msgs: New functions ofpmp_version() and ofpmp_decod...
2014-05-14 Ben Pfaffovs-ofctl: Fix port lookup and "ovs-ofctl" behavior...
2014-05-08 Andy Zhouofp-util: compile group stats with visual studio
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-04-18 Jarno Rajahalmelib/flow: Introduce miniflow_extract().
2014-04-18 Jarno Rajahalmelib/ofp-util: Restore the check for minus sign in port...
2014-04-11 Andy Zhouofp-util.c: Simplify ofputil_group_stats_to_* functions.
2014-04-03 Jarno Rajahalmeofpbuf: Abstract 'l2' pointer and document usage conven...
2014-04-03 Jarno Rajahalmeofpbuf: Rename trivial _get_ functions without the...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-25 Andy Zhoulib/flow: add dp_hash and recirc_id to struct flow
2014-03-24 Alexander Wuofp-util: Implement OFPMP_TABLE_FEATURES decoding and...
2014-03-24 Alexander Wuofp-actions: Complete ofp13_action_type.
2014-03-23 Ben PfaffDisable OF1.4 in ovs-vswitchd and ovs-ofctl without...
2014-03-23 Alexandru Copotofproto: Allow the use of the OpenFlow 1.4 protocol
2014-02-20 YAMAMOTO Takashiofp-util: Avoid gcc warning on NetBSD
2014-02-19 kmindgofp-util: Fix a typo in ofputil_decode_ofp11_port
2014-02-04 Ben PfaffEnhance userspace support for MPLS, for up to 3 labels.
2014-01-21 Ben Pfaffofp-util: Ignore out_group in flow_mods for commands...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-04 Ben Pfaffofp-util: Implement OpenFlow 1.1 packet-in message.
2013-12-04 Ben Pfaffofp-util: Break ofputil_encode_packet_in() into multipl...
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-20 Ben Pfaffofp-actions: Make ofpacts_check() report consistency...
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-12 Simon Hormanofproto: Add enum ofp_table
2013-11-05 Ben Pfaffofp-util: Report OFPMMFC_BAD_FLAGS for bad band flags.
2013-11-05 Ben Pfaffofp-util: Report OFPMMFC_BAD_COMMAND for bad meter...
2013-11-05 Ben Pfaffofp-util: Report OFPMMFC_BAD_BAND for bad band type...
2013-11-03 Simon Hormanofproto: Add group desc and stats tests
2013-11-02 Simon Hormanofproto: Verify compatibility of liveness of groups...
2013-11-02 Jarno RajahalmeAdd OF11 SET MPLS LABEL and SET MPLS TC actions.
2013-11-02 Ben Pfaffofproto: Centralize action checking, doing it at decode...
2013-11-02 Ben Pfaffofp-util: Enforce OpenFlow 1.1+ table_id requirements...
2013-11-02 Ben Pfaffofp-util: Move ofputil_check_output_port() to ofp-actio...
2013-11-01 Jarno Rajahalmeofp-actions: Simplify interface and internal structure.
2013-10-29 Alexandru Copotofproto: Add support for sending OFPTYPE_ROLE_STATUS...
2013-10-29 Venkitachalam Gopa... Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_...
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-23 Ben Pfaffofp-util: Use correct cookie value in "packet_in"s...
2013-10-23 Ben Pfaffconnmgr: Move send_len from ofputil_packet_in to ofprot...
2013-10-21 Joe Stringerofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.
2013-10-17 YAMAMOTO Takashiofp-util: Fix a comment.
2013-09-27 Simon HormanRemove mpls_depth field from flow
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
next