aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2010-05-05ofproto: Implement ofp_action_output "max_len" feature.Ben Pfaff
2010-05-05sflow: Always add poller and sampler together.Neil McKee
2010-05-05sflow: Properly fill in initial destination VLAN in sFlow output.Neil McKee
2010-05-05sflow: Include Ethernet FCS in frame_length to comply with sFlow spec.Neil McKee
2010-04-27ofproto: Avoid buffer copy in OFPT_PACKET_IN path.Ben Pfaff
2010-04-26ofproto: Fix bad memory access sending large numbers of port stats replies.Ben Pfaff
2010-04-26ofproto: Allow client to pass down extra (IP,port) tuples for in-band.Ben Pfaff
2010-04-26in-band: Generalize the in-band code to arbitrary (IP,port) pairs.Ben Pfaff
2010-04-26in-band: Use NULL for null pointer constant, instead of 0.Ben Pfaff
2010-04-26in-band: Refactor in_band_set_remotes().Ben Pfaff
2010-04-26in-band: Refactor slightly to be easier to understand.Ben Pfaff
2010-04-26in-band: Avoid magic number in refresh_remotes().Ben Pfaff
2010-04-26in-band: Better adapt to new rconn usage pattern.Ben Pfaff
2010-04-20in-band: Refresh both local and remote rules even if local rules change.Ben Pfaff
2010-04-20in-band: Really reinstall in-band rules in in_band_flushed().Ben Pfaff
2010-04-20in-band: Remove comment that only a single controller is supported.Ben Pfaff
2010-04-20ofproto: Add support for master/slave controller coordination.Ben Pfaff
2010-04-20Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff
2010-04-20ofproto: Bundle all controller-related settings into a struct.Ben Pfaff
2010-04-20in-band: Support an arbitrary number of controllers.Ben Pfaff
2010-04-20in-band: Drop in-band flows when turning off in-band control.Ben Pfaff
2010-04-20in-band: Fix memory leak in in_band_destroy().Ben Pfaff
2010-04-20in-band: Fix null pointer dereference.Ben Pfaff
2010-04-20in-band: Fix memory leak in get_remote_mac().Ben Pfaff
2010-04-20in-band: Fix inconsistency in in-band code.Ben Pfaff
2010-04-20ofproto: Make valgrind happy.Ben Pfaff
2010-04-20fail-open: Fix typo in comment.Ben Pfaff
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-04-14ofproto: Use original in_port for executing NXAST_RESUBMIT actions.Ben Pfaff
2010-04-13ofproto: Maximum value of "int" is INT_MAX, not UINT32_MAX.Ben Pfaff
2010-04-13ofproto: Make NXAST_RESUBMIT take header modifications into account.Ben Pfaff
2010-04-13ofproto: Copy the flow being translated in xlate_actions().Ben Pfaff
2010-04-05ofproto: Make OFPFC_MODIFY and OFPFC_MODIFY_STRICT add a flow if no match.Ben Pfaff
2010-03-24ofproto: Don't optimize out updating flow cookie.Ben Pfaff
2010-03-09ofproto: Avoid extra call to time_msec().Ben Pfaff
2010-03-05ofproto: Fix stupid typo that broke the build.Ben Pfaff
2010-03-05ofproto: Fix OpenFlow flow statistics result.Ben Pfaff
2010-03-04ofproto: Don't shadow global variable name.Ben Pfaff
2010-02-25collectors: Check for NULL set of collectors.Jesse Gross
2010-02-24Merge "master" into "next".Ben Pfaff
2010-02-20ofproto: Fix implementation of OFPAT_SET_NW_DST.Ben Pfaff
2010-02-20ofproto: Always terminate OpenFlow description stringsJustin Pettit
2010-02-20ovs-vswitchd: Remove inline OpenFlow descriptionsJustin Pettit
2010-02-20ofproto: Don't leak descriptions when destroying an ofprotoJustin Pettit
2010-02-20ofproto: Set protocol version to 0x01 (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Querying port stats for individual ports (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Improve resolution of flow stats and removed messages (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add support for matching IP addresses in ARP header (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add support for flow cookies (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit