ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.
[sliver-openvswitch.git] / lib / ofp-util.c
2012-09-20 Ben Pfaffovs-ofctl: Accept port keywords, OF1.1 port numbers...
2012-09-13 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table...
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_PORT
2012-09-04 Simon Hormanlib/ofp-util: preparation for OF12 of ofp-util
2012-09-04 Simon Hormanofp-errors: Remove OFPERR_NXFMFC_GROUPS_NOT_SUPPORTED
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffflow: Ensure that padding is always zeroed.
2012-09-04 Ben Pfaffflow: Use bit-mask for in_port match, instead of FWW_...
2012-09-04 Ben Pfaffflow: Use bit-mask for Ethernet type match, instead...
2012-09-04 Ben Pfaffflow: Use bit-mask for IP protocol match, instead of...
2012-09-04 Ben Pfaffflow: Use bit-mask for TTL match, instead of FWW_*...
2012-09-04 Ben Pfaffflow: Use bit-mask for DSCP and ECN bits, instead of...
2012-09-04 Ben Pfaffflow: Fully separate FWW_* from OFPFW10_*.
2012-08-29 Simon Hormanofp-msgs: Split OFPRAW_OFPST_AGGREGATE_REQUEST
2012-08-29 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Flow Statisti...
2012-08-17 Ben Pfaffofp-util: Drop unneeded null pointer tests.
2012-08-17 Ben PfaffDo not include zeroed metadata fields in NXM/OXM packet...
2012-08-10 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Flow Statisti...
2012-08-10 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Flow Statisti...
2012-08-10 Simon Hormanofp-msgs: Split OFPRAW_OFPST_FLOW_{REQUEST,REPLY}
2012-08-09 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Port Mod...
2012-08-09 Simon Hormanofp-util: Use 32bit port for Open Flow 1.1 & 1.2 Port...
2012-08-09 Simon HormanAllow decoding of Open Flow 1.1 & 1.2 Flow Removed...
2012-08-09 Ben PfaffAdd support for 'hard_timeout' in OF1.2 flow_removed...
2012-08-09 Simon Hormanofp-util: Allow encoding Open Flow 1.2 Flow Stats Reque...
2012-08-09 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Flow Removed...
2012-08-09 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 and 1.2 Packe...
2012-08-08 Simon Hormanofp-util: Prepare Packet Out decoder for other Open...
2012-08-08 Simon Hormanofp-util: Allow encoding of Open Flow 1.1 and 1.2 Packe...
2012-08-08 Simon Hormanofp-util: Prepare Packet Out encoder for other Open...
2012-08-08 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Packet In...
2012-08-08 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Packet In...
2012-08-08 Simon Hormanofp-util: ofputil_pull_ofp11_match: Allow OXM match
2012-08-07 Ben Pfafflearning-switch: Don't use exact-match on every field...
2012-08-07 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Flow Mod...
2012-08-07 Simon Hormanofp-util: Make make_echo_request() aware of different...
2012-08-07 Simon Hormanofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier...
2012-08-06 Simon Hormannx-match: Separate raw match and header/pad pull/put
2012-08-06 Simon Hormanofp-util: Set switch_features actions to zero for Open...
2012-08-03 Ben Pfaffofp-util: Remove extra blank line.
2012-08-03 Ben Pfaffofp-util: Fix typo in comment.
2012-07-31 Simon Hormanofp-util: Update Capabilities for Open Flow 1.2
2012-07-31 Simon Hormanofp-util: Reduce scope of variables in ofputil_encode_f...
2012-07-31 Simon Hormanofp-util: Add of12_action_bits
2012-07-31 Simon Hormanofproto: As of Open Flow 1.1 switch_features has no...
2012-07-31 Simon Hormanopenflow: Add enum ofp_version
2012-07-31 Ben Pfaffofp-util: Work on decoding OF1.1 flow_mods.
2012-07-31 Ben Pfaffopenflow: Separate OF1.0, OF1.1 flow_mod constants...
2012-07-31 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-31 Ben Pfaffnicira-ext: Drop nx_aggregate_stats_reply structure.
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-23 Simon Hormanofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12
2012-07-19 Simon HormanOXM: Allow masking of ARP SHA and THA
2012-07-19 Simon HormanOXM: Allow masking of IPv6 Flow Label
2012-07-18 Ben Pfaffofp-util: Wildcard VLAN PCP in OF1.0 matches when 802...
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffofp-util: Make put_stats__() public as ofputil_put_stat...
2012-07-12 Ben Pfaffofp-util: Reload ofpbuf pointers after nx_put_match().
2012-07-05 Ben Pfaffofp-util: Add comment to ofputil_postappend_stats_reply().
2012-07-05 Simon Hormanopenflow: Rename OFP_VLAN_NONE as OFP10_VLAN_NONE
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-07-04 Ben Pfaffofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_ac...
2012-06-28 Ben Pfaffopenflow: Move enums for "packet_out" and "flow_mod...
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward OpenFlow...
2012-06-25 Ben Pfaffofp-util: Avoid use-after-free in ofputil_encode_flow_m...
2012-06-13 Ben Pfaffofp-util: Improve return type of ofputil_decode_packet_...
2012-06-13 Ben Pfaffofp-util: Remove unused functions make_add_simple_flow...
2012-06-13 Ben PfaffAllow general masking of IPv4 addresses rather than...
2012-06-13 Ben Pfaffofp-util: Implement translation to and from OpenFlow...
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-06-11 Simon Hormannx-match: Add parsing and serialisation of OXM matches.
2012-05-29 Joe Stringerflow: Adds support for arbitrary ethernet masking
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-16 Ethan Jacksonofp-util: Fix stale comment.
2012-05-14 Ben Pfaffofp-util: Match on NXAST_CONTROLLER as an output to...
2012-05-10 Ethan Jacksonofputil: Accept OFPP_NONE as a valid output port.
2012-05-08 Justin Pettitofp-util: Factor out determining physical port size.
2012-05-08 Justin Pettitofp-util: Add ofputil_switch_features_ports_trunc function.
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-07 Ben Pfaffofp-util: Treat a packet-out in_port of OFPP_CONTROLLER...
2012-05-07 Ben Pfaffofp-util: Avoid ovs_fatal() in ofputil_parse_key_value().
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-03-09 Ethan Jacksonnicira-ext: Increase the number of NXM registers to 8.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben Pfaffnetdev: Abstract "features" interface away from OpenFlo...
2012-03-07 Ben Pfaffofp-util: Don't decode some OF1.1 messages as OF1.0...
2012-03-07 Ben PfaffBreak OFPT_* constants into common value and 1.0- and...
2012-03-07 Ben Pfaffofp-util: Add functions for working with OpenFlow 1...
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-27 Ben Pfaffofp-util: New functions for string versions of ofp_pack...
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben Pfaffofp-util: New function ofputil_encode_barrier_request().
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
next