aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
AgeCommit message (Expand)Author
2012-12-04Don't use error categories as if they were actually errors.Jarno Rajahalme
2012-12-03include/openflow: Moved remaining common definitions from openflow-1.0.hJarno Rajahalme
2012-11-29ofp-util: New functions for converting protocols to and from versions.Ben Pfaff
2012-11-29ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff
2012-11-29ofp-util: Style fixes.Ben Pfaff
2012-11-27Initial OpenFlow 1.3 supportJarno Rajahalme
2012-11-27ofp-util: Check out_group on flow_mod only for "delete" commands.Jarno Rajahalme
2012-11-27Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme
2012-11-21vswitchd: Log all tunnel parameters of given flow.Pravin B Shelar
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-19ofp-util: Flow Dump Protocol for OpenFlow 12Simon Horman
2012-11-19vswitchd: Configuration of allowed OpenFlow versionsSimon Horman
2012-11-16nicira-ext: Remove NXFF_OPENFLOW12.Ben Pfaff
2012-11-16ofp-util: Make ofputil_encode_set_protocol() able to return failure.Ben Pfaff
2012-11-16ofp-util: Allow use of OpenFlow 12 flow formatBen Pfaff
2012-11-16ofp-util: Rename OFPUTIL_P_* constants and update comments for clarity.Ben Pfaff
2012-11-09ofp-util: Make ofputil_encode_hello() return a message with correct length.Ben Pfaff
2012-11-09ofp-util: Ignore invalid bitmaps in ofputil_decode_hello_bitmap().Ben Pfaff
2012-11-09ofp-util: Correct length of hello version bitmapSimon Horman
2012-11-05Correct the warning for format specifier.Mehak Mahajan
2012-11-04ofp-util: Add version bitmap support to hello messages.Simon Horman
2012-11-04ofp-util: Add functions to support version number bitmaps.Simon Horman
2012-11-03ofproto: Report 0 Mbps when speed not available instead of 100 Mbps.Ben Pfaff
2012-11-02Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-10-18ofp-util: Again allow OpenFlow port 0 in commands and actions.Ben Pfaff
2012-10-18ofp-util: Separate output, error reporting in ofputil_port_from_string().Ben Pfaff
2012-10-12ofp-util: Correct setting of Flow Mod cookie on encodeSimon Horman
2012-10-12ofp-msgs: Open Flow 1.1 and 1.2 Queue Status MessagesSimon Horman
2012-10-12ofp-util: Correct comment above ofputil_append_port_stat()Simon Horman
2012-10-12Use enum ofperr in ofputil_decode_flow_removed()Simon Horman
2012-10-10ofp-msgs: Open Flow 1.1 and 1.2 Port Status MessagesSimon Horman
2012-10-04ofp-util: Set Packet In Format: Use prevailing OpenFlow versionSimon Horman
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-10-01ofp-util: Use table_id in OF1.1 and OF1.2 Flow Remove MessagesSimon Horman
2012-09-26Deprecate referring to ports by name in ovs-ofctl.Ben Pfaff
2012-09-26ofp-actions: Allow OF1.1+ actions to be variable-length.Ben Pfaff
2012-09-26ofp-actions: Prepare to treat OF1.2 actions as OF1.1 actions.Ben Pfaff
2012-09-20ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff
2012-09-13ofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table Statistics Request Mess...Simon Horman
2012-09-05ofp-errors: Use OFPERR_OFPBRC_BAD_PORTSimon Horman
2012-09-04lib/ofp-util: preparation for OF12 of ofp-utilSimon Horman
2012-09-04ofp-errors: Remove OFPERR_NXFMFC_GROUPS_NOT_SUPPORTEDSimon Horman
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-09-04flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff
2012-09-04flow: Ensure that padding is always zeroed.Ben Pfaff
2012-09-04flow: Use bit-mask for in_port match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for Ethernet type match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for IP protocol match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for TTL match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for DSCP and ECN bits, instead of FWW_* flags.Ben Pfaff