vswitchd: Log all tunnel parameters of given flow.
[cascardo/ovs.git] / lib / ofp-util.c
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-05 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.
2012-10-01 Simon Hormanofp-util: Use table_id in OF1.1 and OF1.2 Flow Remove...
2012-09-26 Ben PfaffDeprecate referring to ports by name in ovs-ofctl.
2012-09-26 Ben Pfaffofp-actions: Allow OF1.1+ actions to be variable-length.
2012-09-26 Ben Pfaffofp-actions: Prepare to treat OF1.2 actions as OF1...
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.
next