Avoid printf type modifiers not supported by MSVC C runtime library.
[cascardo/ovs.git] / lib / ofp-util.c
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_...
2013-09-13 Ben Pfaffofp-util: Announce OpenFlow 1.3 table features only...
2013-09-07 Andy Zhouopenflow-1.1+: OFPT_TABLE_MOD (part 1)
2013-09-05 Simon Hormanovs-ofctl: Handle any number of buckets in group statistics
2013-09-02 Neil ZhuImplement OpenFlow 1.1+ "groups" protocol.
2013-08-28 Jarno Rajahalmelib: Keep track of usable protocols while parsing.
2013-08-27 Ben Pfaffofp-util: Abstract flow_mod OFPFF_* flags.
2013-08-27 Ben PfaffFix typos in a couple of OpenFlow related comments.
2013-08-22 Joe Stringerofp-util: Add SCTP support
2013-08-13 Jesse Grossflow: Enable matching on new field 'pkt_mark'.
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-07-26 Ben PfaffImplement OpenFlow 1.3 queue stats duration feature.
2013-07-26 Ben Pfaffofp-util: Fix port and queue stat counting for OpenFlow...
2013-07-23 Alex Wangclang: Fix the alignment warning.
2013-07-18 Ben Pfaffofp-util: Un-"inline" should_send_version_bitmap().
2013-07-08 Ben PfaffAdd basic OpenFlow 1.1 protocol support.
2013-07-08 Ben Pfaffofp-util: Add 'modify_cookie' to struct ofputil_flow_mo...
2013-06-28 Jarno RajahalmeFix table checking for goto table instruction.
2013-06-28 Ben Pfaffofp-util: OpenFlow 1.0 can match IPv6 Ethertype even...
2013-06-27 Jarno Rajahalmeofp-util: Meter fixes.
2013-06-25 Jarno Rajahalmeofp-util: Support for OpenFlow 1.3 meters.
2013-06-24 Ben Pfaffofp-util: New function ofputil_port_to_string().
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-10 Ben Pfaffofp-util: Don't return static data in ofputil_packet_in...
2013-06-05 Jing Aiofp-actions: enforce valid range for table_id in goto_t...
2013-05-30 Ben PfaffImplement duration fields in OpenFlow 1.3 port stats.
2013-05-20 Ben Pfaffofp-util: Make ofputil_port_from_ofp11() return OFPP_NO...
2013-05-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
2013-05-03 Ben Pfaffofp-util: Fix type of 'port' param to ofputil_encode_du...
2013-05-03 Ben Pfaffofp-util: Make names[] in ofputil_action_code_from_name...
2013-04-22 YAMAMOTO Takashisome ctype related casts to suppress gcc warnings on...
2013-03-15 Simon HormanRemove encal_dl_type from struct flow
2013-03-08 Ben PfaffAdd table_id to NXM flow_removed messages.
2013-02-12 Ben PfaffMake OpenFlow 1.2+ role replies return the generation ID.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-02-05 Ethan Jacksonnicira-ext: Remove the autopath action.
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-02-01 Ben Pfaffofp-util: Rename ofputil_port_from_string() variable...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-09 Ben Pfaffofp-util: Fix uninitialized bytes in OF1.0 and OF1...
2012-12-28 Jarno RajahalmeAdd Openflow 1.2 role request/reply processing, update...
2012-12-27 SUGYO Kazushiofp-util: features reply of openflow13 does not have...
2012-12-18 Ansis Attekavswitchd: log skb_mark and skb_priority
2012-12-14 Justin Pettitofp-util: Fix typo in invalid port range error message.
2012-12-08 Ben Pfaffofproto: Report correct error for emergency flow with...
2012-12-04 Jarno RajahalmeDon't use error categories as if they were actually...
2012-12-03 Jarno Rajahalmeinclude/openflow: Moved remaining common definitions...
2012-11-29 Ben Pfaffofp-util: New functions for converting protocols to...
2012-11-29 Ben Pfaffofp-util: Make "OXM" flow format name include both...
2012-11-29 Ben Pfaffofp-util: Style fixes.
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-11-27 Jarno Rajahalmeofp-util: Check out_group on flow_mod only for "delete...
2012-11-27 Jarno RajahalmeFix handling of OFPP_ANY in OpenFlow 1.1 and later.
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-20 Simon Hormanofp-util: Flow Dump Protocol for OpenFlow 12
2012-11-19 Simon Hormanvswitchd: Configuration of allowed OpenFlow versions
2012-11-16 Ben Pfaffnicira-ext: Remove NXFF_OPENFLOW12.
2012-11-16 Ben Pfaffofp-util: Make ofputil_encode_set_protocol() able to...
2012-11-16 Ben Pfaffofp-util: Allow use of OpenFlow 12 flow format
2012-11-16 Ben Pfaffofp-util: Rename OFPUTIL_P_* constants and update comme...
2012-11-09 Ben Pfaffofp-util: Make ofputil_encode_hello() return a message...
2012-11-09 Ben Pfaffofp-util: Ignore invalid bitmaps in ofputil_decode_hell...
2012-11-09 Simon Hormanofp-util: Correct length of hello version bitmap
2012-11-05 Mehak MahajanCorrect the warning for format specifier.
2012-11-05 Simon Hormanofp-util: Add version bitmap support to hello messages.
2012-11-05 Simon Hormanofp-util: Add functions to support version number bitmaps.
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-18 Ben Pfaffofp-util: Again allow OpenFlow port 0 in commands and...
2012-10-18 Ben Pfaffofp-util: Separate output, error reporting in ofputil_p...
2012-10-12 Simon Hormanofp-util: Correct setting of Flow Mod cookie on encode
2012-10-12 Simon Hormanofp-msgs: Open Flow 1.1 and 1.2 Queue Status Messages
2012-10-12 Simon Hormanofp-util: Correct comment above ofputil_append_port_stat()
2012-10-12 Simon HormanUse enum ofperr in ofputil_decode_flow_removed()
2012-10-10 Simon Hormanofp-msgs: Open Flow 1.1 and 1.2 Port Status Messages
2012-10-04 Simon Hormanofp-util: Set Packet In Format: Use prevailing OpenFlow...
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
next